/**********************
******* product *******
**********************/

.product-slide .carousel-inner {
    padding: 60px;
}

.product-gallery-item {
    width: 85px;
    margin: auto;
    margin: 10px;
    cursor: pointer;
    padding: 5px;
}


@media screen and (max-width: 1150px) {

    .product-gallery-item {
        width: 100px;
    }

}

#starbox {
    color: #9e9e9e;
}

/*
.present-badg{
    position: absolute;
}
*/


/**********************
******* product *******
**********************/

.product-slide .carousel-inner {
    padding: 60px;
}

.product-gallery-item {
    width: 85px;
    margin: auto;
    margin: 10px;
    cursor: pointer;
    padding: 5px;
}

@media screen and (max-width: 1150px) {

    .product-gallery-item {
        width: 100px;
    }

}

@media screen and (max-width: 768px) {

    .nav-link {
        padding: 10px !important;
        font-size: 14px;
    }
}

.nav-information {
    position: sticky;
    top: 0;
    padding: 0;
    z-index: 1000;
}

.nav-information .nav-pills {
   /* background-color: #fff; */
    /*color: #313131 !important;
    border-bottom: solid 4px red;
    border-radius: 0px;*/
}


.nav-information .nav-pills .nav-link {
    padding: 20px;
    color: #818181
}

#starbox {
    color: #9e9e9e;
    cursor: pointer;
}

.showx {
    display: none;
}





/******** light gallery *********/

.demo-gallery > ul {
    margin-bottom: 0;
}

.demo-gallery > ul > li {
    float: left;
    width: 100px;
}

.demo-gallery > ul > li a {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
	margin-top: 10px;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}


/******** chevron mobile mode comment *********/


.swiper-button-next-com {
    height: 70px !important;
    width: 50px !important;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: rgba(256, 256, 256, 0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;
    top: 40% !important;
    right: 0;
    /*    position: absolute;*/
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;

}

.swiper-button-prev-com {
    height: 70px !important;
     width: 50px !important;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: rgba(256, 256, 256, 0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
    top: 40% !important;
    left: 0;
    /*    position: absolute;*/
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.swiper-container-rtl .swiper-button-prev-com {
    background-image: none !important;
    margin-right: -10px;
}

.swiper-container-rtl .swiper-button-next-com {
    background-image: none !important;
    margin-left: -10px;
}
