body 
{
    font-family: 'Poppins', sans-serif !important;
}

.position-relative {position:relative !important}

a {color:#808080 !important;}

a:hover {text-decoration:none !important;}

.text-underline
{
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link 
{
    font-size:0.80rem;
    color:#000 !important;
}

.text-green {color:#2c9699 !important}

.sticky-menu .navbar-nav .nav-link
{
    color:#fff !important;
}

.btn-outline-green
{
    background: #fff;
    border:1px solid #2c9699;
    color: #2c9699;
    text-transform: uppercase;
    font-size:0.8rem;
}

.btn-outline-green:hover
{
    border:1px solid transparent;
    color: #fff !important;
    background:#2c9699;

}


.btn-green
{
    background:#2c9699;
    color: #fff !important;
    text-transform: uppercase;
    font-size:0.8rem;
}

.btn-green:hover
{
    background:#fff;
    color: #2c9699 !important;
    border:1px solid #2c9699;
}

.title 
{
    text-align:center;
    font-size: 1.5rem;
}

.see-more 
{
    cursor:pointer;
    margin-bottom: 1rem!important;
    font-size: 0.9rem;
}

.see-more:hover .fa-angle-right
{
    transform: translateX(50%);
    color:#2c9699;
}

.anim {transition: all 0.5s ease;}

.overflow-hidden {overflow:hidden}

.offer 
{
    /*border:1px solid #ccc;*/
}

.offer__img 
{
    width:100%;
    height: 250px;
    object-fit: cover;
}

.offer:hover .offer__img
{
    transform: scale(1.2);
}

.offer__name 
{
    font-size:1.2rem;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border:1px solid #ccc;
    background:#fff;
}

.offer:hover .offer__name {background: rgba(255,255,255,0.3);}

.banner
{
    max-height: 250px;
    height: 100vh;
}
@media screen and(min-width:768px)
{
    .banner
    {
	max-height: 300;
    }
}

.banner .row {height:100%;}

.banner--index
{
    background-size: cover;
}

.banner__text--index 
{
    font-size:1.3rem;
    color:#fff;
}


.product 
{
    border: 1px solid #efefef;
    margin-bottom: 2rem;
}

.badge-success
{
    font-size: 0.7rem;
    text-transform: uppercase;
    background: #70a404 !important;
    width: 60px;
    font-weight: 300;
}

.product__stoc 
{
    background: #70a404;
    width: 60px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.product__img
{
    height:250px;
    width:100%;
    object-fit: cover;
}

.product__details 
{
    background: #fbfbfb;
    position: relative;
    overflow: hidden;
}


.product:hover .product__img
{
    transform: scale(1.2);
}

.product__name 
{
    font-size:0.9rem;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-to-cart
{
    background:#2c9699;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 0.7rem;
    padding: 8px;
    text-transform: uppercase;
}

.add-to-favourite
{
    background: #fff;
    border:1px solid #2c9699;
    color: #2c9699;
    border-radius: 5px;
    text-align: center;
    font-size: 0.7rem;
    padding: 8px;
    text-transform: uppercase;
}



/*gallery*/

#product-main-photo {
    padding:0 30px;
}

#product-main-photo .share {
    display:block;
    position:absolute;
    left:30px;
    top:0px;
    width:100px;
}


#mainPhotos.owl-carousel .owl-nav div.owl-prev {
    left:-30px;
    margin-left:0;
    background:#fff;
    border-radius:3px;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next {
    right:-30px;
    margin-right:0;
    background:#fff;
    border-radius:3px;
}


#swipebox-overlay {
    background:#fff;
}

.product-img-box
{
    margin-top:-25px !important;
}

#product-photos .owl-stage-outer {
    text-align:center;
}

#product-photos .owl-stage {
    display:inline-block;
}

#product-photos li a {
    padding-bottom:100%;
    display:block;
    border:1px solid #eee;
}

#product-photos li a:hover { 
    border-color:#9b96c8;
}

#product-photos li a img {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:80%;
    max-height:80%;
}


