@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    position: relative;
    visibility: visible;
    overflow-X: hidden;
    color: #707070;
    background-color: transparent;
}

/* body[dir=rtl] {
    text-align: right
} */

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

button,
input {
    outline: none
}

button:focus,
input:focus {
    outline: none
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer
}

a,
button,
img,
input {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #F89224
}

ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0
}

button,
input[type=submit] {
    cursor: pointer
}

img {
    max-width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

.section,
.section-fluid {
    float: left;
    width: 100%
}

.section-fluid {
    padding-right: 45px;
    padding-left: 45px
}

@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) {
    .section-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (max-width:479px) {
    .section-fluid {
        padding-right: 0;
        padding-left: 0
    }
    
    .m-banner{
        margin-top:9rem;
    }
    
    .swiper-wrapperx{
        display:contents;
    }
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
  
}

.section-padding-02 {
    padding-top: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding-02 {
        padding-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .section-padding-02 {
        padding-top: 60px
    }
}

.section-margin {
    margin-top: 100px;
    margin-bottom: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.section-margin-02 {
    margin-top: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-margin-02 {
        margin-top: 3 0px
    }
}

@media only screen and (max-width:767px) {
    .section-margin-02 {
        margin-top: 60px
    }
}

.section-title .title {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    font-weight: 700;
    font-size: 24px;
    color: #242424
}

.section-title p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px
}

@media only screen and (max-width:575px) {
    .section-title p br {
        display: none
    }
}

.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
}

@media only screen and (min-width:1600px) {
    .custom-container {
        max-width: 1920px;
        padding: 0 30px
    }
}

@media only screen and (min-width:1600px) {
    .ubani-slider-banner {
        padding: 30px;
        padding-bottom: 0
    }
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none
}

.bottom-bar {
    border-top: 1px solid #6C757D45;
    padding-top: 10px;
    margin-top: 30px;
}

.bottom-bar p {
    line-height: 20px;
    font-size: 14px;
    /* padding: 5px; */
    margin: 0;
    /* margin-top: 25px; */
    color: #222222;
    font-weight: 300;
    text-transform: capitalize
}

/* .page-pagination {
    margin-top: 30px
} */

.page-pagination .pagination {
    margin-bottom: 0
}

.page-pagination .pagination .page-item {
    margin: 0 3px
}

.page-pagination .pagination .page-item .page-link {
    font-weight: 300;
    color: #242424;
    padding: 0;
    height: 38px;
    line-height: 38px;
    background: #FFF;
    border: 1px solid #6C757D45;
    font-size: 17px;
    display: inline-block;
    width: 38px;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.page-pagination .pagination .page-item .page-link.active,
.page-pagination .pagination .page-item .page-link:hover {
    background-color: #F89224;
    border-color: #F89224;
    color: #FFF
}
.page-pagination .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.btn-wrap .btn {
    margin: 5px
}

.btn {
    display: inline-block;
    position: relative;
    background-color: transparent;
    color: #212529;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    padding: 0px 20px;
    height: 44px;
    line-height: 43px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.btn:active,
.btn:focus {
    transform: scale(0.95);
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 16px;
        height: 45px;
        line-height: 43px
    }
}

.btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group .btn {
    border-radius: 0
}

.btn-group .btn:first-child {
    border-radius: 4px 0 0 4px
}

.btn-group .btn:last-child {
    border-radius: 0 4px 4px 0
}

.btn-round {
    border-radius: 100px
}

.btn-square {
    border-radius: 0
}

[class*=btn-icon-] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1)
}

.btn-icon-left {
    padding-left: 69px
}

.btn-icon-left i {
    left: 0;
    right: auto
}

.btn-icon-right {
    padding-right: 69px
}

.btn-icon-right i {
    left: auto;
    right: 0
}

.btn-box {
    width: 50px;
    padding: 10px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px
}

.btn-box i {
    display: block;
    line-height: 24px
}

.btn-custom-01 {
    background-color: #6C757D;
    border-color: #6C757D;
    border-bottom: 2px solid #F89224;
    color: #FFF
}

.btn-custom-01:active,
.btn-custom-01:focus,
.btn-custom-01:hover {
    background-color: #F89224;
    border-color: #F89224;
    border-bottom-color: #6C757D;
    color: #FFF
}

.btn-custom-02 {
    background-color: #F89224;
    border-color: #F89224;
    border-bottom: 2px solid #6C757D;
    color: #FFF
}

.btn-custom-02:active,
.btn-custom-02:focus,
.btn-custom-02:hover {
    background-color: #6C757D;
    border-color: #6C757D;
    border-bottom-color: #F89224;
    color: #FFF
}

.btn-primary {
    background-color: #F89224;
    border-color: #F89224;
    color: #FFF
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #e27c10 !important;
    border-color: #e27c10 !important;
    color: #FFF
}

.btn-secondary {
    background-color: #6C757D;
    border-color: #6C757D;
    color: #FFF
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #8d969e !important;
    border-color: #8d969e !important;
    color: #FFF
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #FFF
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #FFF
}

.btn-danger {
    background-color: #050505;
    border-color: #050505;
    color: #FFF
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #050505;
    border-color: #050505;
    color: #FFF
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #242424
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #242424
}

.btn-info {
    background-color: #0DCAF0;
    border-color: #0DCAF0;
    color: #FFF
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #0DCAF0;
    border-color: #0DCAF0;
    color: #FFF
}

.btn-light {
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    color: #242424
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    color: #242424
}

.btn-dark {
    background-color: #242424;
    border-color: #242424;
    color: #FFF
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #242424;
    border-color: #242424;
    color: #FFF
}

.btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #242424
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #242424
}

.btn-hover-primary:hover {
    background-color: #F89224;
    border-color: #F89224;
    color: #FFF
}

.btn-hover-secondary:hover {
    background-color: #6C757D;
    border-color: #6C757D;
    color: #FFF
}

.btn-hover-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #FFF
}

.btn-hover-danger:hover {
    background-color: #050505;
    border-color: #050505;
    color: #FFF
}

.btn-hover-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #242424
}

.btn-hover-info:hover {
    background-color: #0DCAF0;
    border-color: #0DCAF0;
    color: #FFF
}

.btn-hover-light:hover {
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    color: #242424
}

.btn-hover-dark:hover {
    background-color: #242424;
    border-color: #242424;
    color: #FFF
}

.btn-hover-white:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #242424
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-android {
    background-color: #7AC157;
    border-color: #7AC157;
    color: #FFF
}

.btn-android:hover {
    background-color: #6bba45;
    border-color: #6bba45
}

.btn-apple {
    background-color: #B8B8B8;
    border-color: #B8B8B8;
    color: #FFF
}

.btn-apple:hover {
    background-color: #ababab;
    border-color: #ababab
}

.btn-behance {
    background-color: #1869FF;
    border-color: #1869FF;
    color: #FFF
}

.btn-behance:hover {
    background-color: #0059fe;
    border-color: #0059fe
}

.btn-codepen {
    background-color: #000000;
    border-color: #000000;
    color: #FFF
}

.btn-codepen:hover {
    background-color: black;
    border-color: black
}

.btn-dribbble {
    background-color: #EA4C8A;
    border-color: #EA4C8A;
    color: #FFF
}

.btn-dribbble:hover {
    background-color: #e7357b;
    border-color: #e7357b
}

.btn-dropbox {
    background-color: #007EE5;
    border-color: #007EE5;
    color: #FFF
}

.btn-dropbox:hover {
    background-color: #0070cc;
    border-color: #0070cc
}

.btn-evernote {
    background-color: #78D525;
    border-color: #78D525;
    color: #FFF
}

.btn-evernote:hover {
    background-color: #6cbf21;
    border-color: #6cbf21
}

.btn-facebook {
    background-color: #4867AA;
    border-color: #4867AA;
    color: #FFF
}

.btn-facebook:hover {
    background-color: #405c98;
    border-color: #405c98
}

.btn-github {
    background-color: #313131;
    border-color: #313131;
    color: #FFF
}

.btn-github:hover {
    background-color: #242424;
    border-color: #242424
}

.btn-google-drive {
    background-color: #1DA462;
    border-color: #1DA462;
    color: #FFF
}

.btn-google-drive:hover {
    background-color: #198e55;
    border-color: #198e55
}

.btn-googleearth {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #FFF
}

.btn-googleearth:hover {
    background-color: #2a75f3;
    border-color: #2a75f3
}

.btn-google-glass {
    background-color: #EA4335;
    border-color: #EA4335;
    color: #FFF
}

.btn-google-glass:hover {
    background-color: #e82e1e;
    border-color: #e82e1e
}

.btn-google-maps {
    background-color: #5083C3;
    border-color: #5083C3;
    color: #FFF
}

.btn-google-maps:hover {
    background-color: #4076ba;
    border-color: #4076ba
}

.btn-google-play {
    background-color: #01B9FD;
    border-color: #01B9FD;
    color: #FFF
}

.btn-google-play:hover {
    background-color: #01a6e4;
    border-color: #01a6e4
}

.btn-google-plus {
    background-color: #DD5144;
    border-color: #DD5144;
    color: #FFF
}

.btn-google-plus:hover {
    background-color: #d93d2e;
    border-color: #d93d2e
}

.btn-google {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #FFF
}

.btn-google:hover {
    background-color: #2a75f3;
    border-color: #2a75f3
}

.btn-instagram {
    background-color: #B23A94;
    border-color: #B23A94;
    color: #FFF
}

.btn-instagram:hover {
    background-color: #9f3484;
    border-color: #9f3484
}

.btn-css3 {
    background-color: #0277BD;
    border-color: #0277BD;
    color: #FFF
}

.btn-css3:hover {
    background-color: #0267a4;
    border-color: #0267a4
}

.btn-html5 {
    background-color: #E44D26;
    border-color: #E44D26;
    color: #FFF
}

.btn-html5:hover {
    background-color: #d6411b;
    border-color: #d6411b
}

.btn-javascript {
    background-color: #F9DC3D;
    border-color: #F9DC3D;
    color: #FFF
}

.btn-javascript:hover {
    background-color: #f8d824;
    border-color: #f8d824
}

.btn-python {
    background-color: #0C9DBF;
    border-color: #0C9DBF;
    color: #FFF
}

.btn-python:hover {
    background-color: #0a89a7;
    border-color: #0a89a7
}

.btn-lastfm {
    background-color: #E31B23;
    border-color: #E31B23;
    color: #FFF
}

.btn-lastfm:hover {
    background-color: #cc181f;
    border-color: #cc181f
}

.btn-linkedin {
    background-color: #007BB6;
    border-color: #007BB6;
    color: #FFF
}

.btn-linkedin:hover {
    background-color: #006a9d;
    border-color: #006a9d
}

.btn-paypal {
    background-color: #002F86;
    border-color: #002F86;
    color: #FFF
}

.btn-paypal:hover {
    background-color: #00266d;
    border-color: #00266d
}

.btn-pinterest {
    background-color: #BD081B;
    border-color: #BD081B;
    color: #FFF
}

.btn-pinterest:hover {
    background-color: #a50718;
    border-color: #a50718
}

.btn-pocket {
    background-color: #EF3E56;
    border-color: #EF3E56;
    color: #FFF
}

.btn-pocket:hover {
    background-color: #ed2641;
    border-color: #ed2641
}

.btn-polymer {
    background-color: #F87292;
    border-color: #F87292;
    color: #FFF
}

.btn-polymer:hover {
    background-color: #f75a7f;
    border-color: #f75a7f
}

.btn-rss {
    background-color: #F99C3A;
    border-color: #F99C3A;
    color: #FFF
}

.btn-rss:hover {
    background-color: #f89021;
    border-color: #f89021
}

.btn-share {
    background-color: #2C9CFF;
    border-color: #2C9CFF;
    color: #FFF
}

.btn-share:hover {
    background-color: #1390ff;
    border-color: #1390ff
}

