body 
{
    font-family: 'Poppins', sans-serif;
    background: #000;
    color: #fff;
}

:root
{
    --radius-md: 0.1rem;
    --brown: #7d5420; 
    --gray: #f5f5f5;
}

.pt-6
{
    padding-top: 6.4rem;
}

#search
{
    z-index:1;
}

.search-bar-wrapp
{
    z-index:1;
}


.bg-gray
{
    background: var(--gray);
}

.bg-brown
{
    background: var(--brown);
}

.navbar-toggler-icon .fa-bars
{
    color: #000;
}

button:focus
{
    outline: none;
}

.navbar .navbar-toggler-icon
{
    height: initial;
}
.sticky-menu
{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) 
}

a {color:inherit}

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

.rev-subtitle 
{
    color:#fff;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}

.rev-title 
{
    color:#fff;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}

.rev-link a
{
    color:#fff;
    text-transform: uppercase;
    font-size:0.8rem;
}

.title
{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
}

.subtitle
{
    font-size: 1.2rem;
}

.anim {transition: all .3s ease-in-out;}

.see-more:hover .fa-angle-right 
{
    transform: translateX(50%);
    transition: all 0.3s;
}

.title-section 
{
    font-weight:700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.product-box 
{
    margin-bottom: 2rem;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.product-box__img
{
    border: 1px solid #f5f5f5;
    background: #fff;
}

.product-box__img img
{
    height:300px;
    width:100%;
    object-fit: contain;
}

.product-box__img .badge
{
    position:absolute;
    /*z-index:1;*/
    top:2%;
    left:-2%;
    border-radius: 0;
    text-transform: uppercase;
}

.product-box__price {font-weight:600}

.product-box__price s
{
    color: #6c757d;
    font-size: .8rem;
    font-weight: 500;
}



.product-box__actions
{
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    opacity: 0;
    bottom: -50px;
    transform: translateY(-100%);
    transition: .3s all ease-in-out;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    padding: .5rem 0;
    background: var(--gray);
    color: #000 !important;
}

.product-box:hover .product-box__actions
{
    transform: translateY(0);
    bottom: 0;
}

.product-box:hover .product-box__actions
{
    opacity: 1;
}

.product-box:hover 
{
    background: #fff;
    border-radius: 0.25rem;
    color: #000;
}


.product-box__title
{
    display: block;
}

.product__price s
{
    font-size: 1rem;
    color: #3D3D3D;
    padding-left: .5rem;
    font-weight: 300;
}

.banner-wrapper .row {background:var(--brown);}

.banner-image {width:100%;}

.banner-specs {color:#fff;}

.footer-box 
{
    padding: 1rem;
}

.footer-box__title 
{
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.footer-box__content 
{
    color: #8f8f8f;
}

.footer-box li
{
    margin-bottom: .5rem;
}

/*.footer-box__content .btn
{
    background:#7d5420;
    color:#fff;
    border:1px solid transparent;
}*/

.footer-box__content .form-control
{
    border:none;
    background-color: #f5f5f5;
}

.copyright {font-size: 0.8rem;}

.icetech-logo
{
    width: 200px;
    filter: brightness(0.5);
}

.footer-wrapper .container-fluid > .row:first-of-type {background:#fff;}

/*.footer-menu, .footer-payment
{
    padding:1rem;
}*/


.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;
    z-index: 1000000;
}

.sticky-footer a
{
    color:#ccc;
}

.breadcrumb
{
    background:transparent;
}

.breadcrumb-item+.breadcrumb-item::before
{
    content:"\f105";
    font-family: "Font Awesome 5 Free"; 
    font-weight:600;
}

.breadcrumb-item.active
{
    color:initial;
    font-weight:bold;
}

.sort-by .form-control
{
    border:none;
    background-color: transparent;
}


.sort-by .form-control:focus
{
    box-shadow: none;
}


/** price range  **/

.slider.slider-horizontal
{
    margin-bottom: 1.5rem !important;
    width: 100%;
}

.slider.slider-horizontal .slider-track
{
    height: 2px !important;
    top: 60% !important;
}

.slider-selection
{
    background: #ccc !important;
    box-shadow: none;
}

.slider-handle
{
    background: #ccc !important;
    width: 15px;
    height: 15px;
}

.tooltip.in , .tooltip.show
{
    opacity: 0.9;
}


/** product details-gallery **/

#product-main-photo {
    /*    padding:0 30px;*/
    margin-bottom: 20px !important;
}

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


#swipebox-overlay {
    background:#fff;
}

#product-photos
{
    padding: 0;
}

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

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


#product-photos li
{
    background: #fff;
}

#product-photos li a {
    padding-bottom:100%;
    display:block;
}

#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:100%;
    max-height:100%;
    height: 100%;
    object-fit: contain;
}


.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;
}

#mainPhotos.owl-carousel .owl-nav div
{
    height:100%;
    width:10%;
    color:#fff;
    transition:all  0.1s ease-in-out;
}

#mainPhotos.owl-carousel .owl-nav div.owl-prev 
{
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.1));
}

