/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900');

body{
    font-family: 'Roboto', sans-serif !important;
    background-color: unset !important;
    background-image:radial-gradient(#f1f1f1, #e2e2e2) !important;
}
* {outline:none;}

p {
    font-size: 18px;
    line-height: 1.6;
}
img {max-width:100%;}
header {
    width: 100%;
    background-color: #e8e8e8;
}

  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
  }

  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#777;
  }

  .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
  }

.wrapper{ overflow:hidden;}
.clr{ clear:both; margin:0px; padding:0px;}
.headertop {
    padding: 15px 0px 15px;
}

.headertop .welcome {
    font-weight: bold;
    color:#000;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: right;
}

.headertop .logobox a {
    display: block;
    margin-top: 15px;
}
/*=============1/10/2019================*/
.entercarddetails {
    padding-top: 15px;
    clear: both;
}
.entercarddetails label {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 10px;
}
.expiry-number {
    float: right;
    width: 37%;
}
.card-number {
    width: 60%;
    float: left;
}
.icon-container {
    margin-bottom: 20px;
}
.icon-container i {
    font-size:30px;

}
.entercarddetails input {
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6;
    padding: 10px;
    height: auto;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
}
.col-cvv {
    width: 19%;
    float: right;
}
.col-50 {
    width: 78%;
    float: left;
}
.continue-btn .cntinuepayment {
    font-size: 16px;
    color: #fff;
    background: #488e29;
    border: none;
    padding: 9px 33px;
}
.entercarddetails {display:none;}
/*===================end==============*/
.hdr-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 6px;
	    display: inline-block;
}
.hdr-btn:hover {
    background: #30b34a;
	color:#fff;
}
.rightaccordian .panel-title label {
    margin: 0;
    font-weight: normal;
    width: 62%;
}
body .rightaccordian .panel-heading.accordion-toggle.collapsed:hover a{color:#fff;}
.rightaccordian .panel-heading.accordion-toggle.collapsed a{color:#333;}
.rightaccordian .panel-heading.accordion-toggle a{color:#fff; font-weight:500;}

.phonebox label {
    color: #30b34a;
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
}

.phonebox {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
 margin-top: 10px;
}
.log-topbtn {
    float: right;
}
.phone{    color: #000;
    font-size: 16px;
    font-weight: 500;
	    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.doorgaps .door-select input,
#Shelfoptions .door-select input {
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
	width:100%;
}
.specialreq .door-select textarea {
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
	width:100%;
	height:120px;
}
.nav-main {
    padding: 0;
	background:#f0f0f0;
	height:50px;
    border-top: solid 2px #8DC63F;
    box-shadow: 1px 3px 5px #ccc;
}
.nav-main > .container {
	padding: 0
}
.nav-main{
	cursor: pointer;
}
button:hover i {
    color: #598e21;
}

.nav-main li {
    float: left;
    list-style: none;
    position: relative;
}

.nav-main li a {
    padding: 10px;
    display: block;
	color:#fff;
}
.nav-main .navbar {
    float: left;
    background: none;
    border: none;
    box-shadow: none;
	    margin: 0;
}
/* .dropdown-menu{
    margin: 0 !important;
} */
.nav-main .navbar ul {
    margin: 0;
    float: left;
    padding: 0px 10px;
}
.nav-main li a {
    padding: 14px 22px;
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
}
.nav-main li:first-child a{ padding-left:0px;}
.nav-main li a i {
    margin-left: 5px;
}
.nav-main .navbar {
    padding-left: 0px;
}
.nav-main li:last-child a{    padding-right: 0px;}
.wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.wrapper ol.breadcrumb {
    border: 1px solid #eaeaea;
    background: #fff !important;
    padding: 12px 15px;
}
.breadm a {
    color: #000;
    font-size: 15px;
}
.breadm .active a {
    color: #30b34a;
	font-weight:500;
}
.breadcrumb>li+li:before{ content:none !important;}
.midarrow {
    margin: 0px 11px;
    font-size: 16px;
    color: #000;
}
body .maincontent {
	padding-top:20px;
	    padding-left: 0px;
    padding-right: 0;
}

.productgallery .owl-item {
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    min-height: 493px !important;
    background: #fff;
}
.owl-dots button {
    border: 1px solid #d2d2d2 !important;
    margin-right: 20px !important;
	    background-size: 100% !important;
}
.owl-dots button {
    border: 1px solid #d2d2d2 !important;
    margin-right: 0px !important;
}
.owl-dots button:last-child{ margin-right:0px;}

.productgallery div {width: 100%;}

.productgallery .owl-controls .owl-dot {float: left; background-size: cover; margin-top: 10px;}

.productgallery .owl-dot {    float: left;

    background-size: 100% ;
	margin: -1px;
}


.midtabsection .tab {
  float: left;
  width: 28%;
  height: auto;
}

.more-info {
    display: inline-block;
    color: #30B34A;
    padding-left: 1px;     font-size: 15px;
}
.colour-swatchesdiv img {
    padding-top: 10px;
}
#materailoption hr {
    width: 100%;     margin-bottom: 0;     float: left;
}
.popover {
    max-width: 420px;
    width: 100%;
}
.doors_type select {
    width: 100%;
    background: #fafafa;
    border: 1px solid #d7d7d7;
    padding: 10px 5px;
    font-size: 14px;
}
.cabinetsizes span.qty-mm {
    width: 20%!important;
    border: none;
    float: left;
    font-size: 15px!important;
    padding-top: 10px;
}
.doors_type textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #d7d7d7;
}
.orderdetailpage .ordertable tr:first-child {
    border-bottom: none;

}
.orderdetailpage .ordertable tr:nth-child(3) {
    border-bottom: none;
}
.orderdetailpage .ordertable tr:nth-child(5) {
    border-bottom: none;
}
.orderdetailpage .ordertable tr:nth-child(7) {
    border-bottom: none;
}
.orderdetailpage .ordertable th {
    padding: 10px;
    font-size: 16px;
}
a.edit-job-details {
    background: #30B34A;
    padding: 9px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.orderdetailpage .ordertable i { color:#30B34A;}
.orderdetailpage .ordertable h6 {
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #30B34A;
    font-size: 15px;
}
a.edit-job-details:hover { text-decoration:none; }
.buttonedit a {
    padding: 0 3px;
}
body .table-div table tr th, body .table-div table tr td  {
    border-top: none;
}
.ordertable label {display:block;}
#dooroption hr {
    width: 100%;
    margin-bottom: 0; float:left;
}
.door-pair {
    padding-top: 11px;
    text-align: right;
}
.doors_type input {
    width: 76%!important;
    background: #fafafa;
    border: 1px solid #d7d7d7!important;
    padding: 10px 10px;
    font-size: 14px;
    float: left;
    margin-right: 4px;
}
h2.moreinfohead {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    color: #30B34A;
}
.moreinfopopup img {
    margin: 0 auto;
    display: block;
}
.moreinfopopup .modal-body {
    position: relative;
    padding: 25px;
}
.moreinfopopup .modal-header {
    padding: 15px 25px;
    border-bottom: 2px solid #30B34A;
}
.moreinfopopup button.close {
    color: #fff;
    opacity: 1;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 400;
    text-shadow: none;
}
.midtabsection .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 18px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
      border: 1px solid #eaeaea;
	  line-height:normal;
}


.midtabsection .tab button:hover {
  background-color: #ddd;
}

.midtabsection .tab button.active {
  background-color: #ccc;
}


.midtabsection .tabcontent {
float: left;
    padding:0px 16px;
    border: 1px solid #34b44a !important;
    width: 71%;
    border-left: none;
    margin-left: 3px;
	overflow: auto;
    height: 765px;
	background:#fff;
}

:root {
    --radius: 2px;
    --baseFg: dimgray;
    --baseBg: white;
    --accentFg: #798d63;
    --accentBg: #8dc63f;
  }


.materials_type select,
.door-select select {
    font: 400 12px/1.3 sans-serif;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    color: var(--baseFg);
    border: 1px solid var(--baseFg);
    line-height: 1.5;
    outline: 0;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: var(--radius);
    background-color: var(--baseBg);
    background-image: linear-gradient(var(--baseFg), var(--baseFg)),
      linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
      linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
      linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
}

.materials_type select:hover,
.door-select select:hover {
    background-image: linear-gradient(var(--accentFg), var(--accentFg)),
      linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
      linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
      linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
  }

/* .materials_type select:active,
.door-select select:active {
    background-image: linear-gradient(var(--accentFg), var(--accentFg)),
      linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
      linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
      linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
    color: var(--accentBg);
    border-color: var(--accentFg);
    background-color: var(--accentFg);
  }
*/

.leftsliderbox h1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
}
.midtabsection .tab button {
    text-align: center;
    margin-bottom: 5px;
    background: #fff;

}
.midtabsection button.tablinks.active {
    background-image: linear-gradient(#64bc63, #82b74a);
    color: #fff;
    border: 1px solid #248f39;
}

.midtabsection button.tablinks:hover {
    background-image: linear-gradient(#64bc63, #82b74a);
    color: #fff;

    border: 1px solid #248f39;
}
.midtabsection .tab button span {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.midtabsection h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    /* clear: both; */
    width: 100%;
    float: left;     margin-top: 20px!important;
}
.selectsizes ul {
    padding: 0;
    list-style: none;
}
.selectsizes ul li {
    width: 100%;
    float: left;
}
.selectsizes ul li a,
.selectsizes ul li span {
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    font-size: 15px;
    color: #000;
    width: 100%;
    float: left;
    padding: 13.3px 13px;
}
.selectsizes ul li:last-child a,
.selectsizes ul li:last-child span {
    border-bottom: 1px solid #d9d9d9;
}
.selectsizes ul li.selected a,
.selectsizes ul li.selected span {
    background: #d6f3ac;
}
.selectsizes ul li:hover a,
.selectsizes ul li:hover span {    background: #d6f3ac; text-decoration:none;}
.selectsizes ul li:hover a:after,
.selectsizes ul li:hover span:after  {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: right;
    color: #1aab37;
    font-size: 19px;
}
.selectsizes {
    float: left;
    width: 100%;
/*    height: 244px;*/
    overflow: auto;
}
body .createcustomsize {
    padding: 0px;
}
.moreinfopopup .modal-body p span {
    font-size: 17px;
    font-weight: 500;
    padding-right: 2px;
}

.textarearight textarea {
    width: 100%;
    resize: none;
    height: 45px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #d7d7d7;
}
.checkboxdiv .checkmark {
    right: 0; left:auto;
}
.checkboxdiv {
    text-align: right;
}
.cabinetsizes .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
    line-height: 43px;
    padding: 0 2px;
    min-width: 100%;
    text-align: center;
    background: none;
    /* border-right: 1px solid #d7d7d7; */
    font-weight: normal;
}
.cabinetsizes .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.cabinetsizes .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.cabinetsizes .minus:hover{
    background-color: #717fe0 !important;
}
.cabinetsizes .plus:hover{
    background-color: #717fe0 !important;
}

.cabinetsizes input{
    border: 0;
    width: 2%;
}
.cabinetsizes nput::-webkit-outer-spin-button,
.cabinetsizes input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cabinetsizes input:disabled{
    background-color:white;
}
.cabinetsizes {
float: left;
    width: 100%;
    margin-bottom: 20px;
}
body .leftlable {
    padding-left: 0px;
    padding-right: 0px;
}
.rightqty .qty {
    float: right;
    background: #fafafa !important;
    border: 1px solid #d7d7d7;
	    width: 96%;
}
.rightqty .qty input{ background:#fafafa; color:#000 !important; }

.cabinetsizes span {
    font-size: 19px !important;
    height: 22px !important;
    float: right;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px !important;
    width: 100% !important;
    float: left;
}
.spanm {
    float: right;
    width: 15%;
}
.cabinetsizes .rightqty {
    padding-right: 0px;
    float: right;
}
.upsize {
    background: #555555;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 16px;
    float: right;
    margin-bottom: 30px;
	margin-top: 7px;
}
.upsize:hover,
.btn:hover {
    background: #30b34a;
}
.upsize.cartbtn {
    background: #248f39;
    padding: 10px 45px;
	font-size:16px;
	font-weight:500;
}
.upsize.cartbtn a{ color:#fff;}
.upsize.cartbtn:hover {
    background: #222222;
}
.createcustomsize h3 {
    margin-top: 30px;
}
.cartbtn i{ margin-right:10px; }
.rightaccordian span {
    float: right;
    font-size: 15px;

    padding-top: 3px;
}
body .rightaccordian .panel-heading.accordion-toggle.collapsed:hover span{ color: #fff;}
.rightaccordian .panel-heading.accordion-toggle.collapsed span{    color: #595959;}
.rightaccordian .panel-heading.accordion-toggle span i{ color:#fff;}
.rightaccordian .panel-heading.accordion-toggle.collapsed span i{    color: #888888;}
.rightaccordian i {
    margin-left: 10px;

}

.rightaccordian .panel-title {
    font-size: 18px;
}
body .rightaccordian .panel-group .panel {

    margin-bottom: 0;
    border-radius: 0;
	margin-top: 10px;
	margin-bottom: 16px;


}
.rightaccordian .panel-heading.accordion-toggle span{ color:#fff;}
.rightaccordian .panel-heading.accordion-toggle{    padding: 14px 12px;
    background: #222222;
    color: #fff;}

body .rightaccordian .panel-heading.accordion-toggle.collapsed:hover{
    background: #222222;
    color: #fff;}
.rightaccordian .panel-heading.accordion-toggle.collapsed{    background: #e8e8e8 ; color:#333; }

.rightaccordian .upsize.cartbtn {
    width: 100%;
    background: none;
    border: 2px solid #248f39;
    color: #248f39;
	    margin-bottom: 16px;
}

.rightaccordian .upsize.cartbtn:hover {

    background: #222222;
    border: 2px solid #222222;
    color: #fff;
}
.rightaccordian .upsize.cartbtn i {
    margin-left: -2px;
    color: #248f39; outline:none;
}
.upsize.cartbtn.purchasebtn {
    background: #e8e8e8;
	border:1px solid #ccc;
    color: #333;
    margin: 0 auto;
    padding: 10px 50px;
}

.upsize.cartbtn.purchasebtn i {
    color: #fff;
	font-size: 20px;
}

.upsize.cartbtn.purchasebtn:hover,
.upsize.cartbtn.purchasebtn:focus
{
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc36f;
    box-shadow: unset;
    outline: 0;
}

.rightaccordian {
    padding: 0;
}
.rightaccordian span i {
    margin-left: 6px;
}
.purchasebtn{ background:#598e21; color:#fff;}
.midtabcnt {
float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
body .bottomdetailtab {

	margin-bottom:50px;
}
.bottomdetailtab label {
    background: green;
    color: #fff;
    font-weight: normal;
    padding: 8px 62px;
    font-size: 18px;
    margin: 0;
}
.detailcontent {
    background: #fff;
    padding: 20px;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: #595959;
}
footer {
    float: left;
    width: 100%;
}
.copyright {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
ul.productlist {
    padding: 0;
    list-style: none;
}
.productlist .pdtl {
    padding: 0;
}
.pdt-img img {
    width: 100%;
}
body .pdt-img {
    border: 1px solid #dbdbdb;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
    width: 41.6667%;
}

.productlist li {
    background: #f2f2f2;
    float: left;
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 3px 0px #ddd;
}

.productlist li.roomClass.edit {
    border: solid 2px #248f39;
}

.hding {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.hding span {
    white-space: nowrap;
}
.hding a { color:#000;}
.hding span i {
    color: #888888;
    font-size: 16px;
}

.hding > div > span.small {
    font-weight: normal;
    font-size: 11px;
    float: none;
}

.hding > div > label {
    margin-bottom: 0;
}
.pdt-price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.pdtl  label {
    font-size: 14px;
    color: #595959;
    font-weight: 500;
}
.pdt-deletecancel {
    float: left;
    width: 100%;
}
.pdt-deletecancel .dltbtn{ font-weight:500;}
.pdt-deletecancel .actnbtn {
    color: #000;
    font-size: 15px;
    padding: 0px 10px;
}
.pdt-deletecancel .actnbtn:first-child {
    padding-left: 0px;
}
.rightaccordian .panel-group {
    margin-bottom: 6px;
}

li.selected a:after,
li.selected span:after
{    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: right;
    color: #1aab37;
    font-size: 19px;
}
.edittitle{ display:none;}
label.toggled .edittitle{ display:block;}
.rightaccordian .panel-title label input.edittitle {
    width: 100%;
	font-size:18px;
	color:#888888;
	font-weight:500;
	border:none;
}
/*.rightaccordian .panel-title label input.edittitle::placeholder {
	color:#888888;
  opacity: 1;
}

.rightaccordian .panel-title label input.edittitle:-ms-input-placeholder {
	color:#888888;
}

.rightaccordian .panel-title label input.edittitle::-ms-input-placeholder {
	color:#888888;
}*/
.rightaccordian label.toggled a{ display:none;}
.dooroption {
    /* float: left; */
    width: 100%;
    padding: 10px 0 0;
}
.door-select label {
    width: 100%;
    color: #595959;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;

}

/*.door-select select {
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
      padding: 10px;
    height: auto;
}*/

.door-select {
    padding: 10px 0 0;
}

/* width */
.midtabsection .selectsizes::-webkit-scrollbar, .midtabsection .tabcontent::-webkit-scrollbar {
  width: 7px;
    background:#e1e1e1;
	  border:2px solid #000;
}

/* Track */
.midtabsection .selectsizes::-webkit-scrollbar-track, .midtabsection .tabcontent::-webkit-scrollbar-track {

  border-radius: 10px;

    background:#e1e1e1;
}

/* Handle */
.midtabsection .selectsizes::-webkit-scrollbar-thumb, .midtabsection .tabcontent::-webkit-scrollbar-thumb {
  background: #30b34a;
  border-radius: 10px;
}

.door-select-type{ display:none;}




/* Hide the browser's default radio button */
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #e4e4e4;
  border-radius: 50%;
    border: 3px solid #248f39;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #e4e4e4;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}
.radiobox {
    position: relative;
}
span.inputlabel {
    padding-left: 21px;
}
.door-supplyer, .door-thickness-type, .doortmhickness-type, .door-finish-type, .door-material-type, .door-budgetdoor-type, .door-budgettexture-type{ display:none;}

.shelfoptionstab-type{display:none;}
.error {
    font-size: 13px;
    color: #ff0000;
}









/*  bhoechie tab */
div.bhoechie-tab-container{

  padding: 0 !important;
  /* border:1px solid #ddd; */
  margin:0px;
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  border-top:none;

  min-width: 500px;

}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-radius:0px !important;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #26ac40;
  background-image: #5A55A3;
  color: #000;
}
/**div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}**/

div.bhoechie-tab-content{
  background-color: #ffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/* .nav-main .navbar ul #dropdownDiv:hover{
    background-color: #f5f5f5;
    color:black;
    padding: 0 10px;
}

.nav-main .navbar ul #dropdownDiv:hover a{
    color:black
} */

body .tabsubmenu .list-group a {
    background: #f5f5f5;
    color: #666666 ;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px ;
    font-size: 15px ;
    text-transform: capitalize ;
    font-weight: 500 ;
	border:none;
	padding:10px;
	/* padding-left:20px; */

}

body .tabsubmenu {
    padding: 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
ul.tabsubsubmenu a {
    font-size: 15px;
    font-weight: normal;
    text-transform: inherit;
}
ul.tabsubsubmenu li {
width:100%;
text-align:left;
}

/* .bhoechie-tab-content {
    padding: 0px !important;
    float: left;
    width: 100%;
} */
ul.tabsubsubmenu a {
    font-size: 15px;
    font-weight: normal;
    text-transform: inherit;
}
body .tabsubsubmenu a{ color:#000; }
ul.tabsubsubmenu .active a{ color:#30b34a; }



.tabsubmenu .bhoechie-tab-menu {
    background: #f5f5f5;
}
.tabsubmenu .bhoechie-tab-container {
    display: flex;
    flex-wrap: wrap;
}
.menu-imgbox {
    padding: 10px 0px;
    text-align: right;
}

.rangehoods .door-select input {
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
    width: 100%;
}
.rangehoods-type1{ display:none;}

.popupdesign .modal-dialog {
    max-width: 520px;
    width: 100%;
}
.popupdesign .modal-body {
    float: left;
    width: 100%;
}
.poprow {
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
		margin-bottom:20px;
}
.allitem{ font-size:16px; color:#595959;
    padding-left: 0px;

}
.allitem label {

	color:#242424;
	padding-left:10px;
}
.allitem span{
    width: 100%;
    float: left;
}
body .allitem {
    padding-left: 0px;
}
.viewcartb button {
    float: right;
    font-size: 16px;
    background: #555555;
    color: #fff;
    border: none;
    padding: 10px 30px;
}
.viewcartb button a{ color:#fff;}
.poprow .viewcartb {
    padding: 0;
    padding-top: 7px;
}
.popupdesign .modal-header {
    padding: 0;
    border: none;
}
.popupdesign .modal-header button {
    position: absolute;
    right: 0;
    background: green;
    opacity: inherit;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    top: -16px;
    color: #fff;
    font-size: 24px;
    right: -12px;
z-index: 999;
}
.popform h3 {
color:#595959;
font-size:16px;
font-weight:normal;
}
.poprow h2 {
color:#595959;
font-size:18px;
}
.inputfield input{
    background: #fff;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
    width: 100%;
	font-size:14px;
}
.popform{ float:left; width:100%;}
.popupdesign .modal-dialog .modal-content {
margin-bottom: 25px;
    width: 100%;
    background: #fff;
    float: left;
	background:url("../images/popupbg.jpg") no-repeat;
	background-size:cover;
}
body .tworow {
    padding: 0px;
}
body .tworow:first-child {
    padding-right: 10px;
}
.firstchild {
    padding-right: 13px !important;
}
body .inputfield {
    padding: 0;
    margin-bottom: 15px;
}
.inputfield textarea {
 background: #fff;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
    width: 100%;
	font-size:14px;
	float: left;
}
.submitbtn {
    padding: 0;
}
.submitbtn button {
    font-size: 16px;
    float: right;
    color: #fff;
    background: #488e29;
    border: none;
    padding: 8px 33px;
}
.paymentmethod label.radiobox {
    float: left;
    width: auto;
    margin-right: 20px;
}
.placeorder{ float:left; width:100%;}
.placeorder button {
 font-size: 16px;
    float: right;
    color: #fff;
    background: #488e29;
    border: none;
    padding: 11px 28px;
    border-radius: 0px;
}
.placeorder button a{ color: #fff;}
body .placeorder{ border:none;}
.addnewroompop > h2 {
    font-size: 24px;
    color: #30b34a;
    font-weight: normal;
}
.addnewroompop .inputfield h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}
.addnewroompop .inputfield {
    margin: 0;
}
.addnewroompop .poprow {
    padding: 20px 11px;
margin:0px;
position:relative;
}
.addnewroompop .upsize.cartbtn {
    float: left;
    background: none;
    border: 2px solid #2a8f39;
    color: #2a8f39;
	margin:0px;
}
.addnewroompop .modal-footer.placeorder {
    padding-left: 0;
}

.minus-close {
    float: right;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #30b34a;
    text-align: center;
    font-size: 43px;
    line-height: 19px;
    color: #30b34a;
    position: absolute;
    right: 0;
    top: -32px;
    right: -18px;
	box-shadow:none !important;
}
.responmenu {
    display: none;
}
.poprow {
    float: left;
    width: 100%;
}
.myorderpage {
    box-shadow: 0px 0px 27px 4px #f1f1f1;
    border: 1px solid #f5f5f5;
    background: #fff;
}
.myorderpage h1 {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin: 0;
    padding: 20px 0px;
}
.myordermid {
    background: #fafafa;
    float: left;
    width: 100%;
    padding: 15px;
	    border: 1px solid #f5f5f5;
    box-shadow: 2px 2px 9px 1px #dedede;
	margin-bottom:30px;
}
.myordermid h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
	margin-bottom:15px;
}
.orderdetail {
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 15px;
    box-shadow: 2px 3px 4px -2px #dedede;
}

.orderdetail ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.orderdetail ul li {
    color: #888888;
    font-size: 15px;
    margin-bottom: 10px;
}
.orderdetail ul span {
    float: right;
    font-size: 16px;
}
.orderdetail ul li:last-child {
    margin: 0px;
}
.orderdetail ul li b {
    color: #000;
}
span.orderid, .orderdetail span.orderid b {
    color: #2874f0 ;
}
.orderdetail ul span a{ color:#30b34a; font-weight:600;}

.ordertabs {
    float: left;
    width: 100%;
}

.tabsrightbx li {
    padding: 0;
    box-shadow: none;
    list-style: none;
}
body .orderdetailstbl {
    padding-right: 0;
	    padding-left: 30px;
}
td.lasttds {
    text-align: right;
}

.ordertable td {
    padding: 4px;
    font-size: 15px;
    color: #595959;
    font-weight: 500;
	border:none !important;
}
.ordertable label {
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    color: #888888;
	margin-bottom:0px;
}
.ordertable .ordertitle {
    font-size: 16px;
    font-weight: 600;
}
td.returnptd {
    color: #888888;
    font-size: 13px;
    font-weight: normal;
}
.ordertable .rtncbnt {
    font-weight: normal;
    color: #222222;
}
.orderblock {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 9px 1px #dedede;
}
.ordertabs .panel-body {
    padding: 30px;
}
.ordertabs .panel-body .orderblock:last-child {
    margin: 0px;
}

.myorderpage {
    margin-bottom: 50px;
}

.rightaccordian .panel.panel-default:last-child {
    margin-bottom: 0px;
}

.orderdetailpage .myordermid {
    padding: 0;
    background: none;
    box-shadow: none;
	border:none;
}
.orderdetail {
    background: #fafafa;
}

.totalorder {
    padding-top: 30px;
}
.totalorder h2 {
    font-size: 18px;
}
.totalorder h2 button {
    background: #555555;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    float: right;
	 margin-bottom: 15px;
}
.total-ftr button {
    background: #2f9442;
    border: none;
    color: #fff;
    font-weight: normal;
    padding: 10px 27px;
    font-weight: 600;
    font-size: 16px;
}
.orderdetailpage .ordertable tr {
    background: #fafafa;
    border-bottom: 1px solid #d5d5d5;
}
.ordertable tr td:last-child {
    text-align: right;
    font-weight: 600;
    color: #000;
}
.orderdetailpage .ordertable tr td {
	padding:10px;
}
.totalorder .ordertable td {
    color: #888888;
	font-weight:normal;
}
.orderdetailpage tr.ttl-amt {
    background: #30b34a;
    color: #fff;
}
.totalorder .ordertable tr.ttl-amt td{ color:#fff;}
.total-ftr td {
    padding-left: 0px !important;
}
.total-ftr td {
    padding-right: 0px !important;
}
span.pinktxt {
    color: #d1005d;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}
tr.total-ftr {
    border: none;
    background: none;
}
.shippingdetail {
    padding-top: 30px;
}
.shippingdetail b {
    font-size: 18px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
	    color: #000;
}
.shippingaddress {
    font-size: 15px;
    color: #5d5d5d;
    background: #fafafa;
    padding: 10px;
    float: left;
    width: 100%;
    box-shadow: 2px 2px 6px #ebebec;
	margin-bottom:30px;
}
.dlvy-speed {
    text-align: right;
    padding-right: 0;
}
.mastercard span {
    float: right;
    padding-left: 10px;
}
.mastercard span p{ margin:0px;}
.order-btmbar label {
    color: #888888;
    font-weight: normal;
}
.order-btmbar tr td:last-child {
    text-align: right;
}
.order-btmbar td {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.orderdetailpage .myordermid .totalorder {
    padding-left: 0;
}
.orderdetailpage .shippingdetail {
    padding-right: 0;
}
.submitbtn button a {
    color: #fff;
}
.nav-main li.dropdown.open .dropdown-menu a {
    padding-left: 10px !important;
}
.dropdown-menu li {
    float:none;
}
.proceedmain {
    text-align: center;
}
a.procedbtn {
    background: #30b34a;
    padding: 9px 27px;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
a.procedbtn:hover{ background:#222; color:#fff; text-decoration:none;}

.createcustomsize {
    float: left;
    width: 100%;
}
.proceedmain {
    float: left;
    width: 100%;
}

.orderdetail {
    float: left;
    width: 100%;
}




.loginsection {
    text-align: center;
}
.wrapper .loginmid {
    margin: 0 auto;
    float: none;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 36px;
	margin-bottom: 60px;
	padding-bottom: 58px;
}
.loginmid h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
}
.logbox label {
    width: 100%;
    text-align: left;
    color: #595959;
    font-size: 15px;
    font-weight: normal;
}
.logbox {
    margin-bottom: 20px;
}
.logbox input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 14px;
}
.logbox label span a{
    font-size: 14px;
    float: right;
    color: #0b89ff;
}
.loginmid button {
    background: #248f39;
    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 40px;
    line-height: normal;
	margin-top: 10px;
}
.loginmid button:hover{    background: #000;}
.hrbox {
    margin: 37px 0px 23px 0px;
}
.hrbox hr {
    margin: 0;
    margin-bottom: -10px;
}
.hrbox span {
font-size: 15px;
    text-transform: uppercase;
    color: #cdcdcd;
    background: #fff;
    padding: 10px;
}
.sociallogin label {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #787878;
    font-weight: normal;
    margin-bottom: 20px;
}
.sociallogin a {
    background: #f9f9fb;
    padding: 10px 34px;
    border: 1px solid #cbcbcb;
    color: #787878;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 10px;
	    display: inline-block;
		font-weight:500;
}
.sociallogin a:hover{    background: #e2e2e2; }
.sociallogin a img {
    margin-right: 8px;
    vertical-align: top;
}
p.signuppara {
    text-align: center;
    float: left;
    width: 100%;
}
.sociallogin {
    margin-bottom: 36px;
}
p.signuppara a {
    font-weight: 600;
    color: #0b89ff;
}
.leftsidebar .sidbar-box {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px #dddd;
    float: left;
    width: 100%;
}
.acct-hodler {
    background: #30b34a;
    color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}
.acct-hodler img {
    float: left;
	width:100%;
}
.ad-cnt {
float: left;
    padding: 0;
    padding-left: 10px;
	    width: 81%;

}
.ad-cnt b {
    float: left;
    width: 100%;
	font-size:16px;
}
.acct-hodler a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}
.sidbar-box ul {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
	    margin: 0;
}
.sidbar-box ul li {

    float: left;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}
.sidbar-box ul li a:hover{background:#ededed;}
.sidbar-box ul li:last-child{ border:none;}
.sidbar-box ul li.active a{color:#30b34a;}
.sidbar-box ul li a{ font-size:16px; color:#222222; font-weight:500;     padding: 15px;    float: left;
    width: 100%;}

.sidbar-box ul li i {
    margin-right: 7px;
}
.hdr-adminlog {
    float: right;
}
.hdr-adminlog button {
    background: none;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin-left: 15px;
}
.myaccount .logbox {
    padding-left: 0;
    padding-right: 30px;
}
body .right-contentbox {
    padding: 0px 25px 30px 25px;
}
.btmbtnbox button{
	    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
	margin-right:10px;

}
button.savebtb {
    background: #248f39;
}
button.savebtb:hover {
    background: #000;
}
button.cancelbtn:hover{    background: #248f39;}
button.cancelbtn{    background: #555555;}
.hdr-adminlog button:hover, .hdr-adminlog button:focus {
    background: none !important;
    color: #000 !important;
	outline:none !important;
}
.hdr-adminlog ul {
    padding: 0;
    list-style: none;
    float: left;
    width: 180px;
    margin: 0;
    left: -69%;
	margin-top: 10px;
}
.hdr-adminlog ul li {

    float: left;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}
.hdr-adminlog ul li a {
    font-size: 16px;
    color: #222222;
font-weight: normal;
	background:none;

    padding: 15px;
    background-color: #fafafa;
}
.hdr-adminlog ul li.active a {
    background-color: #fafafa;
	color:#30b34a;
}
.hdr-adminlog ul li.active a:hover, .hdr-adminlog ul li a:hover {
    background-color: #555555;
	color:#30b34a;
}
.hdr-adminlog ul li i {
    margin-right: 7px;
}
.userimg {
    float: left;
    width: 18%;
}


/*=======================================================1/8/2019============================*/
#purchasepop .modal-dialog .modal-content {background:#fff!important;}
.cancle-btn { background: #555555;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    float: right;
    margin-bottom: 15px;}
	.cancle-btn:hover {color:#fff; text-decoration:none;}
	.placeorder button:hover{ background: #488e29; color:#fff; }
	.placeorder button a:hover{ color:#fff; text-decoration:none;}
/*==========================end ===========================*/






@media (min-width: 1300px) and (max-width: 2000px) {
.container.headertop {
    overflow: inherit;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.upsize.cartbtn{ padding:10px 32px;}
td.total-lastr {
    width: 64%;
}
}
@media (min-width: 768px) and (max-width: 1100px) {

.rightaccordian.ordertabs .panel-heading.accordion-toggle a {
    font-size: 18px;
}
.rightaccordian.ordertabs span{    font-size: 15px;}
.rightaccordian .panel-heading.accordion-toggle a {
    font-size: 12px;
}
.rightaccordian i {
    margin-left: 1px;
}
.rightaccordian span {
    float: right;
    font-size: 11px;
	    padding-top: 6px;
}

.rightaccordian {
    padding-left: 0;
}
.upsize.cartbtn {
    padding: 10px 16px;
    font-size: 14px;
}
.midtabsection .tab button {
    font-size: 13px;
    padding: 18px 3px;
}


}

@media (min-width: 320px) and (max-width: 1200px) {
.nav-main li {
    float: none;
    list-style: none;
    display: inline-block;
}
.nav-main .navbar ul {
    text-align: center;
    width: 100%;
}
.nav-main li a {
    padding: 14px 9px;
}
.nav-main .container {
    width: 100%;
    padding: 0px 13px;
}
}
@media (min-width: 768px) and (max-width: 1100px) {
	.midtabsection .tabcontent{ width:70.8%;}
}
@media (min-width: 480px) and (max-width: 1100px) {

.productgallery .owl-item {
    min-height: auto !important;
}
body .container {
    width: 96%;
}

}
@media (min-width: 320px) and (max-width: 1200px) {
body .container {
    width: 96% !important;
}
}
@media (min-width: 320px) and (max-width: 1000px) {
.orderdetailpage .myordermid .totalorder {
    float: left;
    width: 100%;
    padding-right: 0;
}
.myorderpage {
    float: left;
}
.headertop .row {
    margin: 0;
}
body .leftsliderbox {
    margin-bottom: 20px;
}
.headertop {
    padding: 10px 0px !important;
}
.nav-main li a {
    padding: 7px 5px;
    font-size: 14px;
}

}

@media (min-width: 701px) and (max-width: 768px) {
	.hdr-btn {
    padding: 10px 10px;
    font-size: 15px;
    margin-left: 10px;
}
.header-right, .rightmid  {
    padding: 0px !important;
}
}
@media (min-width: 601px) and (max-width: 700px) {
.header-right, .rightmid  {
    padding: 0px !important;
}
.hdr-btn {
    padding: 10px 8px;
    font-size: 12px;
    margin-left: 3px;
}
}
@media (min-width: 320px) and (max-width: 767px) {


.leftsidebar .sidbar-box {
    margin-bottom: 20px;
}
.btmbtnbox button {
    padding: 10px 14px;
    margin-bottom: 10px;
}
.myaccount .logbox {
    padding-right: 0px;
}
body .submitbtn button{ width:100%; margin-top:10px;}
body .orderdetailstbl {
    padding-left: 0px;
}
.ordertabs .panel-body {
    padding: 15px;
}
.orderblock{ padding:10px;}
.orderdetailpage .shippingdetail {
    padding: 0;
    display: block;
    float: left;
}
.orderdetailpage {
    display: block;
    float: left;
}

.responmenu {
    display: block;
}
span.for-res-menu.responmenu {
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 9px 0px;
}
.wrapper ol.breadcrumb{ margin:0px;}
.wrapper { padding-top: 24px;}
body .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;

}
.nav-main .navbar {
    padding-right: 0;
}
.navbar-default .navbar-toggle{	margin-right:0px;}
.productgallery .owl-item{ min-height: auto !important;}
body .tabsubmenu{ position:inherit;}
.popupdesign .modal-dialog {
    margin: 30px auto;
}
}

@media (min-width: 320px) and (max-width: 600px) {
.log-topbtn {
    float: none;
}
.wrapper .loginmid {
    padding: 20px;
    float: left;
    width: 100%;
}
.hdr-adminlog ul {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 10px;
	position:inherit;
	left:0;
}
.hdr-adminlog {
    float: none;
}
td.total-lastr {
    width: 64%;
}
.orderdetail span {
    width: 100%;
}

.cabinetsizes .rightqty {
    float: left;
    padding-left: 0;
}
body .createcustomsize {
    float: left;
}
.rightqty .qty{ float:left;}
.midtabsection .tab button	{font-size: 13px; padding: 18px 3px;}
.logobox {
 text-align: center;
    width: 100% !important;
}
.header-right {
    text-align: center;
	width:100% !important;
}
.header-right .rightmid {
    float: none !important ;
}
body .headertop{ padding:20px;}

.midtabsection .tabcontent{ width:71%;}
.menu-imgbox img{ max-width:100%; width:100%;}
}
@media (min-width: 320px) and (max-width: 500px) {
.popupdesign .modal-dialog { padding:20px;}

.orderdetail {
    margin-top: 12px;
}

.orderdetail {
    display: inline-block;
}
.orderdetailpage .shippingdetail {
    padding: 0;
    display: block;
    float: left;
	margin-top:15px;
}
.shippingaddress {
    padding-left: 0;
}

}
@media (min-width: 320px) and (max-width: 767px) {


.acct-hodler img {
    width: auto;
}
.userimg {
    width: auto;
}
.orderdetailpage .myordermid .totalorder{ float:left; width:100%;     padding-right: 0;}
.totalorder h2 label {
    margin-top: 8px;
}

body .leftlable{ float:left;}
.pdt-img img {
    width: auto;
}
.pdt-img {
    text-align: center;
    margin-bottom: 20px;
}
.nav-main .navbar-collapse li {
    width: 100%;
    text-align: left;
}
.nav-main .navbar-collapse{ padding-left:0px;}
.nav-main .navbar-collapse li a { padding-left:0px;}
.nav-main ul.dropdown-menu {
    position: inherit;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.sociallogin a {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.sociallogin {
    margin-bottom: 5px;
}
.order-btmbar label {
    color: #888888;
    font-weight: normal;
    display: block;
}
.total-ftr button {
    padding: 10px 12px;
    font-size: 16px;
}

}
@media (min-width: 320px) and (max-width: 330px) {

.midtabsection .tabcontent {
    width: 70.9%;
}
}
.tr-odd, .tr-even{
    cursor: pointer;
}
.td-product{
    text-decoration: underline;
     cursor: pointer;
}
.td-product:hover{
    color: #488e29 !important;
}
.carousel .control-dots{
    text-align: right !important;
}
.carousel .control-dots .dot{
    display: none !important;
}
.carousel .control-prev.control-arrow:before {
    border-right: 8px solid #100f0f !important;
}
.carousel .control-next.control-arrow:before {
    border-left: 8px solid #100f0f !important;
}
.carousel .thumb.selected, .carousel .thumb:hover {
    border: 3px solid #b2b2b2 !important;
}
.carousel.carousel-slider .control-arrow:hover {
    background: transparent !important;
}
/* .carousel .thumbs-wrapper .control-prev.control-arrow:before{
    border-left: 8px solid #fff !important;
}
.carousel .thumbs-wrapper .control-arrow.control-next:before{
    border-left: 8px solid #fff !important;
} */
.error-msg{
    font-size: 12px;
    color: red
}
/* @media (min-width: 1200px){
    .d-xl-none {
        display: none!important;
    }
}
@media (min-width: 992px){
.d-lg-none {
    display: none!important;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.sidebar, .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
} */

.top-menu li:hover .dropdown-menu {
    display: block;
}

.modal-backdrop.in {
    z-index: 100 !important;
}

.modal.in {
    display:block;
    z-index: 101 !important;
}

.roomClass .hding span {
    float: right;
}

.OrderConfirmationModal .d-none {
    display: none !important;
}

.OrderConfirmationModal .modal-dialog {
    max-width: 90%;
    width: 600px;
}

.OrderConfirmationModal .modal-content {
    padding: 0 20px 20px;
    border-radius: 0;
}

.OrderConfirmationModal .modal-body {
    background-color: #f5f5f5;
}

.OrderConfirmationModal .order-details {
    background-color: #fff;
    border: solid 1px #1aab37;
    padding: 15px;
    margin-bottom: 15px;
}



.OrderConfirmationModal .modal-header {
    text-align:left;
    padding: 15px 0;
    color: #000;
}

.OrderConfirmationModal .linkBtn {
    padding-left: 0;
}

.OrderConfirmationModal h2 {
    margin-bottom: 0;
	text-transform: capitalize;
}

.OrderConfirmationModal .form-control {
    font-size: 16px;
}

.order-details h2 {
    text-transform: none;
    font-size: 17px;
    background-color: #1aab37;
    color: #fff;
    padding: 3px 15px;
}

.order-details > dl {
    padding: 10px 5px;
    font-size: 12px;
    border-bottom: solid 1px #6eab7a;
}

.order-details dl label {
    font-size: 16px;
    margin-bottom: 0;
}

.order-details > dl:last-child {
    border-bottom: solid 3px #1aab37;
}

.order-details dd {
    text-align: right;
    width: 50%;
}

.payment-form-stripe h2 {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
}

.payment-form-stripe .order-details h2 {
    color: #fff;
}

.payment-form-stripe .radio-button {
    margin-bottom: 20px;
}

.payment-form-stripe .radio-button input[type=radio] {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.payment-form-stripe .input-group,
.payment-form-stripe label {
    width: 100%;
}

.payment-form-stripe .upsize.cartbtn.purchasebtn {
    color: #fff;
    background-color: #1aab37;
    border: solid 1px #1aab37;
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.payment-form-stripe .upsize.cartbtn.purchasebtn:hover {
    background-color: #04741a;
}

.p-2 {
    padding: 10px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px;
}

.border {
    border: solid 1px;
}

.border-danger {
    border-color: #ff0000;
}

.linkBtn {
    border: none;
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

.d-block {
    display: block;
    float:none;
}

.dashboard-header {
    position: fixed;
    z-index: 9;
    width: 100%;
}

.dashboard-header .headertop {
	padding: 15px 20px;
	width: 100%;
}

.dashboard-header .upsize {
    margin-bottom: 0;
}

.nav-left-sidebar .navbar-nav {
    list-style: none;
}

.nav-left-sidebar .navbar-nav .nav-item {
    padding: 13px 23px !important;
}

.d-flex {
    display: flex;
}

.chat-box {
    min-height: 100px;
    padding: 10px;
    margin: 10px 10px 10px 60px;
    border: solid 1px #ccc;
    background-color: #fff;
	font-size: 14px;
    position: relative;
}

.customer-dashboard .project-indicator .chat-box:after {
    content: "";
    width:15px;
    height: 15px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: -40px;
    background-color: red;
}

.customer-dashboard .project-indicator.Completed .chat-box:after {
    background-color: green;
}

.customer-dashboard .project-indicator.Priority .chat-box:after {
    background-color: red;
}

.customer-dashboard .project-indicator.In.Progress .chat-box:after {
    background-color: orange;
}

.chat-box-input {
    padding: 0 10px 0 60px;
}


.chat-box-input .form-group {
    width: 100%;
}

.reset-expansion-style {
    background-color: #e8e8e8;
}

.expand-cell-header,
.expand-cell {
    text-align:center;
}
.statusCircle{
	border-radius: 50%;
	width: 15px;
	height: 15px;
	float: left;
}

.dashboardhome .dashboard-content {
    padding-top: 110px;
}

.dashboard .nav-left-sidebar {
    top: 95px;
}
.statusCircle.Pending{
	background: red;
}
.statusCircle.Completed{
	background: green;
}
.statusCircle.Other{
	background: orange;
}
.jobs-table .search-label{
	font-weight: normal;
}
.jobs-table .col-sm-4{
	padding-right: 0px;
}
.jobs-options a{
	margin-right: 15px;
	font-size: 22px;
}
.comment_text{
	color: #666;
	font-weight: normal;
	white-space: pre-wrap;
}
.comment_name{
	font-weight: normal;
	color: #666;
}
.comment_date{
	color: #999;
	font-weight: normal;
	font-size: 13px;
}
.job-comments-wrapper{
	margin-bottom: 5px;
	display:table;
}
.job-comments-wrapper dd, .job-comments-wrapper dt{
	display: inline-block;
	display:table-cell;
}
.customer-search-input{
	margin: 5px 0;
}

.nav-left-sidebar .navbar-nav {
    margin-top: 30px;
}

.dashboard-content .react-bootstrap-table tbody tr td button.btn-delete,
.parent-expand button,
.btn-options,
.btn-reorder {
    background-color:transparent;
    border: unset;
    text-decoration: underline;
}

.btn-options:hover,
.btn-reorder:hover {
    color: blue;
    text-decoration: none;
}

.dashboard-content .react-bootstrap-table tbody > tr > td:last-child,
.dashboard-content .parent-expand > td:last-child {
    padding: 0;
}

.dashboard-content .react-bootstrap-table tbody > tr > td:last-child > .row,
.parent-expand td > .row {
    margin: 0;
}

.dashboard-content .react-bootstrap-table tbody tr td .row .col-md-4,
.parent-expand td .row .col-md-4 {
    padding: 8px 0;
}

.dashboard-content .react-bootstrap-table tbody tr td .row .col-md-4 + .col-md-4,
.parent-expand td .row .col-md-4 + .col-md-4 {
    border-left: solid 1px #ccc;
}

.dashboardhome .dashboard-content {
    padding-top: 110px;
}

.dashboard .nav-left-sidebar {
    top: 95px;
}

.midtabsection .react-tabs__tab-list {
    float:left;
    width: 28%;
    margin-right: 2px;
    border-bottom: unset;
}

.midtabsection .react-tabs__tab {
    padding: 0;
    border-radius: 0;
    border: unset;
}

.midtabsection .react-tabs__tab--selected {
    border-color: transparent;
}

.midtabsection .react-tabs__tab a {
    padding: 0;
    font-size: 13px;
    border-radius: 0;
    border: unset;
    margin-bottom: 2px;
    display: block;
    width: 100%;
}

.midtabsection .react-tabs__tab--selected {
    color: #fff;

}

.midtabsection .react-tabs__tab--selected button,
.midtabsection .react-tabs__tab:hover button {
    background-color: transparent;
    border: solid 1px #248f39;
    color: #fff;
    background-image: linear-gradient(#64bc63, #82b74a);
}

.midtabsection li {
    float:none;
    display: block;
}

.react-tabs__tab button {
    border: solid 1px #eaeaea;
    color: #000;
    background-color: #fff;
    text-align:center;
    padding: 18px 3px;
    font-size: 13px;
    display: block;
    width: 98%;
    margin-bottom: 3px;
}

.react-tabs__tab button span {
    margin-bottom: 10px;
    display: block;
}

.midtabsection .react-tabs__tab-panel.react-tabs__tab-panel--selected {
    width: 71%;
    float:left;
    border: solid 1px #34b44a;
    padding: 0px 16px;
    background-color: #fff;
    min-height: 550px;
    max-height: 550px;
    overflow-y: auto;
}

.midtabsection .react-tabs__tab-panel::-webkit-scrollbar {
    width: 7px;
}

.midtabsection .react-tabs__tab-panel::-webkit-scrollbar-thumb {
    background-color: #30b34a;
    border-radius: 10px;
}

.nav-left-sidebar .navbar-nav {
    margin-top: 0px;
}

.dashboard-content .react-bootstrap-table tbody tr td button.btn-delete,
.parent-expand button,
button.project-name-button,
.jobs-table .row-buttons button,
.btn-options,
.btn-reorder {
    background-color:transparent;
    border: unset;
    text-decoration: underline;
}

.btn-options:hover,
.btn-reorder:hover {
    color: blue;
    text-decoration: none;
}

.dashboard-content .react-bootstrap-table tbody > tr > td:last-child,
.dashboard-content .parent-expand > td:last-child {
    padding: 0;
}

.dashboard-content .react-bootstrap-table tbody > tr > td:last-child > .row,
.parent-expand td > .row {
    margin: 0;
}

.dashboard-content .react-bootstrap-table tbody tr td .row .col-md-4,
.parent-expand td .row .col-md-4 {
    padding: 8px 0;
}

.dashboard-content .react-bootstrap-table tbody tr td .row .col-md-4 + .col-md-4,
.parent-expand td .row .col-md-4 + .col-md-4 {
    border-left: solid 1px #ccc;
}

.project-title {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    color: #000;
}

ul > li.top-link-item:last-child {
    padding: 0 0 15px 0;
}

.top-product-link {
    border: unset;
    background-color: transparent;
    padding: 15px 0 0;
    text-align:left;
}

.top-product-link:hover {
    text-decoration: underline;
}

.create-new-project .modal-header {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.create-new-project .modal-body {
    padding: 30px 15px;
}
.payment-form-subheading{
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.payment-form-stripe{
	padding-bottom: 10px;
	/*background: #FFF;
	padding-top: 15px;*/
}

#root {
  z-index: 1;
}
.split-form {
  display: flex;
  justify-content: space-between;
}

.StripeElement {
  display: block;
  margin: 0px 0 0px 0;
  min-width: 110px;
  padding: 10px 14px;
  font-size: 1em;
  font-family: 'Source Code Pro', monospace;
  /*box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px,
    rgba(0, 0, 0, 0.0196078) 0px 1px 0px;*/
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: white;
  border: 1px solid #ddd;
}

/*input::placeholder {
  color: #aab7c4;
}*/

input:focus,
.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px,
    rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}

.StripeElement.PaymentRequestButton {
  margin-bottom: 35px;
}

.StripeElement.loading {
  height: 41.6px;
  opacity: 0.6;
}
.form-control.cvc{
	display: block;
	margin: 10px 0 0px 0;
	padding: 10px 14px;
	box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background: white;
	height: 38px;
}
h4.payment-type-heading{
	position: relative;
    top: -26px;
    left: 25px;
}
.payment-form-stripe .form-group{
	margin-bottom: 0px;
}
.payment-form-stripe .panel-footer{
	border-top: 0px;
}

.includeAssemblyCost, .greenCheckBox{
	margin-bottom: 15px;
	margin-top: 10px;
}
	.greenCheckBox label, .includeAssemblyCost label {
	  display: inline-block;
	  position: relative;
	  padding-left: 35px;
	  margin-bottom: 12px;
	  cursor: pointer;
	  font-size: 16px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  font-weight: normal;
	}

	/* Hide the browser's default checkbox */
	.greenCheckBox label input, .includeAssemblyCost label input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.greenCheckBox label .checkmark1, .includeAssemblyCost label .checkmark1 {
		position: absolute;
		top: 0;
		left: 0;
		height: 20px;
		width: 20px;
		background-color: #fff;
		border: 2px solid #1aab37;
	}

	/* Create the checkmark1/indicator (hidden when not checked) */
	.greenCheckBox label .checkmark1:after, .includeAssemblyCost label .checkmark1:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark1 when checked */
	.greenCheckBox label input:checked ~ .checkmark1:after, .includeAssemblyCost label input:checked ~ .checkmark1:after {
	  display: block;
	}

	/* Style the checkmark1/indicator */
	.greenCheckBox label .checkmark1:after, .includeAssemblyCost label .checkmark1:after {
		left: 5px;
		top: 1px;
		width: 8px;
		height: 13px;
		border: solid #1aab37;
		border-width: 0 3.5px 3.5px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.container.headertop .customer-profile-badge{
		font-size: 25px;
		float: right;
		padding: 10px 0px 20px 20px;
		color:#598e21;
		margin: 0px;
    }
	.modal-order-summary{
		margin:0px;
	}
	.modal-order-summary label{
		font-size: 18px;
		font-weight: normal;
	}
	.modal-order-summary dd, .modal-order-summary dt{
		display:inline-block;
	}
	.modal-order-summary dt{
		width:150px;
	}

.dashboard-content .inner-pagehead {
    padding: 25px 0 0 ;
}

.google-places-autocomplete__suggestions-container{
    padding: 5px 0px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 3px 3px 3px #ccc
}
.google-places-autocomplete__suggestion {
    padding: 4px;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
}
.google-places-autocomplete__suggestion:hover{
	background: #d6f3ac;
}

td.In.Progress i {
    color: #ccc;
}

.react-bs-table table td {
    white-space: pre-wrap !important;
}

.add-room {
    display: flex;
    justify-content: flex-end;
}

.add-room button {
    background: #e8e8e8;
    border: solid 1px #aaa;
    text-align: center;
    padding: 5px 15px;
    border-radius: 3px;
    color: #333;
}

.add-room button:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
}

.add-room button:hover i {
    color: #fff;
}

.add-room button i {
    margin: 0;
}

.room-panel .panel-heading {
    position: relative;
}

.room-panel .delete-button {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    border: solid 1px #598e21;
    background-color: #598e21;
    color: #fff;
    padding: 5px 7px;
    font-size: 10px;
    display: none;
}

.room-panel .delete-button:hover {
    background-color: #fff;
    color: #598e21;
    border-color: #598e21;
}

.room-panel .panel-heading:hover .delete-button {
    display: block;
}

.room-panel .delete-button i {
    margin: 0;
}
#m-01-models-menu-button-content.level2-1{
	position: absolute !important;
	left: 319px;
	width: 325px !important;
	top: 0px;
}
.m-01-menu-section:hover > .m-01-menu-item > a.m-01-link{
	color: #FFF;
	background: #8dc63f;
}
.total-cost-section {
    background-color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 15px;
    border: solid 1px #ddd;
    margin-top: 15px;
}

.room-total-section {
    font-size: 18px;
    font-weight: 900;
}
.m-01-menu-item > .level-1 a{
	text-align: left;
}
.m-01-menu-item.level-1:first-child .m-01-level-3{
	display:block !important;
}
.m-010-menu-item.hover .m-01-level-2{
	display:block !important;
}
.m-010-menu-item.hover .m-01-level-2 .m-011-menu-item.level-1:first-child .m-01-sub-menu.m-01-level-3{
	display:block !important;
}
.m-010-menu-item.hover .m-01-level-2 .m-011-menu-item.level-1 .m-01-sub-menu.m-01-level-3{
	display:none;
}

.m-011-menu-item.level-1 .m-01-level-3{
	display:none;
}

.m-011-menu-item.level-1.hover:after{
	transition: width .6s;
	width: 100%;
	background:#8dc63f;
}

.customer-dashboard .sidebar-dark {
    width: 60px;
    margin-top: 50px;
    height: 100vh;
    float:left;
}

.customer-dashboard .dashboard-wrapper {
    margin-left: 80px;
    padding-top: 50px;
    position: unset;
}

.customer-dashboard .sidebar-dark ul {
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.customer-dashboard .sidebar-dark ul li {
    display: block;
    margin-bottom: 40px;
    text-align:center;
}



.slide > div {
    height: 348px;
    background-color: #fff;
}

.slide > div > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-011-menu-item.level-1  > a{
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.error-message {
    display: none;
    color: red;
}

.error + .error-message {
    display: block;
}

/*.carousel .slide > div > img {
    width: 1000px;
    max-width: unset;
    position: absolute;
    left: -50%;
}*/

#m-01-model-menu .m-01-level-2 > .m-01-menu-item > .m-01-link:hover{
	color: #248f39 !important;

}
.menu-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:#000;
	z-index: 1;
	opacity: 0.4;
}

footer {
    padding: 40px 0 0 0;
    background-color: #252525;
    color: #fff;
    margin-top: 40px;
}

.customer-dashboard footer {
    position: absolute;
    z-index: 2;
}

footer h4 {
    text-transform:uppercase;
    color: #777;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

footer ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.copyright {
    text-align:left;
    font-size: 10px;
    padding: 30px;
}

footer a {
    color: #ccc;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    font-size: 12px;
    line-height: 1.5;
}

footer a span.small {
    margin-top: 5px;
}

footer a:hover {
    color: #2874f0;
}

footer .widgets,
footer a.logo  {
    margin-bottom: 20px;
    display: block;
}

footer .widgets i {
    margin-right: 15px;
    color: #8dc63f;
}

.m-01-menu-section .m-01-link
{
    transition: 0.5s all ease-in-out;
    padding: 0  15px !important;
    width: auto;
}

.level-0 > a.m-01-link:hover {
    background-color: #8dc63f;
    color: #fff;
}

.main-banner {
    padding: 50px;
    background-color: #222;
    color: #fff;
    clear:both;
    text-transform:uppercase;
    font-size: 18px;
    margin-bottom: 40px;
    min-height: 200px;
}

.main-banner h1 {
    color: #fff;
    text-transform: uppercase;
}

.news-article .sidebar ul {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}

.news-article .sidebar li a {
    color: #71748d;
    transition: 0.2s all ease-in-out;
}

.news-article .sidebar li a:hover {
    color: #2874f0;
}

.news-article .sidebar li {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

.blocker.d-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.2);
    transition: 0.5s all ease-in-out;
}

.blocker.d-none {
    display: none;
}

.secondary-header {
    background-color: #8dc63f;
    color: #fff;
}

.secondary-header .container {
    display: flex;
    justify-content: flex-end;
}

.secondary-header button {
    background-color: #798d63;
    border: solid 1px #798d63;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 1px;
    transition: 0.5s all ease-in-out;
}

.secondary-header button:hover {
    background-color: #404041;
    border-color: #404041;
}

.secondary-header .welcome {
    margin-right: 15px;
    line-height: 1.8;
}

.headertop .header-right {
    text-align: right;
    font-size: 21px;
    line-height: 3.1;
    white-space: nowrap;
}

footer .our-partners a {
    display: inline-block;
    margin: 0 15px 15px 0;
}

footer .our-partners img {
    max-width: 150px;
    transition: 0.5s all ease-in-out
}

footer .our-partners a img.colored {
    display: none;
}

footer .our-partners a:hover img {
    display: none;
}

footer .our-partners a:hover img.colored {
    display: inline-block !important;
}

footer h4 {
    text-transform: none;
    color: #8DC63F;
}

footer i.fa-map-marker-alt {
    padding: 23px 0;
    float: left;
}

.main-banner {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.main-banner .col-md-12 {
    min-height: 400px;
}

.main-banner h1 {
    background-color: rgba(0,0,0,0.8);
    padding: 15px 50px;
    letter-spacing: 1px;

    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-default {
    border-color: #aaa;
}
/*MC Custom CSS*/

.LoginModal button.btn.cartbtn.purchasebtn,
.RegisterModal button.btn.cartbtn.purchasebtn{
    width:100%;
    padding: 10px 10px;
    margin-top: 12px;
    transition: all .5s;
}

.LoginModal label,
.RegisterModal label{
    color:#000;
    font-weight: normal;
    font-size:16px;
}

.LoginModal .modal-header ,
.RegisterModal .modal-header {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align:center;
    font-weight:bold;
    font-weight:normal;
}

.form-control,
.LoginModal .form-control ,
.RegisterModal .form-control {
    border: 1px solid #d8d6d9;
    border-radius: 0px;
    box-shadow: none;
    min-height:45px;
    font-size:18px;
    transition: all .5s;
}


.LoginModal .modal-dialog,
.RegisterModal .modal-dialog{
    width:500px;
}

.LoginModal .modal-content,
.RegisterModal .modal-content{
    border-radius: 0;
    padding:10px 20px 50px 20px;
}

.LoginModal .modal-header .close ,
.RegisterModal .modal-header .close {
    margin-top: 6px;
}

.LoginModal .form-group ,
.RegisterModal .form-group {
    margin-bottom: 35px;
    margin-top: 20px;
}

.LoginModal .purchasebtn,
.RegisterModal .purchasebtn,
.LoginModal .purchasebtn:focus,
.RegisterModal .purchasebtn:focus,
.LoginModal .purchasebtn:hover,
.RegisterModal .purchasebtn:hover{
    font-size:20px;
    color:#fff;
    transition: all .2s;
}

.LoginModal .btn:hover,
.LoginModal .btn:clicked,
.RegisterModal .btn:hover,
.RegisterModal .btn:clicked,
.LoginModal .btn.focus,
.LoginModal .btn:focus,
.LoginModal .btn:hover,
.RegisterModal .btn.focus,
.RegisterModal .btn:focus,
.RegsiterModal .btn:hover{
    color:#fff!important;
}

.LoginModal .error,
.RegisterModal .error,
.RegisterModal .d-block {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    color: red;
}

.LoginModal .focus-visible,
.RegisterModal .focus-visible{
    border-color:#000;
}

.swal-modal .swal-button{
    background-color:#598e21;
    border-radius:0;
}

.swal-button.swal-button--cancel {
    color: #fff;
    background-color: #555;
}

.swal-modal .swal-button:hover{
    background-color:#598e21;
    border-radius:0;
}

.upsize.cartbtn.purchasebtn {
    border-radius: 0;
    padding: 10px 23px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing:1px;
}

.swal-overlay--show-modal .swal-modal{
    border-radius:0px;
}

.customerlist{
    border: 1px solid gray;
    margin-top: 50px;
    position: absolute;
    top: 85px;
    left: 20%;
}

.customerlist tr{
    margin-top:10px;
    margin-bottom:10px;
}

.customerlist th{
    padding-left:20px;
    padding-right:20px;
}

.customerlist td{
    text-align:center;
}

.customer-private-message {
    height:70px;
}

.pm-submit{
    margin-top:18px;
}

tr.parent-expand{
    border-top:3px solid green;
}

.add_percent_order:after{
    content:'%';
}

/*.hide-pay-account .payment-form-stripe .col-md-12 .col-md-6:last-child{
    display:none;
}*/

.pay_by_account{
    vertical-align: middle!important;
}

.paybyaccount-customer,
.block-customer{
    vertical-align: middle!important;
}


.paybyaccount-customer input,
.block-customer input{
    text-align:center;
    float:none;
    vertical-align: middle!important;
    margin:0 auto;
}

.modal-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.customer-global-message .swal-content{
	text-align: left;
}
.customer-global-message{
	width: 100%;
	max-width: 900px;
	padding: 0px 15px;
}

.m-01-sub-menu.m-01-level-2 {
    width: 100%;
}

.m-01-sub-menu.m-01-level-2 > div {
    display: flex;
    justify-content: flex-start;
}

.m-01-sub-menu.m-01-level-2 > div.hover > a:after {
    width: 100%;
    opacity: 1;
}

.m-01-sub-menu.m-01-level-2 > div > a {
    position: relative;
}

.m-01-sub-menu.m-01-level-2 > div > a:after {
    content:"";
    display: block;
    opacity: 0;
    width: 0;
    height: 2px;
    background-color: #8dc63f;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .6s;
}

#m-01-model-menu .m-01-level-2>.m-01-menu-item>.m-01-link {
    width: 33.33%;
}

.m-01-sub-menu .m-01-menu-item:after {
    position: absolute;
    bottom: 0;
    display: none !important;
}

.m-01-sub-menu #m-01-model-menu .m-01-sub-menu.m-01-level-3 {
    left: unset !important;
    right: 0;
    min-width: 0;
}

.m-01-menu-section {
    display: inline-block;
}

@media (max-width: 1024px) {
    .m-01-menu-section .m-01-link {
        font-size: 14px !important;
        line-height: 3.5em;
    }

    .headertop .header-right {
        line-height: 1.5;
    }
}

@media (max-width: 937px) {
    .m-01-menu-section .m-01-link {
        padding: 0 5px !important;
    }
}

@media (max-width:770px) {
    .headertop .header-right {
        line-height: 1.5;
        padding: 15px 0 !important;
        font-size: 13px;
    }

    .m-01-menu-section {
        display: inline-block;
    }

    .m-01-menu-section .m-01-link {
        width: auto;
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 12px !important;
        line-height: 4.4em;
    }

    .m-010-menu-item.hover .m-01-level-2 {
        position: absolute;
    }

    .navbar.navbar-default.pull-right {
        float: none !important;
    }

    .m-01-main-navigation {
        position: relative !important;
    }

    #m-01-model-menu .m-01-sub-menu {
        max-width: 100%;
    }

    .m-01-sub-menu .m-60-series {
        width: 270px;
    }

    .m-01-sub-menu .m-60-flyout {
        margin-left: 270px;
        max-width: 425px;
    }

    .m-01-main-navigation .m-01-sub-menu #m-01-model-menu .m-01-sub-menu.m-01-level-3 {
        max-width: 100% !important;
    }

    .cabinetsizes .rightqty {
        float: none;
        padding-left: 0;
    }

    .rightqty .qty {
        width: 100%;
    }

    .cabinetsizes .leftlable {
        margin-bottom: 10px;
    }

    /*.responmenu,
    .navbar-toggle {
        display: block;
    }

    .responmenu {
        font-size: 20px;
        color: #000;
        float: left;
        padding: 9px 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-default .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border-color: #1aab37;
    }

    body .navbar-default .navbar-toggle .icon-bar {
        background-color: #1aab37;
    }*/
}


@media (max-width: 767px)  {
    .secondary-header .container {
        width: 100% !important;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .secondary-header .welcome {
        text-align: center;
    }

    .secondary-header .welcome + div {
        display: flex;
        justify-content: space-between;
    }

    .secondary-header .welcome + div > button {
        width: 33.33%;
    }

    .headertop {
        padding: 0 !important;
    }

    .headertop .header-right {
        font-size: 14px;
        line-height: 3;
        text-align: center;
    }

    .customer-dashboard .headertop .header-right {
        display: none;
    }

    .headertop .logobox a {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    span.for-res-menu.responmenu {
        color: #000;
    }

    .navbar-default .navbar-toggle {
        border-color: #1aab37;
    }

    body .navbar-default .navbar-toggle .icon-bar {
        background-color: #1aab37;
    }

    .m-01-main-navigation {
        background-color: #f0f0f0 !important;
        top: 0px !important;
    }

    .m-01-menu-section .m-01-link {
        width: 100%;
        text-align:left;
    }

    .m-01-main-navigation .pull-right {
        float:none !important;
    }

    .m-01-menu-section .m-01-link {
        padding: 0 15px !important;
        border-bottom: solid 1px #eaeaea;
    }

    .m-60-series {
        width:50% !important;
    }

    .m-60-module-wrapper {
        display: block !important;
    }

    .m-60-flyout {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0% !important;
    }

    .m-60-flyout.content-full-width {
        margin-left: 94px !important;
        position: relative;
    }

    .m-01-link-image-wrapper img {
        height: 41px !important;
    }

    .m-60-series {
        position: relative !important;
    }

    .m-60-model-series:first-child {
        margin-top: 0 !important;
    }

    .m-60-module-wrapper {
        overflow:hidden;
    }

    .m-01-sub-menu #m-01-model-menu .m-01-sub-menu.m-01-level-3 {
        display: none !important;
    }

    .m-01-sub-menu #m-01-model-menu .m-01-menu-item.level-1.hover   .m-01-sub-menu.m-01-level-3 {
        display: block !important;
    }

    .main-banner h1 {
        font-size: 16px;
        white-space: normal;
        line-height: 1.5;
    }

    .main-banner {
        padding: 0;
    }

    .customer-dashboard {
        width: 100%;
        overflow: hidden;
    }

    .react-bootstrap-table {
        width: 100%;
        overflow-x: scroll;
    }

    .customer-dashboard .sidebar-dark {
        margin-top: 110px;
        position: fixed;
        left: 0;
    }

    .m-01-menu-section {
        display: block;
    }

    .m-010-menu-item.hover .m-01-level-2 {
        position: relative;
    }

    .m-01-link-image-wrapper {
        margin-top: -6px;
    }

    .navbar-collapse {
        padding-right: 0 !important;
    }

    footer .our-partners img {
        max-width: 118px;
    }

    footer p {
        font-size: 16px;
    }

    .midtabsection .react-tabs__tab-list,
    .midtabsection .react-tabs__tab-panel.react-tabs__tab-panel--selected {
        float:none;
        width: 100%;
    }

    .react-tabs__tab button {
        width: 100%;
    }

    .midtabsection li {
        display: inline-block;
    }

    .midtabsection .react-tabs__tab {
        width: 75px;
        height: 102px;
        overflow: hidden;
    }

    .react-tabs__tab button {
        font-size: 9px;
        padding: 0 3px;
        height: 102px;
    }

    .cabinetsizes {
        float:none;
    }

    .LoginModal .modal-dialog, .RegisterModal .modal-dialog {
        width: unset;
    }

    .secondary-header .welcome + div > button {
        width: 50%;
    }

}

@media (max-width: 375px) {
    #m-01-model-menu .m-01-sub-menu {
        min-width: 100% !important;
    }

    .m-60-series {
        width: 100% !important;
    }

    .headertop .header-right {
        font-size: 12px;
    }

    .midtabsection .react-tabs__tab {
        width: 66px;
    }
}

@media (max-width: 320px) {
    .secondary-header .welcome + div > button {
        width: 50%;
    }

    .header-right {
        display: none;
    }

    .customer-dashboard .sidebar-dark {
        margin-top: 150px;
    }

    .midtabsection .react-tabs__tab {
        width: 55px;
    }


}

.detail-images{
	padding:0px !important;
}
.detail-images li{
	width: 29%;
	display: inline-block;
  margin: 5px;
}
.detail-images li img{
	width: 100%;
}
.tooltip.show{
	opacity: 1;
}
.css-b8ldur-Input input:focus{
	box-shadow: none !important;
}
.css-1hb7zxy-IndicatorsContainer, .css-1wy0on6{
	display:none !important;
}
.css-1wa3eu0-placeholder{
	font: 400 12px/1.3 sans-serif !important;
}
.css-1hwfws3{
	min-height: 28px !important;
	font: 400 12px/1.3 sans-serif !important;
    width: 100% !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: var(--baseFg) !important;
    border: 1px solid var(--baseFg) !important;
    line-height: 1 !important;
    outline: none !important;
    padding: 0 !important;
    border-radius: var(--radius) !important;
    background-color: var(--baseBg) !important;
    background-image: linear-gradient(var(--baseFg), var(--baseFg)), linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%), linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%), linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%) !important;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important;
    background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100% !important;
    background-position: right 20px center, right bottom, right bottom, right bottom !important;
}
.css-1laao21-a11yText{
	outline: none !important;
	padding:0px !important;
	z-index:9999;
	border:0;
	-webkit-clip:rect(1px,1px,1px,1px);
	clip:rect(1px,1px,1px,1px);
	height:1px;
	width:1px;
	position:absolute;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
}
.css-1laao21-a11yText *, .css-1laao21-a11yText *:focus{
	outline: none !important;
}
.css-1uccc91-singleValue{
	max-width: calc(100% - 30px) !important;
}
.css-26l3qy-menu,  .css-1uccc91-singleValue{
	font: 400 12px/1.3 sans-serif !important;
	color: var(--baseFg) !important;

}
.css-1uccc91-singleValue{
	padding-left: 5px;
}
.css-26l3qy-menu > div, .css-26l3qy-menu > div > div{
	padding-left:0px !important;
	margin-left:5px !important;
}
.css-26l3qy-menu{
	border-radius: 0px !important;
	border-left: 1px solid;
	border-right: 1px solid;
	border-radius: 0px !important;
	margin-top:-5px !important;
	box-shadow: none !important;
	border-bottom:1px solid !important;
}
.css-9gakcf-option{
	background-color:#8dc63f !important;
	padding: 4px 6px !important;
}
.ColorSwatchesModalModal .modal-dialog{
	min-width: 1000px !important;
	min-height: 450px !important;
}
.ColorSwatchesModalModal .modal-content{
    border-radius: 0;
    padding: 10px 20px 50px 20px;
}
.ColorSwatchesModalModal .modal-header{
	font-size: 22px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-weight: normal;
	padding: 4px;
	border: 0;
}

img.SelectColourImage{
	width:15px;
	height:15px;
}
ul.imageColourSwatchesList {
    padding: 0px;
    list-style: none;
}
ul.imageColourSwatchesList li{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.css-4ljt47-MenuList, .css-11unzgr{
	overflow-x: hidden
}


/********************************************
	BREAKPOINT WIDTHS
********************************************/
/********************************************
	FONTS
********************************************/
/********************************************
	COLOURS
********************************************/
.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer; }
    .carousel .control-arrow:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
      margin: 0 5px;
      display: inline-block;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      content: ''; }
    .carousel .control-disabled.control-arrow {
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: inherit;
      display: none; }
    .carousel .control-prev.control-arrow {
      left: 0; }
      .carousel .control-prev.control-arrow:before {
        border-right: 8px solid #fff; }
    .carousel .control-next.control-arrow {
      right: 0; }
      .carousel .control-next.control-arrow:before {
        border-left: 8px solid #fff; }

  .carousel {
    position: relative;
    width: 100%; }
    .carousel * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

    .carousel img {
      width: 200px;
      max-width: 200px;
      display: inline-block;
      pointer-events: none;
      margin: -22px -53px;
    }

    .carousel .carousel {
      position: relative; }
    .carousel .control-arrow {
      outline: 0;
      border: 0;
      background: none;
      top: 50%;
      margin-top: -13px;
      font-size: 18px; }
    .carousel .thumbs-wrapper {
      margin: 20px 23px;
      overflow: hidden;
    }
    .carousel .thumbs {
      -webkit-transition: all 0.15s ease-in;
      -moz-transition: all 0.15s ease-in;
      -ms-transition: all 0.15s ease-in;
      -o-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      position: relative;
      list-style: none;
      white-space: nowrap;
      padding: 0;
    }
    .carousel .thumb {
      -webkit-transition: border 0.15s ease-in;
      -moz-transition: border 0.15s ease-in;
      -ms-transition: border 0.15s ease-in;
      -o-transition: border 0.15s ease-in;
      transition: border 0.15s ease-in;
      display: inline-block;
      width: 100px;
      height: 100px;
      margin-right: 6px;
      white-space: nowrap;
      overflow: hidden;
      border: 3px solid #fff;
      padding: 2px;
    }
      .carousel .thumb:focus {
        border: 3px solid #ccc;
        outline: none; }
      .carousel .thumb.selected, .carousel .thumb:hover {
        border: 3px solid #333; }
      .carousel .thumb img {
        vertical-align: top; }
    .carousel.carousel-slider {
      position: relative;
      margin: 0;
      overflow: hidden; }
      .carousel.carousel-slider .control-arrow {
        top: 0;
        color: #fff;
        font-size: 26px;
        bottom: 0;
        margin-top: 0;
        padding: 5px; }
        .carousel.carousel-slider .control-arrow:hover {
          background: rgba(0, 0, 0, 0.2); }
    .carousel .slider-wrapper {
      overflow: hidden;
      margin: auto;
      width: 100%;
      -webkit-transition: height 0.15s ease-in;
      -moz-transition: height 0.15s ease-in;
      -ms-transition: height 0.15s ease-in;
      -o-transition: height 0.15s ease-in;
      transition: height 0.15s ease-in; }
      .carousel .slider-wrapper.axis-horizontal .slider {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex; }
        .carousel .slider-wrapper.axis-horizontal .slider .slide {
          flex-direction: column;
          flex-flow: column; }
      .carousel .slider-wrapper.axis-vertical {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex; }
        .carousel .slider-wrapper.axis-vertical .slider {
          -webkit-flex-direction: column;
          flex-direction: column; }
    .carousel .slider {
      margin: 0;
      padding: 0;
      position: relative;
      list-style: none;
      width: 100%; }
      .carousel .slider.animated {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
    .carousel .slide {
      min-width: 100%;
      margin: 0;
      position: relative;
      text-align: center;
      background: #000; }

    .carousel .slide img {
        width: 100%;
        max-width: 100%;
        vertical-align: top;
        border: 0;
    }

    .carousel .slide .base-1-door img,
    .carousel .slide .base-2-door img,
    .carousel .slide .blum-drawers img,
    .carousel .slide .base-open-cabinet img,
    .carousel .slide .overhead-1-door img,
    .carousel .slide .overhead-2-door img,
    .carousel .slide .overhead-open-cabinet img
    {
        width: 700px;
        max-width: 999px;
    }

    .carousel .slide.selected .base-1-door img,
    .carousel .slide.selected .base-2-door img,
    .carousel .slide.selected .blum-drawers img,
    .carousel .slide.selected .base-open-cabinet img,
    .carousel .slide.selected .overhead-1-door img,
    .carousel .slide.selected .overhead-2-door img,
    .carousel .slide.selected .overhead-open-cabinet img
    {
        margin-left: -150px;
    }

    .carousel .slide iframe {
        display: inline-block;
        width: calc(100% - 80px);
        margin: 0 40px 40px;
        border: 0; }
      .carousel .slide .legend {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        border-radius: 10px;
        background: #000;
        color: #fff;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        opacity: 0.25;
        -webkit-transition: opacity 0.35s ease-in-out;
        -moz-transition: opacity 0.35s ease-in-out;
        -ms-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
    .carousel .control-dots {
      position: absolute;
      bottom: 0;
      margin: 10px 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 960px) {
        .carousel .control-dots {
          bottom: 0; } }
      .carousel .control-dots .dot {
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        opacity: 0.3;
        filter: alpha(opacity=30);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
        background: #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
        display: inline-block;
        margin: 0 8px; }
        .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
          opacity: 1;
          filter: alpha(opacity=100); }

    .carousel .carousel-status {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      font-size: 14px;
      color: #000;
    }

    .carousel:hover .slide .legend {
      opacity: 1;
    }

.form-group textarea.form-control,
.door-select textarea {
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background: #f6f6f6 !important;
    padding: 10px;
    height: auto;
    min-height: 150px;
    width: 100%;
    font-size: 14px;
}

.editable input[type=number] {
    width: 100%;
    min-width: 100px;
    min-height: 45px;
    padding: 6px 12px;
    font-size: 18px;
}

#Shelfoptions {
    /* padding: 10px 0 0;  */
}

.resetPassword {
	float: right;
	font-size: 14px;
	padding-right: 5px;
}
.resetPassword a:hover {
	text-decoration: underline;
}
.__react_component_tooltip{
	opacity: 1 !important;
}
.imageColourSwatchesList li img {
    height: 100px;
    width: 100px;
    border: solid 1px #ccc;
    transition: 0.2s all ease-in-out;
}

.imageColourSwatchesList li:hover img {
    border: solid 5px rgba(0, 153, 51, 0.5);
}

.product-cart-summary{
	padding: 0px;
	width: 100%;
	border-bottom: 2px solid #1aab37;
}

.product-cart-summary th{
	padding: 4px 0;
	border-bottom: 2px solid #1aab37;
}
.alignright{
	text-align: right;
}
.modal-order-summary dd, .modal-order-summary dt{
	width: 50%;
}
.pdtl label{
  width:100%;
}

ul.stock-codes {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

ul.stock-codes li {
    border-bottom: solid 1px #ccc;
    display: block;

    cursor: pointer;
    transition: 200ms ease-in-out all;
    padding: 5px;
    text-align: center;
    position: relative;
}

ul.stock-codes li.selected {
    background-color: #8DC63F;
    color: #fff;
}

ul.stock-codes li img {
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
}

.d-none {
    display: none !important;
}

.images {
    display: none;
}

.single-image {
    position: relative;
}

.single-image:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: ease-in-out all 2000ms;
}

ul.stock-codes li:hover .single-image:before {
    display: block;
}

.img-button {
    display: none;
    justify-content: center;
    position: absolute;
    top: 31%;
    left: 34%;
}

.img-button button {
    background-color: rgba(0,0,0,0.5);
    border-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    transition: ease-in-out all 200ms;
}

.img-button button:hover {
    background-color: #fff;
    border-color: #fff;
}

.img-button button:hover i {
    color: #000;
}

ul.stock-codes li:hover .img-button {
    display: flex;
}

.form-control, .DrawerSizedModal .form-control{
  margin-bottom: 0px;
}
/*
.ProductGrids .ProductAddCart input{
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 32px;
  padding: 0 2px;
  width: 100px;
  text-align: center;
  background: none;
  font-weight: normal;
  border: 1px solid #DDD;
}
*/
.ProductGrids .ProductPrice{
  font-size: 18px;
  padding: 10px 0px;
  color: #000;
}
.ProductGrids .ProductGridItem{
  box-shadow: 0px 0px 10px 8px rgb(246, 246, 246);
  padding: 20px;
  margin: 20px 32px;
  max-height: 470px;
  min-height: 470px;
}

.ProductGrids .ProductGridItem:hover{
  box-shadow: 0px 0px 10px 8px rgb(231, 231, 231);
  transition: 0.8s;
  background: #f5f5f5;
}
.ProductGridItem .ProductName{
  margin: 20px 0 8px;
  font-size: 26px;
}
.ProductGridItem .ProductImage{
  display: block;
  text-align: center;
}
.ProductGridItem .ProductImage img{
  max-height: 200px;
  margin: 0 auto;
  cursor: pointer;
}
.ProductGridItem .ProductName, .ProductGridItem  .ProductDescription{
  cursor: pointer;
}
.ProductDetail h3{
  font-size: 34px;
  font-weight: 600;
}
.ProductDetail .ProductPrice {
  font-size: 24px;
  color: #30b34a;
}
.ProductDetail .ProductDescription{
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.ProductDetail .ProductAddCart input{
  font-size: 25px;
  padding: 5px 10px;
}
  .ProductDetail .ProductAddCart button{
  padding: 10px 25px;
  margin: 0px;
  float: none;
  margin-left: 15px;
}
.ProductDetail .ProductImage .thumb img{
  min-height: 70px;
  margin: 0px;
  padding: 5px;
}
.ProductDetail .carousel .thumb.selected, .ProductDetail .carousel .thumb:hover{
  border: 1px solid #DDD !important;
}
.ProductLargeImage .ril-inner img{
  transform: none !important;
}
.ProductBackButton{
  position: absolute;
  left: 25px;
  top: 33px;
}
.ProductBackButton .arrow.prev {
    transform: rotate(-45deg);
    left: 0;
}
.ProductBackButton .arrow {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.product_quantity {
    width: 120px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 5px;
    float: left;
    margin-right: 5px;
    background: #FFF;
}
.product_quantity input {
    width: 70px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;

}
.product_quantity input, .product_quantity span {
  display: block;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,.5);
  line-height: 45px;
  float: left;
  text-align: center;
}
.quantity_buttons {
    position: absolute;
    top: 0;
    left: 90px;
    height: 100%;
    width: 29px;
    border-left: 1px solid #e5e5e5;
}
.quantity_inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px;
}
.quantity_dec, .quantity_inc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}
.quantity_dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px;
}
.quantity_control i {
    font-size: 11px;
    color: rgba(0,0,0,.3);
    pointer-events: none;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.d-flex {
    position: relative;
    display: flex;
    display: -ms-flexbox !important;
    display: flex !important;
}
#quantity_input:focus{
  border: none;
  box-shadow: none;
}
.ProductAddCart button{
  height: 44px;
  margin-left: 15px !important;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.room.order_info{
  max-width: 100px;
  float: right;
}
.room.order_info .product_quantity{
  margin-right: 0px;
  height: 35px;
  width: 80px;
}
.room.order_info .quantity_buttons{
  left: 55px;
  width: 15px;
}
.room.order_info .product_quantity input{
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 15px;
}
.room.order_info .quantity_control i{
  font-size: 10px;
}

.LoginModal.AddProduct.SupplierModal .modal-dialog{
  max-width: 600px;
}

.not-available {
    height: 360px;
    background: #fff;
    text-align: center;
}

.not-available h2 {
    font-size: 42px;
    line-height: 1;
    padding: 100px 30px 0;
    color: #eaeaea;
    text-shadow: 1px 1px 1px #ccc;
}
.related-products{
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #666;
  display: flex;
  justify-content: flex-start;
}
.btn-related{
  background-image: linear-gradient(#64bc63, #82b74a);
  color: #FFF;
  border: solid 1px #34b44a;
  padding: 6px 16px;
  border-radius: 4px;
  margin-right: 15px;
}
.btn-related:hover{
  background-image: none;
  color: #333;
}
.greenCheckBox.custom-masters .checkmark1 {
  height: 28px;
  width: 28px;
  border: 3px solid #1aab37;
  top: -7px;
}
.greenCheckBox.custom-masters .checkmark1:after{
  left: 7px;
  top: -1px;
  width: 10px;
  height: 20px;
}

.single-product {
    width: 100px;
    height: 125px;
    background-color: #fff;
    border: solid 1px #fff;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    cursor:pointer;
    margin: 0 5px 5px 0;
}

.single-product .product-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    transition: 500ms ease-in-out all;
}

.single-product:hover .product-title {
    background-color: #82b74a;
}

input[type=checkbox] {
    font-size: 16px;
    -webkit-appearance: none;
	background-color: #fafafa !important;
	border: 3px solid #30b34a !important;
	box-shadow: none;
	padding: 9px;
	border-radius: 0;
	position: relative;
    width: auto !important;
    margin-right: 5px;
    vertical-align: middle;
}

input[type=checkbox]:after {
    display: none;
    content:"";
    position: absolute;
    top: 1px;
    right: 4px;
    z-index: 3;
    width: 9px;
    height: 12px;
    border-bottom: solid 4px #30b34a;
    border-right: solid 4px #30b34a;
    transform: rotate(45deg);
}

input[type=checkbox]:focus {
    outline: none;
}

input[type=checkbox]:checked:after {
    display: block;
}
.gst-included {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.modal-order-summary dd{
  width: 100% !important;
}


.bg-warning {
    background-color: #ff0000;
}

.text-white {
    color: #fff;
}

.text-small {
    font-size: 12px !important;
}

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

.tooltip-button {
    background-color: transparent;
    color: #30b34a;
    border-color: transparent;
    padding: 0;
}

.loader {
    height: 23vh;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }

  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }

  @keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  .abn-lookup-modal tbody td {
      white-space: normal;
  }

  .mr-0 {
      margin-right: 0 !important;
  }

  .ml-0 {
      margin-left: 0 !important;
  }

  .mb-0 {
      margin-bottom: 0 !important;
  }

  .pl-0 {
      padding-left: 0 !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .d-flex.space-between {
      justify-content: space-between;
  }

  .qty-buttons {
      margin-top: 5px;
      border: solid 1px  #e5e5e5;
      background-color: #fff;
      border-radius: 5px;
      font-size: 18px;
      line-height: 2;
      width: 75px;
      padding: 0 15px;
      float: right;
  }

  .qty-buttons button {
      border: none;
      padding: 0 8px;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 10px;
      background-color: transparent;
      height: 50%;
      border-left: solid 1px #e5e5e5;
  }

  .qty-buttons button.minus-button {
      top: 50%;
      /* border-right: solid 1px rgba(118, 118, 118, 1); */
  }

    .qty-buttons button.plus-button {
        /* border-left: solid 1px rgba(118, 118, 118, 1); */
    }

.font-weight-normal  {
    font-weight: normal !important
}

.roomClass .link-button {
    border: unset;
    padding:0;
}

.roomClass .not-available{
  height: auto;
}
.roomClass .not-available h2{
  font-size: 12px;
  padding: 30px 0;
  margin: 0px;
}
.bg-white {
    background-color: #fff !important;
}

.view-order {
    width: 80%;
    margin: 1em auto;
}

.p-4 {
    padding: 1em !important;
}

.pb-4 {
    padding-bottom: 1em;
}

.pt-4 {
    padding-top: 1em;
}

.ml-2 {
    margin-left: 0.5em !important;
}

.mr-2 {
    margin-right: 0.5em !important;
}

.pl-2 {
    padding-left: 0.5em !important;
}

.pr-2 {
    padding-right: 0.5em !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.border-light {
    border-color: #ddd !important;
}

.m-2 {
    margin: 0.5em !important;
}

.mt-2 {
    margin-top: 0.5em !important;
}

.white-space-wrap {
    white-space: normal !important;
}

.link-button {
    border: none;
    background-color: transparent;
}
.product-cart-summary-shipping{
  width: 100%;
}
.product-cart-summary-shipping td{
  padding: 4px 0px;
  font-size: 16px;
  padding-left: 15px;
}


.last-order {
    padding: 15px;
    min-width: 400px;
    height: 130px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #000;
    z-index: 99999;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 2000ms ease-in-out;
    opacity: 0.9;
}

.last-order button {
    border: unset;
    font-size: 18px;
    background-color: transparent;
}

.last-order .order-details {
    display: flex;
    justify-content: space-between;
}

.last-order .order-details p {
    margin-bottom: 5px;
}

.last-order .order-details .image {
    width: 100px;
    overflow: hidden;
}

.last-order .order-details .image img {
    max-width: 100%;
}

.last-order .order-details .image.base-1-door img {
    max-width: 200px;
    margin-left: -60px;
    margin-top: -20px;
}

.last-order .order-details .product-name {
    font-size: 24px;
    font-weight: bold;
    color: #488e29;
    margin-bottom: 5px;
}

.last-order.hidden {
    display: flex !important;
    opacity: 0;
    bottom: -200px;
}

@media (max-width: 1024px) {
    .ProductGrids .ProductGridItem {
        margin: 20px 24px;
    }

    .product_quantity input {
        width: 40px;
    }

    .ProductAddCart button {
        margin-left: 0 !important;
    }

    .quantity_buttons {
        margin-left: 50px;
    }

    footer .our-partners img {
        max-width: 130px;
    }
}

@media (max-width: 768px) {
    .dashboard-content .col-xl-12 .row:after {
        clear: right;
    }

    .customer-dashboard .sidebar-dark {
        margin-top: 125px;
    }

    .midtabsection {
        width: 100%;
    }

    .leftsliderbox + .midtabsection {
        width: 50%;
    }

    .ProductGrids .ProductGridItem {
        min-height: 550px;
    }

    .ProductAddCart {
        width: 50% !important;
    }

    .ProductAddCart button {
        width: 100% !important;
    }

    .quantity_buttons {
        left: 30px;
    }

    .product_quantity input {
        width: 70px;
    }

    body .pdt-img {
        width: 22.667%;
    }
}

@media (max-width: 425px) {

    body .container {
        width: 100% !important;
    }

    .nav-main .container {
        padding: 0 !important;
    }

    .nav-main .row {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-header {
        margin-left: 15px;
        margin-right: 15px;
    }

    .headertop .col-xs-5 {
        width: 100%;
    }

    .headertop .project-title {
        text-align: center;
        margin-top: 0;
    }

    .headertop .header-right {
        padding: 0 !important;
    }

    .headertop .logobox a {
        margin: 0;
    }

    #m-01-model-menu .m-01-level-2>.m-01-menu-item>.m-01-link {
        width: 100%;
    }

    .m-01-sub-menu.m-01-level-2 > div {
        display: block;
    }

    .m-01-sub-menu.m-01-level-2 > div + div + div .m-60-flyout-image {
        left: 63%;
    }

    .dashboard-content .buttons {
        white-space: nowrap;
    }

    .dashboard-content > .row > .col-xl-12 {
        overflow: scroll;
    }



    .ProductGrids .ProductGridItem {
        width: 100%;
        margin: 20px 0;
    }

    .maincontent > div {
        margin-bottom: 20px;
    }

    .customer-dashboard .sidebar-dark {
        margin-top: 100px;
    }

    /* .secondary-header button {
        padding-right: 15px;
        padding-left: 15px;
    } */

    .dashboardhome .dashboard-content {
        padding-top: 64px;
    }

    .leftsliderbox + .midtabsection {
        width: 100%;
    }

    .rightaccordian {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product_quantity {
        width: 125px;
    }

    .quantity_buttons {
        margin-left: 30px;
        left: 60px;
    }

    .ProductAddCart button {
        width: 100% !important;
    }

    .product_quantity input {
        width: 70px;
    }

    .payment-form-stripe .col-xs-6 {
        float:none;
        width: 100%;
    }

    .hide-pay-account .btn {
        white-space: normal;
    }

    .product-cart-summary-wrapper {
        width: 100%;
        overflow: scroll;
    }

    table.product-cart-summary {
        width: 300px;
    }

    .cabinetsizes .leftlable {
        float: none;
    }

    .last-order {
        display: none;
    }

    .door-select {
        width: 100% !important;
    }

    .secondary-header .welcome + div > button {
        width: auto;
        flex-grow: 1;
    }

    .ProductAddCart.product_quantity {
        width: auto !important;
    }

    .room.order_info .quantity_buttons {
        left: 22px;
    }

    body .pdt-img {
        width: 41.667%;
    }

}

@media (max-width: 375px) {
    .ProductAddCart {
        width: 50% !important;
    }

    .carousel .slide.selected .base-1-door img,
    .carousel .slide.selected .base-2-door img,
    .carousel .slide.selected .blum-drawers img,
    .carousel .slide.selected .base-open-cabinet img,
    .carousel .slide.selected .overhead-1-door img,
    .carousel .slide.selected .overhead-2-door img,
    .carousel .slide.selected .overhead-open-cabinet img
    {
        margin-left: -160px;
    }
}

@media (max-width: 320px) {
    .quantity_buttons {
        left: 30px;
    }

    .product_quantity input {
        width: 55px;
    }

    .carousel .slide.selected .base-1-door img,
    .carousel .slide.selected .base-2-door img,
    .carousel .slide.selected .blum-drawers img,
    .carousel .slide.selected .base-open-cabinet img,
    .carousel .slide.selected .overhead-1-door img,
    .carousel .slide.selected .overhead-2-door img,
    .carousel .slide.selected .overhead-open-cabinet img
    {
        margin-left: -210px;
    }
}
.roomClass .hding .text-danger{
  font-weight: normal;
  font-size: 11px;
  float: none;
  display: block;
  color: #a94442;
}

.roomClass .hding span.display-name {
    float: none;
    font-weight: normal;
    display: block;
    font-size: 13px;
    line-height: 1;
}

.first-message {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    color: #000;
    border:solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    margin-top: 5px;
    font-size: 18px;
    margin-left: -50px;
}

.first-message:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -6px;
    transform: rotate(45deg);
}

.first-message button {
    background-color: transparent;
    font-size: 10px;
    position: absolute;
    padding: 0 3px;
    border: solid 1px #ccc;
    top: 3px;
    right: 7px;
}

.first-message button i:hover {
    color: #fff;
}
span.variationunit input{
  padding-right: 45px !important;
}
span.variationunit:after {
    content: '(mm)';
    position: absolute;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}
.drag-n-drop .loader{
  height: auto;
}

.drag-n-drop .loader .spinner{
  margin: 10px auto;
}
.m-01-sub-menu #m-01-model-menu .m-01-sub-menu{
  z-index: 99999;
}
.__react_component_tooltip{
  z-index: 7 !important;
}

@media (max-width: 1024px) {
    body .container {
        max-width: 96%;
        width: 96%;
    }

    .banner-content-1 .title {
        font-size: 40px !important;
        line-height: 1.3 !important;
        margin-top: 0 !important;
    }

    .banner-1 .col-lg-6 + .col-lg-6 {
        min-height: 300px !important;
    }

    .feature-video-area .thumb img {
        max-width: 465px !important;
    }

    .padding-top {
        padding-top: 160px !important;
    }

    .section-header .title {
        font-size: 36px !important;
    }

    .amazing-feature-bottom {
        margin-top: -40px !important;
    }

    #myVideo {
        top:0 !important
    }

    .bg-video-wrapper {
        min-height: 550px !important;
    }
}

@media (max-width:768px) {
    .header-bar span {
        background-color: #000 !important;
    }

    .d-lg-block.d-none {
        display: block !important;
    }

    .banner-1 .col-lg-6 + .col-lg-6 {
        min-height: 112px !important;
    }

    .banner-1 {
        padding: 120px 0 80px !important;
    }

    .header-section.active {
        background: #fff !important;
    }

    .amount-area .item {
        width: 100% !important;        
    }

    .amount-area .item:nth-child(odd) {
        border-right: unset !important;
    }

    .bg-video-wrapper {
        min-height: 428px !important;
    }
}

@media (max-width: 425px) {

    .bg-video-wrapper {
        min-height: 229px !important;
    }

    .section-header .title {
        font-size: 24px !important;
    }

    h2 {
        margin-top: 0 !important;
        padding-top: 20px !important;
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .range-wrapper-2 .pricing-range .pricing-range-top .tags-area .tags {
        font-size: 16px !important;
    }

    section p {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }

    .amount-area.m-4 {
        margin:0 !important;
    }

    .amount-area iframe {
        width: 100% !important;
    }

}