.btn-stackoverflow {
    background-color: #F38024;
    border-color: #F38024;
    color: #FFF
}

.btn-stackoverflow:hover {
    background-color: #f0720d;
    border-color: #f0720d
}

.btn-steam {
    background-color: #15497B;
    border-color: #15497B;
    color: #FFF
}

.btn-steam:hover {
    background-color: #113c65;
    border-color: #113c65
}

.btn-twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: #FFF
}

.btn-twitter:hover {
    background-color: #0d95e8;
    border-color: #0d95e8
}

.btn-vk {
    background-color: #5181B8;
    border-color: #5181B8;
    color: #FFF
}

.btn-vk:hover {
    background-color: #4574aa;
    border-color: #4574aa
}

.btn-wikipedia {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #242424
}

.btn-wikipedia:hover {
    background-color: gainsboro;
    border-color: gainsboro
}

.btn-windows {
    background-color: #0078D6;
    border-color: #0078D6;
    color: #FFF
}

.btn-windows:hover {
    background-color: #006abd;
    border-color: #006abd
}

.btn-500px {
    background-color: #000000;
    border-color: #000000;
    color: #FFF
}

.btn-500px:hover {
    background-color: black;
    border-color: black
}

.btn-8tracks {
    background-color: #122D4B;
    border-color: #122D4B;
    color: #FFF
}

.btn-8tracks:hover {
    background-color: #0d2136;
    border-color: #0d2136
}

.btn-amazon {
    background-color: #F79B34;
    border-color: #F79B34;
    color: #FFF
}

.btn-amazon:hover {
    background-color: #f68f1b;
    border-color: #f68f1b
}

.btn-blogger {
    background-color: #F06A35;
    border-color: #F06A35;
    color: #FFF
}

.btn-blogger:hover {
    background-color: #ee581d;
    border-color: #ee581d
}

.btn-delicious {
    background-color: #0000FE;
    border-color: #0000FE;
    color: #FFF
}

.btn-delicious:hover {
    background-color: #0000e5;
    border-color: #0000e5
}

.btn-disqus {
    background-color: #2E9EFE;
    border-color: #2E9EFE;
    color: #FFF
}

.btn-disqus:hover {
    background-color: #1592fe;
    border-color: #1592fe
}

.btn-flattr {
    background-color: #7AB831;
    border-color: #7AB831;
    color: #FFF
}

.btn-flattr:hover {
    background-color: #6da42c;
    border-color: #6da42c
}

.btn-flickr {
    background-color: #FE0084;
    border-color: #FE0084;
    color: #FFF
}

.btn-flickr:hover {
    background-color: #e50077;
    border-color: #e50077
}

.btn-odnoklassniki {
    background-color: #F58220;
    border-color: #F58220;
    color: #FFF
}

.btn-odnoklassniki:hover {
    background-color: #f1750b;
    border-color: #f1750b
}

.btn-outlook {
    background-color: #0072C6;
    border-color: #0072C6;
    color: #FFF
}

.btn-outlook:hover {
    background-color: #0063ad;
    border-color: #0063ad
}

.btn-playstation {
    background-color: #07418E;
    border-color: #07418E;
    color: #FFF
}

.btn-playstation:hover {
    background-color: #063676;
    border-color: #063676
}

.btn-reddit {
    background-color: #FF4500;
    border-color: #FF4500;
    color: #FFF
}

.btn-reddit:hover {
    background-color: #e63e00;
    border-color: #e63e00
}

.btn-skype {
    background-color: #00A9F0;
    border-color: #00A9F0;
    color: #FFF
}

.btn-skype:hover {
    background-color: #0097d7;
    border-color: #0097d7
}

.btn-slideshare {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #FFF
}

.btn-slideshare:hover {
    background-color: #00669c;
    border-color: #00669c
}

.btn-soundcloud {
    background-color: #FE4900;
    border-color: #FE4900;
    color: #FFF
}

.btn-soundcloud:hover {
    background-color: #e54200;
    border-color: #e54200
}

.btn-tumblr {
    background-color: #36465D;
    border-color: #36465D;
    color: #FFF
}

.btn-tumblr:hover {
    background-color: #2d3a4d;
    border-color: #2d3a4d
}

.btn-twitch {
    background-color: #6441A4;
    border-color: #6441A4;
    color: #FFF
}

.btn-twitch:hover {
    background-color: #593a92;
    border-color: #593a92
}

.btn-vimeo {
    background-color: #1AB7EA;
    border-color: #1AB7EA;
    color: #FFF
}

.btn-vimeo:hover {
    background-color: #14a7d7;
    border-color: #14a7d7
}

.btn-whatsapp {
    background-color: #189D0E;
    border-color: #189D0E;
    color: #FFF
}

.btn-whatsapp:hover {
    background-color: #14860c;
    border-color: #14860c
}

.btn-xbox {
    background-color: #107C0F;
    border-color: #107C0F;
    color: #FFF
}

.btn-xbox:hover {
    background-color: #0d650c;
    border-color: #0d650c
}

.btn-yahoo {
    background-color: #4101AF;
    border-color: #4101AF;
    color: #FFF
}

.btn-yahoo:hover {
    background-color: #380196;
    border-color: #380196
}

.btn-youtube {
    background-color: #FE0000;
    border-color: #FE0000;
    color: #FFF
}

.btn-youtube:hover {
    background-color: #e50000;
    border-color: #e50000
}

.single-form {
    margin-top: 30px
}

.single-form .form-control {
    height: 50px;
    border-radius: 0px;
    padding: 10px 15px;
    border-color: #ebebeb;
    font-size: 14px
}

.single-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #6C757D
}

.single-form .form-control+.form-control {
    margin-top: 20px
}

.single-form textarea.form-control {
    height: 120px;
    resize: none
}

.single-select2 {
    margin-top: 30px
}

.single-select2 .form-select2 .select2 {
    width: 100%
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
    height: 50px;
    border-color: #ebebeb;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    line-height: 48px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 28px
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 36px
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #F89224
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ebebeb
}

.select2-dropdown {
    border-color: #ebebeb
}

blockquote {
    background-color: #f6f6f6;
    padding: 30px 45px;
    margin: 31px 0 31px 40px;
    border: 1px solid #ebebeb;
    border-left: 4px solid #F89224;
    position: relative
}

blockquote:before {
    content: "\eb0c";
    font-family: 'plazaicon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    color: #F89224
}

@media only screen and (max-width:575px) {
    blockquote:before {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {
    blockquote {
        margin-left: 0;
        padding: 20px 25px
    }
}

blockquote p {
    font-size: 16px;
    font-style: italic;
    color: #212529;
    line-height: 24px;
    font-weight: 300
}

.modal.fade {
    display: block !important;
    opacity: 0;
    visibility: hidden
}

.modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible
}

/* .modal .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
} */

.modal .modal-dialog .modal-content {
    position: relative;
    border: 0
}

.modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 7;
}
.modal .modal-dialog .modal-content .btn-close:hover {
    opacity: 0.7;
}
.modal .modal-dialog .modal-content .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 30px
}

@media only screen and (max-width:575px) {
    .modal .modal-dialog .modal-content .modal-body {
        padding: 30px 20px 20px
    }
}

.modal .modal-dialog .modal-content .modal-body .quick-view-image {
    margin-top: 0
}

.modal .modal-dialog .modal-content .modal-body .quick-view-content {
    margin-top: 0
}

.vertical-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap {
        display: block
    }
}

.vertical-slider-wrap .quick-view-slider {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 85%;
    margin-left: 30px;
    cursor: crosshair;
    position: relative
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .quick-view-slider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.vertical-slider-wrap .quick-view-slider .product-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 7
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .quick-view-slider .product-label {
        top: 5px;
        left: 5px
    }
}

.vertical-slider-wrap .quick-view-slider .product-label span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #FFF;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    z-index: 4
}

.vertical-slider-wrap .quick-view-slider .product-label .new {
    background-color: #1759df
}

.vertical-slider-wrap .quick-view-slider .product-label .discount-percentage {
    background-color: #F89224
}

.vertical-slider-wrap .quick-view-slider:hover .btn-gallery {
    opacity: 1;
    visibility: visible
}

.vertical-slider-wrap .quick-view-slider-nav {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
    height: 100%
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .quick-view-slider-nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 10px
    }
}

.vertical-slider-wrap .quick-view-slider-nav .swiper-wrapper {
    height: 100%
}

.vertical-slider-wrap .quick-view-slider-nav .swiper-wrapper .swiper-slide {
    height: 100% !important;
    opacity: 0.5;
    cursor: pointer
}

.vertical-slider-wrap .quick-view-slider-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.vertical-slider-wrap.vt-right-side {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
}

/* .header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 93
} */

/* .header-section-02 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 93;
    padding-bottom: 0
} */

@media only screen and (min-width:1600px) {
    .header-section-02 {
        padding: 30px
    }
}

/* .header-section-02 .sticky {
    background-color: #292929
} */

.header-top {
    position: relative;
    padding: 15px 0
}

.header-search {
    position: relative;
    max-width: 250px;
    width: 100%
}

.header-search input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    padding-right: 45px;
    border-radius: 0px;
    color: #242424;
    border: 1px solid #6C757D45;
    background-color: #FFF;
    transition: .3s ease-in-out;
}
.header-search input:focus {
    border-color: #6C757D;
}

.header-search input::placeholder {
    font-weight: 300;
    color: #242424;
}
.header-search input::-moz-placeholder {
    font-weight: 300;
    color: #242424;
}
.header-search input::-webkit-input-placeholder {
    font-weight: 300;
    color: #242424;
}

.header-search button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 17px;
    color: #242424;
    border: 0;
    position: absolute;
    top: 1px;
    right: 0;
    background: none
}

/* .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-actions>*+* {
    margin-left: 30px
}

@media only screen and (max-width:575px) {
    .header-actions>*+* {
        margin-left: 25px
    }
}

.header-actions .header-action-btn {
    text-decoration: none;
    position: relative;
    color: #6C757D;
    line-height: 40px;
    display: inline-block
}

.header-actions .header-action-btn i {
    font-size: 20px
}

.header-actions .header-action-btn .action-num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #FFF;
    position: absolute;
    background: #F89224;
    top: 0px;
    text-align: center;
    font-weight: 300;
    right: -12px;
    border-radius: 100%
}

.header-actions .dropdown .dropdown-menu {
    min-width: 295px;
    width: 100%;
    border-radius: 0;
    background-color: #FFF;
    padding: 5px 25px 25px;
    top: 100% !important;
    -webkit-transform: translate3d(0, 0, 0px) !important;
    transform: translate3d(0, 0, 0px) !important;
    left: auto !important;
    right: 0 !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-actions .dropdown .dropdown-menu {
        min-width: 200px
    }
}

@media only screen and (max-width:767px) {
    .header-actions .dropdown .dropdown-menu {
        min-width: 200px
    }
}

.header-actions .dropdown .dropdown-menu .dropdown-currency,
.header-actions .dropdown .dropdown-menu .dropdown-language {
    padding-top: 20px
}

.header-actions .dropdown .dropdown-menu .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #242424;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.header-actions .dropdown .dropdown-menu .selected img {
    margin-right: 5px
}

.header-actions .dropdown .dropdown-menu ul {
    padding: 0;
    margin: 0
}

.header-actions .dropdown .dropdown-menu ul>li {
    list-style: none
}

.header-actions .dropdown .dropdown-menu ul>li>a {
    padding: 0 15px;
    color: #242424;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-actions .dropdown .dropdown-menu ul>li>a img {
    margin-right: 5px
}

.header-actions .dropdown .dropdown-cart {
    min-width: 340px;
    padding: 0
}

.header-actions .dropdown .dropdown-cart .cart-price {
    overflow: hidden;
    padding: 25px;
    padding-bottom: 0
}

.header-actions .dropdown .dropdown-cart .cart-price .cart-subtotals .price-inline,
.header-actions .dropdown .dropdown-cart .cart-price .cart-total .price-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-actions .dropdown .dropdown-cart .cart-price .cart-subtotals .price-inline span,
.header-actions .dropdown .dropdown-cart .cart-price .cart-total .price-inline span {
    font-weight: 300;
    color: #888888;
    font-size: 14px;
    line-height: 1.785
}

.header-actions .dropdown .dropdown-cart .cart-price .cart-subtotals .price-inline span.label,
.header-actions .dropdown .dropdown-cart .cart-price .cart-total .price-inline span.label {
    color: #222222
}

.header-actions .dropdown .dropdown-cart .cart-price .cart-total .price-inline span {
    font-weight: 500;
    color: #222222
}

.header-actions .dropdown .dropdown-cart .checkout-btn {
    padding: 25px
}

.header-actions .dropdown .dropdown-cart .checkout-btn .btn {
    border-radius: 0;
    border: 2px solid #eeeeee;
    height: 50px;
    line-height: 46px;
    font-size: 13px;
    font-weight: 500
}

.header-actions .dropdown .dropdown-cart .checkout-btn .btn:hover {
    border-color: #F89224
}

.header-actions .dropdown .dropdown-search {
    border: 0;
    background: none;
    padding: 0
}

.header-actions .dropdown .dropdown-search .header-search {
    max-width: 100%
} */

