@charset "utf-8";
/* CSS Document */
 .entry-content {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.search-box-option-container {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}

.search-box-option-container span.select2.select2-container {
    width: 40% !important;
    display: block;
    float: none;
    margin: 0 auto;
}

.search-box-option-container .selection .select2-selection.select2-selection--single, .search-box-option-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
height: 45px;
}
.search-box-option-container .selection .select2-selection.select2-selection--single .select2-selection__rendered > span {
display: flex;
align-items: center;
height: 43px;
}
.search-box-option-container .selection .select2-selection.select2-selection--single .select2-selection__rendered img.img-flag {
width: 35px !important;
height: 35px !important;
margin-right: 10px;
}

.search-box-option-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
height: 43px;
}

.search-box-option-container img.img-flag {
    height: 35px !important;
    width: 100px !important;
    object-fit: cover;
}

.search-box-option-container h3 {
    text-align: center;
    font-size: 18px;
    /* font-weight: 600; */
    display: inline;
    position: relative;
    top: 30px;
}

body li.select2-results__option span img.img-flag {width: 50px !important; height: 35px !important; margin: 0 10px 0 0;}


.search-box-option-container .hide-box {
   max-width: 500px;
   margin: 0 auto;
   background-color: #e5e5e5;
   padding: 0px 20px 20px;
   border-radius: 2px;
   background: linear-gradient(90deg, #000000, #8c8c8c47);
   border: 1px solid #000000;
   height: 75px;
   margin-bottom: 15px;
   margin-top: 10px;
}
.search-box-option-container h3 {
   top: 25px;
   color: #fff;
   left: -5px;
}
.search-box-option-container span.select2.select2-container {
   width: 70% !important;
   margin-right: 0;
   margin-top: -10px;
}



 .entry .entry-content > *, .entry .entry-summary > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
div#fsk-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
div#fsk-loader img {
    width: 70px;
    margin-top: 28%;
}
a:hover{ text-decoration: none;}
.canvas-img img.img-responsive {
    margin: 0 auto;
}
.color-options-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.color-options-wrapper.km-shades-blocks ul {margin: 0;}
section.color-range ul {
    padding: 0;
    margin: 0;
}
.canvas-img.km-shades-images figure {
    width: 1000px;
    margin: 0 auto;
}
section.color-range ul li{ display: inline-block;}
.canvas-img figcaption {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;margin-bottom: -14px;
}
.color-options img {
    width: 75px;
    height: 100%;
}
.color-options p {
    color: #333;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}
.color-range .tab-content ul {
   padding: 0;
    border: none;
    min-height: auto;
    overflow:auto;
}
.color-range .tab-content ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.color-range .tab-content ul li:hover p {
    color: red;
}
.color-range .tab-content ul li a:hover {
	text-decoration: none;
}
.color-range .nav-tabs {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 15px;display: flex;
}
.color-range .nav-tabs>li {
    background-color: #000000;
    border-right: 2px solid #fff;text-align: center;
    position: relative;flex-grow: 1;
}
.color-range .nav>li>a:focus, .color-range .nav>li>a:hover {
    text-decoration: none;
    background-color: #e0150b;
}
.color-range .nav-tabs>li>a {
    margin-right: 0;
    border: none;
    border-radius: inherit;
    color: #fff;
}
.color-range .nav-tabs>li>a:hover {
    border-color: inherit;
}
.color-range .tab-content {
    padding: 0px 0px;
    border: 1px solid #000000;
    background-color: #f6f6f6;
    margin-right: 1px;
    width: 100%;
    float: left;
}
.color-range .nav-tabs>li.active>a, .color-range .nav-tabs>li.active>a:focus, .color-range .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: transparent;
    background-color: #e0150b;
    color: #fff;
}
 .color-range .nav-tabs>li.active>a:hover{
 background-color: #e0150b;
}
.color-options .thumbnail {
    margin-bottom: 0;
    height: 86px;
}
.slider-kmodel ul.owl-carousel.owl-theme.kitchen-modelcarousel.owl-loaded.owl-drag {
    overflow: visible;
    width: 100%;
    position: relative;
    float: left;
}
.color-options-wrapper.km-shades-blocks ul li a {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;font-family: 'Raleway', sans-serif;font-weight: 600;transition: line-height 300ms ease;text-decoration: none;
}
.color-options-wrapper .nav-tabs > li:after {
    z-index: 99;
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 8px #0dc83d;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    transform: translateX(-50%); visibility: hidden;
}
.color-options-wrapper .nav-tabs > li.active:after{
    visibility: hidden;
}
.color-range .nav-tabs>li:last-child {
    border-right: 0;
}
.km-wppr-buttons {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.km-wppr-buttons a {
    font-size: 16px;
    line-height: 21px;
    background-color: #e0150b;
    color: #fff;
    padding: 14px 21px;
    margin: 0px 5px;
    /* border-radius: 4px; */
    font-family: 'Raleway', sans-serif; text-decoration: none !important;transition: line-height 300ms ease;
}
.km-wppr-buttons a:hover{ color:#fff;background-color: #e0150b;}
.km-wppr-buttons {
    margin-bottom: 50px;
}
.color-options .thumbnail img {
    border-radius: 4px;
}

/*---------------enquire-modal----------------*/

div#enquirePop {
    height: 100%;
    background: #ffffff94;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
}
div#enquirePop .modal-dialog {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    height: 100%;
    width: 600px;
}
div#enquirePop .modal-dialog .modal-content {
    margin-top: 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 1px 13px 1px #3e3e3e;
    padding: 30px;position: relative;
}
div#enquirePop .modal-header {
    padding: 0px 0px 0px;
    border-bottom: none;
    color: #737373;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}
