/* @font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
}


@font-face {
  font-family: 'lora-font';
  src: url('../fonts/lora-font.ttf');
}

@font-face {
  font-family: 'lora-italic';
  src: url('../fonts/lora-italic.ttf');
}
 */

 body {
    padding: 0;
    margin: 0;
    font-family: Poppins;
}

* {
    outline: none;
}

.table td,
.table th {
    vertical-align: middle;
}

.mr-23 {
    margin-right: 1%;
}

button,
input,
textarea {
    outline: none !important;
    box-shadow: none;
}

p {
    /* font-family: 'Poppins-Regular'; */
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209, 207, 209, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(209, 207, 209, 1);
    box-shadow: 0px 0px 5px 0px rgba(209, 207, 209, 1);
}

.logo {
    width: 250px;
}

.navigation {
    position: relative;
}

.megamenu {
    /*megamenu*/
    background-color: #fff;
    position: absolute;
    top: 130%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 255px;
    z-index: 9;
    text-align: left;
    /* visibility: hidden; */
    opacity: 0;
    border: 1px solid #ebebeb;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -moz-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 40, 0.2);
    pointer-events: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* .dorpdown-megamenu:hover>.megamenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    max-width: 213px;
    left: 32px;
} */

.dorpdown-megamenu .drop::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: 10px;
}

.megamenu li {
    margin-left: 0 !important;
    display: block !important;
}

.megamenu li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.megamenu li a {
    padding: 12px;
    display: block;
    padding: 3px 0;
    border-bottom: #ebebeb;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
    font-size: 13px;
    color: #545454;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: none !important;
    font-weight: 200 !important;
}


/* Staart toggle */

.toggle-menu {
    display: none !important;
}

.toggle-menu {
    margin-left: 10px;
    margin-right: -15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 50px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    /* z-index: 10; */
}

.toggle-menu span {
    background-color: #777;
    content: "";
    display: block;
    height: 1px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #777;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before {
    top: 7px;
}

.toggle-menu span:after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.main-wrap {
    width: 100%;
    max-width: 1700px;
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.dropdown-menu.open {
    display: block;
    right: 23px;
    left: auto;
    z-index: 9;
    padding: 15px;
}


/*mini cart*/

#minicart div {
    padding: 0px;
}

#minicart .image {
    min-width: 100px;
}

#minicart li {
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

#minicart .name {
    font-size: 16px;
    margin-top: 16px;
    width: 268px;
    color: #333;
}

#minicart .name a {
    color: #333;
}

#minicart .action {
    padding: 38px 14px;
}


/**/

#html_element {
    padding-bottom: 10px !important;
    margin-top: 20px;
}


/*BUTTONS*/

.default-btn {
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa;
    border: none;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.default-btn:hover {
    background-color: #0098C8;
    color: #fff;
}


/**/

.product-wrap {
    /* width: 90%; */
    padding-top: 50px;
}

/* Product view image carousel */
.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.splide__slide {
    opacity: 0.6;
}
.splide__slide.is-active {
    opacity: 1;
}
#thumbnail-carousel .splide__slide.is-active {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px rgb(223 223 223 / 50%);
}
@media (max-width: 768px) {
    #thumbnail-carousel {
        margin-top: 10px;
    }
    .product-image-gallery {
        margin-bottom: 20px;
    }
}

/* Header */
.top-header {
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
}
.top-header-padding{
    padding: 0 15px;
}

.top-header a {
    /* font-family: 'Poppins-Regular'; */
    font-size: 13px;
}

.header-top-left,
.header-top-right {
    display: flex;
    align-items: center;
}

.header-top-right,
.header-top-right ul {
    display: flex;
    justify-content: flex-end;
}

.header-top-left a {
    color: #0098C8;
}

.header-top-right ul li {
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
}

.header-top-right ul li::before {
    content: '|';
    vertical-align: middle;
    color: #f2f2f2;
    position: absolute;
    left: 0;
}

