:root {
    --primary:  #ffb900;
    --font: #58595B;
    --gray-font: #848484;
    --dark-gray: #3f3f3f;
    --black: #000;
    --white: #fff;
    --yellow: #ffb900;
    --dark-yellow: #aa7d00;
    --main-btn: rgb(255, 186, 0);
    --main-btn-hover: #000;
    --secondary-btn: #cccccc
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: var(--light-gray);
}

p {
    margin-bottom: 0;
}

.container{
	max-width : 1500px;
}

.btn:focus, .btn.focus, select:focus, .form-control:focus{
    box-shadow: unset;
    box-shadow: unset;
}

a:hover {
    text-decoration: none;
    color: unset;
}

.mobile-show {
    display: none;
}

/*Header*/
.home-nav {
    position: absolute;
    z-index: 10;
}

.top-bar {
    background: transparent;
    font-size: 14px;
}

.top-bar a {
    display: inline-block;
}

.home-nav .top-bar {
    color: var(--white);
}

.inner-nav .top-bar {
    background-color: var(--white);
    color: var(--gray-font);
}

.language-wrapper .form-control {
    width: auto !important;
    margin-left: auto;
}

.header-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-icon-wrapper>.row {
    width: 100%;
}

.header-icon-wrapper a {
    margin-left: 20px;
    font-size: 14px;
    display: inline-block;
}

.header-icon-wrapper a i {
    margin-right: 8px;
}

.menu-wrapper {
    position: relative;
    background-color: var(--black);
}

.menu-logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: left;
}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-nav>.row {
    width: 100%;
    align-items: center;
}

.menu-nav .navbar {
    padding: 0px;
    justify-content: flex-end;
}

.menu-nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: var(--white);
    padding: 30px 0px;
    margin-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown_toggle {
    margin-left: 10px;
}

.cart-trigger {
    background-color: var(--yellow);
    color: var(--white);
    padding: 10px 20px;
}

.cart-trigger:hover {
    color: var(--white);
}

.mobile-header {
    display: none;
}

