@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Hmart-Smart Product eCommerce html Template
    Version: 1.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Header
    03. Hero
    04. Navigation
    05. Features
    06. Partner
    07. Banner
    08. Pricing
    09. Testimonial
    10. Footer
    11. Animation
    12. Intro

-----------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*-- Common Style --*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

/*************************
 Bootstrap Custom Container
************************/

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    position: relative;
    visibility: visible;
    scroll-behavior: none;
    color: #3a3a3a;
}

body[dir=rtl] {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

a,
button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    outline: 0;
}

label {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 80px 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #3a3a3a;
    border-radius: 5px;
    background-color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 20px;
    padding-right: 10px;
    outline: 0;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.pt-100px {
    padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-100px {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100px {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-100px {
        padding-top: 60px;
    }
}

.pb-100px {
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-100px {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

.pt-70px {
    padding-top: 70px;
}

.pb-40px {
    padding-bottom: 40px;
}

.line-height-1 {
    line-height: 1;
}

.mt-25px {
    margin-top: 25px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-20px {
    margin-top: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-15px {
    margin-left: 15px;
}

.mr-15px {
    margin-right: 15px;
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

.pl-35px {
    padding-left: 35px;
}

.pr-35px {
    padding-right: 35px;
}

.mb-n-50 {
    margin-bottom: -50px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-40px {
    margin-bottom: 40px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.bg-black {
    background-color: #2f333a;
}

.bg-gray {
    background-color: #f4f4f4;
}

.bg-white {
    background-color: #ffffff;
}

#scrollUp {
    width: 50px;
    height: 50px;
    background: #266bf9;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#scrollUp:hover {
    background: #266bf9;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.slider-animated-1>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.swiper-slide-active .slider-animated-1>* {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1>*:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1>*:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>* {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2>*:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.section-title {
    line-height: 1;
    margin-bottom: 50px;
}

.section-title .title {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    margin: 0 0 28px;
    line-height: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 36px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title {
        margin-bottom: 30px;
    }
}

.section-title P {
    line-height: 30px;
    font-size: 18px;
    color: #595959;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title P {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title.mb-60px {
        margin-bottom: 30px;
    }
}

/* Fixed Header */




/*-------------------------------
            Header css
---------------------------------*/





.search-element {
    max-width: 450px;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .search-element {
        padding: 0 0 20px;
    }
}

.search-element form {
    position: relative;
}

.search-element form input {
    height: 44px;
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    padding-right: 80px;
}

.search-element form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 44px;
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    background-color: #266bf9;
}

.search-element form button:hover {
    background-color: #266bf9;
}

.search-element.max-width-100 {
    max-width: 100%;
}

/* mobile search */

.action-form {
    position: relative;
}

.submit {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    background: #266bf9;
    color: #FFF;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px;
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    width: 400px;
    height: 100%;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    visibility: visible;
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px;
    }
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px;
}

.offcanvas .inner .head .title {
    color: #000;
    font-weight: 700;
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #266bf9;
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #266bf9;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
    color: #3a3a3a;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 0px;
    display: block;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
    border-bottom: 0px solid #eee;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    width: 24px;
    height: 49px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #266bf9;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #266bf9;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #266bf9;
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 0px 0;
    line-height: 40px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li {
        margin: 0 5px 0px 0;
    }
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #266bf9;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li a {
        line-height: 35px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.offcanvas .inner .foot .buttons a {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #000;
    border-radius: 0px;
    width: auto;
    height: auto;
}

.offcanvas .inner .foot .buttons a:hover {
    background-color: #266bf9;
    color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #266bf9;
    color: #fff;
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0 0 0px;
}

.offcanvas .inner .foot .sub-total .table> :not(caption)>*>* {
    padding: 0;
    border: 0;
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td {
    border: none;
    padding: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 30px;
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color {
    color: #266bf9;
}

.offcanvas .inner .foot .sub-total .amount {
    color: #eb2606;
    font-weight: 600;
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas-menu>ul.sub-menu>li .menu-expand {
    right: 15px;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 350px;
    padding: 50px 30px;
}

@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        width: 300px;
    }
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 0;
    left: 0%;
    top: 5px;
    background-color: #266bf9;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-radius: 50%;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
    margin-bottom: 30px;
    padding: 0;
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
    font-size: 20px;
}

.offcanvas-menu>ul>li .menu-expand::before,
.offcanvas-menu>ul>li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #000;
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
    left: 80%;
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px;
}

.minicart-product-list li .image img {
    max-width: 100%;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .image {
        -ms-flex: 1 0 50px;
        -webkit-box-flex: 1;
        flex: 1 0 50px;
    }
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding-left: 15px;
}

.minicart-product-list li .content .title {
    color: #000;
    font-weight: 500;
}

.minicart-product-list li .content .title:hover {
    color: #266bf9;
}

.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
    color: #266bf9;
    font-weight: 500;
    font-size: 18px;
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #000;
    font-size: 16px;
}

.minicart-product-list li .content .remove:hover {
    color: #eb2606;
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .content {
        -ms-flex: 1 0 calc(100% - 75px);
        -webkit-box-flex: 1;
        flex: 1 0 calc(100% - 75px);
    }
}

.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.user-panel {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}

.user-panel ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-panel ul li a {
    font-size: 14px;
    color: #3a3a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.user-panel ul li a:hover {
    color: #266bf9;
}

.user-panel ul li a i {
    margin-right: 15px;
    font-size: 18px;
    color: #266bf9;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.user-panel ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bg-color1 {
    background-color: #f5f5f5;
}

.bg-color2 {
    background-color: #cebdb5;
}

.bg-color3 {
    background-color: #cebdb5;
}

.slider-height {
    height: 748px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-height {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height {
        height: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-height {
        height: 700px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-height {
        height: 700px;
    }
}

.ptb-30px {
    padding: 30px 0;
}

.pl-80px {
    padding-left: 80px;
}

.slider-height-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 748px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-height-2 {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-height-2 {
        height: 700px;
    }
}

.hero-slide-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-slide-image img {
    max-width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-image img {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-image img {
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-image img {
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 479px) {
    .hero-slide-image img {
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-image {
        margin-top: 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-image.slider-2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .sm-center-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.swiper-slide-active .hero-slide-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-slide-content {
    position: relative;
    z-index: 9;
    text-transform: capitalize;
    text-align: left;
    margin-top: -15px;
}

@media only screen and (max-width: 575px) {
    .hero-slide-content {
        margin-top: 0px;
    }
}

.hero-slide-content .category {
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .category {
        font-size: 16px;
    }
}

.hero-slide-content .title-1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #fff;
    line-height: 78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .title-1 {
        font-size: 50px;
        margin-bottom: 40px;
        line-height: 68px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .title-1 {
        font-size: 38px;
        margin-bottom: 30px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .title-1 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 46px;
    }
}

.hero-slide-content .btn {
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-radius: 18px;
    width: 215px;
    height: 61px;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-content .btn {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }
}

.hero-slide-content .btn i {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-content .btn i {
        font-size: 14px;
    }
}

.hero-slide-content.hero-slide-content-2 .price {
    font-weight: 500;
    display: block;
}

.hero-slide-content.hero-slide-content-2 .price .mini-title {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width: 767px) {
    .hero-slide-content.hero-slide-content-2 .price .mini-title {
        font-size: 16px;
    }
}

.hero-slide-content.hero-slide-content-2 .price .amount {
    font-size: 48px;
    color: #266bf9;
    display: block;
    margin: 15px 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content.hero-slide-content-2 .price .amount {
        font-size: 40px;
        margin: 10px 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content.hero-slide-content-2 .price .amount {
        font-size: 36px;
        margin: 10px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content.hero-slide-content-2 .price .amount {
        font-size: 28px;
        margin: 5px 0 30px;
    }
}

.hero-slide-content.hero-slide-content-2 .title-1 {
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content.hero-slide-content-2 .title-1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content.hero-slide-content-2 .title-1 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content.hero-slide-content-2 .title-1 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 5px;
    }
}

.hero-slide-content.hero-slide-content-2 .btn-primary {
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 18px;
    width: 215px;
    height: 61px;
    background-color: transparent;
    color: #000000;
}

.hero-slide-content.hero-slide-content-2 .btn-primary:hover {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-content.hero-slide-content-2 .btn-primary {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .show-case {
        position: relative;
    }
}

.btn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-radius: 18px;
    width: 215px;
    height: 61px;
    background-color: transparent;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-primary {
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-radius: 18px;
    width: 215px;
    height: 61px;
    background-color: transparent;
}

@media only screen and (max-width: 575px) {
    .btn-primary {
        border-radius: 16px;
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

.btn-primary:hover {
    color: #fff;
    background: #266bf9;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: #266bf9;
}

.btn-primary.blog-btn {
    background: #4e4e4e;
    width: 180px;
    height: 54px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #4e4e4e;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .btn-primary.blog-btn {
        font-size: 16px;
        width: 150px;
        height: 50px;
    }
}

.btn-primary.blog-btn:hover {
    color: #fff;
    background: #266bf9;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: #266bf9;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.category-wrapper .category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 180px;
    border: 2px solid #474747;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin: auto;
}

@media only screen and (max-width: 479px) {
    .category-wrapper .category-inner {
        width: 140px;
        height: 140px;
    }
}

.category-wrapper .category-inner:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 100%;
    z-index: -1;
    border: 2px dashed #266bf9;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.category-wrapper .category-inner .category-single-item {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.category-wrapper .category-inner .category-single-item img {
    margin: auto;
}

@media only screen and (max-width: 479px) {
    .category-wrapper .category-inner .category-single-item img {
        max-width: 100%;
    }
}

.category-wrapper .category-inner .category-single-item .title {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #474747;
    margin: 12px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
    .category-wrapper .category-inner .category-single-item .title {
        font-size: 13px;
    }
}

.category-wrapper .category-inner:hover {
    border-color: transparent;
}

.category-wrapper .category-inner:hover:after {
    opacity: 1;
    -webkit-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

.category-wrapper .category-inner:hover .title {
    color: #266bf9;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Product Tab Nav */

.mb-n-30px {
    margin-bottom: -30px;
}

.product-tab-nav.nav {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.product-tab-nav .nav-item {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-tab-nav .nav-item:not(:first-child) {
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .product-tab-nav .nav-item:not(:first-child) {
        margin-left: 10px;
    }
}

.product-tab-nav .nav-item .nav-link {
    width: 174px;
    height: 54px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaeb;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-tab-nav .nav-item .nav-link {
        width: 150px;
        height: 48px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .product-tab-nav .nav-item .nav-link {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .product-tab-nav .nav-item .nav-link {
        width: auto;
        font-size: 12px;
        padding: 0 15px;
    }
}

.product-tab-nav .nav-item .nav-link:hover,
.product-tab-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #266bf9;
    border-color: #266bf9;
}

@media only screen and (max-width: 767px) {
    .link-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.link-page .nav-link {
    width: 200px;
    height: 54px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaeb;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .link-page .nav-link {
        width: 176px;
        height: 48px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .link-page .nav-link {
        width: 176px;
        height: 48px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .link-page .nav-link {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }
}

.link-page .nav-link i {
    margin-left: 10px;
}

.link-page .nav-link:hover {
    color: #fff;
    background-color: #266bf9;
    border-color: #266bf9;
}

@media only screen and (max-width: 575px) {
    .col-xs-6 {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .col-xs-6 {
        width: 100%;
    }
}

.tab-content.mt-60px {
    padding-top: 60px;
}

@media only screen and (max-width: 767px) {
    .tab-content.mt-60px {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .tab-content.mt-60px {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-4-view .product .content .title a {
        font-size: 14px;
    }
}

/* Product Style */

.product {
    position: relative;
    border-width: 2px;
    background: #fff;
    border-color: #e1e1e1;
    border-style: solid;
    border-radius: 13px;
    padding: 5px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 0;
}

.product .badges {
    position: absolute;
    z-index: 8;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product .badges span {
    font-size: 14px;
    line-height: 1.75;
    display: block;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.product .badges span+span {
    margin-top: 12px;
}

.product .badges span.new {
    background-color: #000000;
}

.product .badges span.sale {
    background: #266bf9;
}

.product .actions {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(100% - 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background: white;
    border: 2px solid #e1e1e1;
    border-top: none;
    z-index: 11;
    border-radius: 0 0 13px 13px;
    width: calc(100% + 5px);
}

.product .actions .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    background-color: #707070;
    font-size: 24px;
}

.product .actions .action+.action {
    margin-left: 10px;
}

.product .actions .action:hover {
    color: #fff;
    background: #266bf9;
}

.product .actions .action.active {
    background: #266bf9;
}

.product .thumb {
    position: relative;
    overflow: hidden;
}

.product .thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product .thumb .image img {
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.product .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.product .content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    padding: 0 0 30px;
}

.product .content .category a {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.product .content .category a:hover {
    color: #266bf9;
}

.product .content .title {
    font-size: 16px;
    margin: 10px 0 15px;
    font-family: "Poppins", sans-serif;
}

.product .content .title a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .product .content .title a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .product .content .title a {
        font-size: 16px;
    }
}

.product .content .price {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    font-weight: 500;
    color: #666666;
}

.product .content .price:not(:last-child) {
    margin-bottom: 20px;
}

.product .content .price span.new {
    font-weight: 500;
}

.product .content .price span.old {
    margin-right: 15px;
    font-weight: 300;
    text-decoration: line-through;
    position: relative;
}

.product .content .price span.old::after {
    position: absolute;
    top: 50%;
    left: auto;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #666666;
    margin-top: -1px;
    right: -15px;
}

.product .content .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.product:hover {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
    z-index: 1;
}

.product:hover .badges {
    z-index: 111;
}

.product:hover .thumb .image img {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.product:hover .thumb .image img:not(:last-child) {
    opacity: 0;
}

.product:hover .thumb .image img.hover-image {
    opacity: 1;
}

.product:hover .content .title a {
    color: #474747;
}

.product:hover .content .title a:hover {
    color: #266bf9;
}

.product:hover .actions {
    opacity: 1;
    visibility: visible;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.style-one .single-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.style-one .single-banner img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.style-one .single-banner .banner-content {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-one .single-banner .banner-content {
        top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner .banner-content {
        left: 30px;
        top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .style-one .single-banner .banner-content {
        left: 30px;
        top: 20px;
    }
}

.style-one .single-banner .banner-content .category {
    display: block;
    color: #161616;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .style-one .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .style-one .single-banner .banner-content .category {
        font-size: 18px;
        line-height: 28px;
    }
}

.style-one .single-banner .banner-content .title {
    color: #999da0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-one .single-banner .banner-content .title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 575px) {
    .style-one .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 479px) {
    .style-one .single-banner .banner-content .title {
        font-size: 20px;
        line-height: 32px;
    }
}

.style-one .single-banner .banner-content .shop-link {
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #266bf9;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner .banner-content .shop-link {
        bottom: 15px;
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .style-one .single-banner .banner-content .shop-link {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .style-one .single-banner .banner-content .shop-link {
        bottom: 15px;
    }
}

.style-one .single-banner .banner-content .shop-link i {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.style-one .single-banner .banner-content .shop-link:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.style-one .single-banner .banner-content.nth-child-1 {
    top: auto;
    bottom: 40px;
    width: 100%;
}

.style-one .single-banner .banner-content.nth-child-1 .shop-link {
    bottom: 0px;
    left: auto;
    right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner .banner-content.nth-child-1 {
        bottom: 25px;
    }
}

.style-one .single-banner:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-one .single-banner.nth-child-2 img {
        height: 143px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.style-two .single-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.style-two .single-banner img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.style-two .single-banner .banner-content {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-two .single-banner .banner-content {
        top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-two .single-banner .banner-content {
        left: 30px;
        top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .style-two .single-banner .banner-content {
        left: 30px;
        top: 20px;
    }
}

.style-two .single-banner .banner-content .category {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-two .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .style-two .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

.style-two .single-banner .banner-content .title {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-two .single-banner .banner-content .title {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-two .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 575px) {
    .style-two .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 479px) {
    .style-two .single-banner .banner-content .title {
        margin: 0 0 0px;
    }
}

.style-two .single-banner .banner-content .shop-link {
    font-size: 14px;
    width: 135px;
    height: 45px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #266bf9;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    top: auto;
    bottom: 35px;
    overflow: hidden;
    font-weight: 600;
}

.style-two .single-banner .banner-content .shop-link:hover {
    background-color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-two .single-banner .banner-content .shop-link {
        bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-two .single-banner .banner-content .shop-link {
        bottom: 20px;
        width: 125px;
        height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .style-two .single-banner .banner-content .shop-link {
        width: 140px;
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .style-two .single-banner .banner-content .shop-link {
        bottom: 15px;
        width: 125px;
    }
}

.style-two .single-banner .banner-content .shop-link i {
    margin-left: 10px;
}

.style-two .single-banner:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-two .single-banner.nth-child-2 img {
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.style-three .single-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.style-three .single-banner img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.style-three .single-banner .banner-content {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-three .single-banner .banner-content {
        left: 30px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .style-three .single-banner .banner-content {
        left: 30px;
        bottom: 20px;
    }
}

.style-three .single-banner .banner-content .category {
    display: block;
    color: #161616;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-three .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .style-three .single-banner .banner-content .category {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .style-three .single-banner .banner-content .category {
        font-size: 18px;
        line-height: 28px;
    }
}

.style-three .single-banner .banner-content .title {
    color: #999da0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-three .single-banner .banner-content .title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-three .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .style-three .single-banner .banner-content .title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 479px) {
    .style-three .single-banner .banner-content .title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 0px;
    }
}

.style-three .single-banner .banner-content .shop-link {
    font-size: 14px;
    width: 135px;
    height: 45px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #266bf9;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    top: auto;
    bottom: 6px;
    overflow: hidden;
    font-weight: 600;
    right: 100px;
}

.style-three .single-banner .banner-content .shop-link:hover {
    background-color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-three .single-banner .banner-content .shop-link {
        width: 125px;
        height: 40px;
        right: 60px;
        bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .style-three .single-banner .banner-content .shop-link {
        width: 140px;
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .style-three .single-banner .banner-content .shop-link {
        width: 125px;
        right: 60px;
        position: initial;
    }
}

.style-three .single-banner .banner-content .shop-link i {
    margin-left: 10px;
}

.style-three .single-banner:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.single-blog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-blog .blog-image {
    overflow: hidden;
    border-radius: 20px;
    width: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-image {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-blog .blog-image {
        width: 100%;
    }
}

.single-blog .blog-image img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog:hover .blog-image img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    width: calc(100% - 270px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-text {
        margin-left: 20px;
        width: calc(100% - 180px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-blog .blog-text {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
}

.single-blog .blog-text .blog-heading {
    margin: 17px 0px 23px 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-blog .blog-text .blog-heading {
        margin: 15px 0px 15px 0px;
        font-size: 20px;
        line-height: 30px;
    }
}

.single-blog .blog-text .blog-heading .blog-heading-link {
    color: #2b2b2b;
}

.single-blog .blog-text .blog-heading .blog-heading-link:hover {
    color: #266bf9;
}

.single-blog .blog-text .blog-detail-text {
    margin: 10px 0;
}

.single-blog .blog-text p {
    margin-bottom: 30px;
    color: #3a3a3a;
    line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-blog .blog-text p {
        line-height: 28px;
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.single-blog .blog-athor-date span+span {
    margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-blog .blog-athor-date span+span {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog .blog-athor-date span+span {
        margin-left: 8px;
    }
}

.single-blog .blog-athor-date span {
    color: #393939;
    font-weight: 500;
}

.single-blog .blog-athor-date span.blog-date {
    color: #393939;
}

.single-blog .blog-athor-date span i {
    color: #266bf9;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-blog .blog-athor-date span {
        font-size: 14px;
    }
}

.single-blog .blog-athor-date a {
    color: #393939;
    display: inline-block;
    padding-left: 5px;
}

.single-blog .blog-athor-date a:hover {
    color: #266bf9;
}

.border-radius-10px {
    border-radius: 10px;
}

.blog-post-content-inner {
    margin-top: 50px;
}

.blog-post-content-inner .blog-title {
    font-size: 36px;
    font-weight: 600;
    margin: 15px 0px 35px;
    line-height: 1.4;
    color: #2d2d2d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-content-inner .blog-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-post-content-inner .blog-title {
        font-size: 24px;
    }
}

.blog-post-content-inner .blog-athor-date span+span {
    margin-left: 15px;
}

.blog-post-content-inner .blog-athor-date span {
    font-weight: 500;
    color: #393939;
}

.blog-post-content-inner .blog-athor-date span i {
    color: #266bf9;
    margin-right: 5px;
}

.blog-post-content-inner .blog-athor-date a {
    color: #393939;
}

.blog-post-content-inner .blog-athor-date a:hover {
    color: #266bf9;
}

.blog-post-content-inner .title {
    font-size: 30px;
    color: #2d2d2d;
    margin: 20px 0 30px;
    display: block;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-content-inner .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-post-content-inner .title {
        font-size: 24px;
    }
}

.blog-post-content-inner P {
    color: #525252;
    line-height: 30px;
    margin-bottom: 40px;
}

.blog-post-content-inner P+p {
    margin-bottom: 40px;
}

.quate-speech-area {
    padding: 40px 45px;
    background-color: #266bf9;
    position: relative;
    margin: 40px 0;
    border-radius: 5px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .quate-speech-area {
        padding: 30px 35px;
    }
}

.quate-speech-area::after {
    position: absolute;
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
    content: "";
    background-image: url(../images/blog-image/quate-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 83px;
    height: 68px;
}

.quate-speech-area p.quate-speech {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .quate-speech-area p.quate-speech {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .quate-speech-area p.quate-speech {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .quate-speech-area p.quate-speech {
        font-size: 18px;
        line-height: 28px;
    }
}

.quate-speech-area .quater {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 0;
    display: block;
    padding-left: 40px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .quate-speech-area .quater {
        margin: 15px 0 0;
        font-size: 20px;
    }
}

.quate-speech-area .quater::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: -1px;
}

.another-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 30px auto;
    grid-template-columns: 48% auto;
    grid-column-gap: 30px;
    margin: 40px 0 25px;
}

@media only screen and (max-width: 767px) {
    .another-post {
        display: block;
    }
}

.another-post .image-side img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .another-post .image-side {
        text-align: center;
        margin: 30px 0 30px;
    }
}

.single-post-content .title {
    font-size: 30px;
    color: #2d2d2d;
    margin: 20px 0 30px;
    display: block;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-content .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-content .title {
        font-size: 24px;
    }
}

.single-post-content ul li+li {
    margin-top: 20px;
}

.single-post-content ul li {
    color: #525252;
    font-weight: 500;
    line-height: 30px;
}

.single-post-content P {
    color: #525252;
    line-height: 30px;
    margin-bottom: 30px;
}

.single-post-content P+p {
    margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget-group {
    padding: 40px 38px;
    border: 2px solid #e1e1e1;
    border-radius: 20px;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .sidebar-widget-group {
        padding: 40px 20px;
    }
}

.blog-sidebar .sidebar-widget .sidebar-title {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #535353;
    margin: 0 0 30px;
    padding: 5px 0px 20px 0px;
    position: relative;
}

.blog-sidebar .sidebar-widget .sidebar-title::after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #e1e1e1;
    content: "";
    left: 0;
}

.blog-sidebar .sidebar-widget+.sidebar-widget {
    margin-top: 40px;
}

.blog-sidebar .search-widget {
    padding-bottom: 23px;
}

.blog-sidebar form {
    position: relative;
}

.blog-sidebar form input {
    border: 2px solid #e1e1e1;
    padding-right: 0px;
    font-size: 16px;
    border-radius: 10px;
    height: 80px;
    padding-right: 75px;
}

.blog-sidebar form input:focus {
    border-color: #266bf9;
}

.blog-sidebar form input::-webkit-input-placeholder {
    color: #969696;
}

.blog-sidebar form input::-moz-placeholder {
    color: #969696;
}

.blog-sidebar form input:-ms-input-placeholder {
    color: #969696;
}

.blog-sidebar form input::-ms-input-placeholder {
    color: #969696;
}

.blog-sidebar form input::placeholder {
    color: #969696;
}

.blog-sidebar form button {
    position: absolute;
    width: 70px;
    height: 80px;
    left: auto;
    right: 0;
    font-size: 16px;
    text-align: center;
    background: transparent;
    color: #266bf9;
    padding: 0;
    border: 0;
}

.blog-sidebar form button:hover {
    color: #266bf9;
}

.blog-sidebar .category-post li a {
    color: #444444;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}

.blog-sidebar .category-post li a span {
    margin-left: 5px;
    display: inline-block;
}

.blog-sidebar .category-post li a:hover {
    color: #266bf9;
}

.blog-sidebar .recent-post-widget .recent-single-post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    width: 98px;
    height: 101px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
        width: 70px;
    }
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side {
    margin: 0 0 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 {
    margin: 0;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #464646;
    line-height: 25px;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a {
        font-size: 16px;
    }
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a:hover {
    color: #266bf9;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side span {
    font-size: 16px;
    color: #393939;
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side span i {
    color: #266bf9;
    margin-right: 5px;
    font-size: 18px;
}

.blog-sidebar .recent-post-widget .recent-single-post+.recent-single-post {
    margin-top: 30px;
}

.blog-sidebar .sidebar-widget-tag ul li {
    line-height: 1;
    display: inline-block;
    margin: 5px 4px;
}

.blog-sidebar .sidebar-widget-tag ul li a {
    display: block;
    float: left;
    padding: 11px 30px;
    font-size: 16px;
    color: #474748;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    background: transparent;
    text-transform: capitalize;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .sidebar-widget-tag ul li a {
        padding: 11px 25px;
    }
}

.blog-sidebar .sidebar-widget-tag ul li a:hover {
    background-color: #266bf9;
    color: #fff;
    border-color: #266bf9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .sidebar-widget-tag ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar .sidebar-widget-tag ul li {
        margin: 5px 3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-grid.sidebar iframe {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-grid.sidebar iframe {
        height: 454px;
    }
}

.blog-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-post-media {
    overflow: hidden;
}

.blog-post-media .blog-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-post-media iframe {
    border-radius: 20px;
    height: 504px;
    width: 100%;
    position: relative;
    border: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-media iframe {
        height: 617px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-media iframe {
        height: 454px;
    }
}

.blog-post-media .blog-post-video .thumb-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.blog-post-media .blog-post-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-post-media .blog-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-single-tags-share {
    line-height: 24px;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    margin: 50px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .blog-single-tags-share {
        padding: 20px 0;
    }
}

.blog-single-tags-share .blog-single-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-single-tags-share .blog-single-tags {
        margin: 0 0 15px;
    }
}

.blog-single-tags-share span.title {
    color: #525252;
    font-size: 18px;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .blog-single-tags-share span.title {
        font-size: 20px;
    }
}

.blog-single-tags-share .tag-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-single-tags-share .tag-list li {
    display: inline-block;
    margin-right: 5px;
}

.blog-single-tags-share .tag-list li a {
    display: block;
    float: left;
    font-size: 16px;
    color: #474748;
    font-weight: 400;
    background: transparent;
    text-transform: capitalize;
}

.blog-single-tags-share .tag-list li a:hover {
    color: #266bf9;
}

.blog-single-tags-share .social li {
    display: inline-block;
    margin-left: 20px;
}

.blog-single-tags-share .social li a {
    color: #266bf9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.blog-single-tags-share .social li a:hover {
    color: #266bf9;
}

.blog-nav {
    margin-top: 40px;
}

.blog-nav .blog-nav-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

@media only screen and (max-width: 575px) {
    .blog-nav .blog-nav-wrap {
        display: block;
    }
}

.blog-nav .nav-img {
    width: 100px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-nav .nav-img:after {
    content: "";
    background: #266bf9;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    left: 0;
}

.blog-nav .nav-img img {
    border-radius: 5px;
}

.blog-nav .nav-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 3;
}

.blog-nav .nav-img:hover::after {
    opacity: 0.5;
}

.blog-nav .nav-img:hover i {
    opacity: 1;
}

.blog-nav .media-side {
    width: calc(100% - 100px);
    margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-nav .media-side {
        margin-left: 20px;
    }
}

.blog-nav .media-side span {
    font-size: 16px;
    color: #393939;
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
}

.blog-nav .media-side span i {
    color: #266bf9;
    margin-right: 5px;
    font-size: 18px;
}

.blog-nav .media-side h5 {
    margin: 0;
}

.blog-nav .media-side h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #464646;
    line-height: 25px;
}

.blog-nav .media-side h5 a:hover {
    color: #266bf9;
}

.blog-nav .nav-right {
    text-align: right;
}

.blog-nav .nav-right .media-side {
    margin-left: 0;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-nav .nav-right .media-side {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-nav .nav-right {
        margin-top: 50px;
    }
}

.comment-area {
    margin-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-area {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-area {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .comment-area {
        margin-top: 50px;
    }
}

.comment-area .comment-heading {
    font-size: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #535353;
    margin: 0 0 60px;
    padding: 5px 0px 20px 0px;
    position: relative;
}

.comment-area .comment-heading::after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 250px;
    height: 2px;
    background-color: #e1e1e1;
    content: "";
    left: 0;
}

@media only screen and (max-width: 575px) {
    .comment-area .comment-heading {
        font-size: 24px;
    }
}

.comment-area .single-review {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review {
        display: block;
        padding: 0;
    }
}

.comment-area .single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

.comment-area .single-review .review-img img {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review .review-img {
        margin: 0 0 20px 0;
    }
}

.comment-area .single-review .review-content {
    padding-left: 15px;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review .review-content {
        padding-left: 0px;
    }
}

.comment-area .single-review .review-content .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-area .single-review .review-content .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-area .single-review .review-content .review-top-wrap .review-left .review-name .title {
    font-size: 18px;
    font-weight: 500;
    color: #393939;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review .review-content .review-top-wrap .review-left .review-name .title {
        font-size: 20px;
    }
}

.comment-area .single-review .review-content .review-top-wrap .review-left .review-name span {
    font-weight: 400;
    color: #565656;
}

.comment-area .single-review .review-content p {
    margin: 0;
    line-height: 30px;
    color: #525252;
}

.comment-area .single-review .review-content .review-left a {
    color: #fff;
    background-color: #595959;
    font-size: 14px;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 15px;
}

.comment-area .single-review .review-content .review-left a:hover {
    background-color: #266bf9;
}

.comment-area .single-review.child-review {
    margin-left: 170px;
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-area .single-review.child-review {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review.child-review {
        margin-left: 0px;
    }
}

.blog-comment-form {
    margin-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-comment-form {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-comment-form {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-comment-form {
        margin-top: 50px;
    }
}

.blog-comment-form .comment-heading {
    font-size: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #535353;
    margin: 0 0 60px;
    padding: 5px 0px 20px 0px;
    position: relative;
}

.blog-comment-form .comment-heading::after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 250px;
    height: 2px;
    background-color: #e1e1e1;
    content: "";
    left: 0;
}

@media only screen and (max-width: 575px) {
    .blog-comment-form .comment-heading {
        font-size: 24px;
    }
}

.blog-comment-form .single-form {
    margin: 0 0 30px;
}

.blog-comment-form .single-form input {
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-style: italic;
    border-radius: 15px;
}

.blog-comment-form .single-form input::-webkit-input-placeholder {
    color: #999999;
}

.blog-comment-form .single-form input::-moz-placeholder {
    color: #999999;
}

.blog-comment-form .single-form input:-ms-input-placeholder {
    color: #999999;
}

.blog-comment-form .single-form input::-ms-input-placeholder {
    color: #999999;
}

.blog-comment-form .single-form input::placeholder {
    color: #999999;
}

.blog-comment-form .single-form input:focus {
    border-color: #266bf9;
}

.blog-comment-form .single-form textarea {
    height: 180px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
}

.blog-comment-form .single-form textarea:focus {
    border-color: #266bf9;
}

.blog-comment-form .submit-btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #266bf9;
    border-radius: 15px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    height: 64px;
    color: #fff;
}

.blog-comment-form .submit-btn:hover {
    background-color: #000000;
}

.pro-pagination-style {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .pro-pagination-style {
        margin-bottom: 60px;
    }
}

.pro-pagination-style li {
    display: inline-block;
}

.pro-pagination-style li+li {
    margin-left: 10px;
}

.pro-pagination-style a {
    font-weight: 400;
    color: #9e9e9e;
    padding: 0;
    height: 50px;
    background: #fff;
    display: inline-block;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: #e1e1e1;
    font-weight: 600;
    line-height: 50px;
    outline: none;
    border-width: 2px;
    border-style: solid;
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style a .fa {
        font-size: 20px;
    }
}

.pro-pagination-style a.active {
    color: #266bf9;
    border-color: #266bf9;
    background: #fff;
}

.pro-pagination-style a:hover {
    color: #266bf9;
    border-color: #266bf9;
    background: #fff;
}

.pro-pagination-style .page-link:focus {
    z-index: 3;
    color: #266bf9;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-grid .single-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-grid .single-blog .swiper-slide {
    width: 100% !important;
}

.blog-grid .single-blog .swiper-slide img {
    border-radius: 20px;
}

.blog-grid .single-blog .blog-image {
    width: 100%;
}

.blog-grid .single-blog .blog-text {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list .single-blog {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list .single-blog .blog-image {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list .single-blog .blog-text {
        width: 60%;
        margin-top: 0;
        margin-left: 30px;
    }
}

/* feature section style*/

.feature-area {
    position: relative;
    z-index: 1;
}

.feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 2px solid #e1e1e1;
    padding: 100px 55px;
    border-radius: 20px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-wrapper {
        padding: 80px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-wrapper {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .feature-wrapper {
        padding: 50px 15px;
    }
}

.feature-wrapper .single-feture-col {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-wrapper .single-feture-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper .single-feture-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .feature-wrapper .single-feture-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .feature-wrapper .single-feture-col {
        padding: 0;
    }
}

.single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.single-feature .feature-icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    background-color: #266bf9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 479px) {
    .single-feature .feature-icon {
        margin-right: 20px;
    }
}

.single-feature .feature-content {
    width: calc(100% - 100px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 479px) {
    .single-feature .feature-content {
        width: calc(100% - 90px);
    }
}

.single-feature .feature-content .title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .single-feature .feature-content .title {
        font-size: 20px;
    }
}

.single-feature .feature-content .sub-title {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .single-feature .feature-content .sub-title {
        font-size: 14px;
    }
}

.single-feature img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-feature:hover img {
    -webkit-transform: scale(0.9) rotate(3deg);
    transform: scale(0.9) rotate(3deg);
}

.slider-nav-style-1 {
    position: relative;
}

.slider-nav-style-1 .swiper-button-next:after {
    content: "";
}

.slider-nav-style-1 .swiper-button-prev:after {
    content: "";
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
    font-family: "Pe-icon-7-stroke";
    font-size: 40px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    outline: 0;
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1 .swiper-button-next:after,
    .slider-nav-style-1 .swiper-button-prev:after {
        font-size: 24px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
    font-size: 30px;
}

.small-nav.slider-nav-style-1.small-nav .swiper-button-next:after,
.small-nav.slider-nav-style-1.small-nav .swiper-button-prev:after {
    font-size: 24px;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1 .swiper-buttons .swiper-button-next,
    .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
    background-color: #266bf9;
    color: #fff;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 5px;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
    background-color: #266bf9;
    color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
    outline: 0;
    right: auto;
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1 .swiper-button-prev {
        left: 15px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-prev {
    outline: 0;
    right: auto;
    left: -20px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.small-nav .swiper-button-prev {
        left: 5px;
    }
}

.slider-nav-style-1 .swiper-button-next {
    outline: 0;
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1 .swiper-button-next {
        right: 15px;
    }
}

.slider-nav-style-1.small-nav .swiper-button-next {
    outline: 0;
    left: auto;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.small-nav .swiper-button-next {
        right: 5px;
    }
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.slider-nav-style-1:hover .swiper-button-next {
    right: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1:hover .swiper-button-next {
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1:hover .swiper-button-next {
        right: 10px;
    }
}

.slider-nav-style-1:hover .swiper-button-prev {
    left: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1:hover .swiper-button-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1:hover .swiper-button-prev {
        left: 10px;
    }
}

.slider-nav-style-1.small-nav:hover .swiper-button-next {
    right: 0px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-prev {
    left: 0px;
}

/*===================================
    - Breadvrumb  
=================================*/

.breadcrumb-area {
    background-image: url(../images/about/breadcrunb-bg.webp);
    background-color: #cad5e1;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    height: 406px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    line-height: 1;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        height: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-area {
        height: 260px;
    }
}

.breadcrumb-area .breadcrumb-title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 60px;
    color: #000;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-title {
        font-size: 36px;
    }
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .breadcrumb-list li {
        font-size: 16px;
    }
}

.breadcrumb-list li a {
    color: #000;
}

.breadcrumb-list li a:hover {
    color: #266bf9;
}

.breadcrumb-list li.active {
    color: #266bf9;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 10px;
    color: #266bf9;
    content: "//";
}

.page-pagination li {
    display: inline-block;
}

.page-pagination li a {
    font-weight: 500;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 41px;
    min-width: 41px;
    height: 41px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 2px;
    border-radius: 5px;
}

.page-pagination li a.current {
    background: #f6f5f9;
    color: #266bf9;
}

.page-pagination li a:hover {
    color: #266bf9;
}

/* Deal Area Style */

.deal-bg {
    position: relative;
    background-color: #e7e7e7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.deal-bg.ptb-80px {
    padding: 66px 0 80px;
}

.deal-bg-2 {
    border-radius: 10px;
    margin: 0 30px;
}

@media only screen and (max-width: 479px) {
    .deal-bg-2 {
        margin: 0;
    }
}

.deal-image {
    position: absolute;
    left: auto;
    right: 168px;
    bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-image {
        right: 100px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-image {
        right: 0px;
        width: 50%;
        bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-image {
        margin: auto;
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.deal-image .discount {
    width: 103px;
    height: 103px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #266bf9;
    border-radius: 50%;
    position: absolute;
    bottom: 60px;
    right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-image .discount {
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-image .discount {
        bottom: 145px;
        right: auto;
        left: 68%;
    }
}

.deal-image .discount h3 {
    color: #fff;
    font-weight: 500;
}

.deal-wrapper {
    width: 50%;
    padding-left: 90px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-wrapper {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-wrapper {
        width: 50%;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-wrapper {
        margin: auto;
        width: 100%;
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 479px) {
    .deal-wrapper {
        padding-left: 30px;
    }
}

.deal-wrapper .title {
    font-size: 36px;
    color: #424242;
    font-weight: 500;
    margin: 0;
    line-height: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-wrapper .title {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .deal-wrapper .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .deal-wrapper .title {
        font-size: 24px;
        line-height: 36px;
    }
}

.deal-wrapper .price {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 55px;
    margin-top: 22px;
    color: #4a4a4a;
    display: block;
}

@media only screen and (max-width: 575px) {
    .deal-wrapper .price {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .deal-wrapper .price {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.deal-wrapper .price .new {
    color: #266bf9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-wrapper .price {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-wrapper .price {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

.deal-wrapper a.btn-primary {
    width: 140px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.trstimonial-area {
    background-color: #f2f8fd;
    padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trstimonial-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trstimonial-area {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .trstimonial-area {
        padding-bottom: 40px;
    }
}

.content-top {
    padding-top: 60px;
    padding-bottom: 20px;
}

.content-top .testi-inner .testi-content {
    position: relative;
    padding-left: 30px;
}

.content-top .testi-inner .testi-content p {
    font-size: 20px;
    color: #000000;
    font-style: italic;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    .content-top .testi-inner .testi-content p {
        font-size: 18px;
        line-height: 32px;
    }
}

.content-top .testi-inner .testi-content::after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 62px;
    height: 44px;
    content: "";
    background-image: url(../images/testimonial/quote-shape.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.content-top .testi-inner .testi-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    margin-top: 35px;
}

.content-top .testi-inner .testi-author .name {
    color: #266bf9;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    padding-left: 30px;
}

.content-top .testi-inner .testi-author .name span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #444141;
    margin: 10px 0 0;
}

.brand-slider {
    border: 2px solid #e1e1e1;
    padding: 100px 0;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-slider {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-slider {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .brand-slider {
        padding: 50px 0;
    }
}

.brand-slider .brand-slider-item img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: auto;
    opacity: 0.8;
}

.brand-slider .brand-slider-item:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.fashion-area {
    height: 456px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .fashion-area {
        height: 356px;
    }
}

@media only screen and (max-width: 575px) {
    .fashion-area {
        height: 300px;
    }
}

.fashion-area .title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 45px;
}

.fashion-area .title span {
    font-size: 48px;
    font-weight: 300;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .fashion-area .title span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .fashion-area .title span {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .fashion-area .title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .fashion-area .title {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .fashion-area .title {
        font-size: 28px;
    }
}

.single-feature-content {
    position: relative;
    border: 2px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 15px;
    padding: 5px;
    margin: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-feature-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-feature-content .feature-image img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-feature-content .feature-image img {
        width: 100%;
    }
}

.single-feature-content .top-content {
    position: absolute;
    top: 50px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-feature-content .top-content {
        top: 30px;
    }
}

.single-feature-content .top-content .title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-feature-content .top-content .title {
        font-size: 24px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 479px) {
    .single-feature-content .top-content .title {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

.single-feature-content .top-content .title a {
    color: #000000;
}

.single-feature-content .top-content .title a:hover {
    color: #266bf9;
}

.single-feature-content .top-content .price {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #666666;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-feature-content .top-content .price {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .single-feature-content .top-content .price {
        font-size: 18px;
    }
}

.single-feature-content .top-content .price span.new {
    font-weight: 500;
}

.single-feature-content .top-content .price span.old {
    margin-right: 20px;
    font-weight: 300;
    text-decoration: line-through;
    position: relative;
}

.single-feature-content .top-content .price span.old::after {
    position: absolute;
    top: 50%;
    left: auto;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #666666;
    margin-top: -1px;
    right: -20px;
}

.single-feature-content .bottom-content {
    position: absolute;
    bottom: 60px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-feature-content .bottom-content {
        bottom: 40px;
    }
}

.single-feature-content .bottom-content .deal-timing .cdown {
    display: inline-block;
    margin-right: 20px;
}

.single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
    width: 87px;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #266bf9;
    border-radius: 50%;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.single-feature-content .bottom-content .deal-timing .cdown .cdown-1::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    border: 1px solid #e2e2e2;
    content: "";
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-feature-content .bottom-content .deal-timing .cdown p {
    margin: 8px 0 25px 0;
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .single-feature-content .bottom-content .deal-timing .cdown p {
        margin: 5px 0 5px 0;
    }
}

.single-feature-content .bottom-content .btn {
    width: 200px;
    height: 54px;
    background-color: #266bf9;
    border-color: #266bf9;
}

@media only screen and (max-width: 479px) {
    .single-feature-content .bottom-content .btn {
        width: 150px;
        height: 50px;
    }
}

.feature-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e2e2e2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 15px;
    padding: 5px;
    margin: -5px;
}

@media only screen and (max-width: 479px) {
    .feature-right-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-right-content.mt-30px {
    margin-top: 30px;
}

.feature-right-content .image-side {
    width: 270px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .feature-right-content .image-side {
        width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-right-content .image-side {
        width: 230px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-right-content .image-side {
        width: 180px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 479px) {
    .feature-right-content .image-side {
        width: 100%;
    }
}

.feature-right-content .image-side::after {
    position: absolute;
    top: -5px;
    left: auto;
    width: 2px;
    height: 103%;
    content: "";
    background-color: #e2e2e2;
    right: 0;
}

@media only screen and (max-width: 479px) {
    .feature-right-content .image-side::after {
        display: none;
    }
}

.feature-right-content .image-side img {
    max-width: 100%;
}

.feature-right-content .image-side .add-to-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    background: #266bf9;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.feature-right-content .content-side {
    width: calc(100% - 270px);
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-right-content .content-side {
        width: calc(100% - 180px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-right-content .content-side {
        width: calc(100% - 230px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-right-content .content-side {
        width: calc(100% - 180px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .feature-right-content .content-side {
        width: 100%;
        padding-right: 30px;
    }
}

.feature-right-content .content-side .deal-timing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #266bf9;
    color: #fff;
    width: 174px;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
    font-weight: 600;
}

.feature-right-content .content-side .deal-timing .cdown {
    display: inline-block;
}

.feature-right-content .content-side .deal-timing .cdown .cdown-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0 5px;
    width: 20px;
    height: 30px;
}

.feature-right-content .content-side .deal-timing .cdown .cdown-1::after {
    position: absolute;
    top: -2px;
    left: 23px;
    content: ":";
}

.feature-right-content .content-side .deal-timing .cdown:last-child .cdown-1::after {
    display: none;
}

.feature-right-content .content-side .deal-timing .cdown p {
    display: none;
}

.feature-right-content .content-side .prize-content {
    padding: 20px 0;
    position: relative;
}

.feature-right-content .content-side .prize-content::after {
    position: absolute;
    top: auto;
    bottom: -2px;
    width: calc(100% - 25px);
    height: 2px;
    content: "";
    background: #e2e2e2;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .feature-right-content .content-side .prize-content {
        padding: 15px 0;
    }
}

.feature-right-content .content-side .prize-content .title a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.feature-right-content .content-side .prize-content .title a:hover {
    color: #266bf9;
}

.feature-right-content .content-side .prize-content .price {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #666666;
}

.feature-right-content .content-side .prize-content .price span.new {
    font-weight: 500;
}

.feature-right-content .content-side .prize-content .price span.old {
    margin-right: 15px;
    font-weight: 300;
    text-decoration: line-through;
    position: relative;
}

.feature-right-content .content-side .prize-content .price span.old::after {
    position: absolute;
    top: 50%;
    left: auto;
    width: 7px;
    height: 2px;
    content: "";
    background-color: #666666;
    margin-top: -1px;
    right: -15px;
}

.feature-right-content .content-side .product-feature {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .feature-right-content .content-side .product-feature {
        margin-top: 20px;
    }
}

.feature-right-content .content-side .product-feature ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-right-content .content-side .product-feature ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-right-content .content-side .product-feature ul li {
        font-size: 14px;
    }
}

.feature-right-content .content-side .product-feature ul li::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #266bf9;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-right-content .content-side .product-feature ul li span {
    font-weight: 400;
}

.feature-right-content:hover .add-to-cart {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-product-slider .feature-right-content {
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-lg-30px {
        margin-bottom: 30px;
    }
    .ml-lg-30px {
        margin-left: 30px;
    }
    .ml-lg-50px {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-md-30px {
        margin-bottom: 30px;
    }
    .mb-md-35px {
        margin-bottom: 35px;
    }
    .mt-md-30px {
        margin-top: 30px;
    }
    .mt-md-50px {
        margin-top: 50px;
    }
    .mb-md-60px {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-lm-30px {
        margin-bottom: 30px;
    }
    .mb-lm-35px {
        margin-bottom: 35px;
    }
    .mt-lm-50px {
        margin-top: 50px;
    }
    .mt-lm-30px {
        margin-top: 30px;
    }
    .mt-lm-20px {
        margin-top: 20px;
    }
    .mb-lm-20px {
        margin-bottom: 20px;
    }
    .mb-lm-60px {
        margin-bottom: 60px;
    }
    .mb-lm-30px {
        margin-bottom: 30px;
    }
    .mb-lm-10px {
        margin-bottom: 10px;
    }
    .mb-lm-15px {
        margin-bottom: 15px;
    }
    .mt-lm-15px {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .mb-xs-30px {
        margin-bottom: 30px;
    }
    .mb-xs-15px {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .mb-es-30px {
        margin-bottom: 30px;
    }
}

.footer-area {
    color: #3a3a3a;
    background: #f2f8fd;
}

.footer-area .footer-top {
    padding: 100px 0 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-top {
        padding: 80px 0 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top {
        padding: 60px 0 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top {
        padding: 50px 0 50px 0;
    }
}