/* .header-actions-02 .header-action-btn {
    color: #6c757d
} */

.cart-content {
    max-height: 278px;
    overflow: auto;
    padding: 5px 25px
}

.cart-content .cart-items li {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

.single-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-cart-item .cart-item-content {
    padding-left: 15px;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative
}

.single-cart-item .cart-item-content .product-name {
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

.single-cart-item .cart-item-content .product-price {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #888888
}

.single-cart-item .cart-item-content .attributes-content {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #747474;
    margin-top: 5px
}

.single-cart-item .cart-item-content .attributes-content span {
    font-size: 14px;
    display: block
}

.single-cart-item .cart-item-content .attributes-content span strong {
    font-weight: 300
}

.single-cart-item .cart-item-content .remove-cart {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px
}

.header-search-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-search-action>*+* {
    margin-left: 8px
}
@media only screen and (max-width:575px) {
    .header-search-action>*+* {
        margin-left: 10px
    }
}
.header-search-action .btn {
    line-height: 42px;
}
.header-search-action .btn i {
    font-size: 17px;
    vertical-align: middle;
}
.header-bottom {
    position: relative
}

.primary-menu {
    position: relative
}

.primary-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.primary-menu ul>li {
    list-style: none;
    position: relative
}

.primary-menu ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0;
    margin: 0 15px;
    font-weight: 600;
    font-size: 13px;
    color: #242424;
    background: transparent;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-menu ul>li:first-child a {
    margin-left: 0px;
}
.primary-menu ul>li:last-child a {
    margin-right: 0px;
}

.primary-menu ul>li.menu-item-has-children>a:after {
    content: "\e92e";
    font-family: 'plazaicon';
    margin-left: 10px;
    font-weight: 300
}

/*
.primary-menu ul>li.active>a {
    color: #F89224 !important
}

.primary-menu ul>li.active>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8.5px;
    margin: 0 auto;
    width: 70%;
    height: 2px;
    background-color: #F89224;
}
*/


@media only screen and (min-width:992px) and (max-width:1199px) {

    .primary-menu ul>li:last-of-type .sub-menu li .sub-menu,
    .primary-menu ul>li:nth-last-of-type(2) .sub-menu li .sub-menu {
        right: 100%;
        left: auto
    }
}

.primary-menu ul>li:hover>a {
    color: #6C757D
}

.primary-menu ul>li:hover>.mega-sub-menu,
.primary-menu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s
}

.primary-menu .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 16px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg)
}

.primary-menu .sub-menu li a {
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    font-weight: 600;
    color: #6C757D
}

.primary-menu .sub-menu li:last-child>a {
    border-bottom: 0
}

.primary-menu .sub-menu li.menu-item-has-children>a:after {
    content: "\e930";
    font-family: 'plazaicon';
    margin-left: 10px;
    float: right;
    display: block
}

.primary-menu .sub-menu li .sub-menu {
    left: 100%;
    top: -1px
}

.primary-menu .sub-menu li:hover>a {
    padding-left: 30px
}

.primary-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s
}

.primary-menu .mega-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
    border: 1px solid #eeeeee;
    background-color: #FFF;
    z-index: 9;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .primary-menu .mega-sub-menu {
        width: 930px
    }
}

.primary-menu .mega-sub-menu>li {
    width: 25%
}

.primary-menu .mega-sub-menu>li .menu-title {
    color: #292929;
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0
}

.primary-menu .mega-sub-menu>li .menu-title:after {
    display: none
}

.primary-menu .mega-sub-menu>li .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

.primary-menu .mega-sub-menu>li .menu-item>li>a {
    padding: 0;
    margin: 0;
    color: #707070;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    display: block
}

.primary-menu .mega-sub-menu>li .menu-item>li:hover>a {
    padding-left: 10px;
    color: #F89224
}

/* .primary-menu-02 {
    border-top: 0;
    position: static
}

.primary-menu-02 ul {
    
} */

/* .primary-menu-02 ul>li>a {
    color: #FFF
} */

/* .primary-menu-02 ul>li.active>a {
    color: #F89224
}

.primary-menu-02 ul>li:hover>a {
    color: #F89224
} */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 220;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.12);
    background-color: #FFF;
    padding: 10px 0px
}

.sticky>.primary-menu>ul>li>a {
    padding: 15px 0
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 93;
    background-color: #FFF
}

.header-mobile-02 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 93;
    background-color: #ddd
}

.header-mobile-02 .sticky {
    background-color: rgba(41, 41, 41, 0.8)
}

.header-mobile-top {
    padding: 10px 0
}

.header-toggle .mobile-menu-open {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0
}

.header-toggle .mobile-menu-open span {
    width: 23px;
    height: 2px;
    background-color: #242424;
    margin: 5px 0;
    display: block
}

.header-toggle-02 .mobile-menu-open span {
    background-color: #FFF
}

.header-mobile-bootm {
    padding-bottom: 15px
}

.header-mobile-bootm .header-search {
    max-width: 100%
}

.header-mobile-bootm .header-search input {
    background-color: #f3f3f3
}

.off-canvas-box {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background-color: #FFF;
    z-index: 967;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.off-canvas-box.open {
    left: 0
}

.canvas-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;
    padding: 12px 20px;
    border-bottom: 1px solid #eeeeee
}

.canvas-action .action {
    font-weight: 300;
    color: #888888;
    background: transparent;
    text-shadow: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.canvas-action .action:hover {
    color: #F89224
}

.canvas-close-bar {
    background-color: #242424;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px
}

.canvas-close-bar a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px
}

.canvas-menu {
    padding-bottom: 30px
}

.canvas-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.canvas-menu ul li {
    position: relative !important;
    display: block;
    line-height: 1
}

.canvas-menu ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    padding-right: 50px;
    line-height: 30px;
    text-transform: capitalize;
    border-top: 1px solid #eeeeee;
    text-decoration: none
}

.canvas-menu ul li .mobile-menu-expand {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer
}

.canvas-menu ul li .mobile-menu-expand:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #242424;
    top: 7px;
    left: 1px
}

.canvas-menu ul li .mobile-menu-expand:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #242424;
    left: 7px;
    bottom: 2px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.canvas-menu ul li.active-expand>.mobile-menu-expand:after {
    height: 0
}

.canvas-menu ul li ul li a {
    padding-left: 11%
}

.canvas-menu ul li ul li ul li a {
    padding-left: 16%
}

.canvas-menu ul li ul li ul li ul li a {
    padding-left: 21%
}

.canvas-menu ul li ul li ul li ul li ul li a {
    padding-left: 26%
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.menu-overlay.open {
    opacity: 0.6;
    visibility: visible
}

.single-slider {
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-size: cover
}

/* @media only screen and (min-width:1200px) and (max-width:1599px) {
    .single-slider {
        height: 820px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slider {
        height: 720px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slider {
        height: 680px
    }
}

@media only screen and (max-width:767px) {
    .single-slider {
        height: 580px
    }
} */

.slider-content {
    max-width: 630px;
    padding-top: 135px;
    opacity: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content {
        max-width: 430px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-content {
        padding-top: 114px;
        max-width: 480px
    }
}

@media only screen and (max-width:767px) {
    .slider-content {
        max-width: 70%;
        padding-top: 125px
    }
}

@media only screen and (max-width:575px) {
    .slider-content {
        max-width: 100%
    }
}

.slider-content .sub-title {
    font-size: 24px;
    color: #666666;
    font-weight: 300;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content .sub-title {
        font-size: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content .sub-title {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .slider-content .sub-title {
        font-size: 16px
    }
}

.slider-content .main-title {
    font-size: 80px;
    color: #242424;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content .main-title {
        font-size: 54px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-content .main-title {
        font-size: 48px
    }
}

@media only screen and (max-width:767px) {
    .slider-content .main-title {
        font-size: 38px
    }
}

.slider-content p {
    font-size: 21px;
    color: #666;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content p {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-content p {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .slider-content p {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.slider-content .btn {
    text-transform: uppercase;
    border-radius: 100px;
    height: 65px;
    line-height: 63px;
    font-weight: 700;
    padding: 0 50px;
    font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-content .btn {
        height: 55px;
        line-height: 53px;
        padding: 0 30px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-content .btn {
        height: 55px;
        line-height: 53px;
        padding: 0 30px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .slider-content .btn {
        height: 45px;
        line-height: 43px;
        padding: 0 30px;
        font-size: 14px
    }
}

.slider-content-02 .sub-title {
    color: #FFF
}

.slider-content-02 .main-title {
    color: #FFF
}

.slider-content-02 p {
    color: #FFF
}

.slider-content-03 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 90px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-content-03 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .slider-content-03 {
        padding-bottom: 30px
    }
}

.slider-content-03 .sub-title {
    color: #FFF
}

.slider-content-03 .main-title {
    color: #FFF
}

.slider-content-03 p {
    color: #FFF
}

.slider-active .swiper-pagination {
    bottom: 30px
}

.slider-active .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #d4d4d4;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #F89224
}

.slider-active .swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #F89224
}

.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.slider-active .swiper-button-next:after,
.slider-active .swiper-button-prev:after {
    font-size: 48px
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .slider-active .swiper-button-next:after,
    .slider-active .swiper-button-prev:after {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {

    .slider-active .swiper-button-next:after,
    .slider-active .swiper-button-prev:after {
        font-size: 24px
    }
}

.slider-active:hover .swiper-button-next,
.slider-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.slider-active:hover .swiper-button-prev {
    left: 30px
}

.slider-active:hover .swiper-button-next {
    right: 30px
}

.animation-style-01.swiper-slide-active .slider-content {
    opacity: 1
}

.animation-style-01.swiper-slide-active .slider-content .sub-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content .main-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content .btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.features-section {
    border-bottom: 1px solid #e8e8e8
}

.single-features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-features-item {
        display: block;
        text-align: center
    }
}

.single-features-item .feature-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-features-item .feature-content {
        padding-top: 25px;
        padding-left: 0
    }
}

.single-features-item .feature-content .title {
    color: #242424;
    text-transform: capitalize;
    margin: 0;
    line-height: 20px;
    display: block;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-features-item .feature-content .title {
        margin-bottom: 15px;
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .single-features-item .feature-content .title {
        margin-bottom: 15px
    }
}

.single-features-item .feature-content p {
    font-weight: 300;
    display: block;
    margin: 0;
    font-size: 14px;
    margin-bottom: 0
}

.about-image {
    position: relative;
}
.about-image .about_patch {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%);
}
.about-image .about_img {
    position: relative;
    z-index: 9;
}
.about-image .establishment {
    position: absolute;
    bottom: 80px;
    right: 25px;
    text-align: center;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #F89224;
    box-shadow: rgba(248, 146, 36, 0.3) 0px 0px 30px;
    z-index: 9;
}

.about-image .establishment span {
    position: relative;
    top: 24px;
    font-size: 24px;
    line-height: 0px;
    font-weight: 700;
    color: #FFF;
}
.about-image .establishment p {
    position: relative;
    top: 24px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    color: #FFF;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .about-text {
        position: relative;
        width: 100%;
        margin-top: 45px
    }
}

.about-text .title {
    font-weight: 700;
    font-size: 24px;
    color: #242424;
    line-height: 1;
    margin-bottom: 20px
}
.about-text h6 {
    font-weight: 500;
}

/* @media only screen and (min-width:768px) and (max-width:991px) {
    .about-text .title {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .about-text .title {
        font-size: 28px
    }
} */

.about-text p {
    line-height: 1.75
}

/* @media only screen and (min-width:768px) and (max-width:991px) {
    .about-text p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .about-text p {
        font-size: 14px
    }
} */

.about-text p a {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    font-weight: 500;
    color: #F89224
}

@media only screen and (min-width:1600px) {
    .about-text .about-text-wrapper {
        padding-left: 60px
    }
}

.about-text img {
    margin-top: 20px
}

.product-item {
    margin: 4px;
    padding: 6px;
    background-color: #FFF;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-item .image-block {
    position: relative
}

.product-item .image-block a {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
}

.product-item .image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear
}

.product-item .image-block img.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden
}