.header-top-right ul li:first-child::before {
    content: '';
}

.header-top-right ul li a {
    color: #545454;
}

.mobile-login {
    color: #545454;
}

#mobile-header {
    display: none;
}

#mobile-header-logo {
    max-width: 235px;
    height: 36px;
}
/* middle header */

.main-links {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.main-links div {
    padding: 0 15px;
}

.main-links .navigation ul li {
    display: inline-block;
    margin-left: 10px;
}

.main-links .header_cart ul li:last-child::before {
    content: '|';
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #cccc;
    font-size: 15px;
}

.main-links .navigation ul li a {
    /* font-family: 'Poppins-Medium'; */
    padding: 15px 12px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
}

.medium-chevron {
    margin-left: 8px;
    font-size: 15px;
}
.small-chevron {
    margin-left: 5px;
    font-size: 12px;
}
.main-links .navigation ul li a span {
    font-size: 15px;
}
.main-links .navigation ul li a span:hover {
    color: #0098C8;
}
.main-links .navigation ul li a .submenu-item:hover {
    color: #0098C8;
}

.header_cart ul li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.header_cart ul li i {
    font-size: 20px;
    color: #777;
}


/* */

.block-categories .item {
    /* width: 25%;
    float: left; */
}

.block-categories ul {
    padding-top: 20px;
}

.block-categories .item .effect-inner {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.block-categories .item .effect-inner img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.block-categories .item .effect-inner .content-text {
    padding: 37px 0.9em 1em 0.9em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 1650px) {
    .block-categories .item .effect-inner .content-text {
        padding: 64px 2em 2em 2em;
    }
}

.block-categories .item .effect-inner:hover .content-text {
    background-color: rgba(0, 0, 0, 0.5);
}
.block-categories .item .effect-inner .content-text {
    background-color: rgba(0, 0, 0, 0.2);
}

.block-categories .item .effect-inner .content-text::before,
.block-categories .item .effect-inner .content-text::after {
    pointer-events: none;
}

.block-categories .item .effect-inner .content-text,
.block-categories .item .effect-inner .content-text>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-categories .item .effect-inner .content-text>a {
    z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.block-categories .item .effect-inner:hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.block-categories .item .effect-inner h2 {
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 17px;
}

.block-categories .item .effect-inner p {
    margin: 6em 2em 2em 2em;
    padding: 1em;
    font-size: 14px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

@media (min-width: 1650px) {
    .block-categories .item .effect-inner p {
        margin: 9em 2em 2em 2em;
        /* padding: 3em; */
        font-size: 16px;
    }
}

.block-categories .item .effect-inner:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block-categories .item .effect-inner:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/*-- end --*/

.block-deals {
    margin-top: 64px;
}

.block-deals ul li {
    width: 16.66666%;
    float: left;
    text-align: center;
}

.block-deals ul li a {
    font-weight: 600;
    font-size: 15px;
    color: #292929;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.block-deals .modcontent {
    margin-top: 37px;
}

.block-deals .modcontent ul li img {
    margin-bottom: 10px;
}

.block-deals .modcontent ul li img:hover {
    opacity: 0.8;
}

.block-deals .modcontent ul li p {
    line-height: 20px;
}

.block-deals .modcontent ul li:hover p {
    color: #0098C8;
}

.clear {
    content: '';
    display: table;
    clear: both;
}


/* Best seling product */

.best-seling-products {
    text-align: center;
    padding: 20px 0;
}

.best-seling-products h3 {
    font-family: 'Lora';
    font-style: italic;
    margin-bottom: 30px;
}

.best-seling-products span {
    /* font-family: 'Poppins-Regular'; */
    /* color: #898989; */
}

.product .img-holder {
    border: 1px solid #ebebeb;
}

.product .pr-description p {
    font-size: 15px;
    color: #1c1c1c;
    /* font-family: 'Poppins-Medium'; */
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 0;
    height: 90px;
}

.owl-carousel .owl-stage {
    display: flex;
    /* align-items: center; */
    align-items: baseline;
}

.product:hover p {
    color: #0098C8;
}

.product:hover span {
    background-color: #0098C8;
    color: #fff;
}

.pr-price {
    color: #d32b1e;
    font-size: 18px;
    /* font-family: 'Poppins-Medium'; */
    display: inline-block;
    font-weight: bold;
}

.pr-price-old {
    text-decoration: line-through;
    display: inline-block;
    color: #898989;
}

.pr-cart a {
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa;
    border: none;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pr-cart a:hover {
    background-color: #0098C8;
    color: #fff;
}

.product {
    position: relative;
}

.best-seling-products .product {
    /* padding-top: 30px; */
    margin-bottom: 30px;
}

.tag.tag_promotion,
.tag.tag_promotion:hover {
    background: #d32b1e;
    /* left: 10px; */
    font-size: 16px;
    font-weight: 100;
}

.tag_promotion i {
    font-size: 13px;
}

.single-img-gallery .tag.tag_promotion,
.single-img-gallery .tag.tag_promotion:hover {
    left: 20px;
}

.tags-wrap{
    position: absolute;
    display: flex;
    gap: 5px;
    top: 10px;
    left: 10px;    
}
.tag {
    /* position: absolute; */
    /* top: 10px; */
    text-transform: uppercase;
    background: #0098C8;
    z-index: 2;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}


/**/

.front-shipping {
    overflow: hidden;
    padding: 20px 0;
}

.front-shipping .col-md-3 {
    padding: 0 5px
}

.front-shipping .icon-box {
    background-color: #0098C8;
    text-align: center;
    padding: 37px 10px;
    transition: all 0.2s ease-in-out 0s;
}

.front-shipping .icon-box:hover {
    background-color: #658b2a;
}

.front-shipping .icon-box h3 {
    font-size: 20px;
    /* font-family: 'Poppins-Medium'; */
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.front-shipping .icon-box span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 5px 0 0 0;
    /* font-family: 'Poppins-Regular'; */
}


/* */

.brands {
    /* padding: 20px 100px; */
}

.brands img {
    width: auto !important;
}

.brands .owl-nav,
.brands .owl-dots {
    display: none;
}


/**/

footer {
    /* background: url(../img/footer-img.png);
	background-size: cover; */
    background: #333;
    padding: 50px 0 5px;
}

footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    /* font-family: 'Poppins-Medium'; */
}

footer .links-contact li,
footer .links-contact li a {
    position: relative;
    min-height: 30px;
    line-height: 32px;
    font-size: 14px;
    color: #c5c5c5;
}

footer a,
footer p {
    color: #c5c5c5;
}

footer .links-contact li i {
    margin-right: 19px;
}

footer .socials {
    margin-top: 30px;
    display: inline-block;
}

footer .socials li {
    display: inline-block;
    margin-right: 20px;
}

footer .socials li a {
    font-size: 17px;
    color: #d9d9d9;
}

footer ul li a {
    border: 0 none;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5;
    line-height: 35px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

footer ul li a:hover {
    color: #0098C8;
}

footer .links-contact img {
    margin-bottom: 30px;
    margin-top: -12px;
}

footer .form-group {
    position: relative;
    margin-top: 28px;
}

footer .form-group input.form-control {
    border-radius: 30px;
    height: 45px;
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 20px;
    border: none;
    background-color: #fff;
    font-size: 13px;
}

footer form.signup .subcribe button {
    border: 0 none;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    background-color: #0098C8;
    color: #fff;
    display: block;
    width: 100%;
}

footer .subcribe {
    margin-top: 10px;
    text-align: center;
}

.under-footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 20px;
    margin-top: 20px;
}

footer .block_content .form {
    width: 100%;
    /* overflow: scroll; */
    max-width: 304px;
    margin: 0px auto;
}


/* Category page */

.product-filter img {
    width: 100%;
}

.product-filter h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0098C8;
    /* border-radius: 5px 5px 0 0; */
    padding: 15px;
    margin: 0;
}

.product-filter {
    border: 1px solid #ebebeb;
}

.product-filter h3,
.grey-background h3 {
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    padding: 15px;
    font-size: 16px;
    background-color: #f2f2f2;
}

.product-filter ul {
    padding: 0 15px;
}

.product-filter ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.filters-right {
    display: flex;
}

.filters-right .product_select {
    margin-left: 21px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 140px;
}

.product-filter .search_product {
    position: relative;
}

.product-filter .search_product input {
    border: 1px solid #ccc;
    border-radius: 0;
}

.product-filter .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.product-filter .input-group-btn i {
    color: #555;
    font-size: 14px;
}

.search_wrap {
    border-bottom: none !important;
}

.product-filter p {
    margin-top: 15px;
    /* margin-top: 0px;
  margin-bottom: 0px; */
    padding: 0 15px;
}

.submenuD li:first-child {
    margin-top: 20px;
}

.submenuD p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.filter_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_category p {
    margin: 0;
    padding: 0 10px;
    color: #898989;
    font-size: 14px;
}

.filter_category span {
    color: #333;
    ;
    font-size: 14px;
}

.price-sort {
    display: flex;
    border-bottom: none !important;
}

.price-sort .left-price,
.price-sort .right-price {
    width: 50%;
    border: 1px solid #ddd;
    height: 40px;
    margin-left: 3%;
    align-items: center;
    padding: 8px 15px;
    font-size: 14px;
}

.price-range {
    width: 100%;
    background: #0098C8;
    height: 4px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}

.price-range::before {
    content: '';
    background-color: #0098C8;
    width: 7px;
    height: 7px;
    left: 0;
    right: 7px !important;
    top: -2px;
    position: absolute;
}

.price-range::after {
    content: '';
    background-color: #0098C8;
    width: 7px;
    height: 7px;
    left: auto;
    right: 0;
    top: -2px;
    position: absolute;
}

.price-sort .left-price {
    margin-left: 0;
}

.reset-filter a {
    padding: 8px 15px;
    margin: 10px 20px 20px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #777;
    margin-left: 0;
    margin-top: 30px;
    display: inline-block;
}


/* Product list */

.category_list {
    margin: 40px 0px;
}

.category_list .col-sm-12 {
    margin-bottom: 20px;
}

.category_list .product {
    text-align: center;
    margin-bottom: 40px;
}

.single_list_product {
    order: 2;
}

.best_sell_category .item img {
    width: auto;
}

.best_sell_category .img-holder,
.best_sell_category .pr-description {
    width: 50%;
}

.best_sell_category .pr-description {
    padding-left: 20px;
}

.best_sell_category h3 {
    color: #222;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.best_sell_category h3::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.best_sell_category .owl-nav {
    display: none;
}

.best_sell_category .owl-dots {
    margin-top: 20px;
}

.best_sell_category .owl-dots span {
    background: #0098C8 !important;
}

.best_sell_category .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.best_sell_category .owl-dots .owl-dot.active span {
    width: 23px;
}

.product_title {
    font-size: 30px;
    text-transform: capitalize;
    color: #282828;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.list-inline {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.pagination-container li {
    margin-right: 5px;
    width: 33px;
    height: 33px;
    line-height: 31px;
    background: #fafafa;
    text-align: center;
    padding: 0;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pagination-container li:hover {
    background: #0098C8;
    border-color: #0098C8;
}

.pagination-container li:hover a {
    color: #fff;
}

.pagination-container li a {
    color: #282828;
    padding: 0px 10px;
    font-size: 14px;
}

.sorting {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sorting select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow-down-select.png) no-repeat center right;
    border: 1px solid #e5e5e5;
    height: 33px;
    line-height: 33px;
    padding: 0px 20px 0 10px;
    background-color: #fafafa;
    border-radius: 3px;
    color: #878787;
    background-size: 15%;
    background-size: 12%;
    font-size: 12px;
    background-size: 20px;
    min-width: 66px;
}
.bottom-sorting {
    margin-bottom: 25px;
}

/* Single */

.single-price {
    font-size: 28px;
    color: #1c1c1c;
    white-space: nowrap;
    /* font-weight: bold; */
}

.price-strike {
    white-space: nowrap;
    text-decoration: line-through;
    font-size: 21px;
    color: #a7a4a4;
    display: inline-block;
}

.discounted-price {
    color: #c70000 !important;
    display: inline-block;
}

.short-description {
    font-size: 14px;
    color: #898989;
}

.single_sidebar ul li {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 0;
}

.single_sidebar ul li a {
    color: #898989;
    font-size: 14px;
}

.single-img-gallery img {
    border: 1px solid #ebebeb;
}


/* single gallery */

.outer {
    margin: 0 auto;
    max-width: 800px;
}

#big .item {
    padding: 0;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    min-height: 85px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #ff5722;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #0098C8;
    width: 22px;
    line-height: 28px;
    height: 27px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
    border-radius: 0;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

#thumbs .owl-nav,
#thumbs .owl-dots {
    display: none;
}


/* end single gallery */

.single-product-description .single-title {
    font-size: 18px !important;
    font-family: inherit;
    text-transform: capitalize;
    color: #222;
    font-weight: 400;
}

.single-atributes {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-atributes li {
    display: flex;
    color: #898989;
    margin-bottom: 10px;
    font-size: 14px;
    align-items: baseline;
}


/* .single-atributes li div {
	display:inline-block;
} */

.single-atributes .instock {
    color: green;
}

.single-atributes .outofstock {
    color: red;
}

.single-atributes .atributes_description {
    /* min-width: 120px; */
    margin-right: 13px;
}

.single-add-to-cart {
    display: flex;
}

.single-add-to-cart input.qty_input {
    border: 1px solid #ccc;
    width: 70px;
    height: 42px;
    padding: 0 15px;
}

.single-add-to-cart .arrows {
    right: 8px;
    top: 1px;
}

.single-add-to-cart .arrows .arrow {
    cursor: pointer;
    font-size: 17px;
}

.single-add-to-cart .arrows .arrow.plus {
    margin-bottom: -11px;
}

.single-add-to-cart .arrows .arrow i {
    vertical-align: middle;
}

.single-add-to-cart .add-tocart {
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    padding: 0 60px;
    background: #222222;
    height: 42px;
    line-height: 42px;
    margin: 0 0 0 11px;
    outline: none;
    transition: 0.3s all ease 0s;
    position: relative;
}

.product-video-section {
    margin-top: 20px;
}

.product-video-embed iframe,
.product-video-embed video,
.product-video-embed embed,
.product-video-embed object {
    width: 100%;
    max-width: 100%;
    border: 0;
}

.product-video-embed iframe {
    min-height: 315px;
}

@media(max-width: 767px) {
    .product-video-embed iframe {
        min-height: 220px;
    }
}


/* tabs */

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.tabs li {
    margin-right: 15px;
    font-size: 16px;
}

.tabs li a {
    color: #282828;
}

.tabs .active a {
    color: #0098C8;
    position: relative;
}

.tabs .active a::after {
    content: '';
    height: 2px;
    background: #0098C8;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
}

.tab_container {
    margin-top: 20px;
}

.tab_container img {
    width: 100%;
}

.tab_container li,
.tab_container p {
    /* font-family: 'Poppins-Regular'; */
    color: #898989;
    font-size: 14px;
}


/* Related product */

#related_product {
    text-align: center;
}

.related_product h3 {
    color: #222;
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    position: relative;
}

.related_product h3::after {
    content: '';
    height: 2px;
    background: #0098C8;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 142px;
}

#related_product {
    margin-top: 30px;
    margin-bottom: 15px;
}


/*CUSTOM*/

.opccheckout {
    margin-bottom: 30px;
}

.opccheckout .unicase-checkout-title {
    margin: 0px !important;
    font-size: 16px;
    font-weight: 600;
    background: #f5f5f5;
}

.opccheckout .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
}

