/*
Theme Name: Lykics Limited
Theme URI: https://goyalinfotech.com
Author: Goyal IT Consultancy Pvt. Ltd.
Author URI:https://goyalinfotech.com/
Description: WordPress Custom theme
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Lykies
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Reset CSS */
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
}
.product-banner img {
    height: 225px;
    object-fit: cover;
}

.pagination{
    justify-content: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    width: 100%;
}

.pagination li {
    margin: 0 5px;
}

.pagination a,
.pagination span {
     display: inline-block;
    padding: 0;
    background: #f0f0f0;
    color: #333;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.pagination a:hover {
    background-color: #8740bc;
    color: #fff;
}

.pagination .current {
    background-color: #2b2a51;
    color: #fff;
    font-weight: bold;
}
.filter_box .filter_box_scroll li .boxes input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    opacity: 0;
	z-index: 1;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
 z-index: 999;
}
/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
 background: #fff;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

.lightbox-close {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #ffffff;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 630px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.popular-categories-img .product-categories-btn .lightbox {
    display: inline-block;
}
.popular-categories-img .product-categories-btn .lightbox img {
    width: 50px;
    height: 50px;
    display: inline-block;
}
/* Provides part of the "X" to eliminate an image from the close link */

.lightbox-close:before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: black;
    position: absolute;
    left: 20px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

.lightbox-close:after {
content: "";
display: block;
height: 20px;
width: 1px;
background: black;
position: absolute;
left: 20px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
opacity: 1;
top: 0;
left: 0;
bottom: 0;
overflow:scroll;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 600px;
}
.lightbox-target:target a.lightbox-close {
top: 15%;
}

.product-list-box span {
font-size: var(--font-size-14);
line-height: var(--line-height-14);
display: inline-block;
border-radius: 0;
color: var(--color-ffffff);
text-transform: uppercase;
background: transparent;
padding: 8px 20px;
/* border: solid 1px #000000; */
cursor: pointer;
margin-top: 5px;
margin-bottom: 10px;
}
.product-list-box span {
  color: var(--color-ffffff);
  background: var(--color-d7b269);
  font-weight: var(--font-weight-SemiBold);
}

@media (max-width: 800px) {
.lightbox-target:target img {
    max-height: 100%;
    max-width: 90%;
}
.lightbox-target:target a.lightbox-close {
  top: 228px;
}
.lightbox-close {
    right: 10px;
}