.product-item .image-block .product-label {
    position: absolute;
    top: 5px;
    right: 5px;

    /* width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    z-index: 7
}

.product-item .image-block .product-label span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #FFF;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    text-transform: capitalize;
    z-index: 4
}

/* .product-item .image-block .product-label .new {
    background-color: #1759df
} */

.product-item .image-block .product-label .discount-percentage {
    background-color: #CC2121
}

.product-item .image-block .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(25px) translateZ(0);
    transform: translateY(25px) translateZ(0);
    -webkit-perspective: 800px;
    perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.product-item .image-block .product-action .action-btn {
    display: inline-block;
    background: #FFF;
    color: #888888;
    padding: 0;
    border: none;
    line-height: 50px;
    height: 50px;
    width: 50px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative
}

.product-item .image-block .product-action .action-btn+.action-btn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #ebebeb;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-item .image-block .product-action .action-btn {
        line-height: 40px;
        height: 40px;
        width: 40px
    }
}

.product-item .image-block .product-action .action-btn:hover {
    color: #F89224
}

.product-item .product-desc {
    padding: 12px 0 0;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.product-item .product-desc .product-features-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .product-item .product-desc .product-features-reviews {
        margin-bottom: 5px
    }
}

.product-item .product-desc .features,
.product-item .product-desc .stock {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none
}
.product-item .product-desc .stock {
    font-weight: 600;
}

/* .product-item .product-desc .review-star {
    position: relative;
    display: inline-block
}

.product-item .product-desc .review-star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.product-item .product-desc .review-star .star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden
}

.product-item .product-desc .review-star .star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #ffc600;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
} */

/* .product-item .product-desc .product-name {
    line-height: 1
} */

.product-item .product-desc .product-name a {
    text-decoration: none;
    color: #242424;
    text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-item .product-desc .product-name a {
        font-size: 14px
    }
}

.product-item .card_btn {
    margin: 15px 0 5px;
}

.product-item .card_btn .btn {
    font-size: 13px;
    height: 40px;
    line-height: 36px;
    opacity: 0.7;
    transition: .3s ease-in-out;
}
.product-item:hover .card_btn .btn {
    opacity: 1;
}
.product-item .card_btn .btn i {
    margin-right: 2px;
    font-size: 17px;
    vertical-align: middle;
}

.product-item .product-desc .product-name a:hover {
    color: #F89224;
}

.product-item .product-desc .product-price {
    line-height: 1;
    display: inline-block;
    width: 100%
}

.product-item .product-desc .product-price .sale-price {
    color: #888888;
    font-size: 14px;
    font-weight: 500
}

.product-item .product-desc .product-price .old-price {
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-item .product-desc .desc-text {
    display: block;
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #ebebeb;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px
}

.product-item .product-desc .availability p {
    font-size: 14px;
    color: #242424
}

.product-item.product-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .product-item.product-list-item {
        display: block
    }
}

.product-item.product-list-item .image-block {
    width: 33.33%;
    height: 100%
}

@media only screen and (max-width:767px) {
    .product-item.product-list-item .image-block {
        width: 100%
    }
}

.product-item.product-list-item .product-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
    padding-left: 30px
}

@media only screen and (max-width:767px) {
    .product-item.product-list-item .product-desc {
        padding-top: 15px;
        padding-left: 0
    }
}

.product-item.product-list-item .product-desc .product-name a {
    font-size: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-item.product-list-item .product-desc .product-name a {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .product-item.product-list-item .product-desc .product-name a {
        font-size: 14px
    }
}

.product-item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(41, 44, 58, 0.15);
    box-shadow: 0 0 20px 0 rgba(41, 44, 58, 0.15);
    z-index: 5
}

.product-item:hover .image-block img:not(:last-child) {
    opacity: 0;
    visibility: hidden
}

.product-item:hover .image-block img.image-hover {
    opacity: 1;
    visibility: visible
}

.product-item:hover .image-block .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

/* .swiper-slide:not(.swiper-slide-visible) .product-item:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
} */

.product-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

/* .product-wrapper .product-item {
    margin-top: 30px
} */

.product-active .swiper-container,
.product-active-2 .swiper-container {
    padding: 0 15px;
}

.product-active .swiper-button-next,
.product-active .swiper-button-prev,
.product-active-2 .swiper-button-next,
.product-active-2 .swiper-button-prev {
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: -35px
}

/* @media only screen and (min-width:1200px) and (max-width:1599px) {

    .product-active .swiper-button-next,
    .product-active .swiper-button-prev,
    .product-active-2 .swiper-button-next,
    .product-active-2 .swiper-button-prev {
        left: 0
    }
} */

.product-active .swiper-button-next:after,
.product-active .swiper-button-prev:after,
.product-active-2 .swiper-button-next:after,
.product-active-2 .swiper-button-prev:after {
    font-size: 30px;
    color: #e2e2e2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.product-active .swiper-button-next:hover:after,
.product-active .swiper-button-prev:hover:after,
.product-active-2 .swiper-button-next:hover:after,
.product-active-2 .swiper-button-prev:hover:after {
    color: #F89224
}

@media only screen and (max-width:575px) {

    .product-active .swiper-button-next,
    .product-active .swiper-button-prev,
    .product-active-2 .swiper-button-next,
    .product-active-2 .swiper-button-prev {
        left: 0
    }
}

.product-active .swiper-button-next,
.product-active-2 .swiper-button-next {
    left: auto;
    right: -35px
}

/* @media only screen and (min-width:1200px) and (max-width:1599px) {

    .product-active .swiper-button-next,
    .product-active-2 .swiper-button-next {
        right: 0
    }
} */

@media only screen and (max-width:575px) {

    .product-active .swiper-button-next,
    .product-active-2 .swiper-button-next {
        right: 0
    }
}

.product-active-2:hover .swiper-button-next,
.product-active-2:hover .swiper-button-prev,
.product-active:hover .swiper-button-next,
.product-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.product-tabs .nav {
    position: relative;
    margin: 15px 0px 25px;
}
.product-tabs .nav .nav-item {
    padding: 0 7px
}
.product-tabs .nav .nav-item:first-child {
    padding-left: 0px;
}
.product-tabs .nav .nav-item:last-child {
    padding-right: 0px;
}

/* @media only screen and (max-width:575px) {
    .product-tabs .nav .nav-item {
        padding: 0 15px
    }
} */

.product-tabs .nav .nav-item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin:5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 4px 3px 14px;
    color: #6C757D;
    border: 1px solid #EFEFEF;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 50px;
    text-decoration: none;
}

.product-tabs .nav .nav-item a .count {
    margin-left: 14px;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 50px;
    float: right;
    color: #242424;
    background-color: #6C757D25;
}

/* @media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .product-tabs .nav .nav-item a {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .product-tabs .nav .nav-item a {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .product-tabs .nav .nav-item a {
        font-size: 15px
    }
} */

.product-tabs .nav .nav-item a.active {
    color: #6C757D;
    border-color: #6C757D;
    background-color: #6C757D05;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
}
.product-tabs .nav .nav-item a.active .count {
    color: #FFF;
    background-color: #F89224;
}

.banner-wrapper-02 {
    position: relative;
    z-index: 9;
    padding: 0 30px;
    margin-top: -100px;
    background-color: #FFF
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-wrapper-02 {
        margin-top: -50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-wrapper-02 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .banner-wrapper-02 {
        margin-top: 30px;
        padding: 0
    }
}

/* .banner-box {
    margin-top: 30px
} */

.banner-box a {
    overflow: hidden;
    display: block
}

.banner-box a img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%
}

.banner-box:hover a img {
    opacity: 0.8;
}

/* .blog-wraper {
    padding-top: 30px
}

@media only screen and (max-width:767px) {
    .blog-wraper {
        padding-top: 10px
    }
}

.blog-wraper-2 {
    padding-top: 20px
} */

.listing_blog .single-blog-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.listing_blog .single-blog-item .blog-image {
    flex: 0 0 auto;
    width: 35%;
}
.listing_blog .single-blog-item .blog-content {
    flex: 0 0 auto;
    width: 60%;
    padding-top: 0px;
}