.opccheckout .panel-heading {
    padding: 10px 0;
}

.opccheckout .panel-heading .unicase-checkout-title span {
    background-color: #000000;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
    border-radius: 5px;
}

.opccheckout .checkout-part {
    background: #fff;
    padding-bottom: 20px;
}

.opccheckout .btn-default,
.select-sizes .btn-default,
.register-form .btn-default {
    background: #fff;
    color: #333;
}

.opccheckout .half-field {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
}

.opccheckout .table>tbody>tr>td {
    padding: 15px;
}

.checkbox-td {
    width: 30px;
}

.opccheckout tfoot {
    border-top: solid 1px #d0d0d0;
}

.opccheckout .table>tfoot>tr>td {
    padding: 7px;
}

.breadcrumb {
    background: transparent;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 13px;
    color: #9a9a9a;
}

.breadcrumb ul li a {
    color: #9a9a9a;
}

.breadcrumb ul li a:after {
    content: ">";
    margin: 0px 0px 0px 8px;
}

.search-form {
    position: absolute;
    /* top: 61px; */
    top: 7.5px;
    width: 60%;
    text-align: center;
    background: #fff;
    padding: 10px;
    /* right: 12%; */
    right: 50%;
    transform: translateX(50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 9;
    padding: 0 !important;
}

.search-form.open {
    visibility: visible;
    opacity: 1;
}

.search-form .search-field {
    width: 100%;
    border: solid 1px #000000;
    height: 40px;
    border-radius: 10px;
    padding: 0px 14px;
}

.search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: solid 1px #000000;
    padding: 0 27px;
    border-radius: 10px;
    background: #000000;
    color: #fff;
}