#mainPhotos.owl-carousel .owl-nav div.owl-next 
{
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1));
}

#product-photos.owl-carousel .owl-nav div
{
    height:100%;
    width:5%;
    border:none;
}

#product-photos.owl-carousel .owl-nav div.owl-prev {
    /*margin-left:-45px;*/
    color:#fff;
    background: #adadad;
}

#product-photos.owl-carousel .owl-nav div.owl-next {
    color:#fff;
    background: #adadad;
}


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

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


#mainPhotos.owl-carousel .owl-nav div.owl-prev{

    margin-left:0;
    border:none;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next{
    margin-right:0;
    border:none;
}

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

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

@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-details__name 
{
    font-size:1.5rem;
    font-weight:600;
}


.owl-nav-oh-yeamen  
{
    opacity:0;
}

.owl-carousel:hover .owl-nav-oh-yeamen
{
    opacity:1;
}

.owl-item {
    transition: transform 0.3s;
}
.owl-item.current  {
    outline: 1px solid #ccc;
    outline-offset: 6px;
    transition: all 0.3s;
    transform: scale(0.85);

}
.owl-item.current  a {
    position: relative;

}


#product-photos .owl-item {margin-right: 19px !important}


#product-main-photo .owl-carousel .owl-stage-outer
{
    /*background: #fff;*/
}



/** quantity **/


.input-counter.style-2
{
    position: relative;
    display: inline-block;
}



.input-counter.style-2 span
{
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
    position: absolute;
    color: #c2c2c2;
}


.input-counter.style-2 span.plus-btn
{
    right: 6px;
    top: 10px;
}

.input-counter.style-2 span.minus-btn
{
    right: 6px;
    bottom: 7px;
}