.single-blog-item .blog-image a {
    display: block;
    width: 100%;
    height: 229px;
    overflow: hidden;
}
.listing_blog .single-blog-item .blog-image a {
    height: 169px;
}
.single-blog-item .blog-image a img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.single-blog-item .gallery-active .swiper-button-next,
.single-blog-item .gallery-active .swiper-button-prev {
    color: #FFF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-blog-item .gallery-active .swiper-button-next:after,
.single-blog-item .gallery-active .swiper-button-prev:after {
    font-size: 30px
}

.single-blog-item .gallery-active .swiper-button-next:hover,
.single-blog-item .gallery-active .swiper-button-prev:hover {
    color: #F89224
}

.single-blog-item .blog-embed .ratio-16x9 {
    --bs-aspect-ratio: calc(9.85 / 15 * 100%)
}

.single-blog-item .blog-embed .ratio-21x9 {
    --bs-aspect-ratio: calc(11 / 21 * 100%)
}

.single-blog-item .blog-content {
    padding-top: 15px
}

.single-blog-item .blog-content .post-title a {
    line-height: 1.45;
    color: #292929;
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none
}

.single-blog-item .blog-content .post-title a:hover {
    color: #F89224
}

.single-blog-item .blog-content .blog-meta {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #EFEFEF;
}

.single-blog-item .blog-content .blog-meta>p {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 0
}

.single-blog-item .blog-content .blog-meta>p+p:before {
    content: "/";
    display: inline-block;
    margin: 0 7px
}

.single-blog-item .blog-content .blog-meta>p a {
    text-decoration: none;
    color: #F89224
}

.single-blog-item .blog-content>p {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-blog-item:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-active {
    position: relative
}

.blog-active .swiper-button-next,
.blog-active .swiper-button-prev {
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: -45px
}

/* @media only screen and (min-width:1200px) and (max-width:1599px) {

    .blog-active .swiper-button-next,
    .blog-active .swiper-button-prev {
        left: 0
    }
} */

@media only screen and (max-width:575px) {
    .blog-active .swiper-button-next,
    .blog-active .swiper-button-prev {
        left: 0
    }
}

.blog-active .swiper-button-next:after,
.blog-active .swiper-button-prev:after {
    font-size: 30px;
    color: #e2e2e2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-active .swiper-button-next:hover:after,
.blog-active .swiper-button-prev:hover:after {
    color: #F89224
}

.blog-active .swiper-button-next {
    left: auto;
    right: -45px
}

/* @media only screen and (min-width:1200px) and (max-width:1599px) {
    .blog-active .swiper-button-next {
        right: 0
    }
} */

@media only screen and (max-width:575px) {
    .blog-active .swiper-button-next {
        right: 0
    }
}

.blog-active:hover .swiper-button-next,
.blog-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

/* .single-testimonial {
    max-width: 870px;
    margin: 0 auto
} */

/* .single-testimonial .testimonial-avater img {
    border-radius: 50%;
    display: inline-block
} */

.single-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 340px;
    padding: 30px 30px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.65);
    transition: .3s ease-in-out;
}
.testimonial-active .swiper-slide.swiper-slide-active .single-testimonial,
.single-testimonial:hover {
    border-color: #FFF;
    background-color: #FFF;
}
.single-testimonial .testimonial-content .rating {
    font-size: 17px;
    color: #f8d824;
}

.single-testimonial .testimonial-content p {
    color: #6C757D;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px
}

.single-testimonial .testimonial-author .name {
    color: #292929;
    margin-bottom: 0px;
}

.single-testimonial .testimonial-author .designation {
    text-align: center;
    color: #929292;
    font-size: 14px;
    margin-top: 15px
}

.testimonial-active {
    position: relative
}

.testimonial-active .swiper-button-next,
.testimonial-active .swiper-button-prev {
    color: #242424;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.testimonial-active .swiper-button-next:after,
.testimonial-active .swiper-button-prev:after {
    font-size: 30px
}

@media only screen and (max-width:575px) {

    .testimonial-active .swiper-button-next:after,
    .testimonial-active .swiper-button-prev:after {
        font-size: 20px
    }
}

.testimonial-active:hover .swiper-button-next,
.testimonial-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.testimonial-active:hover .swiper-button-prev {
    left: -45px
}

.testimonial-active:hover .swiper-button-next {
    right: -45px
}

.page-banner-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-product {
    position: relative;
    padding: 0rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width:575px) {
    .page-banner-product {
        padding: 0rem 1rem;
        margin-top: 9rem;
    }
}


.page-banner-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #242424;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.35;
    z-index: 1;
}


.page-banner-product::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.35;
    z-index: 1;
}


.page-banner-content {
    width: 40%;
    margin: 0 auto;
}
.page-banner-content .page-banner-title {
    position: relative;
    font-size: 24px;
    color: #FFF;
    text-transform: capitalize;
    line-height: 1;
    z-index: 9;
    margin-bottom: 15px;
}

/* @media only screen and (min-width:768px) and (max-width:991px) {
    .page-banner-content .page-banner-title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .page-banner-content .page-banner-title {
        font-size: 24px
    }
} */

.page-banner-content .breadcrumb {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-top: 10px;
    z-index: 9;
}

.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\e930";
    color: #EFEFEF;
    margin: 0 15px;
    font-size: 14px;
    vertical-align: -1px;
    font-family: 'plazaicon';
    padding: 0
}

.page-banner-content .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #EFEFEF;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.page-banner-content .breadcrumb .breadcrumb-item.active,
.page-banner-content .breadcrumb .breadcrumb-item a:hover {
    color: #F89224
}

.shop-top-bar {
    padding-top: 30px
}

.shop-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.shop-top-content .nav {
    margin-right: 50px;
    position: relative;
    z-index: 1
}

.shop-top-content .nav li button {
    font-size: 21px;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    color: #dbdbdb;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 0;
    border: 0;
    background: none
}

.shop-top-content .nav li button.active,
.shop-top-content .nav li button:hover {
    color: #F89224
}

.shop-top-content p {
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    color: #222222;
    font-weight: 300;
    text-transform: capitalize
}

.shop-top-content select {
    width: 370px;
    padding: 2px 15px;
    border: 1px solid #ebebeb;
    font-size: 13px;
    height: 30px;
    outline: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .shop-top-content select {
        width: 240px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shop-top-content select {
        width: 210px
    }
}

@media only screen and (max-width:575px) {
    .shop-top-content select {
        width: 210px
    }
}

.shop-grid-items,
.shop-list-items {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px
}

.vertical-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap {
        display: block
    }
}

.vertical-slider-wrap .pd-vertical-slider {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 85%;
    margin-left: 30px;
    cursor: crosshair;
    position: relative
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .pd-vertical-slider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.vertical-slider-wrap .pd-vertical-slider .product-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 7
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .pd-vertical-slider .product-label {
        top: 5px;
        left: 5px
    }
}

.vertical-slider-wrap .pd-vertical-slider .product-label span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #FFF;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    z-index: 4
}

.vertical-slider-wrap .pd-vertical-slider .product-label .new {
    background-color: #1759df
}

.vertical-slider-wrap .pd-vertical-slider .product-label .discount-percentage {
    background-color: #F89224;
}

.vertical-slider-wrap .pd-vertical-slider .btn-gallery {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    font-size: 24px;
    background-color: #FFF;
    color: #e2e2e2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .pd-vertical-slider .btn-gallery {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.vertical-slider-wrap .pd-vertical-slider:hover .btn-gallery {
    opacity: 1;
    visibility: visible
}

.vertical-slider-wrap .vertical-slider-nav {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
    height: 100%
}

@media only screen and (max-width:575px) {
    .vertical-slider-wrap .vertical-slider-nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 10px
    }
}

.vertical-slider-wrap .vertical-slider-nav .swiper-wrapper {
    height: 100%
}

.vertical-slider-wrap .vertical-slider-nav .swiper-wrapper .swiper-slide {
    height: 100% !important;
    opacity: 0.5;
    cursor: pointer
}

.vertical-slider-wrap .vertical-slider-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.vertical-slider-wrap.vt-right-side {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
}

.shop-gallery-image {
    margin-top: 50px
}

.shop-gallery-image .single-gallery-image img {
    width: 100%
}

.gallery-hidden {
    display: none
}

.shop-single-content {
    margin-top: 48px
}

.shop-single-content.shop-sticky {
    position: sticky;
    top: 90px;
    left: 0;
    width: 100%
}

.shop-single-content .product-name {
    color: #242424;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .shop-single-content .product-name {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .shop-single-content .product-name {
        font-size: 20px
    }
}

.shop-single-content .reference {
    margin-bottom: 10px
}

/* .shop-single-content .shop-rating-content {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-single-content .shop-rating-content li {
    margin: 2px 8px 10px 0;
    display: inline-block
}

.shop-single-content .shop-rating-content li .review-star {
    position: relative;
    display: inline-block
}

.shop-single-content .shop-rating-content li .review-star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.shop-single-content .shop-rating-content li .review-star .star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden
}

.shop-single-content .shop-rating-content li .review-star .star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #ffc600;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.shop-single-content .shop-rating-content li a {
    text-decoration: none;
    color: #555555;
    position: relative;
    line-height: 21px;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.shop-single-content .shop-rating-content li a:hover {
    color: #F89224
} */

.shop-single-content .product-prices {
    margin-top: 15px
}

.shop-single-content .product-prices .old-price {
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    color: #b1b1b1;
    margin-right: 8px;
    text-decoration: line-through;
    display: inline-block
}

.shop-single-content .product-prices .sale-price {
    color: #ff3333;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    margin-right: 8px
}

.shop-single-content .product-prices .discount-percentage {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: white;
    padding: 0 10px 0 10px;
    background: #ff3333;
    vertical-align: 5px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block
}

.shop-single-content .product-description {
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-bottom: 20px
}

.shop-single-content .product-description-2 {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 12px
}

/* .shop-single-content .product-description ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-single-content .product-description ul li {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px
} */

.shop-single-content .label {
    font-size: 16px;
    color: #242424;
    display: block;
    margin-bottom: 5px
}

.shop-single-content .product-size .size-select {
    display: inline-block;
    position: relative
}

.shop-single-content .product-size .size-select select {
    height: 38px;
    padding: 0 8px;
    padding-right: 25px;
    width: 65px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ebebeb;
    outline: none
}

.shop-single-content .product-size .size-select i {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

/* .shop-single-content .product-quantity-cart {
    padding-top: 25px
} */

.shop-single-content .product-quantity {
    position: relative;
    padding-right: 24px;
    margin-right: 30px;
    margin-top: 10px
}

.shop-single-content .product-quantity button {
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    border: 1px solid #ebebeb;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px
}

.shop-single-content .product-quantity input {
    width: 48px;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    font-size: 14px
}

.shop-single-content .product-quantity :first-child {
    top: auto;
    bottom: 0
}

/* .shop-single-content .product-cart {
    margin-top: 10px
} */

.shop-single-content .product-cart .btn {
    padding: 0 20px;
    font-size: 13px
}
.shop-single-content .product-cart .btn i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 3px;
}

@media only screen and (max-width:575px) {
    .shop-single-content .product-cart .btn {
        padding: 0 30px
    }
}

.shop-single-content .product-table {
    margin-bottom: 25px
}

.shop-single-content .product-table .table {
    margin-bottom: 0
}

.shop-single-content .product-table .table tbody tr td {
    padding: 10px 15px;
    width: 33.33%;
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: middle
}

.shop-single-content .product-table .table tbody tr td a {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600
}

.shop-single-content .product-table .table tbody tr td a:hover {
    color: #F89224
}

.shop-single-content .product-table .table tbody tr td .amount {
    font-size: 18px;
    color: #000;
    text-transform: capitalize
}

.shop-single-content .product-additional-info {
    padding-top: 30px;
    padding-bottom: 15px
}

.social-sharing {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-sharing li {
    /* margin-bottom: 5px; */
    margin-right: 5px
}

/* @media only screen and (min-width:992px) and (max-width:1199px) {
    .social-sharing li {
        margin-right: 15px
    }
} */

.social-sharing li:last-child {
    margin-right: 0
}

.social-sharing li a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    white-space: normal;
    text-indent: 0;
    overflow: hidden;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.social-sharing li a.facebook {
    background-color: #4867AA
}
.social-sharing li a.twitter {
    background-color: #1DA1F2
}
.social-sharing li a.google {
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-sharing li a.pinterest {
    background-color: #4867AA 
}
.social-sharing li:hover a {
    opacity: 0.7;
}

.shop-single-content .product-additional-info .panel-product-actions {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px
}

.shop-single-content .product-additional-info .panel-product-actions .action-btn {
    padding: 0;
    border: 0;
    background: none;
    line-height: 30px;
    border: none;
    color: #242424;
    font-size: 14px;
    background: transparent;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none
}

.shop-single-content .product-reassurance ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-single-content .product-reassurance ul li {
    border-bottom: 1px solid #ebebeb
}

.shop-single-content .product-reassurance ul li .reassurance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.shop-single-content .product-reassurance ul li .reassurance-item img {
    margin-right: 10px
}

.shop-tab .nav {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    text-align: center
}

.shop-tab .nav li a {
    background: transparent;
    border: 0;
    text-transform: capitalize;
    line-height: 26px;
    color: #c2c2c2;
    padding: 0 0 10px 0;
    margin: 0 35px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: block
}

@media only screen and (max-width:767px) {
    .shop-tab .nav li a {
        margin: 0 25px
    }
}

.shop-tab .nav li a.active,
.shop-tab .nav li a:hover {
    color: #242424
}

.shop-tab .tab-content {
    padding-top: 55px
}

.shop-tab .tab-content .product-description {
    font-size: 14px;
    color: #5a5a5a;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 55px
}

.shop-tab .tab-content .product-description ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-tab .tab-content .product-details .product-manufacturer {
    margin-bottom: 30px
}

.shop-tab .tab-content .product-details .product-manufacturer a img {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.shop-tab .tab-content .product-details .product-reference p,
.shop-tab .tab-content .product-details .product-stock p {
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
    margin-bottom: 8px
}

.shop-tab .tab-content .product-details .product-reference p span,
.shop-tab .tab-content .product-details .product-stock p span {
    font-size: 14px;
    font-weight: 300
}

.shop-tab .tab-content .product-details .product-features .date {
    font-size: 16px;
    text-transform: capitalize;
    color: #242424;
    font-weight: 500;
    line-height: 24px
}

.shop-tab .tab-content .product-details .product-features .data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0
}

.shop-tab .tab-content .product-details .product-features .data-sheet .name,
.shop-tab .tab-content .product-details .product-features .data-sheet .value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 300;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 40px;
    word-break: normal;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 0
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-comment+.single-comment {
    margin-top: 30px
}

@media only screen and (max-width:575px) {
    .single-comment {
        display: block
    }
}

.single-comment .comment-author img {
    border-radius: 50%
}

.single-comment .comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px
}

@media only screen and (max-width:575px) {
    .single-comment .comment-content {
        padding-top: 25px;
        padding-left: 0
    }
}

.single-comment .comment-content .author-name-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.single-comment .comment-content .author-name-rating .name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0;
    line-height: 1;
    margin-right: 10px
}