.bestseller_sidebar {
    margin-top: 20px;
}

.bestseller_sidebar .col-md-3 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bestseller_sidebar .col-md-3 .pr-description {
    text-align: center;
}

.social_share {
    margin: 20px 0px;
}

.social_share ul,
.social_share p {
    display: inline-block;
    vertical-align: sub;
}

.social_share ul li {
    display: inline-block;
    margin: 0px 4px;
}

.social_share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.social_share ul li a i {
    vertical-align: sub;
}

.social_share .facebook {
    background: #0470e6;
}

.social_share .mailto {
    background: #333;
}

.social_share .pinterest {
    background: #d32f2f;
}

.social_share .twitter {
    background: #1da1f2;
}

.quick-search-results {
    background-color: #fff;
    display: block;
    z-index: 9;
}

.quick-search-results li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    text-align: left;
    border-bottom: solid 1px #eee;
}

.quick-search-results .ajax_results_image {
    display: inline-block;
    flex: 0 0 auto;
    width: 140px;
}

.quick-search-results .ajax_results_detail {
    display: inline-block;
}

.quick-search-results .ajax_results_detail h3 {
    font-size: 17px;
    color: #333;
}

.shopping-cart .cart-shopping-total .cart-sub-total,
.shopping-cart .cart-shopping-total .cart-grand-total {
    font-size: 18px;
    font-weight: 600
}