@media (max-width:1199px) {
    .menu-wrapper{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu-nav .navbar {
        justify-content: center;
    }

    .menu-logo-wrapper{
        justify-content: center;
        margin-bottom: 15px;
    }

    .menu-nav .navbar-nav .nav-item .nav-link{
        padding: 0;
    }
}

@media (max-width:991px) {
    .home-nav {
        position: relative;
    }

    .top-bar{
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-menu{
        background-color: var(--black);
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mobile-top-bar{
        background-color: var(--white);
        font-size: 14px;
    }

    .cart-trigger{
        display: inline-block;
    }

    .header-icon-wrapper{
        text-align: right;
        padding-right: 0;
    }

    .header-icon-wrapper>.row{
        width: auto;
    }

    .user-shortcut-wrapper{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .user-shortcut-wrapper a{
        color: var(--white);
        margin-left: 15px;
    }

    .overlay3 {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .9);
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s
    }

    .main-menu {
        position: fixed;
        background-color: var(--black);
        width: 250px !important;
        height: 100%;
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        top: 0;
        left: 0;
        z-index: 1031;
        transform: translateX(-250px);
        transition: all ease-out .3s;
        text-align: center;
    }

    html.open-menu .main-menu {
        transform: translateX(0);
        overflow: hidden;
    }

    html.open-menu a#toggle {
        position: fixed;
        color: var(--white);
        background-color: var(--yellow);
        left: 260px;
        top: 35px;
        padding: 5px 10px
    }

    .menu-nav .navbar-nav .nav-item .nav-link {
        margin-left: 0;
    }

    .menu-nav {
        display: block;
    }

    .menu-nav>.row{
        width: auto;
    }
    
    .navbar-toggler{
        padding: 0px;
        color: var(--white);
        transition: 0.15s;
    }

    .navbar-toggler:hover{
        color: var(--yellow);
    }

    .menu-nav .navbar-nav .nav-item .nav-link{
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .header-mobile-icon-wrapper .col-12{
        padding: 0;
    }

    .user-shortcut-wrapper > .row{
        all: unset;
    }

    .search_input_field{
        margin-top: 15px;
        border-radius: 0;
        padding: 8px 10px;
    }

}

@media (max-width:575px){
}

/*End of Header*/

.white-text {
    color: var(--white);
}

.text-14 {
    font-size: 14px !important;
}

.gray-font {
    color: var(--gray-font);
}

button:focus {
    outline: unset !important;
}

.main-btn {
    background-color: var(--main-btn);
    color: var(--white);
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.15s;
}

.main-btn:hover {
    background-color: var(--main-btn-hover);
    color: var(--white);
}


.border-btn {
    background-color: transparent;
    border: 1px solid var(--main-btn);
    color: var(--main-btn);
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.15s;
}

.border-btn:hover {
    background-color: var(--main-btn);
    color: var(--white);
}


.secondary-btn {
    border: 1px solid var(--secondary-btn);
    color: var(--black);
    background-color: transparent;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.15s;
    font-weight: bold;
}

.secondary-btn:hover {
    border-color: var(--dark-gray);
    background-color: var(--dark-gray);
    color: var(--white);
}

.gray-btn {
    background-color: var(--dark-gray);
    color: var(--white);
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.15s;
}

.gray-btn:hover {
    background-color: var(--yellow);
    color: var(--white);
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}



@media(max-width:767px) {
    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*Home Slider*/

.swiper-wrapper img{
    width: 100%;
}

.slider-content-01 {
    position: absolute;
    top: 35%;
    right: 20%;
    z-index: 10;
    width: 450px;
    max-width: 90%;
    text-align: right;
}

.slider-content-01 h1 {
    font-weight: bold;
    color: var(--white);
    font-size: 68px;
    margin-bottom: 10px;
}

.slider-content-01 h4 {
    font-size: 18px;
    color: var(--white);
}

.slider-content-01 .main-btn {
    margin-top: 50px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    right: 0 !important;
    text-align: center !important;
}

.swiper-pagination-bullet-active{
    background: var(--yellow) !important;
}


@media (max-width:1199px) {
    .swiper-wrapper {
        height: 650px;
    }

    .swiper-wrapper img {
        height: 650px;
        object-fit: cover;
    }
}

@media (max-width:767px){
    .swiper-wrapper img{
        height: 500px;
    }

    .slider-content-01{
        left: 0;
        right: 0;
        max-width: 85%;
    }
    
    .slider-content-01 h1{
        font-size: 38px;
    }
}

/*End of Home Slider*/



/*Home*/

.hover-border-red,
.hover-border-yellow,
.hover-border-blue {
    transition: 0.15s;
}

.hover-border-red:hover {
    outline: 5px solid var(--red);
    outline-offset: -5px;
}

.hover-border-yellow:hover {
    outline: 5px solid var(--yellow);
    outline-offset: -5px;
}

.hover-border-blue:hover {
    outline: 8px solid var(--blue);
    outline-offset: -8px;
}

.home-section-01 img {
    width: 100%;
    cursor: pointer;
}


/*Feature Product*/

.feature-product-wrapper .border-box {
    margin-bottom: 50px;
}

.feature-product-wrapper .border-box .img-box {
    height: unset;
}

.feature-product-wrapper .feature-product-image {
    min-height: 250px;
}

.feature-product-wrapper .product-title {
    font-size: 14px;
}

.feature-product-wrapper .current-price {
    font-size: 18px;
    font-weight: bold;
}

@media(max-width:991px){
    .feature-product-wrapper .border-box .img-box{
        max-height: 150px;
    }

    .feature-product-wrapper .border-box .img-box{
        max-height: 150px;
    }

    .feature-product-wrapper .feature-product-image{
        min-height: unset;
        max-height: 150px;
    }

    .border-box img{
        object-fit: contain;
    }
}

/*End of Feature Product*/


.scale-overflow-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    cursor: pointer;
}

/* .scale-overflow-wrapper.red::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--red);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.15s;
}

.scale-overflow-wrapper.black::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.15s;
}

.scale-overflow-wrapper.yellow::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--yellow);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.15s;
}

.scale-overflow-wrapper.brown::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--brown);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.15s;
} */

.scale-overflow-wrapper:hover:after {
    opacity: 0.5;
}

.hover-scale {
    position: relative;
    transition: 0.15s;
    cursor: pointer;
}

.hover-scale:hover {
    transform: scale(1.1);
}

.scale-overflow-wrapper.max-height-396 {
    min-height: unset;
    /* max-height: 396px; comment by j */
}

.scale-overflow-wrapper.max-height-396 img {
    /* height: 396px; comment by j  */
    object-fit: cover;
    width: 100%;
}

.line-heading-wrapper {
    overflow: hidden;
}

.line-after {
    display: inline-block;
    position: relative;
}

.line-after::after {
    /* content: '';
    position: absolute;
    left: 100%;
    bottom: 7px;
    height: 1px;
    width: 1900px;
    border-bottom: 1px solid #ebebeb;
    margin-left: 25px;
    z-index: -1; */
}

.section.background {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.newsletter-signup {
    padding-top: 75px;
    padding-bottom: 75px;
}

.newsletter-form-wrapper {
    border: 1px solid #e5e5e5;
    padding: 5px 5px 5px 10px;
}

.newsletter-form-wrapper>.row {
    align-items: center;
}

.newsletter-form-wrapper .form-control {
    border: 0;
    border-radius: 0;
}

.newsletter-form-wrapper .form-control::placeholder {
    font-style: italic;
    color: #e5e5e5;
    font-size: 14px;
}

.newsletter-form-wrapper .button-wrapper>.row {
    all: unset;
    padding: 0;
}

.newsletter-form-wrapper .main-btn {
    width: 100%;
}

@media(max-width:767px) {
    .scale-overflow-wrapper {
        height: auto;
        min-height: auto;
    }

    .scale-overflow-wrapper img {
        width: 100%;
    }
}


.inner-banner {
    background-image: url(./../../../data/editor/bg_breadcrumb_v1.jpg);
    margin-top: 0;
    min-height: 300px;
    background-color: gray;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-banner h2 {
    font-weight: bold;
}

/*About Us*/
.text-width-wrapper {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    margin: 0 auto;
}

.text-width-wrapper blockquote {
    position: relative;
    color: var(--font);
    font-size: 14px;
    font-style: italic;
}

blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: -5px;
    left: -20px;
    font-size: 12px;
}

.testimonial-section {
    background-attachment: fixed;
    background-position: center center;
}

.team-wrapper .border-box {
    border: 1px solid #cccccc;
}

.team-wrapper>.row {
    all: unset;
}

.team-wrapper .border-box {
    padding-bottom: 15px;
}

.team-wrapper .border-box p {
    margin-bottom: 5px;
    text-align: center;
}

@media (max-width:767px) {
    blockquote:before {
        top: -20px;
        left: 0;
    }
}

/*End of About Us*/

/*Contact Us*/
.title-bottom-line:after {
    content: '';
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 2px;
    border-bottom: 1px solid #ccc;
}

.contact-info {
    text-align: center;
}

.contact-info .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.contact-info .title i {
    color: var(--yellow);
    margin-right: 10px;
}

.contact-info .title p {
    text-transform: uppercase;
    font-size: 14px;
}

.contact-info .detail p {
    color: var(--gray-font);
    font-size: 14px;
}

.contact-form {
    font-size: 14px;
}

.contact-form input {
    padding: 10px 15px;
    border-radius: 0;
    margin-top: 5px;
}

.contact-form textarea {
    padding: 16px 15px;
    border-radius: 0;
    margin-top: 5px;
}

/*End of Contact Us*/


/*Product Cat & Product*/

.product-category-list{
    max-height: 400px;
    overflow-y: auto;
}

/* Designing for scroll-bar */
.product-category-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.product-category-list::-webkit-scrollbar-track {
    background: #d4d4d4;
    border-radius: 5px;
}

/* Handle */
.product-category-list::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 5px;
}

/* Handle on hover */
.product-category-list::-webkit-scrollbar-thumb:hover {
    background:  var(--yellow);
}

.category-sort-option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.category-sort-option select {
    display: inline-block;
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #cccccc !important;
    height: unset !important;
}

.price-range-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-range-wrapper input{
    width: 45%;
}

.price-range-wrapper span{
    width: 10%;
    text-align: center;
}

.search_product, .price-range-wrapper input, .category_navigation, .sort_by{
    padding:5px 5px;
    border-radius: 0;
}

.filter-range{
    width: 100px;
    margin: 0;
}

.modal{
    padding-right: 0 !important;
}

.product-arrangment-tab-btn a {
    border: 1px solid #cccccc;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gray-font);
    margin-right: 5px;
}

.product-arrangment-tab-btn a.active {
    border-color: var(--yellow);
    color: var(--yellow);
}

.border-box .product-title {
    font-size: 14px;
    line-height: 22px;
	min-height : 60px;
	overflow : hidden;			  
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.border-box .current-price {
    font-size: 18px;
    font-weight: bold;
}

.review-rating {
    margin-bottom: 10px;
}

.review-rating i {
    font-size: 10px;
    color: var(--gray-font);
}

.btn_add_remove_wishlist{
    height: 43px !important;
    width: 43px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ececec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn_add_remove_wishlist:hover{
    background-color: var(--yellow);
    color: var(--white);
    border-color: transparent;
}

.pagination{
    justify-content: center;
}

/*End of Product Cat*/

/*Login & Register*/
.login-register-wrapper {
    font-size: 14px;
}

.login-register-wrapper label {
    margin-bottom: 5px;
}

.login-register-wrapper input {
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.login-register-wrapper select {
    height: 46px !important;
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.forget-pass-text {
    font-size: 12px;
    font-style: italic;
    color: var(--gray-font);
}

.register-section {
    text-align: center;
    font-style: 14px;
}

.login-register-wrapper input[type="checkbox"] {
    margin-bottom: 0;
}

@media(max-width:991px){
    .category-sort-option select {
        height: 50px !important;
    }
    
}

/*End of Login & Register*/


/*Checkout & Right Cart*/
.right-cart-price{
    font-size: 18px !important;
    font-weight: bold;
}

.right_cart_wrapper [itemprop="lowPrice"]{
    font-size: unset !important;
}

.section.checkout input, .modal input {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.modal select {
    height: 46px !important;
    border-radius: 0;
    padding: 10px 15px;
}

.shipping_error{
    margin-top: 10px;
    font-size: 14px;
}

.remarks_form textarea{
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.border-top > h5{
    border-top: 1px solid var(--gray-font);
}

/* .order_form{
    padding: 10px;
    border: 1px solid #e6e6e6;
} */

/*End of Checkout & Right Cart*/

/*My Account*/
.contain-template-wrapper{
    font-size: 14px;
}

.contain-template-wrapper input {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.contain-template-wrapper select {
    height: 46px !important;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
}

/*End of My Account*/


/*Footer*/
footer {
    color: var(--white);
}

footer .section {
    padding-top: 75px;
    padding-bottom: 75px;
}

footer .info-wrapper {
    font-size: 14px;
}

footer .info-wrapper i {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .divider {
    border-color: #464646;
}

.footer-listing .nav-item {
    margin-bottom: 10px;
}

.footer-listing .nav-item .nav-link {
    font-size: 14px;
}

footer .sm-wrapper {
    margin-bottom: 15px;
}

footer .sm-wrapper i {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .cp-text {
    font-size: 12px;
}

.payment-method-icon {
    width: 200px;
}

@media(max-width:991px) {
    footer .info-wrapper {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    footer .section {
        padding-bottom: 0px;
    }

    .product-detail-right{
        margin-top: 0;
    }
}

/*End of Footer*/

/*add by fy 2/6/2021*/
/* .shop-tab a {
    float: left;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.shop-tab.nav {
    flex: 0 0 60%;
    max-width: 60%;
}
 */

.pagination {
    margin-top: 25px;
}

.pagination .paginate_button a,
.pagination .page-item a {
    padding: 5px 10px;
    border: 1px solid #8a7e88 !important;
    color: #8a7e88 !important;
    margin: 0 5px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .paginate_button.active>a, 
.pagination .paginate_button>a:hover,
.pagination .page-item:hover a,
.pagination .page-item.active a {
    border-color: var(--black) !important;
    color: white !important;
    background-color: var(--black) !important;
}

#back-to-top {
    background: gray;
}

.modal-image{
	max-width : 250px;
}
/* 2021-06-10 add by j */
/* 2021-08-06 add by j */
.radio-btn{
	cursor : pointer;
}

.radio-btn.active{
	background: var(--yellow);
    border-color: var(--yellow);
	color: var(--white);
}
/* 2021-08-06 add by j */

/* 2021-08-03 add by fy */
input[type="radio"] {
  display: none;
  /* &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: var(--white);
    border-color: var(--yellow);
    box-shadow: none;
    cursor: not-allowed;
  } */
}

.radio_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.radio-btn {
  background: var(--white);
  border: 1px solid #ced4da;
  padding: 8px 8px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 42px;
}

input[type="radio"]:checked + label {
  background: var(--black);
  color: var(--white);
}
/* 2021-08-03 add by fy */


@media (max-width:991px){
    .radio_wrapper{
        display: flex;
        justify-content: space-between;
    }

    .radio_wrapper .radio-btn{
        margin-right: 10px;
    }
}

/* 2021-08-16 add by j */
.border-box .cart_item_icon{
	max-width : 40px; 
	max-height : 40px;
	position : absolute; 
	top : 35%; 
	right : 43%; 
	z-index : 100;
	display : none;
}

.border-box.cart_item .cart_item_icon{
	display : block;
}


/* 2021-08-16 add by j */

.category-search-wrapper{
    margin-bottom: 50px;
}


.category_navigation{
    border: 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
}

.category_navigation option{
    font-size: 16px !important;
}

.main-btn.fixed-width, .border-btn.fixed-width{
    min-width: 158px;
}



@media (min-width:991px){
    .category-search-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .category-search-wrapper .search-input-wrapper{
        width: 25%;
    }
    
    /* .category-search-wrapper .search-btn-wrapper{
        width: 10%;
    } */
    
    .category-row{
        display: flex;
        justify-content: space-between;
    }

    
.scale-overflow-wrapper {
    min-height: 500px;
}

}

/* sp for giftasia image */
.image-content {
    width: 100%;
    max-height: 400px;
    display: flex;
    flex-direction: row;
}

.scrolling-content {
    margin: 0 auto;
    width: 100%;
    /* height: 640px; */
    overflow: hidden;
    cursor: grab;
}

.scrolling-content::-webkit-scrollbar {
    display: none;
}

.item-list {
    margin: 0 auto 0 0;
    /* opacity: .24; */
    transition: opacity 250ms ease-out;
}

.item-list:hover {
    opacity: 1;
}

.big-item {
    width: 100%;
    height: 100%;
}

.big-item img {
    object-fit: cover;
}

.small-item {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.small-item img {
    object-fit: cover;
    object-position: top;
}


/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */

#scrolling-progress {
    display: none;
}

.item-list {
    display: none;
}

@media only screen and (min-width: 768px) {
    .scrolling-content {
        margin: 0 0 0 auto;
    }

    #scrolling-progress {
        display: block;
    }

    .item-list {
        display: block;
    }
}

.mySlides .next_image{
	position : absolute;
	right : 10px;
	top : 45%;
}

.mySlides .prev_image{
	position : absolute;
	left : 10px;
	top : 45%;
}

.mySlides .next_image .fa,
.mySlides .prev_image .fa{
	padding : 10px;
	/* background : pink; */
	cursor : pointer;
}

.cat_load_more{
	padding: 5px 10px;
    border: 1px solid #8a7e88 !important;
    color: #8a7e88 !important;
    margin: 0 5px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-max-content{
	max-width : 100%;
	max-height : 100%;
}
/* sp for giftasia image */

/* for pop up */
.whatsapp-pop-up {
	position: fixed;
	z-index: 200;
	bottom: 80px;
	right: 40px;
	display: flex;
	align-items: center;
	transition: all 0.15s;
	cursor : pointer;
}

.logo-printing-pop-up {
	position: fixed;
	z-index: 200;
	bottom: 160px;
	right: 40px;
	display: flex;
	align-items: center;
	transition: all 0.15s;
	cursor : pointer;
}

.btn_close_product_pop_up{
	position: absolute;
	right: 0px;
	bottom: 80px;
	color: black;
	z-index: 201;
	cursor: pointer;
}


.product_pop_up_content_div{
    background-color: var(--main-btn);
    border-radius: 50px;
}

.product_pop_up_img{
	/* border: 5px solid red; */
	padding: 5px;
	border-radius: 50%;
	position: relative;
	color : white;
	font-size : 28px;
}
.product_pop_up_content_div{
	z-index: 200;
	display: flex;
	align-items: center;
    justify-content: center;
    padding: 25px;
    height: 60px;
    width: 60px;
}
.pop_up_text{
    /* opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px; */
	vertical-align: top;
	color: white;
	white-space: initial;
    font-size: 14px;
    transition: all 0.15s;
    margin-left: 10px;
}


.category-float-icon-text{
	position : fixed;
	right : 15px;
	z-index : 100;
	background-color: var(--yellow);
	color : white;
	cursor : pointer;
	font-size: 14px;
	padding: 10px;
	text-align:center;
}

.category-float-icon-cart{
	position : fixed;
	right : 35px;
	bottom : 90px;
	z-index : 100;
	background-color: var(--yellow);
	color : white;
	cursor : pointer;
	border-radius : 100px;
	width : 38px;
	height : 38px;
}

.whatsapp_pop_up_content_div{
	background-color: #25d366;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50px;
	height: 60px
}

.whatsapp_pop_up_content_div img{
	margin-right: 10px
}

.whatsapp_pop_up_content_div a{
	display: flex;
	align-items: center;
    justify-content: center;
	font-size:14px;
	color: #fff
}

.mobile-float{
    display: none;
}

.mobile-float .whatsapp-pop-up{
    bottom:0;
    left: 0;
    width: 50%;
}



.mobile-float .logo-printing-pop-up{
    bottom:0;
    right: 0;
    width: 50%;
}

.mobile-float  .whatsapp_pop_up_content_div, .mobile-float .logo-printing-pop-up .product_pop_up_content_div{
    border-radius: 0;
    height: auto;
    padding: 0 15px;
    height: 60px;
    overflow: hidden;
}

.mobile-float .whatsapp_pop_up_content_div a, .mobile-float .pop_up_text{
    font-size: 12px;
}


/* .product_pop_up_content_div:hover {
    padding: 25px;
}


.product_pop_up_content_div:hover .pop_up_text{
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
	vertical-align: top;
    margin-left: 10px;
} */
/* for pop up */

.product-carousel-title{
    font-size: 22px;
    font-weight: bold;
}

.product-list-title{
    font-weight: bold;
    font-size: 18px;
}



/* 2022-06-17 add by j */
/* all page whatapp footer */
.all-page-whatsapp-pop-up {
	position: fixed;
	z-index: 200;
	bottom: 80px;
	right: 40px;
	display: flex;
	align-items: center;
	transition: all 0.15s;
	cursor : pointer;
}
/* all page whatapp */

.btn_whatappme{
	background-color : #25d366;
}
/* 2022-06-17 add by j */

.enquiry-cart-whatsapp{
    font-size: 14px;
}

.enquiry-cart-whatsapp a{
    color: #25d366;
    font-size: 16px;
    text-decoration: underline;
}


@media (max-width:767px){

    .desktop-float{
        display: none;
    }

    .mobile-float{
        display: block;
    }

    #back-to-top{
        bottom: 115px;
        right: 20px;
    }

    .main-btn.fixed-width, .border-btn.fixed-width{
        width: 100%;
        min-width: unset;
    }
	
	.logo-printing-pop-up.category-float-icon.d-none{
		display : unset !important; 
	}

    .all-page-whatsapp-pop-up {
        bottom: 30px;
        right: 20px;
    }
}