.input-counter.style-2 span:hover {color: #333333;}


.product-info .input-counter.style-2 input
{
    width: 87px;
}

.input-counter.style-2 input
{
    border: 1px solid transparent;
    background: #fff;
    display: inline-block;
    width: 95px;
    height: 40px;
    font-size: 14px;
    line-height: 1em;
    text-align: left;
    text-indent: 33px;
    font-weight: lighter;
    -webkit-appearance: none;
}

.input-counter.style-2 .minus-btn:before
{
    content: "\f0dd";
    /*font-family: "Font Awesome 5 Free";*/
}

.input-counter.style-2 .minus-btn:before, .input-counter.style-2 .plus-btn:before
{
    display: inline-block;
    /*font-family: "Material Icons";*/
    font-size: 24px;
    line-height: 10px;
    opacity: 1;
}

.input-counter.style-2 .plus-btn:before
{
    content: "\f0de";
    /*font-family: "Font Awesome 5 Free";*/
}

.tabs .nav-tabs
{
    border: none;
}

.tabs .nav-link
{
    padding-top: 1.5rem;  
    padding-bottom: 1.5rem;
}

.tabs .nav-link.active
{
    background: transparent;
    border: 1px solid transparent;  
    position: relative;
}

.tabs .nav-link:hover
{
    border:1px solid transparent;
}


.tabs .nav-link.active:after
{
    content: "";
    position: absolute;
    width: 50%;
    height: 5px;
    background: var(--brown);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-form .input-group-text
{
    background:#fff;
    border-left:none;
}

.contact-form .form-control:not(.body)
{
    border-right:none;
    height: calc(3rem);
}

.map-wrapper iframe
{
    width:100%;
    height:600px;
}

/** search bar **/

.search-bar
{
    display: none;
}


/*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;
}

.cart-body 
{
    overflow: auto;
    max-height: 400px;
    height: 100%;
}

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

.cart-total {font-weight:600}

.cart-wrapper
{
    position: absolute;
    right: 3rem;
    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;
}

.cart-bar-wrapper
{
    top:5rem;
    margin-top: -0.1rem;
}


/*end-cart*/


.account-wrapper
{

    height: 100vh;
    background-size:cover;
}

.account-box
{
    background:#f9f9f9;
    border-radius: 0.7rem;
}

.account-title
{
    font-weight:700;
    text-align:center;
    margin-bottom:1.5rem;
}


/** PAGINATION **/

.page-link
{
    background: transparent;
    color: #c5c5c5;
    border-color:transparent;
}

.page-item.disabled .page-link
{
    background: transparent;
}

.page-item.active .page-link
{
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link
{
    border-color: transparent;
}

.page-link:hover
{
    color: #c5c5c5;
}

/**/


.follow-us img
{
    height:20px;
}


/** rating **/

.review-rating {
    color: #eea20e;
    display: inline-block;
}
.review-rating i {
    font-size: 1.2rem;
    /*    //vertical-align: middle;*/
    width: .9em;
    text-align: left;
}
.review-rating .fa-star-o:before {
    color: #ccc;
    content: "\f005";
}

.review-rating .fa-star-half {
    position: relative;
}

.review-rating .fa-star-half:before {
    z-index: 1;
    position: relative;
}

.review-rating .fa-star-half:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f005";
    color: #ccc;
}

.review-rating-lg i {
    font-size: 28px;
}


@media only screen and (max-width: 1024px) 
{
    .nav-item .nav-link {font-size:0.9rem;}
    .nav-link img {height: 15px;}
}

@media screen and (min-width:425px)
{
    .container
    {
	max-width: 540px;
    }
}

@media screen and (min-width:768px)
{
    .container
    {
	max-width: 720px;
    }
}

@media screen and (min-width:992px)
{
    .container
    {
	max-width: 960px;
    }
}

@media screen and (min-width:1200px)
{
    .container
    {
	max-width: 1300px;
    }
}

@media only screen and (max-width: 768px) 
{
    .product-box__actions
    {
	opacity: 1;
    }

    .product-box
    {
	background: #fff;
	border-radius: 0.25rem;
	border: 1px solid #dee2e6;
    }
}

@media only screen and (max-width: 425px) 
{

    .subtitle
    {
	font-size: 1rem;
    }

    .product-box__img img
    {
	object-fit: contain;
    }

    .see-more
    {
	font-size: .8rem;
    }

    .footer-box__title
    {
	margin-bottom: .5rem;
    }

    .contact-us
    {
	height: 100px;
    }

    .map-wrapper iframe
    {
	height:200px;
    }

    .footer-box
    {
	padding: 0;
    }

}

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

.text-underline
{
    text-decoration: underline;
}

.nav-link
{
    position: relative;
}

.nav-link.active:after
{
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 80%;
    background: #000;

}

.hover-underline:hover
{
    text-decoration: underline;
}

.gallery-filters .nav-link:after
{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 0;
    background: #000;
    transition: .3s all ease-in-out;
}

.gallery-filters .nav-link:hover:after
{
    width: 70%;
}

.catalog
{
    margin-bottom: 2rem;
}

.catalog img
{
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}

@media screen and (min-width:442px)
{
    .catalog img
    {
	height: 250px
    }
}

@media screen and (min-width:992px)
{
    .catalog img
    {
	height: 300px
    }
}

.catalog:hover img
{
    opacity: .5;
}

.catalog__name
{
    text-align: center;
    text-transform: uppercase;
    margin-top: .5rem;
    display: block;
}



.sticky-top
{
    background: #000;
    box-shadow: 0 .125rem .25rem rgba(255,255,255, .2)!important;
}

.menu
{
    z-index: 2;
}

    .logo
    {
	width: 150px;
    }


@media screen and (min-width: 992px)
{
    .logo
    {
	width: 100%;
	border-bottom: 1px solid #fff;
    }
}

.menu-logo img
{
    height: auto;
    width: 150px;
    object-fit: contain;
}


@media screen and (min-width: 768px)
{
    .menu-logo img
    {
	width: 190px;
    } 
}


.menu
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    color: #000;
    background: #fff;
    width: 100%;
    transform: translateX(-100%);
    transition: .3s all ease-in-out;
}

.menu-show
{
    transform: translateX(0);
}

@media screen and (min-width: 768px)
{
    .menu
    {
	width: 75%;
    } 
}


@media screen and (min-width: 992px)
{
    .menu
    {
	position: relative;
	left: auto;
	top: auto;
	height: auto;
	color: #fff;
	background: #000;
	width: auto;
	transform: translateX(0);
    } 
}

.menu-item
{
    display: block;
    margin-bottom: .75rem;
}

@media screen and (min-width: 992px)
{
    .menu-item
    {
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 0;
    }
}

.menu-categories
{

    width: 100%;
    background: #fff;
    padding: 1rem;
    color: #000;
}

@media screen and (min-width: 992px)
{
    .menu-categories
    {
	position: absolute;
	width: 960px;
	bottom: -75px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
    }    
}

@media screen and (min-width: 1200px)
{
    .menu-categories
    {
	width: 1100px;
    }    
}

.menu-categories  .menu-item
{
    color: #000;
}

@media screen and (min-width: 992px)
{
    .menu-categories  .menu-item
    {
	margin-right: 3rem;
    }    
}


@media screen and (min-width: 1200px)
{
    .menu-categories  .menu-item
    {
	margin-right: 4rem;
    }    
}

.menu-categories img
{
    height: 22px;
    width: auto;
    object-fit: contain;
    display: none;
}

@media screen and (min-width: 992px)
{
    .menu-categories img
    {

	display: inline-block;
    }  
}

.furniture-accesories-img
{
    width: 60px !important;
}


.user-info img
{
    height: 25px;
    width: 40px;
    object-fit: contain;
    filter: grayscale(1) brightness(10);
}

.banner-wrapper row
{
    background: #fff;
}

.product-box
{
    background: #fff; 
    border-radius: 0.25rem;
    /*border: 1px solid #dee2e6;*/
}


.product-box__specs
{
    color: #000;
    padding: 1rem 0;
}

.banner-specs
{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}

.text-white
{
    color: #fff !important;
}

.text-black
{
    color: #000 !important;
}

.cart-wrapper 
{
    top: 0;
    right: 0;
    width: 100%;
}

@media screen and (min-width: 768px)
{
    .cart-wrapper
    {
	right: 4rem;
	width: 370px;
    }  
}

@media screen and (min-width: 992px)
{
    .cart-wrapper
    {
	top: -27px;
	right: 1rem;
    }  
}

.user-info
{
    position: relative;
}

.search
{
    position: absolute;
    top: 47px;
    width: 300px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem 3px rgba(255, 255, 255, 0.075) !important;
    z-index: 2;
}

@media screen and (min-width: 768px)
{
    .search
    {
	width: 0;
	top: -25%;
	left: -15px;
	transform: translateX(-100%);
    }  
}


.search-open
{
    width: 300px;
    opacity: 1;
}

@media screen and (min-width: 992px)
{
    .search-open
    {
	width: 400px;
    }  
}

.search .form-control::placeholder
{
    padding-left: .5rem;
}