.shopping-cart-table .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

.shopping-cart-table .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 3px;
    top: 2px;
    z-index: 2;
}

.shopping-cart-table .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
}

.shopping-cart-table .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}

.shopping-cart-table .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

.shopping-cart-table .quant-input .arrows .arrow .ir i {
    position: relative;
    display: block;
}

.shopping-cart-table .quant-input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.shopping-cart-table .row {
    align-items: center;
    font-size: 14px;
}

.remove-trigger {
    font-size: 19px;
    color: #969696;
    margin: 0px 21px 0 0;
}

iframe[src*="youtube.com/embed"] {
    width: 550px;
    height: 400px;
}
.coupon_value {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
#coupon-input-wrap {
    display: flex;
}
/* RESPONSIVE CSS*/

@media only screen and (max-width: 1250px) {
    .logo {
        width: 15%;
    }
    .navigation {
        width: 70%;
        display: flex;
        justify-content: center;
    }
    .header_cart {
        width: 15%;
        display: flex;
        justify-content: flex-end;
    }
    .search-form {
        top: 53px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-links .navigation ul li a {
        padding: 15px 0px;
    }
    .product .pr-description p {
        height: auto;
        min-height: 74px;
    }
    .block-categories .item .effect-inner p {
        margin: 6em 0em 2em 0em;
    }
}

@media only screen and (max-width: 1130px) {
    .sorting {
        flex-direction: column;
        align-items: unset;
        gap: 25px;
    }
    .filters-right .product_select {
        margin: 0;
    }
    .filters-right {
        gap: 15px;
    }
}

@media only screen and (max-width: 992px) {
    #mobile-header {
        display: initial;
    }
    #desktop-header {
        display: none;
    }
    .top-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 15px;
    }
    .mobile-login {
        color: #777;
    }
    .toggle-menu {
        display: block !important;
        margin-left: 0;
        right: 11px;
    }
    .block-categories .item {
        /* width: 50%; */
    }
    .logo {
        width: 30% !important;
    }
    .search-form {
        top: 0;
        z-index: 5;
        width: 100%;
        right: 0;
        transform: unset;
    }
    .search-form.open {
        margin-top: 135px;
    }
    .top-header-padding{
        padding: 0px;
    }
    .navigation {
        display: none;
        position: absolute;
        top: 55px;
        background: #fff;
        z-index: 5;
        width: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }
    .navigation ul {
        /*display: flex;
    flex-wrap: wrap;*/
        width: 100%;
        right: 0;
    }
    .navigation ul li {
        width: 100%;
        margin-left: 0 !important;
        border-bottom: 1px solid #f2f2f2;
    }
    .navigation ul li a {
        padding: 20px 10px !important;
        display: inline-block;
        width: 100%;
    }
    .megamenu {
        display: none;
        position: relative;
        top: 0 !important;
        opacity: 1;
        left: 0 !important;
        visibility: visible;
        box-shadow: none !important;
        border: none !important;
        background: #f9f9f9;
    }
    .megamenu li {
        border: none;
        box-shadow: none;
        border: none !important;
        border-bottom: 1px solid #f2f2f2 !important;
    }
    .megamenu li:last-child {
        border: none !important;
    }
    .megamenu li a {
        padding: 5px 0 !important;
    }
    .dorpdown-megamenu {
        margin: 0 !important;
        padding: 0 !important;
    }
    .dorpdown-megamenu .drop {
        width: 100%;
        padding: 20px 10px !important;
    }
    .dorpdown-megamenu:hover>.megamenu {
        max-width: 100%;
    }
    .header_cart {
        width: auto;
    }
    .main-links div {
        padding: 0;
    }
    .main-links {
        padding: 5px 15px;
    }
    .submenu-back-btn {
        background-color: #f9f9f9 !important;
    }
}

