/*
Theme Name: Tile Depot
Theme URI: http://www.webexposite.com
Author: Webexpo
Author URI: http://www.webexposite.com
Description: Theme for Tile Depot
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiledepot
*/

/* RESET */
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
html { box-sizing: border-box; }
* { box-sizing: inherit; }
body { margin: 0; padding: 0; min-width: 320px; font-style: normal; font-weight: normal; cursor: default; }
article,
aside,
footer,
header,
nav,
section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption,
figure,
main { display: block; }
figure { margin: 1em 0; }
hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
pre { font-size: 1em; }
a { text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:active,
a:hover { outline-width: 0; }
abbr[title] { border-bottom: 1px #767676 dotted; text-decoration: none; }
b,
strong { font-weight: 700; }
code,
kbd,
samp { font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #eee; color: #222; }
small { font-size: 80%; }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio,
video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; max-width: 100%; height: auto; }
svg:not(:root) { overflow: hidden; }

ul { margin: 0; list-style-type: none; padding: 0; }
h1, h2, h3, h4, h5 { margin: 0; }

button,
input,
optgroup,
select,
textarea {font-size: 100%; line-height: 1.15; margin: 0; }

button,
input { overflow: visible; }
button,
select { text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { border: 1px solid #bbb; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }

[type="checkbox"],
[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details,
menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background-color: #f1f1f1; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* ALIGN */
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.hidden { visibility: hidden; }
.no-display { display: none; }

/* remove filter custom css */
.remove-filter{
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    color: #423d43;
    background: #ffd204;
	cursor:pointer;
}
.remove-filter:hover{
	background: #423d43;
    color: #fff;
}
.remove-filter span{
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
        text-transform: capitalize;
}
.recaptcha-margin{
	margin-bottom:25px;
}
.popup-holder.reg-active{
	overflow-y: scroll;
}
.collection-badge{
	position: absolute;
	color: #333;
	font-size: 15px;
	font-weight:Bold;
	padding: 11px 10px;
	background-image: url(images/badge.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-size: contain;
	margin: 5px;
}
div.popup.search .suggesstion-list{
	float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 250px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
}
div.popup.search .suggesstion-list.full-width{
	width:auto;
}
.suggesstion-list.full-width li {
    padding: 7px 18px;
}
.loading-sug-list{
	background-image: url(images/load-circle.gif) !important;
    background-repeat: no-repeat !important;
    background-size: 35px 35px !important;
    background-position: right center !important;
}
ul.suggesstion-list a{
	color:#000;
	text-decoration:none;
}
ul.suggesstion-list li {
    margin: 2px 0;
    /* background: #a4a4a4; */
	background: #fff;
	/*padding: 2px 0px 2px 8px;*/
	border: 1px solid #fff;
	border-radius: 3px;
}
ul.suggesstion-list li:hover {
	background : #ffd204 !important;
	border: 1px solid #ffd204 !important;
}

div.block-sidebar-search .loading-sug-list{
	background: url(images/load-circle.gif) no-repeat 85% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 25px 25px !important;
}

div.block-sidebar-search ul.suggesstion-list a{
	color:#fff;
    padding: 7px 18px;
    display: inline-block;
    width: 100%;
}
div.block-sidebar-search ul.suggesstion-list.full-width a {
    padding: 0;
}
div.block-sidebar-search ul.suggesstion-list li{
	background: #666666;
	border: 1px solid #666666;
}
div.block-sidebar-search .suggesstion-list{
	float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 250px;
    z-index: 99;
    position: absolute;
    cursor: pointer;
}
.show-for-mobile{
	display: none;
}

@media (max-width: 770px) {
    .show-for-mobile { display: block; }
    .hide-for-mobile { display: none; }
}
/* end custom css */

/*17-4-2019 css start*/ 



/* The Modal (background) */
#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModal .modal-content { margin:auto; width:80%; position:relative; max-width: 1200px;}

/* The Close Button */
#myModal .close {color: #aaaaaa;float: right;font-size: 50px; font-weight: bold; line-height: 40px;color:#ffd204;cursor: pointer; position: absolute;top:-21px;right: -15px;z-index: 111;}
#myModal .taxonomy_cover{float: left;width: 100%;background-color: #fff;padding:30px; height: auto; /*height:calc(100vh - 101px);*/ /* overflow: auto; */}
#myModal .taxonomy_cover .taxonomy_left{float: left;width: 42%; padding: 0px 10px;}
/* #myModal .modal-content span.close{ display:none; } */


@media screen and (min-width: 768px) { 
  #myModal .modal-content {
    margin: auto;
    width: 80%;
    position: absolute;
    max-width: 1200px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
  }
}

/*#myModal .taxonomy_cover .taxonomy_left .your-desk .slick-slide{ height:250px; }*/
#myModal .taxonomy_cover .taxonomy_left .your-desk .slick-slide{ height:auto !important; }
/*#myModal .taxonomy_cover .taxonomy_left .your-desk .slick-slide img{height:100%; object-fit: cover; object-position: top;}*/
#myModal .taxonomy_cover .taxonomy_left .your-desk .slick-slide img{height:auto;}

#myModal .taxonomy_cover .taxonomy_right{float: left;width: 58%;padding-left: 30px; height: 100%;}
#myModal .taxonomy_cover .taxonomy_right .cpopup-sub-title{ margin-bottom: 15px; font-size:15px; }
#myModal .taxonomy_cover .taxonomy_right button{ 
	cursor: pointer;
	text-align: left;
	font-size: 12px;
}
.texonomu_btn {float: right;width: 100%; margin-top: 15px; margin-bottom: 10px;}
.texonomu_btn button{display: inline-block;background-color: #ffd204;position: relative;z-index: 222;padding: 10px 15px;margin-bottom: 25px;border:none;float: right;}
.texonomu_btn button:after{content: '';display: block;position: absolute;left: -6px;right: 0;top: 0;bottom: -9px;background: url(images/gravure.png) repeat bottom left;z-index: -1;}
.texonomu_close_btn{float: right;width: 100%;}
.texonomu_close_btn button{display: inline-block;background-color: #ffd204;position: relative;z-index: 22222;padding: 10px 15px;border:none;float: right;}
.texonomu_close_btn button:after{content: '';display: block;position: absolute;left: -6px;right: 0;top: 0;bottom: -9px;background: url(images/gravure.png) repeat bottom left;z-index: -1;}

.taxonomy_info{float: left; height: 90%;}
.taxonomy_info h2{float: left;width: 100%;font-size: 30px;font-weight:600;color:#000;}
.taxonomy_info p{float: left;width: 100%;font-size: 14px;}

.small-desk{float: left;width: 100%;margin-top:15px;}
.small-desk .slick-slide{display: inline-block; padding: 5px 5px;}
.small-desk .slick-slide img{ width: 100%; }
/*.small-desk a{ width: 22%; float: left; margin-right: 3.8%;}*/
.small-desk a{ width: 30%; float: left; margin-right: 5%; margin-bottom: 5px;}
/*.small-desk a:nth-child(4n+4){	margin-right: 0; }*/
.small-desk a:nth-child(3n){  margin-right: 0; }
.small-desk a img { border-bottom: 3px solid #fff; padding-bottom: 3px; }
.small-desk a.active-slide img{ border-color: #ffd204; }

/*.taxonomy_left .your-desk .slick-slide img{width: 100%;}*/
.taxonomy_left .your-desk .slick-slide img{max-width: 100%;}

.colpopup-btn-box{ float:left; width:100%; }
.colpopup-btn-box a{ float: left; color: #ffd204;}

.taxonomy_left .slick-slide.slick-current.slick-active:after{
	content: "";
	background: #ffd204;
	width: 100%;
	/*height: 4px;*/
  height: 0px;
	float: left;
	margin-top: 3px;
}
#myModal .taxonomy_info .cpopup-content{ max-height: 65%; float: left; overflow: auto; padding-right: 10px; }

/* width */
#myModal .taxonomy_info .cpopup-content::-webkit-scrollbar {
	width: 10px;
}

/* Track */
#myModal .taxonomy_info .cpopup-content::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
 
/* Handle */
#myModal .taxonomy_info .cpopup-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
#myModal .taxonomy_info .cpopup-content::-webkit-scrollbar-thumb:hover {
	background: #555;
	border-radius: 10px;
}


/*17-4-2019 css end*/ 

@media screen and (max-width: 991px){
	#myModal .taxonomy_cover { overflow: auto; }
    #myModal .taxonomy_cover .taxonomy_left{width: 100%;margin-bottom: 15px; padding : 0px; }
    #myModal .taxonomy_cover .taxonomy_right{width: 100%;padding-bottom: 15px; padding-left: 0px; height: auto;}
	.taxonomy_info { max-height: unset; overflow: unset; }
	#myModal .taxonomy_info .cpopup-content { padding-right: 0px;}
	#myModal .modal-content span.close{ display:block; }
}

@media (max-width: 770px) {
    .show-for-mobile { display: block; }
    .hide-for-mobile { display: none; }
}

@media screen and (max-width: 767px){
	#myModal .taxonomy_cover .taxonomy_left .your-desk .slick-slide{height:200px;}
	#myModal .taxonomy_cover{padding:20px 15px;}
	.taxonomy_info h2{margin-bottom:10px;font-size:26px;line-height:30px;}
	.colpopup-btn-box{ margin-top:20px; }
}

@media screen and (min-width: 992px){
	#myModal .close{ top: 5px; right: 1.5%; }
}

@media screen and (min-width: 1920px){
	#myModal .taxonomy_info .cpopup-content{ max-height: 80%; }
}
/* end custom css */

/*checkbox class*/
.taxonomy_right .container-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.taxonomy_right .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.taxonomy_right .container-label input:checked ~ .checkmark {
  background-color: #ffd204;
}

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

/* Show the checkmark when checked */
.taxonomy_right .container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.taxonomy_right .container-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.single-product .product-info span#filter_login_btn {
    position: relative;
    background-color: transparent;
    font-size: 16px;
    color: #ffd204;
}


.single-product .product-info span#filter_login_btn:hover, .single-product .product-info span#filter_login_btn:focus {
    color: #2A282A;
}

#login-popup p.login-error {
    text-align: center;
    border: 1px solid red;
    color: red !important;
    font-size: 16px !important;
    line-height: 25px;
    padding: 7px 15px 7px 15px;
}

button.viewMorePro {
    border: none;
    background: none;
    width: 43px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 43px;
}

button.viewMorePro .box {
    border: 2px solid #b5b2ac;
}

button.viewMorePro .box:hover {
    border: 2px solid #FFD204;
}

button.viewMorePro .box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

button.viewMorePro .box span {
    font-size: 0;
    background: none !important;
}

button.viewMorePro .box span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 90%;
    line-height: 1.2;
    cursor: pointer;
    transition: background .5s ease-in-out;
    background: white;
    padding: 0.5em;
}

button.viewMorePro .box:hover span:before {
    background: #FFD204;
}

button.viewMorePro .box span:before {
    content: '';
    width: 2px;
    height: 12px;
    background: #9b968e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

button.viewMorePro .box:hover span:after {
    background: #FFD204;
}

button.viewMorePro .box span:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #9b968e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}