* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    color: #080a0c;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
}

.offcanvas {
    flex-direction: row;
}

.offcanvas {
    background-color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
    background: #1f1f24;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 20px
}

.woocommerce span.onsale {

    padding: 20px 20px;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 10px !important;
    left: 10px !important;
    min-width: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    background-color: #ff0000;
    color: #fff;
    z-index: 9;
    line-height: 0 !important;
}

.woocommerce ul.products li.product .onsale {
    right: unset;
    left: 0;
    margin: 0;
}

.woocommerce-view-order .woocommerce header.title,
.woocommerce-view-order .woocommerce address,
.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-order>.woocommerce-customer-details,
{
display: none
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 20px !important;
    padding: 30px 20px;
    border: 1px solid #cfc8d8;


}

.add_to_cart_button {
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product:first-child,
.woocommerce-page ul.products li.product:first-child {

    border-right: 1px solid #cfc8d8;
    margin: 20px 0;

}

.nav-link:focus {
    color: #080a0c;
}

button[name='update_cart'] {

    display: none !important;

}

#navigation-list {
    flex-grow: 1;
    padding: 0 0;
}

.navbar-nav li a {
    color: #080a0c;
}

.title-section a {
    text-decoration: none;
    color: #fff;
}

.title-section h3 {
    font-size: 70px;
    font-weight: 600;
    margin: 30px 0;
}

.title-section .btn-cta {
    padding: 20px 50px;
    background: #1f1f24;
    display: inline-block;
    border-radius: 5px;
}

.fixi {
    background: #fff;

}

#searchBox {
    margin: 0 20px;
    width: 100%;
}

#searchform {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 0;
}

#searchform input {
    border: 0px;
    background: transparent;
    padding: 8px 10px 5px;
    outline: none;
    width: 80%;
}

.mobile-form #searchform {
    padding-top: 2.5px;
    width: 100%;
}

div#searchBox #searchform {
    border: 1px solid #ddd;
    width: 100%;
    padding-top: 1px;
    display: inline-block;
}

div#searchBox #searchform input {
    padding: 5px;
    display: block;
}

#searchBox i.fa.fa-search {
    padding: 8px;
    cursor: pointer;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}

div#searchBox #searchform .sb-icon-search {
    /* color: #fff; */
    /* background: #3f91c3; */
    z-index: 90;
    /* font-size: 22px; */
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    top: -1px;
}

div#searchBox #searchform .sb-icon-search:before {
    content: "\f002";
}

span#noEasy {
    display: block;
    /* overflow: hidden; */
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 3px;
}

span#noEasy input {
    width: 30px;
    padding: 0 !important;
}

input#sbox {
    line-height: 31px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

span#noEasy:hover {
    color: #444;
}


.offcanvas-header .btn-close-white {
    filter: unset !important;
}

/* media query */
@media (max-width: 999px) {
    
#searchBox {
    margin: 20px 20px; 
}
    .title-section h3 {
        font-size: 50px;
    }

    .offcanvas {
        display: block;
    }

    #navigation-list {

        padding: 0 20px;
    }

 
}

/*
* ----------------------------------------------------------------------------------------
* 02.HEADER MAIN.
* ----------------------------------------------------------------------------------------
*/

#header-main {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    padding: 30px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
}

.nav-link:hover {
    background: #a0a0a0;
    color: #fff;
}

.navbar-brand {
    font-weight: 600;
    color: #080a0c;
}
.navbar-toggler {
    background: #b1b0b8;
}
.navbar-brand:hover {
    color: #080a0c;
}

.navbar-brand img {
    width: 100px;
}

.basketicon {
    position: relative;
    color: #080a0c;

}

.theicon {
    font-size: 30px !important;
}

.texticon {
    height: 0;
    text-decoration: none;
    padding: 5px 30px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.basketicon__total {
    position: absolute;
    background: #b1b0b8;
    padding: 2px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 10px;
    right: -10px;

}

.flex-head {
    display: flex;
    width: 100%;
}
/* media query */
@media (max-width: 999px) {
    .searchform {
        margin: 20px 30px;
    }
    .flex-head { 
        flex-flow: wrap;
    }
    .nav-link:hover {
        background: none;
        font-weight: 600;
        color: #080a0c; 
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HERO SECTION.
* ----------------------------------------------------------------------------------------
*/
#section-hero {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding: 150px 0 50px;
}
#section-hero:after {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0 30%, #FFF 70% 100%);
}

.hero-pic {
    height: 417px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-pic img {
    object-fit: cover;
    height: 417px;
}
 
.owl-item.active.center .hero-pic:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(27, 27, 27, 0);
    z-index: 0;

}
.owl-item.active.center:hover .hero-pic:after {
    background: rgba(27, 27, 27, 0.5);

}

.texts {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
    width: 350px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
    z-index: 1;
}

.texts h6 {
    font-size: 30px;
}


.owl-item.active.center:hover > .hero-wrap .hero-pic .texts {
    top: 50%;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
   
    background: unset !important; 
    border: 2px solid #D6D6D6;
}

.owl-theme .owl-dots .owl-dot.active span {
    background:#D6D6D6 !important; 

}
/* media query */
@media (max-width: 999px) {}

#service-section {
    padding: 50px 0;
}
/* category section */
.category-item {
    position: relative;
    z-index: 1;
}
.category-item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #1f1f24;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.category-item .deal {
    position: absolute;
    z-index: 2;
    left: 20px;

    top: 20px;
}
.category-item h4 a {
     color: #fff;
     font-size: 30px;
     text-transform: capitalize;
     text-decoration: none;
}
.category-item p {
    color: #fff;
}
.category-item img {
    width: 100%;
}

#main-content {
    padding: 150px 0;
}

#banner {
    height: 50vh;
    z-index: 1;
    position: relative;
}

#banner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(27, 27, 27, .9);
    z-index: -1;
}

/* shop */

#section-shop {
    padding: 150px 0;
}

.detail-shop {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.detail-shop a {
    text-decoration: none;

}

.detail-shop a h4 {
    font-size: 18px;
    color: #080a0c;
}

.woocommerce-Price-amount bdi {
    color: #a0a0a0;
    font-weight: 600;
}


/* product tab */

/* media query */
@media (max-width: 999px) {
 .product_meta {
    font-size: 13px;
    padding: 10px 0;
 }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a
    {
        font-size: 13px;
    }
    .related.products h2 {
        font-size: 15px;
    }
}


/* account */
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;
    padding:  5px 0;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #080a0c;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    font-weight: 600;
}
/* category */
.category {
    padding: 0 20px;
}
.category li:first-child {
    display: inline-block;
    margin: 0 0;
    margin-left: 0;
}
.category li {
    display: inline-block;
    margin: 0 5px;
}
.category li a {
    background: #b1b0b8;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
.page-title {
    padding: 20px 20px;
}
.breadcum {
    padding: 0 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}
.woocommerce .woocommerce-ordering select {
 
    padding: 10px;
    margin: 20px 20px 0;
    border: 1px solid #b1b0b8;
}

/* media query */
@media (max-width: 999px) {
 
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 43%;
    }
}
@media (max-width: 899px) {
 
  
}
@media (max-width: 799px) {
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering select{
        width: 100%;
    }
    .breadcum {
        padding: 0 0;
    }
    .page-title {
        padding: 20px 0;
    }
    .category {
        padding: 0 0;
    }
    .category li {
        margin: 10px 0;

    }
    .woocommerce .woocommerce-ordering select{
        padding: 10px;
    margin: 20px 0 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 10px 0 !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

}