@media only screen and (max-width: 768px) {
    .single_list_product,
    .category_list_product {
        order: 1;
    }
    .single_sidebar,
    .left_sidebar {
        order: 2;
    }
    .table.attribute_table {
        width: 100% !important;
    }
    .opccheckout .half-field {
        width: 100%;
    }
    .opccheckout .col-md-6.col-sm-12.col-md-6 .checkout-part {
        padding: 0px;
        padding-bottom: 20px;
    }
    .search-form .search-field {
        height: 40px;
        font-size: 14px;
    }
    .search-form .search-button {
        height: 40px;
        padding: 0 40px;
        font-size: 14px;
    }
    .search-form {
        padding: 5px 10px;
    }
    .best-seling-products .product {
        padding-top: 30px;
    }
    .best-seling-products h3 {
        margin-bottom: 10px;
    }
    .brands {
        padding: 10px 15px;
        border-top: 1px solid #f2f2f2;
    }
    
    .responsive-video {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
    }
    
    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .logo {
        width: 35% !important;
    }
    .block-categories .item .effect-inner p {
        margin: 2em 0em 2em 0em;
        padding: 5px;
        font-size: 12px;
    }
    .product .pr-description p {
        font-size: 14px;
    }
    
}

.submenuD {
    display: none;
    transition: 1s;
}