.single-comment .comment-content .author-name-rating .review-star {
    position: relative;
    display: inline-block
}

.single-comment .comment-content .author-name-rating .review-star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.single-comment .comment-content .author-name-rating .review-star .star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden
}

.single-comment .comment-content .author-name-rating .review-star .star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #ffc600;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.single-comment .comment-content .date {
    color: #adadad;
    font-size: 14px
}

.single-comment .comment-content p {
    margin-top: 20px
}

.review-form {
    margin-top: 55px
}

.review-form .review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px
}

.review-form .review-rating .title {
    font-weight: 700;
    font-size: 16px;
    color: #242424;
    margin-right: 15px;
    margin-bottom: 0
}

.review-form .review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.review-form .review-rating ul li {
    margin: 0 2px;
    font-size: 16px;
    color: #dbdbdb;
    cursor: pointer
}

.review-form .review-rating ul li.hover,
.review-form .review-rating ul li.selected {
    color: #ffc600
}

.review-form .form-title {
    font-size: 24px;
    font-weight: 300;
    color: #242424
}

.review-form .form-check {
    margin-top: 30px
}

.review-form .form-check .form-check-input {
    margin-top: 3px
}

.cart-table .table {
    margin-bottom: 0
}

.cart-table .table thead tr th {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap
}

.cart-table .table thead tr th.Product-thumb {
    min-width: 150px;
    width: 150px
}

.cart-table .table thead tr th.Product-info {
    min-width: 330px;
    text-align: left
}

.cart-table .table thead tr th.Product-quantity {
    min-width: 120px
}

.cart-table .table thead tr th.Product-total-price {
    min-width: 90px
}

.cart-table .table thead tr th.Product-add-cart {
    min-width: 120px
}

.cart-table .table thead tr th.Product-action {
    min-width: 50px
}

.cart-table .table tbody tr td {
    border: 1px solid #f1f1f1;
    padding: 20px 20px;
    vertical-align: middle
}

.cart-table .table tbody tr td.Product-info .name a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.cart-table .table tbody tr td.Product-info .name a:hover {
    color: #F89224
}

.cart-table .table tbody tr td.Product-info .product-prices {
    margin-top: 15px
}

.cart-table .table tbody tr td.Product-info .product-prices .old-price {
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    color: #b1b1b1;
    margin-right: 8px;
    text-decoration: line-through;
    display: inline-block
}

.cart-table .table tbody tr td.Product-info .product-prices .sale-price {
    color: #F89224;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    margin-right: 8px
}

.cart-table .table tbody tr td.Product-info .product-prices .discount-percentage {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    padding: 0 10px 0 10px;
    background: #242424;
    vertical-align: 5px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block
}

.cart-table .table tbody tr td.Product-info .product-size-color p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px
}

.cart-table .table tbody tr td.Product-quantity {
    text-align: center
}

.cart-table .table tbody tr td.Product-quantity .quantity {
    position: relative;
    padding-right: 24px
}

.cart-table .table tbody tr td.Product-quantity .quantity button {
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    border: 1px solid #ebebeb;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 16px
}

.cart-table .table tbody tr td.Product-quantity .quantity input {
    width: 48px;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    font-size: 14px
}

.cart-table .table tbody tr td.Product-quantity .quantity :first-child {
    top: auto;
    bottom: 0
}

.cart-table .table tbody tr td.Product-total-price {
    text-align: center
}

.cart-table .table tbody tr td.Product-total-price .price {
    font-size: 18px
}

.cart-table .table tbody tr td.Product-add-cart {
    text-align: center
}

.cart-table .table tbody tr td.Product-action {
    text-align: center
}

.cart-table .table tbody tr td.Product-action button {
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    border: 0;
    background: none
}

.cart-table .table tbody tr td.Product-action button:hover {
    color: #F89224
}

.cart-btn {
    border: 1px solid #f1f1f1;
    padding: 10px 20px 20px;
    border-top: 0
}

@media only screen and (max-width:575px) {
    .cart-btn {
        padding: 10px 10px 20px
    }
}

.cart-btn .btn {
    margin-top: 10px;
    margin-right: 15px
}

@media only screen and (max-width:575px) {
    .cart-btn .btn {
        margin-right: 5px
    }
}

.cart-btn .btn:last-child {
    margin-left: 0
}

.cart-shipping,
.cart-totals {
    margin-top: 48px
}

.cart-title .title {
    color: #242424;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 15px
}

.cart-totals .cart-total-table {
    background-color: #f7f7f7;
    padding: 10px 25px;
    margin-bottom: 30px
}

.cart-totals .cart-total-table .table {
    margin-bottom: 0
}

.cart-totals .cart-total-table .table tbody tr td {
    padding: 5px 0;
    border-top: 0
}

.cart-totals .cart-total-table .table tbody tr:last-child td {
    border-bottom: 1px
}

.cart-totals .cart-total-table .shipping-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.cart-totals .cart-total-table .value {
    font-size: 14px;
    font: 400px;
    color: #000;
    text-transform: capitalize
}

.cart-totals .cart-total-table .price {
    font-size: 14px;
    font: 400px;
    color: #000
}

.empty-cart .empty-cart-title {
    color: #242424;
    font-size: 35px
}

@media only screen and (max-width:767px) {
    .empty-cart .empty-cart-title {
        font-size: 24px
    }
}

.empty-cart .empty-cart-img {
    width: 110px;
    margin: 0 auto;
    padding-top: 25px
}

.empty-cart p {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #242424
}

.empty-cart .btn {
    margin-top: 20px
}

.compare-table .table {
    margin-bottom: 0
}

.compare-table .table tbody tr th {
    white-space: nowrap;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 700;
    color: #242424;
    vertical-align: middle;
    width: 160px
}

@media only screen and (max-width:767px) {
    .compare-table .table tbody tr th {
        padding: 20px 15px
    }
}

.compare-table .table tbody tr td {
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #242424;
    font-size: 18px;
    min-width: 250px
}

@media only screen and (max-width:767px) {
    .compare-table .table tbody tr td {
        padding: 20px 15px;
        font-size: 16px
    }
}

.compare-table .table tbody tr td .product-image-title .product-image img {
    display: block
}

.compare-table .table tbody tr td .product-image-title .category {
    color: #555;
    font-size: 15px;
    display: block;
    margin-top: 25px;
    text-decoration: none
}

.compare-table .table tbody tr td .product-image-title .category:hover {
    color: #F89224
}

.compare-table .table tbody tr td .product-image-title .title {
    margin-bottom: 0
}

.compare-table .table tbody tr td .product-image-title .title a {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
    margin-top: 5px
}

.compare-table .table tbody tr td .description {
    font-size: 14px
}

.compare-table .table tbody tr td .main-btn {
    height: 50px;
    line-height: 50px;
    letter-spacing: 0
}

.compare-table .table tbody tr td .delete {
    font-size: 18px;
    color: #242424;
    padding: 0;
    border: 0;
    background: none
}

.compare-table .table tbody tr td .delete:hover {
    color: #F89224
}

.compare-table .table tbody tr td .review-star {
    position: relative;
    display: inline-block
}

.compare-table .table tbody tr td .review-star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.compare-table .table tbody tr td .review-star .star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden
}

.compare-table .table tbody tr td .review-star .star:before {
    content: "\e9d5""\e9d5""\e9d5""\e9d5""\e9d5";
    font-family: 'plazaicon';
    display: inline-block;
    color: #ffc600;
    font-weight: 300;
    line-height: 1;
    vertical-align: middle
}

.checkout-info {
    margin-top: 30px
}

.checkout-info .info-header {
    padding: 14px 30px;
    margin: 0;
    position: relative;
    background-color: #eeeff2;
    list-style: none outside !important;
    width: auto;
    word-wrap: break-word;
    color: #000;
    font-size: 14px
}

.checkout-info .info-header strong {
    font-weight: 700;
    color: #000
}

.checkout-info .info-header i {
    font-size: 12px;
    color: #6dde6d;
    margin-right: 10px
}

.checkout-info .info-header a {
    color: #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.checkout-info .info-header a:hover {
    color: #F89224
}

.checkout-info .info-header.error i {
    color: #c43002
}

.checkout-info .card-body {
    padding: 0;
    padding-top: 20px
}

.checkout-info .card-body p {
    font-size: 14px;
    color: #212529;
    margin-bottom: 0
}

.checkout-info .card-body .single-form {
    margin-top: 15px
}

.checkout-info .card-body .single-form .form-check {
    margin-left: 20px
}

.checkout-info .card-body .single-form .form-check .form-check-input {
    margin-top: 5px
}

.checkout-info .card-body .forget {
    margin-top: 15px
}

.checkout-info .card-body .forget a {
    font-weight: 300;
    color: #212529;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none
}

.checkout-info .card-body .forget a:hover {
    color: #F89224
}

.checkout-title .title {
    font-size: 24px;
    color: #242424;
    position: relative
}

.checkout-title .title:after {
    content: "";
    width: 50px;
    display: block;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: inherit
}

.checkout-form {
    margin-top: 48px
}

.checkout-form .checkout-checkbox {
    margin-bottom: 0;
    min-height: inherit;
    margin-top: 30px
}

.checkout-form .checkout-checkbox .form-check-input {
    margin-top: 5px
}

.checkout-account {
    display: none
}

.checkout-shipping {
    display: none
}

.checkout-note .form-control {
    border: 0;
    background-color: #f7f7f7
}

.checkout-order {
    border: 2px solid #ebebeb;
    padding: 40px;
    margin-top: 50px
}

@media only screen and (max-width:767px) {
    .checkout-order {
        padding: 40px
    }
}

@media only screen and (max-width:575px) {
    .checkout-order {
        padding: 20px
    }
}

.checkout-order ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.checkout-order .table {
    margin-bottom: 0
}

.checkout-order .table thead tr th {
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    vertical-align: middle
}

.checkout-order .table thead tr th.Product-price {
    text-align: right
}

.checkout-order .table tbody tr td {
    padding: 5px 0;
    border-top: 0;
    vertical-align: middle
}

.checkout-order .table tbody tr td p {
    font-weight: 300;
    font-size: 14px;
    color: #000
}

.checkout-order .table tbody tr td.Product-price {
    text-align: right
}

.checkout-order .table tbody tr:first-child td {
    padding-top: 20px
}

.checkout-order .table tbody tr:last-child td {
    padding-bottom: 20px
}

.checkout-order .table tfoot tr td {
    padding: 10px 0;
    vertical-align: middle
}

.checkout-order .table tfoot tr td p {
    font-weight: 300;
    font-size: 14px;
    color: #000
}

.checkout-order .table tfoot tr td.Product-price {
    text-align: right
}

