/**********************
 Full screen search 
**********************/

#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 9999;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 1px;
    color: #fff;
    flex: 1 0 auto;
    font-size: 20px;
    height: 50px;
    max-width: 50%;
    outline: 0;
    padding: 5px 20px;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
}


/**********************
 Full screen search 
**********************/

.page-product-grid-style1 .tc-product-grid-style1 .aside .search-form .icon i {
    color: #000;
}

.page-product-single-style1 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.page-product-single-style1 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.page-product-single-style1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.page-product-single-style1 .swiper-button-next,
.page-product-single-style1 .swiper-button-prev {
    top: 40%;
}

.page-product-single-style1 .swiper-button-next:after,
.page-product-single-style1 .swiper-button-prev:after {
    font-size: 25px;
    font-weight: 900;
}

.page-product-single-style1 .swiper-backface-hidden .swiper-slide img {
    width: 100%;
}

.page-product-single-style1 .tc-product-single-style1 .btns .add-more {
    cursor: pointer;
}

.page-product-single-style1 .tc-product-single-style1 .btns .add-more .qt {
    color: #fff;
}

.page-product-single-style1 .tc-product-single-style1 .btns .fav-btn {
    color: #fff;
}

.page-product-single-style1 .tc-product-single-style1 .sub-info .nav-pills .nav-item .nav-link {
    color: #fff;
}

.p-relative {
    position: relative;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* **************************************************************************** */

.left__sidebar .hamburger {
    position: fixed;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    background-color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    transform: rotate(90deg);
    border: 2px solid #fff;
}

.left__sidebar .sidebar {
    height: 100vh;
    width: 400px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    /* padding: 0 40px; */
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 30%);
    border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}

.left__sidebar .sidebar__close {
    position: absolute;
    top: 50%;
    right: -25px;
    background: #222;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
    z-index: 999;
}

.left__sidebar .sidebar__close::before,
.left__sidebar .sidebar__close::after {
    content: "";
    height: 2px;
    background: #898989;
    width: 22px;
    display: block;
    position: absolute;
}

.left__sidebar .sidebar__close::after {
    transform: rotate(90deg);
}

.left__sidebar .menu-control {
    display: none;
}

.left__sidebar .menu-control:checked+.sidebar {
    transform: translatex(0);
}

.left__sidebar .menu-control:checked+.sidebar .sidebar__close {
    transform: translatex(0) rotate(45deg);
}

.left__sidebar .menu-control:checked+.sidebar .sidebar__menu a {
    transform: translatex(0);
}

.left__sidebar .sidebar .page-product-grid-style1 .tc-product-grid-style1 .aside {
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    border-inline-end: none;
    height: 100%;
}

.left__sidebar .sidebar .page-product-grid-style1 .tc-product-grid-style1 {
    padding: 40px 0 20px;
}

.left__sidebar {
    display: none;
}

.add__left--sidebar {
    display: block;
}

.left__sidebar .sidebar .page-product-grid-style1 {
    padding: 0px 30px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.left__sidebar .sidebar .page-product-grid-style1::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 0;
}

.left__sidebar .sidebar .page-product-grid-style1::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.left__sidebar .sidebar .page-product-grid-style1::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}


/* **************************************************************************** */