.submenuD.active {
    display: block;
    transition: 1s;
}

.menu-item.arrow::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    right: 50px;
    font-size: 13px;
}

.active.arrow::before {
    transform: rotate(180deg);
}

.product-filter input[type='checkbox'] {
    display: none;
}

footer {
    margin-top: 30px;
}


/* .product-wrap .owl-carousel.owl-drag .owl-item  */

#big.owl-carousel.owl-drag .owl-item,
.product .img-holder {
    height: 300px;
    overflow: hidden;
    position: relative;
}


/* .product-wrap .owl-carousel.owl-drag .owl-item img */

#big.owl-carousel.owl-drag .owl-item img,
.product img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#main-slider{
    position: relative;
}
#main-slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#main-slider .owl-prev,
#main-slider .owl-next{
    position: absolute;
    background-color: #fff;
    /* padding: 10px 20px !important; */
    padding: 0px 15px !important;
}
#main-slider .owl-prev span,
#main-slider .owl-next span{
    font-size: 30px;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover{
    color: unset;    
    opacity: .8;
}
#main-slider .owl-prev{
    left: 0px;            
}
#main-slider .owl-next{    
    right: 0px;    
}

@media(max-width: 500px){
    #main-slider .owl-nav{
        top: 30%;
    }
    #main-slider .owl-prev span, #main-slider .owl-next span {
        font-size: 25px;
    }
}