.checkout-order .table tfoot tr td.total-price {
    text-align: right
}

.checkout-order .table tfoot tr td.total-price p {
    font-size: 18px
}

.checkout-order .table tfoot tr td .cus-radio label {
    white-space: nowrap
}

.checkout-payment {
    margin-top: 30px
}

.checkout-payment ul li {
    margin-bottom: 3px
}

.checkout-payment ul li :last-child {
    margin-bottom: 0
}

.checkout-payment .single-payment .payment-radio [type=radio] {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.checkout-payment .single-payment .payment-radio label .payment {
    width: 100px;
    padding: 0 2px
}

.checkout-payment .single-payment .payment-radio label a {
    color: #000;
    text-decoration: underline;
    text-transform: capitalize
}

.checkout-payment .single-payment .payment-radio .payment-details {
    display: none;
    padding: 10px 0
}

.checkout-payment .single-payment .payment-radio .payment-details p {
    font-size: 14px
}

.checkout-payment .checkout-btn {
    margin-top: 20px
}

.my-account-menu .account-menu-list {
    background-color: #f7f7f7
}

.my-account-menu .account-menu-list li a {
    width: 100%;
    padding: 10px 30px;
    font-size: 14px;
    color: #212529;
    margin-top: -1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none
}

.my-account-menu .account-menu-list li a i {
    margin-right: 5px
}

.my-account-menu .account-menu-list li a.active,
.my-account-menu .account-menu-list li a:hover {
    background-color: #F89224;
    color: #FFF
}

.my-account-tab .account-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: "Karla", sans-serif
}

.account-table .table thead tr th {
    border: 1px solid #ECECEC;
    border-bottom-color: #ECECEC !important;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 8px 15px
}

.account-table .table thead tr th.name {
    min-width: 140px
}

.account-table .table thead tr th.date {
    min-width: 130px
}

.account-table .table tbody tr td {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    vertical-align: middle;
    border: 1px solid #ECECEC;
    padding: 0
}

.account-table .table tbody tr td a {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    color: #000
}

.my-account-dashboard .welcome-dashboard {
    margin-top: 10px
}

.my-account-dashboard .welcome-dashboard p {
    font-size: 14px
}

.my-account-dashboard .welcome-dashboard p strong {
    font-weight: 500
}

.my-account-dashboard .welcome-dashboard p a {
    color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.my-account-dashboard .welcome-dashboard p a:hover {
    color: #F89224
}

.my-account-payment p {
    font-weight: 500;
    font-size: 14px
}

.my-account-address .account-address .name {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: "Karla", sans-serif
}

.my-account-address .account-address p {
    margin-top: 20px;
    font-size: 14px
}

.my-account-address .account-address .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 300
}

.my-account-details .account-details .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Karla", sans-serif
}

.my-account-details .account-details .single-form .btn {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-weight: 300
}

.login-register-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    color: #242424
}

.login-register-wrapper .form-check {
    margin-bottom: 0;
    min-height: inherit;
    margin-top: 30px
}

.login-register-wrapper .form-check .form-check-input {
    margin-top: 5px
}

.login-register-wrapper .single-form .btn {
    width: 160px;
    margin-bottom: 20px
}

.login-register-wrapper p a {
    text-decoration: none
}

/* .blog-details {
    margin-top: 50px
} */

.blog-details img {
    width: 100%
}

.blog-details .blog-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #292929;
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: 26px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none
}

@media only screen and (max-width:575px) {
    .blog-details .blog-title {
        font-size: 18px
    }
}

.blog-details .blog-meta {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.blog-details .blog-meta>p {
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 0
}

.blog-details .blog-meta>p+p:before {
    content: "/";
    display: inline-block;
    margin: 0 7px
}

.blog-details .blog-meta>p a {
    text-decoration: none;
    color: #F89224
}

.blog-details .dec-img-wrapper .dec-img {
    margin-top: 30px
}

.blog-dec-tags-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0px 0px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.blog-dec-tags-social span {
    font-size: 16px;
    font-weight: 600;
    color: #242424
}

.blog-dec-tags-social .blog-dec-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.blog-dec-tags-social .blog-dec-tags .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-dec-tags-social .blog-dec-tags .tags li {
    margin-left: 5px;
    margin-top: 5px
}

.blog-dec-tags-social .blog-dec-tags .tags li span {
    height: 26px;
    padding: 0 10px;
    line-height: 24px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none
}

/* .blog-dec-tags-social .blog-dec-tags .tags li:hover a {
    background-color: #F89224;
    border-color: #F89224;
    color: #FFF
} */

.blog-dec-tags-social .blog-dec-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.blog-dec-tags-social .blog-dec-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-dec-tags-social .blog-dec-social .social li {
    margin-left: 15px
}

.blog-dec-tags-social .blog-dec-social .social li a {
    font-size: 17px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none
}

.blog-dec-tags-social .blog-dec-social .social li a.facebook {
    color: #4867AA;
}
.blog-dec-tags-social .blog-dec-social .social li a.twitter {
    color: #1DA1F2;
}
.blog-dec-tags-social .blog-dec-social .social li a.instagram {
    color: #cc2366 ;
}
.blog-dec-tags-social .blog-dec-social .social li a.linkedin {
    color: #007BB6;
}

.blog-dec-tags-social .blog-dec-social .social li:hover a {
    opacity: 0.5;
}

/* .blog-next-previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #e1e1e1
}

.blog-next-previous .left,
.blog-next-previous .right {
    font-size: 14px;
    font-weight: 600;
    color: #242424
}

.blog-next-previous .left a,
.blog-next-previous .right a {
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-next-previous .left a:hover,
.blog-next-previous .right a:hover {
    color: #F89224
}

.blog-next-previous .left i,
.blog-next-previous .right i {
    font-size: 13px
} */

/* .blog-comment .comment-wrapper .single-form textarea {
    height: 180px;
    padding-top: 10px
}

.blog-comment .comment-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #242424;
    font-weight: 600
}

.blog-comment ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-comment .comment-items {
    padding-top: 25px
}

.blog-comment .comment-items li {
    margin-top: 30px
}

.blog-comment .comment-items .comment-replay {
    padding-left: 150px
}

@media only screen and (max-width:767px) {
    .blog-comment .comment-items .comment-replay {
        padding-left: 0
    }
}

.blog-comment .comment-items .comment-replay .single-comment {
    background-color: #f7f7f7;
    padding: 15px 15px 12px
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:575px) {
    .single-comment {
        display: block
    }
}

.single-comment .comment-avater img {
    border-radius: 50%;
    width: 120px
}

.single-comment .comment-content {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width:575px) {
    .single-comment .comment-content {
        padding-top: 25px;
        padding-left: 0
    }
}

.single-comment .comment-content .avater-name {
    font-size: 16px;
    font-weight: 600;
    color: #242424
}

.single-comment .comment-content .date {
    font-size: 14px;
    font-weight: 300;
    color: #212529
}

.single-comment .comment-content p {
    margin-top: 15px
}

.single-comment .comment-content .replay {
    padding-left: 48px;
    position: relative;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.single-comment .comment-content .replay:before {
    background-color: #242424;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 37px
} */

.single-contact-info {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px;
    justify-content: center;
    border: 1px solid #ebebeb;
}

.single-contact-info .info-icon i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #F89224
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-contact-info .info-icon i {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px
    }
}

@media only screen and (max-width:575px) {
    .single-contact-info .info-icon i {
        font-size: 16px;
        width: 45px;
        height: 45px;
        line-height: 43px
    }
}

.single-contact-info .info-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-contact-info .info-content {
        padding-left: 15px
    }
}

@media only screen and (max-width:575px) {
    .single-contact-info .info-content {
        padding-left: 20px
    }
}

.single-contact-info .info-content .title {
    font-size: 17px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 10px
}

.single-contact-info .info-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-contact-info .info-content p {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .single-contact-info .info-content p {
        font-size: 14px
    }
    .whatsapp-widget {
        right: 22px !important;
        bottom: 22px !important;
    }
}

.single-contact-info .info-content p a {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.single-contact-info .info-content p a:hover {
    color: #F89224
}
.single-contact-info .info-content p a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
    width: 0%;
    height: 1px;
    background-color: #F89224;
    opacity: 0;
    visibility: visible;
    transition: .3s ease-in-out;
}
.single-contact-info .info-content p:hover a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

/* .form-message {
    margin-bottom: 0
} */

/* .form-message.error,
.form-message.success {
    font-size: 16px;
    color: #07294d;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px
}

.form-message.error {
    color: red
} */

.footer-widget {
    margin-top: 30px
}

.footer-widget .footer-widget-text {
    padding-top: 30px
}

.footer-widget .footer-widget-text .desc {
    margin-bottom: 15px
}

.footer-widget .footer-widget-text p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 2px;
}

.footer-widget .footer-widget-text p strong {
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase
}

.footer-widget .widget-link {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-widget .widget-link li a {
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #ccc;
    margin-bottom: 0px;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none
}

.footer-widget .widget-link li a:hover {
    padding-left: 10px;
    color: #F89224
}

.footer-widget .widget-newsletter p {
    font-size: 14px;
    color: #ccc
}

.footer-widget .widget-newsletter .input-wrapper {
    position: relative
}

.footer-widget .widget-newsletter .input-wrapper input {
    height: 45px;
    background: #2b2b2b;
    border: 0;
    color: #FFF;
    padding: 10px 100px 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    border: none;
    border-radius: 0px
}

.footer-widget .widget-newsletter .input-wrapper input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

.footer-widget .widget-newsletter .input-wrapper input::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.footer-widget .widget-newsletter .input-wrapper input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.footer-widget .widget-newsletter .input-wrapper input::-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.footer-widget .widget-newsletter .input-wrapper input::placeholder {
    color: #ccc;
    opacity: 1
}

.footer-widget .widget-newsletter .input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 700;
    font-size: 12px;
    color: #F89224;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    line-height: 48px;
    height: 45px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.footer-widget .widget-newsletter .input-wrapper button:hover {
    color: #FFF
}

.footer-widget .widget-social {
    margin-top: 20px
}

.footer-widget .widget-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-widget .widget-social ul li {
    margin-right: 8px;
    margin-top: 8px
}

.footer-widget .widget-social ul li:last-child {
    margin-right: 0
}

.footer-widget .widget-social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.footer-widget .widget-social ul li a.facebook {
    background-color: #4867AA
}

.footer-widget .widget-social ul li a.twitter {
    background-color: #1DA1F2
}

.footer-widget .widget-social ul li a.youtube {
    background-color: #FE0000
}

.footer-widget .widget-social ul li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.footer-widget .widget-social ul li a.linkedin {
    background-color: #007BB6
}

.footer-widget .widget-social ul li a:hover {
    transform: scale(0.95);
    opacity: 0.7
}

.footer-widget-title {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    position: relative;
    color: #FFF;
}

/* .sidebar-widget {
    padding-top: 20px
} */

.categories-widget {
    padding: 15px 15px 12px;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.categories-widget .category-top-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.categories-widget .category-top-menu>li>a {
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    color: #242424;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6C757D65;
    position: relative;
    display: block;
    text-transform: capitalize;
    text-decoration: none
}

.categories-widget .category-top-menu .category-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.categories-widget .category-top-menu .category-sub-menu li {
    position: relative
}

.categories-widget .category-top-menu .category-sub-menu li a {
    font-weight: 300;
    color: #242424;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.categories-widget .category-top-menu .category-sub-menu li a span {
    float: right;
    display: block
}

.categories-widget .category-top-menu .category-sub-menu li a:hover {
    color: #F89224
}

.categories-widget .category-top-menu .category-sub-menu li .category-toggle {
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #242424;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer
}

.categories-widget .category-top-menu .category-sub-menu li .category-toggle .add,
.categories-widget .category-top-menu .category-sub-menu li .category-toggle .remove {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    line-height: 28px
}

.categories-widget .category-top-menu .category-sub-menu li .category-toggle .add {
    display: none
}

.categories-widget .category-top-menu .category-sub-menu li .category-toggle.collapsed .remove {
    display: none
}

.categories-widget .category-top-menu .category-sub-menu li .category-toggle.collapsed .add {
    display: block
}

.categories-widget .category-top-menu .category-sub-menu li ul {
    padding-left: 5%
}

.categories-widget .category-top-menu .category-sub-menu li ul li ul {
    padding-left: 10%
}

.categories-widget .category-top-menu .category-sub-menu li ul li ul li ul {
    padding-left: 15%
}

.filter-widget {
    margin-top: 30px
}

.filter-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #242424;
    position: relative;
    display: block;
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 0
}

.widget-title {
    display: block;
    clear: both;
    color: #242424;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin-bottom: 35px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0
}

.widget-item {
    padding-top: 30px
}

.widget-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px
}