div#enquirePop h5.modal-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 26px;
}
form#kitchenenquirefrm label {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #333;
}
div#enquirePop .modal-body {
    padding: 0;
}
div#enquirePop .form-group input {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Raleway", sans-serif;padding: 20px;outline: none;
}
div#enquirePop textarea {
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    height: 130px;
    padding: 20px;outline: none;
}
div#enquirePop .form-group input::-webkit-input-placeholder,
div#enquirePop .form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
div#enquirePop .form-group input::-moz-placeholder,
div#enquirePop .form-group textarea::-moz-placeholder { /* Firefox 19+ */
 color: #666;
}
div#enquirePop .form-group input:-ms-input-placeholder,
div#enquirePop .form-group textarea:-ms-input-placeholder { /* IE 10+ */
 color: #666;
}
div#enquirePop .form-group input:-moz-placeholder,
div#enquirePop .form-group textarea:-moz-placeholder { /* Firefox 18- */
 color: #333;
}
div#enquirePop button.btn.btn-secondary {
    position: absolute;
    z-index: 99;
    top: 6px;
    right: 10px;
    background-color: transparent;
    color: #000;
    opacity: 1;
    font-size: 20px;
}
div#enquirePop div#alertenqire {
    padding: 5px 10px;
    font-size: 14px;
}
div#enquirePop .modal-footer {
    border: none;
    padding: 0;
    text-align: center;
}
div#enquirePop button.btn.btn-primary {
    background-color: #e0150b;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 7px 30px;
    /* font-weight: 600; */
}
div#enquirePop button.btn.btn-primary:hover {
    background-color: rgb(68, 68, 68);
}
div#enquirePop .form-group {
    margin-bottom: 10px;
}
/*---------------------11-101-9-----------------*/
.km-col-imgblk .col-md-6 {
    padding: 0;
    text-align: center;
}
.slider-kmodel .owl-stage-outer {
    margin: 23px auto 0px;
    overflow: hidden;
}
.km-col-imgblk .col-md-6.first-color {
    padding: 0;
    text-align: center;
}
.wppr-link-tb {
    background-color: #000;transition: line-height 300ms ease;
}
.col-md-6.first-color .wppr-link-tb{
    margin-right: 1px;
}
.col-md-6.secnd-img-k .wppr-link-tb {
    margin-left: 1px;
}
.wppr-link-tb a {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none !important;
    color: #fff;display: block;
}
.slider-kmodel .owl-nav button.owl-prev {
    left: -40px;
    position: absolute;
    font-size: 49px;
    top: 20px;
    color: #5e5e5e;
    background-color: transparent !important;outline: none;
}
.slider-kmodel .owl-nav button.owl-next {
        right: -40px;
    position: absolute;
    font-size: 49px;
   top: 20px;
    color: #5e5e5e;
    background-color: transparent !important;outline: none;
}
.slider-kmodel .owl-nav button:hover {
    color: #000;
}
.slider-kmodel {
    padding: 0px 50px;
    width: 100%;
    float: left;
    overflow: visible;
}
.slider-kmodel .owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #1a71b9;
    text-decoration: none;
}
.wppr-link-tb a.kitchenmodel-col-img {
    color: #fff;
}
.wppr-link-tb:hover,.km-col-imgblk .col-md-6.active .wppr-link-tb {
    background-color:rgba(41, 41, 41, 0.83);
}
.wppr-link-tb:hover a.kitchenmodel-colour {
    color: #fff;
}
/*-----------------overlaye------------------*/
.color-options .thumbnail:hover .km-imgoverlay {
    opacity: 1;
    visibility: visible;
}
.km-imgoverlay {
    position: absolute;
    font-size: 10px;
    z-index: 999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.36);
	width: 99%;
	height: 100%;
	border-radius: 8px;
	color:#fff;
	visibility: hidden;
	opacity: 0;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	top: 0;
	left: 0;
	right: 0;
	border: 3px solid#fff;
}
.color-options .thumbnail {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.km-imgoverlay span {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.km-shades-items {
    text-align: center; position: relative;
}
.kitchencolors-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
}
.km-shades-items .wppr-link-tb {
    margin: 0px 1px;
}
.km-shades-items .wppr-link-tb {
    margin: 0px 1px;
}
.km-col-imgblk {
    position: relative;
    width: 100%;
    float: left;
}
.kitchencolors-carousel .owl-nav{
    display: block !important;
    position: absolute;
    top: -5px;
    margin: 0;
    width: 100%;
    float: left;
}
.kitchencolors-carousel .owl-nav button.owl-prev {
    left: 0px;
    position: absolute;
    background: transparent !important;
    color: #fff;
    outline: none;
    width: 30px;
}
.kitchencolors-carousel .owl-nav button.owl-next {
    right: 0;
    position: absolute;
    background: transparent !important;
    color: #fff;
    outline: none;
    width: 30px;
}
.km-shades-items a.kitchenmodel-col-img {
    font-size: 18px;
    text-transform: uppercase;
}
.wppr-link-tb {
    height: 35px;
    padding-top: 2px;
}

/*--------------------------------------------*/

/*Responsve CSS*/
@media(max-width:1200px){
.canvas-img.km-shades-images figure,.km-wppr-buttons {
width: 100%;}	
#fs-kitchen-canvas {
    width: 100%;
}
.color-range .container {
    width: 100%;
}
}