#slider-main-d{
    position: relative;
    margin-bottom: 15px;
  }
  #slider-main-d .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  
  #slider-main-d .owl-nav span{
    font-size: 40px;
  }
  #slider-main-d .owl-nav span:hover{
    color: #6ab42f;
  }
  #slider-main-d .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #6ab42f;
  }
  #slider-main-d .owl-nav button:hover{
    background: none;
  }
  
  #slider-main-d .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 5px;
  }
  
  .desk-img{
    display: block;
  }
  .mobile-img{
    display: none !important;
  }
  
  @media(max-width: 1000px){
    .desk-img{
      display: none !important;
    } 
    .mobile-img{
      display: block !important;
    }
  }

  .coupon-trigger {
    background-color: #666;
    border-color: #666;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .coupon-trigger:hover {
    background-color: #444;
    border-color: #444;
  }
  .place-order-button {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: white !important;
  }
  .place-order-button:hover {
    background-color: #454545;
    border-color: #454545;
  }

@media only screen and (max-width: 480px) {
    .quick-search-results .ajax_results_image {
        width: 100px;
    }
    .quick-search-results .ajax_results_detail h3 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 360px) {
    .filters-right {
        flex-direction: column;
        gap: 15px;
    }
    .product_select {
        gap: 4px;
    }
}

.submenu-item {
    cursor: pointer !important;
    padding: 20px 10px !important;
    margin: 0 !important;
    font-size: 16px !important;
}
.submenu-holder {
    display: none;
}
.submenu-back-wrap {
    padding: 15px 10px;
}
.submenu-back-btn {
    padding: 12px 5px;
    background-color: white;
    border: none;
}
.submenu-back-btn i {
    margin-right: 6px;
}
.submenu {
    display: none;
}

/* Banner */
.top-banner {
    height: 230px;
    background-color: #e3e3e3;
    border-top: 1px solid #cdcdcd;
}
@media(max-width: 870px){
    .top-banner {
        height: 180px;
    }
}
@media(max-width: 870px){
    .top-banner {
        height: 150px;
    }
}
@media(max-width: 520px){
    .top-banner {
        height: 120px;
    }
}