.owl-carousel {
    position:relative;
    list-style-type: none;
}

.owl-carousel .owl-nav div {
    display:block;
    height:60px; 
    width:30px;

    border: 1px solid #ccc;
    color: #ccc;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    line-height:52px;
    text-align:center;
    font-size:30px;
    font-weight:normal;
    transition:all  0.7s ease-in-out;
}

.owl-carousel .owl-nav div.disabled{
    opacity:0.3;
}



.owl-carousel .owl-nav div:hover {
    background: #F9FCF3;
    color:#87B201;

}

.owl-carousel .owl-nav div.owl-prev {
    margin-left:-45px;
    left:0;
}

.owl-carousel .owl-nav div.owl-next {
    right:0;
    margin-right:-45px;
}


#mainPhotos.owl-carousel .owl-nav div.owl-prev{
    left:-30px;
    margin-left:0;
    background:#fff;
    border-radius:3px;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next{
    right:-30px;
    margin-right:0;
    background:#fff;
    border-radius:3px;
}

#mainPhotos.owl-carousel .owl-item a {
    display:block;
    padding-top: 100%;
    position:relative;
}

#mainPhotos.owl-carousel .owl-item a img {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:80%;
    width:auto;
    height:auto;
    max-height:80%;
}

@media(max-width:900px){

    .owl-carousel.no-nav-on-mobile .owl-nav{
        display:none;
    }

    .owl-carousel .owl-nav div.owl-prev {
        margin-left:0;
        left:0;
    }

    .owl-carousel .owl-nav div.owl-next {
        right:0;
        margin-right:0;
    }
}

#product-photos .owl-nav
{
    display:none !important;   
}

.product-details__name 
{
    font-size:1.5rem;
    font-weight:600;
}

/*end gallery*/