@media(max-width:991px){
.color-range .tab-content {padding: 50px 30px;}	
.color-options-wrapper.km-shades-blocks ul li a {font-size: 15px;}	
.km-col-imgblk .col-md-6 {
    width: 50%;
    float: left;
}
.color-options-wrapper.km-shades-blocks .tab-content {
    padding: 0;
}	
.km-shades-items a.kitchenmodel-col-img,.wppr-link-tb a {
    font-size: 15px;
    padding-top: 2px;
}
.kitchencolors-carousel .owl-nav {top: -6px;}
}


/* Mobile Portrait View */
@media screen and (max-width: 767px) {
    .search-box-option-container h3 { display: block;  top: 0; margin: 10px 0 25px 0;}
    .search-box-option-container span.select2.select2-container { width: 100% !important;}
    .search-box-option-container .hide-box { height: auto;}
    .canvas-img figcaption {  width: 100%;max-width: 100%;margin: 0 auto;}
    .color-range .nav-tabs {border-bottom: none;margin-top: 10px;margin-bottom: 15px;margin-left: 10px;margin-right: 10px;}
    .color-options-wrapper {
			max-width: 100%;
			margin: 0 auto;
			border: none;
			margin-top: 30px;
		}
    
    .color-range .tab-content ul li {
        display: inline-block;
    }
.color-range .tab-content ul li {
    width: 100%;
    margin: 0 1% 14px;
    float: left;
}
    .color-range .nav-tabs>li>a {
        text-align: center;
    }
    .color-options img {
        width: 100%;
    }
}