.widget-item ul li {
    margin-top: 22px
}

.widget-item ul li>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-item ul li>label .form-check {
    padding: 0;
    display: inline-block;
    min-height: inherit;
    margin-bottom: 0
}

.widget-item ul li>label .form-check .form-check-input {
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px
}

.widget-item ul li>label a {
    display: block;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 7px;
    color: #242424;
    font-size: 14px
}

.widget-item .widget-price {
    padding-top: 38px
}

.widget-item .widget-price input {
    font-size: 14px;
    color: #242424;
    width: 100%;
    padding: 0;
    border: 0;
    background: none
}

.widget-item .widget-price .ui-slider {
    height: 6px;
    margin-top: 15px;
    margin-bottom: 6px
}

.widget-item .widget-price .ui-slider .ui-slider-range {
    background-color: #F89224;
    border-color: #F89224
}

.widget-item .widget-price .ui-slider .ui-slider-handle {
    border: 1px solid #555;
    width: 6px;
    height: 18px;
    top: -7px;
    margin-left: -4px
}

.widget-item .widget-price .ui-slider .ui-slider-handle.ui-state-active {
    background-color: #FFF
}

.widget-tags {
    padding-top: 45px;
    border-top: 1px solid #ebebeb;
    margin-top: 30px
}

/* .widget-tags .widget-tags-items {
    margin-left: -5px;
    margin-right: -5px
}

.widget-tags .widget-tags-items a {
    display: block;
    float: left;
    padding: 0 23px;
    font-size: 14px;
    line-height: 38px;
    color: #242424;
    font-weight: 300;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    margin: 10px 5px 0;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.widget-tags .widget-tags-items a:hover {
    background-color: #F89224;
    border-color: #F89224;
    color: #FFF
} */

.widget-search .single-form {
    position: relative;
    margin-top: 0px;
}

.widget-search .single-form .form-control {
    padding-right: 45px
}

.widget-search .single-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    font-size: 18px;
    color: #242424
}

/* .widget-post {
    padding: 15px 15px 12px;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.widget-post .widget-post-items {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 15px
}

.widget-post .single-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.widget-post .single-post-item .post-thumb a img {
    width: 90px
}

.widget-post .single-post-item .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px
}

.widget-post .single-post-item .post-content .post-title a {
    font-size: 14px;
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600
}

.widget-post .single-post-item .post-content .post-title a:hover {
    color: #F89224
}

.widget-post .single-post-item .post-content .date {
    font-size: 13px;
    color: #707070
} */

.footer-bg {
    background: #252525
}

.copyright-section {
    padding: 7px 0;
    background-color: #292929;
}

.copyright-payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.copyright-text {
    margin-top: 10px
}

.copyright-text p {
    line-height: 30px;
    color: #ccc;
    font-size: 14px
}

.copyright-text p a {
    color: #F89224;
    text-decoration: none
}

.payment-method {
    margin-top: 10px
}

.footer-widget-section {
    padding-top: 15px;
    padding-bottom: 20px;
}

/* .back-to-top {
    background: #F89224;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: fixed;
    right: 50px;
    bottom: 50px;
    font-size: 18px;
    z-index: 28
}

@media only screen and (max-width:767px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.back-to-top:hover {
    background: #242424;
    color: #FFF;
    -webkit-box-shadow: 0 0 20px #FFF;
    box-shadow: 0 0 20px #FFF
} */

.whatsapp-widget {
  width: 54px;
  height: 54px;
  right: 35px;
  bottom: 25px;
  background: #25d366;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  position: fixed;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
  display: inline-block;
  transition: color 0.3s linear, background 0.3s linear;
}

.whatsapp-widget svg {
  position: relative;
  top: 11px;
}

.whatsapp-widget:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  right: -15px;
  background-color: #25d366;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  opacity: 0.6;
  -webkit-animation: 1s ease-out infinite pulses;
  animation: 1.8s ease-out infinite pulses;
}

.whatsapp-widget:focus,
.whatsapp-widget:focus:before,
.whatsapp-widget:hover,
.whatsapp-widget:hover:before {
  background: #128c7e;
}

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}


/* .product-tabs .nav {
    position: relative;
    width: max-content;
    padding: 10px 10px;
    margin: 10px auto 15px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
} */


.bottom-content h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #242424;
}
.bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 68px;
    background: url(https://ik.imagekit.io/m460wyyj1/css-bg/arrow-down-icon.webp);
}

.certificate_block .certificate_item img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 50px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0.4); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0.4); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.3;
    transition: .3s ease-in-out;
}
.certificate_block .certificate_item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
}

.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}

.header_start {
    position: relative;
    padding: 4px 0px 5px;
    background-color: #252525;
}
.header_start .header_action,
.header_start .header_social {
    position: relative;
    margin: 0;
    padding: 0;
}
.header_start .header_social li,
.header_start .header_action li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.header_start .header_social li {
    margin-left: 7px;
}
.header_start .header_action li:first-child {
    margin-left: 0px;
}
.header_start .header_social li a,
.header_start .header_action li a {
    font-size: 14px;
    color: #CCC;
    transition: .3s ease-in-out;
}
.header_start .header_action li:hover a {
    color: #F89224;
}
.header_start .header_action li a i {
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.header_start .header_action li a span {
    font-weight: 500;
}

.footer_action_btn {
    width: max-content;
    margin: 0 auto;
    color: #242424;
    padding: 5px 14px 5px 5px;
    border-radius: 50px;
    background-color: #FFF;
    transition: .3s ease-in-out;
}
.footer_action_btn:hover {
    background-color: #6C757D40;
}
.footer_action_btn:hover i {
    background-color: #F89224;
}
.footer_action_btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    margin-right: 4px;
    color: #FFF;
    background-color: #242424;
    transition: .3s ease-in-out;
}
.footer_action_btn span {
    position: relative;
    top: -2px;
    font-weight: 500;
}
.footer_action_area {
    position: relative;
    margin-top: 35px;
}
.footer_action_area::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #6C757D15;
}

.quick-view-slider-nav img {
    width: 100%;
    height: 60px;
    overflow: hidden;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    border: 1px solid #EFEFEF;
}

.modal .btn {
    font-size: 17px;
}
.form-floating {
    position: relative;
}
.form-floating .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 17px;
    opacity: 0.5;
}
.form-floating .form-control {
    width: 100%;
    border-radius: 0px;
}
.form-floating .form-control:focus {
    border-color: #6C757D;
    box-shadow: none;
}

    /*zuber css for category*/

    .section-title {
        text-align: center;
        margin: 40px 0;
        position: relative;
    }
    
    .section-title::before,
    .section-title::after {
        content: "";
        display: inline-block;
        width: 80px;
        height: 1px;
        background-color: #ddd;
        vertical-align: middle;
        margin: 0 15px;
    }
    
    .section-title h2 {
        display: inline-block;
        margin: 0;
        font-weight: 600;
    }
    
    .section-title h2 span {
        color: #FF6B6B;
    }
    
    .section-title h2::after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background-color: #FF6B6B;
        margin: 5px auto 0;
    }
        
    .product-card {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        margin: 15px auto;
        width: 220px;
        height: 220px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s;
        cursor: pointer;
        border: 5px solid #FF6B6B;
    }
    
    .product-card:hover {
        transform: translateY(-5px);
    }
    
    .product-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        
    .product-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .product-card:hover .product-overlay {
        opacity: 1;
    }
        
    .btn-enquiry {
        background-color: #FF6B6B;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .btn-view {
        background-color: #222;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .product-title {
        text-align: center;
        margin-top: 15px;
        font-size: 16px;
        color: #444;
        font-weight: 500;
    }
    
    .product-subtitle {
        text-align: center;
        font-size: 14px;
        color: #FF6B6B;
        margin-top: 5px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-image: none;
    }
        
    .carousel-control-prev i,
    .carousel-control-next i {
        color: #FF6B6B;
        font-size: 18px;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .product-card {
            width: 180px;
            height: 180px;
        }
        
        .section-title::before,
        .section-title::after {
            width: 40px;
        }
    }
    
    @media (max-width: 576px) {
        .product-card {
            width: 150px;
            height: 150px;
        }
        
        .section-title::before,
        .section-title::after {
            width: 20px;
        }
    }
    
    /* popular product */
        .product-description {
            color: #888;
            font-size: 14px;
        }
        
        .popular-product-card {
            border-radius: 5px;
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 25px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .popular-product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-color: #bbb;
        }
        
        .popular-product-image-container {
            position: relative;
            overflow: hidden;
            height: 258px;
            border: 2px solid #ddd;
        }
        
        .popular-product-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .popular-product-card:hover .product-image {
            transform: scale(1.05);
        }
        
        .watermark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            color: rgba(128, 128, 128, 0.5);
            font-size: 24px;
            white-space: nowrap;
            pointer-events: none;
        }
        
        .product-info {
            padding: 15px;
            background-color: #f9f9f9;
        }
        
        /* Product Action Buttons */
        .popular-action {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: center;
            gap: 10px;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 2;
        }
        
        .popular-product-card:hover .popular-action {
            opacity: 1;
        }
        
        .popular-product {
            border: 1px solid #ddd;
            padding-top: 14px;
        }
        
        .popular-action-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            color: #333;
            text-decoration: none;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        
        .popular-action-btn:hover {
            background-color: #ff6b6b;
            color: #fff;
            transform: translateY(-3px);
        }
        
        .popular-action-btn i {
            font-size: 18px;
        }
        
        @media (max-width: 767px) {
            .popular-product-image-container {
                height: 250px;
            }
            
        }
        
        /* start about css */
        .about-section {
            background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(248,249,250,0.7));
        }
        
        .logo-container {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 20px;
            text-align: center;
            height: 100%;
        }
        
        .company-logo {
            max-width: 100%;
            height: auto;
        }
        
        .about-content {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 25px;
            height: 100%;
        }
        
        .about-content h1 {
            color: #333;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .about-content p {
            color: #555;
            font-size: 14px;
            line-height: 1.6;
        }
        
        .read-more {
            color: #ff6b6b;
            text-decoration: none;
            font-weight: 500;
        }
        
        .info-cards-container {
            margin-top: 30px;
        }
        
        .info-card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 6px;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .info-card:hover {
            transform: translateY(-5px);
            background-color: #ff6b6b;
            color: white;
        }
        
        .info-card:hover .info-icon {
            background-color: white;
        }
        
        .info-icon {
            background-color: #f8f8f8;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }
        
        .info-title {
            color: #666;
            font-size: 18px;
            margin-bottom: 5px;
            transition: color 0.3s ease;
        }
        
        .info-text {
            color: #333;
            font-weight: 600;
            transition: color 0.3s ease;
        }
      
        @media (max-width: 991px) {
            .about-section {
                padding: 30px 0;
            }
            
            .logo-container {
                margin-bottom: 30px;
            }
            
            .about-content {
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 767px) {
            .info-card {
                margin-bottom: 15px;
            }
        }