.stars .fa-star {color: #c3c3c3;}

.fa-star.active {color:#ffc400 !important}

.stars li {margin:0 !important}

.like-table-row {display:table-row}

.like-table-row > div
{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.add-to-cart-box
{
    background: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link 
{
    background-color: #2c9699;
    color:#fff !important;
}

.favorit {color:#ccc;}

.favorit:hover {transform: scale(1.2)}

.fa-check-square {color:#2c9699}


.cart-trigger {
    position: relative;
}

.footer-wrapper .input-group-text
{
    color: #ffffff;
    background-color: #2c9699;
    border: 1px solid #2c9699;
}

.logo img {width:100px;}

.sticky-menu
{
    background:#000;
    color:#fff;
}

.sticky-menu .fa-bars
{
    color:#fff;
}
.search-bar 
{
    display:none;
}

.navbar-toggler
{
    border:none;
}

.search-bar-wrapp 
{
    top:3rem;
}

.copyright
{
    font-size: 0.8rem;
}

.overlay-a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

#subcategory 
{
    display:none;
    margin-left:1rem;
    margin-top: 0.5rem;
}
#subcategory li
{
    font-size:0.9rem;
}

.categories-content li
{
    padding-bottom:0.4rem;
}

.categories-title
{
    font-size:1.5rem;
}

.footer-wrapper
{
    background:#fbfbfb;
}

/*cart*/

.cart, .cart a 
{
    color:#000 !important
}


.cart-item__delete a
{
    color: #2c9699 !important;
}

.cart-item__price
{
    color: #2c9699;
    font-size:0.8rem;
}

.cart-item__quantity { font-size:0.8rem;}

.cart-item 
{
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 1.5rem;
    padding:1rem;
    font-size:1rem;
}

.cart-item__img
{
    height: 70px;
    width: 70px;
    object-fit: cover;
}

@media screen and (max-width: 420px)
{
    .cart-item__img
    {
	height: 50px;
	width: 50px;
    }
}

.cart-body 
{
    overflow: auto;
    max-height: 40vh;
    height: 100%;
}

.cart-body > div:last-child {border:none;}

.cart-total {font-weight:600}

.cart-wrapper
{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 370px;
    display: none;
    box-shadow: 0px 0px 4px rgba(0,0,0, 0.3);

    z-index: 1;
}


.cart-product
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}


/*end-cart*/



/*add to cart*/

.price-product-add ul
{
    background: #fff;
    border: 1px solid #eee;
    border-radius: .25rem;
    width: 150px;
}

.input-qty
{
    width: 50%;
}

.quantity span
{
    cursor: pointer;
}

.btn-plus, .btn-minus
{
    user-select: none;
}

.btn-minus, .btn-plus
{
    left: 0;
}


.product-quantity input, .quantity input
{
    border: none;
    text-align: center;
}

/*end add-to-cart*/

.contact-body
{
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-body__title
{
    font-size:1.5rem;
}

.navbar-toggler:not(:disabled):not(.disabled)
{
    outline: none;
}

@media screen and (min-width:768px)
{

    .add-to-cart-box .btn
    {
	width: 100%;
    }

}

@media screen and (max-width:1024px)
{
    .product__img
    {
	height: 200px;
    }

    .offer__img
    {
	height: 200px;
    }
}

@media only screen and (max-width: 425px) 
{
    .cart-wrapper
    {
	width: 100%;
	position:initial;
    }
}

.sticky-footer
{
    display: none;
    position: fixed;
    background: rgba(0,0,0, .9);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 24px;
    font-size: 17px;
    /* padding-right: 240px; */
    z-index: 1000000;
}

.img-modal
{
    height:70px;
    object-fit:cover;
}

.product-modal
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.modal .modal-content
{
    font-size: 0.9rem;
}

.form-control
{
    font-size: 0.8rem;
}

.modal-custom
{
    font-size: .9rem;
}

.modal-custom .close
{
    right: 2rem !important;
    top: 2rem !important;
}

.font-small
{
    font-size: .9rem;
}

.icetech-logo 
{
    width: 150px;
    filter: brightness(.7);
}

/*input counter*/

.input-counter input
{
    background: transparent;
    width: 50px;
    border: none;
    text-align: center;
    padding: .3rem;
    font-weight: 700;
    font-size: 1rem;
}

@media screen and(min-width: 768px)
{
    .input-counter input
    {
	width: 70px;
	font-size: 1.3rem;
    }
}

@media screen and(min-width: 902px)
{
    .input-counter input
    {
	font-size: 1.5rem;
    }
}

.input-counter i
{
    font-size: .8rem;
}

.input-counter .plus-btn,  .input-counter .minus-btn
{
    cursor: pointer;
    background: #2c9699;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 0 .4rem;
    font-size: 1rem;
}

@media screen and(min-width: 768px)
{
    .input-counter .plus-btn,  .input-counter .minus-btn
    {
	font-size: 1.5rem;
    }
}

@media screen and(min-width: 920px)
{
    .input-counter .plus-btn,  .input-counter .minus-btn
    {
	height: 45px;
	width: 45px;
    }
}

.input-counter
{
    border-radius: 0;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
}

@media screen and(max-width: 420px)
{
    .input-counter
    {
	width: 140px;
    }
}

/*scroll-bar-style*/

.scroll-bar-style::-webkit-scrollbar 
{
    width: 5px;
    height: 5px;
}

.scroll-bar-style::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
    border-radius: 2rem;
}

.scroll-bar-style::-webkit-scrollbar-thumb 
{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
    background: #2c9699;
    border-radius: 2rem;
}

.scroll-bar-style
{
    overflow: auto;

}


/*pagination*/

.pagination-bar .pagination
{
    overflow: auto;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem;
}

.pagination-bar .pagination .page-item
{
    margin-left: .5rem;
}

.pagination-bar .pagination .page-item.active .page-link
{
    background: #f0f0f0;
    color: #636363;
    border-radius: .5rem;
}

.pagination-bar .pagination .page-link
{
    position: relative;
    display: flex;
    margin-left: -1px;
    color: #adadad;
    background-color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}


.product .promo-badge
{
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #2c9699;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .3rem .7rem;
    z-index: 1;
}

.online-pay
{
    height: 20px
}