@media(max-width:767px){
.color-options-wrapper li.active::after {left: 49%;margin-left: 0;}	
.color-options-wrapper.km-shades-blocks .nav.nav-tabs li a {font-size: 14px;padding: 12px 10px;}
.color-options-wrapper {
    margin-top: -14px !important;
}
div#enquirePop .modal-dialog {
    width: 100%;
}		
}
/* Tablet View */

@media screen and (max-width:1023px) and (min-width:768px) {
    .canvas-img figcaption {
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:1170px) and (min-width:1024px) {
    .canvas-img figcaption {
        width: 100%;
        max-width: 100%;
    }
    .color-range .tab-content ul li {
        width: 79px;
    }
    .color-options-wrapper {
        margin-top: 15px;
    }
}

@media(max-width:650px){
.color-range .nav-tabs>li {background-color: #1a71b9;margin-right: 0px;width: 100%;}
.color-options-wrapper li.active::after {display: none;}
.color-range .nav-tabs > li {border-right: none;}	
.color-range .tab-content {padding: 20px 20px;}	
.color-options-wrapper {margin-top: 15px;}
.slider-kmodel .owl-stage-outer {
    margin: 26px auto 0px;
}
}

@media(max-width:480px){
    .search-box-option-container span.select2.select2-container { width: 100% !important;}
.color-options-wrapper.km-shades-blocks .nav.nav-tabs li a {
    font-size: 11px;
    padding: 12px 10px;
}
.slider-kmodel {padding: 0px 30px;}
.slider-kmodel .owl-nav button.owl-prev,.slider-kmodel .owl-nav button.owl-next {font-size: 28px;top: 20px;}
.slider-kmodel .owl-nav button.owl-prev {left: -30px;}
.slider-kmodel .owl-nav button.owl-next {right: -30px;}
.color-options .thumbnail {
    margin-bottom: 0;
    height: auto;
}
.color-options .thumbnail img {
    height: 60px;
}
.wppr-link-tb a {
    font-size: 12px;
    padding: 5px;
}
.slider-kmodel .owl-nav button.owl-prev, .slider-kmodel .owl-nav button.owl-next {
    top: 35px;
}
.kitchencolors-carousel .owl-nav.disabled button.owl-next,.kitchencolors-carousel .owl-nav.disabled button.owl-prev {font-size: 16px;}
.kitchencolors-carousel .owl-nav.disabled {top: -2px;}
.km-shades-items a.kitchenmodel-col-img {font-size: 12px;padding-top: 6px;}
.kitchencolors-carousel .owl-nav {top: -6px}
}

.km-shades-items.active .wppr-link-tb {
    background-color: rgba(41, 41, 41, 0.83);
}
.km-col-imgblk .owl-nav button:after, .kitchen-modelcarousel .owl-nav button i {
    visibility: hidden;
}

@media(max-width:380px){
.km-wppr-buttons a {font-size: 15px;padding: 10px 11px;}	
.color-options .thumbnail img {
    height: 100px;
}
.slider-kmodel .owl-nav button.owl-prev, .slider-kmodel .owl-nav button.owl-next {
    top: 35%;
}	
}