@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;	400;	500;	600;	700;	800;	900&display=swap");

:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 15px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --pfamily: 'Rubik', sans-serif;
    --red: #ff3838;
    --gray: #777;
    --text: #555;
    --blue: #1494a9;
    --white: #fff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #d37533;
    --yellow: #ffab10;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #119744;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #ccc;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --backcolor:#d4d4d4;
    --buttoncolor:#1D24AB;
    --primary-bshadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}


img {
    vertical-align: middle
}

.dropdown-megamenu a {
    color: #454545;
    text-decoration: none;
    display: inline-block;
}


.dropdown-megamenu a:hover {
    text-decoration: none
}

ul,
ol {
    padding: 0;
    list-style: none
}
*,
*::before,
*::after {
  box-sizing: border-box; 
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0
}

html,
body {
    scroll-behavior: smooth
}

body {
    color: var(--text);
    background: #ffffff; 
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading)
}

h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}

h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
    text-transform: capitalize
}

h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}

h4 {
    font-size: var(--h4size);
    line-height: var(--h4height)
}

h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}

h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}

input,
button {
    border: 0;
    outline: 0;
    background: 0
}

button:focus {
    outline: 0
}

.container{
    width: 100% !important;
}

.facebook:hover {
    color: var(--white);
    background: var(--facebook)
}

.twitter:hover {
    color: var(--white);
    background: var(--twitter)
}

.linkedin:hover {
    color: var(--white);
    background: var(--linkedin)
}

@media(max-width:575px) {
    .col {
        padding: 0 4px
    }
}

.section {
    margin-bottom: 15px
}

.inner-section {
    margin-bottom: 100px
}

.section-heading {
    text-align: center;
}

.section-btn-50 {
    text-align: center;
    margin-top: 50px
}

.section-btn-25 {
    text-align: center;
}

@media(max-width:767px) {
    .section {
        margin-bottom: 15px
    }

    .inner-section {
        margin-bottom: 60px
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .section {
        margin-bottom: 15px
    }

    .inner-section {
        margin-bottom: 80px
    }
}

.alert {
    border: 0;
    margin: 0;
    padding: 0 15px;
    border-radius: 0
}

.alert-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 3px;
    background: var(--white);
    border-top: 3px solid var(--backcolor);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.alert-info p {
    font-weight: 500;
    color: var(--backcolor);
    text-shadow: var(--primary-shadow)
}

.alert-info p a {
    margin-left: 5px;
    text-decoration: underline
}

.breadcrumb {
    align-items: center;
    justify-content: center;
    background: 0;
    margin: 0
}

.breadcrumb .active {
    color: var(--gray-chalk)
}

.breadcrumb-item {
    font-size: 18px;
    padding: 0 !important;
    text-transform: capitalize
}

.breadcrumb-item a {
    color: var(--chalk)
}

.breadcrumb-item a:hover {
    color: var(--backcolor);
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    padding: 0 8px
}

.btn {
    border: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
}

.btn:focus {
    box-shadow: none !important
}

.btn i {
    font-size: 18px;
    margin-right: 5px
}

.btn-inline {
    color: var(--white);
    background: var(--buttoncolor);
    border: 2px solid var(--buttoncolor);
    padding: 10px 10px 10px 10px;
}

.btn-inline:hover {
    color: var(--buttoncolor);
    background: var(--white)
}

.btn-outline {
    color: var(--buttoncolor);
    background: var(--white);
    border: 2px solid var(--buttoncolor);
    padding: 10px 10px 10px 10px;
}

.btn-outline:hover {
    color: var(--white);
    background: var(--buttoncolor);
}

.dropdown-arrow {
    position: relative;
    padding-right: 18px !important
}

.dropdown-arrow:hover::before {
    color: var(--backcolor);
}



.dropdown-link {
    position: relative
}

.dropdown-link:hover::before {
    color: var(--backcolor);
}

.dropdown-link::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: IcoFont;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list {
    display: none;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 10px 15px;
    color: var(--text);
    background: var(--white);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a:hover {
    color: var(--backcolor);
    background: var(--chalk)
}

.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px
}

.dropdown-position-list {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 200px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-position-list::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -7px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: var(--white);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border)
}

.dropdown-position-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 15px;
    color: var(--text);
    background: var(--white);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-position-list li a:hover {
    color: var(--backcolor);
}

.dropdown-megamenu {
    position: static
}

.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    top: 70px
}

.megamenu {
    position: absolute;
    top: 70px;
    left: 0;
    margin-left: 5%;
    width: 90%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu .container {
    padding: 30px 30px 0;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    max-width: 1300px;
}

.megamenu-wrap {
    margin-bottom: 30px
}

.megamenu-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--backcolor);
}

.megamenu-list {
    border-left: 1px solid var(--border)
}

.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0 5px 25px;
    color: var(--text);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-list li a:hover {
    color: var(--backcolor);
    background: var(--chalk)
}

.megamenu-promo a img {
    width: 100%;
    border-radius: 3px
}

.form-title {
    text-align: center;
    margin-bottom: 20px
}

.form-title h3 {
    text-transform: capitalize
}

.form-group {
    margin-bottom: 25px
}

.form-group small {
    color: var(--gray);
    letter-spacing: .3px;
    padding: 0 0 0 20px
}

.form-group textarea {
    height: 150px;
    padding: 12px 20px
}

.form-label {
    font-weight: 500;
    margin: 0 0 7px 3px;
    white-space: nowrap;
    text-transform: capitalize
}

.form-select {
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 43px;
    padding: 0 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: var(--gray);
    background: var(--chalk);
    border: 1px solid var(--border);
    cursor: pointer
}

.form-select:focus-within {
    box-shadow: none;
    background: var(--chalk);
    border-color: var(--backcolor);
}

.form-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--backcolor);
}

.form-input-group {
    position: relative
}

.form-input-group:focus-within i {
    color: var(--backcolor);
}

.form-input-group input {
    padding: 0 20px 2px 45px
}

.form-input-group textarea {
    padding: 12px 20px 12px 45px
}

.form-input-group i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center
}

.form-btn-group {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--backcolor);
}

.form-btn-group i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block
}

.niche-part .nav-tabs {
    border: 0;
    padding-top: 25px;
    align-items: center;
    justify-content: center;
    background: var(--white)
}

.niche-part .nav-tabs li {
    border-right: 1px solid var(--border)
}

.niche-part .nav-tabs li:last-child {
    border: 0
}

.tab-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.tab-link:hover {
    color: #fff;
    background: #343735;
}

.tab-link i {
    font-size: 18px;
    margin-right: 3px
}

.tab-link.active {
  color: #fff;
      background: #343735;
     
}

.niche-part.container .nav>li>a:focus, .niche-part.container .nav>li>a:hover{
    background-color: #343735;
}

.niche-part .tab-pane {
    max-width: 1300px;
    display: none;
    margin: 0 auto;
}

.tab-pane.active {
    display: block
}

.niche-part .tab-pane .bands_row{
    padding:10px 0px 30px 0px;
}

@media(max-width:575px) {
    .niche-part .nav-tabs {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .niche-part .nav-tabs li {
        padding: 5px;
        border: 0
    }
}

@media(min-width:576px) and (max-width:767px) {
    .niche-part .nav-tabs {
        padding: 25px 10px
    }

    .niche-part .nav-tabs li {
        padding: 0 20px
    }
}

.pagination {
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border)
}

#slider-range {
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 25px
}

#slider-range span {
    border-radius: 50%
}

#amount {
    color: var(--backcolor);
    font-size: 18px;
    font-weight: 500;
    border: 0;
    background: 0;
    text-align: center;
    margin-top: 15px;
    width: 100%
}

.ui-state-active {
    background: var(--backcolor); !important;
    border-color: var(--backcolor); !important
}

.star-rating {
    direction: rtl;
    text-align: center;
    margin: 25px 0
}

.star-rating input {
    display: none
}

.star-rating input:checked~label::after {
    opacity: 1
}

.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 8px
}

.star-rating label:hover::after {
    opacity: 1
}

.star-rating label:hover:hover~label::after {
    opacity: 1
}

.star-rating label::before {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbb
}

.star-rating label::after {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: var(--yellow);
    opacity: 0
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1
}

.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    border-radius: 50%;
    color: var(--backcolor);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
    color: var(--white);
    background: var(--backcolor);
}

.dandik {
    right: -10px
}

.bamdik {
    left: -10px
}

.slider-dots ul {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-dots ul li {
    width: 25px;
    height: 5px;
    border-radius: 30px;
    background: var(--chalk);
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15)
}

.slider-dots ul li button {
    display: none
}

.slider-dots ul li.slick-active {
    background: var(--backcolor);
}

.align-items-center .col-sm-6,.align-items-center .col-md-6,.align-items-center .col-lg-6,.align-items-center .col-sm-12,.align-items-center .col-md-12,.align-items-center .col-lg-12{
    padding-left: 0px;
    padding-right: 0px;
}

@media(max-width:575px) {
    .slider-dots ul {
        bottom: 20px
    }

    .slider-dots ul li {
        margin: 0 20px
    }
	.clm{
		width: 47% !important;
        height: 180px;
        margin-top: 30px !important;
	}
    .clmtext{
        padding: 120px 30px 30px 10px !important;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .slider-dots ul {
        bottom: 20px
    }

    .slider-dots ul li {
        margin: 0 20px
    }
	.clm{
		width: 47% !important;
        height: 180px;
        margin-top: 30px !important;
	}
    .clmtext{
        padding: 120px 30px 30px 10px !important;
    }
}

.product-add {
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
    border-radius: 6px;
    text-align: center;
    text-transform: capitalize;
    color: var(--heading);
    background: var(--border);
    text-shadow: var(-primary-tshadow);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-add i {
    font-size: 18px;
    margin-right: 5px
}

.product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.product-action button i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-action button i:hover {
    color: var(--white);
    background: var(--backcolor);
}

.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0 5px;
    padding: 6px 0;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    background: var(--backcolor);
    text-shadow: var(--primary-tshadow)
}


.modal-dialog {
    max-width: max-content
}


.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.modal-close:hover {
    color: var(--white);
    background: var(--backcolor);
}

.modal-form {
    width: 400px;
    padding: 30px;
    border-radius: 8px;
    background: var(--white)
}

@media(max-width:400px) {

    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit
    }
}

@media(max-width:1100px) {
    .modal-dialog {
        margin: 80px auto 50px
    }

    .modal-close {
        right: 50%;
        top: -45px;
        transform: translateX(50%)
    }
}


.nav-pills .nav-link {
    font-weight: 400;
    list-style: decimal
}

.nav-pills .nav-link.active {
    color: var(--backcolor);
    background: transparent
}

.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 18px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}


.feature-content:hover .product-add{
	color: var(--white);
	background: var(--backcolor);
} 
.product-card:hover .product-add {
    color: var(--white);
    background: var(--backcolor);
}

.product-media {
    position: relative
}

.product-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0
}

.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: var(--buttoncolor)
}

.label-text.new {
    background: var(--green)
}

.label-text.sale {
    background: var(--orange)
}

.label-text.feat {
    background: var(--buttoncolor)
}

.label-text.rate {
    background: var(--yellow)
}

.label-text.order {
    background: var(--buttoncolor)
}

.product-wish {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--gray-chalk)
}

.product-wish.active {
    color: var(--backcolor);
}

.product-image img {
    width: 100%
}

.bands_logo .div_img_video{
    object-fit: contain;
    min-height: 100px;
    width: 100%;
    vertical-align: middle;
    aspect-ratio: 1 / 1;
}

.product-widget {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 5px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--backcolor);
    text-shadow: var(-primary-tshadow);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12)
}

.product-content {
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid var(--border)
}

.product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px
}

.product-rating i,
.product-rating a {
    font-size: 14px;
    margin: 0 2px;
    color: var(--gray)
}

.product-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-rating a:hover {
    color: var(--backcolor);
    text-decoration: underline
}

.product-rating .active {
    color: var(--yellow)
}

.product-name {
    margin-bottom: 3px;
    text-transform: capitalize
}

.product-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
	font-weight: 600;
}

.product-name a:hover {
    color: var(--backcolor);
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 13px;
	    font-weight: 600;
	    color: #35bd35;
}



.product-price span {
    color: #000;
        white-space: nowrap;
        font-weight: 400;
        font-style: italic;
        margin-left: 10px;
}

.product-price span small {
    font-weight: 400
}

.product-disable {
    position: relative
}

.product-disable:hover {
    border-color: var(--border);
    box-shadow: none
}

.product-disable:hover .product-add {
    color: var(--heading);
    background: var(--border)
}

.product-disable .product-widget {
    visibility: hidden
}

.product-disable::before {
    position: absolute;
    content: "Out of Stock";
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    transform: translate(-50%, -50%);
    color: var(--white);
    background: rgba(224, 152, 22, 0.9)
}

.product-disable::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6)
}

@media(max-width:575px) {
    .product-card {
        padding: 8px;
        margin-bottom: 8px
    }

    .product-name {
        font-size: 15px;
        line-height: 22px
    }
}

.feature-part .container{
    max-width: 1200px;
}

.feature-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 18px 18px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-card:hover {
    border-color: var(--backcolor);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1)
}

.feature-card:hover .feature-widget {
    opacity: 1;
    bottom: 15px
}

.feature-card:hover .feature-add {
    color: var(--white);
    background: var(--backcolor);
}

.feature-media {
    position: relative
}

.feature-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0
}

.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: var(--buttoncolor)
}

.label-text.new {
    background: var(--green)
}

.label-text.sale {
    background: var(--orange)
}

.label-text.feat {
    background: var(--buttoncolor)
}

.label-text.rate {
    background: var(--yellow)
}

.label-text.order {
    background: var(--buttoncolor)
}

.feature-wish {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--gray-chalk)
}

.feature-wish.active {
    color: var(--backcolor);
}

.feature-image img {
    width: 220px
}

.feature-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--backcolor);
    text-shadow: var(-primary-tshadow);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12)
}

.feature-content {
    width: 100%;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid var(--border)
}

.feature-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px
}

.feature-rating i,
.feature-rating a {
    font-size: 14px;
    margin: 0 2px;
    color: var(--gray)
}

.feature-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-rating a:hover {
    color: var(--backcolor);
    text-decoration: underline
}

.feature-rating .active {
    color: var(--yellow)
}

.feature-name {
    margin-bottom: 3px;
    text-transform: capitalize
}

.feature-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-name a:hover {
    color: var(--backcolor);
}

.feature-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px
}

.feature-price del {
    color: var(--buttoncolor);
    margin-right: 8px
}

.feature-price span {
    color: var(--backcolor);
    white-space: nowrap
}

.feature-price span small {
    font-weight: 400
}

.feature-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px
}

@media(max-width:575px) {
    .feature-card {
        padding: 8px;
        margin-bottom: 15px
    }

    .feature-image img {
        width: 100%
    }

    .feature-name {
        font-size: 15px;
        line-height: 22px
    }
}

@media(max-width:450px) {
    .feature-card {
        align-items: center
    }

    .feature-content {
        padding-left: 12px;
        margin-left: 12px
    }

    .feature-desc {
        display: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .feature-image img {
        width: 190px
    }
}

.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 15px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-standard:hover {
    border-color: var(--backcolor);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1)
}

.product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px
}

.product-standard:hover .standard-add {
    color: var(--white);
    background: var(--backcolor);
}


.choose-card {
    display: flex
}

.choose-card:hover i {
    color: var(--white);
    background: var(--backcolor);
}

.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    color: var(--backcolor);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.choose-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}


.header-topNew {
    padding: 8px 0;
    background: var(--backcolor);
}

.header-topNew-welcome p {
    font-size: 14px;
    color: #555555;
    letter-spacing: .3px
}

.header-topNew-select {
    max-width: 250px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-select:last-child {
    border: 0
}

.header-select i {
    font-size: 16px;
    margin-right: 8px;
    color: #555555;
}

.header-select .nice-select {
    line-height: 20px
}

.header-select .nice-select::after {
    border-right-color: #555555;
    border-bottom-color: #555555;
}

.header-select .nice-select .current {
    color: #555555;
}

.header-topNew-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-topNew-list li {
    margin-left: 35px
}

.header-topNew-list li a {
    font-size: 14px;
    color: #555555;
    letter-spacing: .3px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-topNew-list li a:hover {
    color: var(--green-chalk)
}

@media(max-width:767px) {

    .header-topNew-welcome,
    .header-topNew-list li{
        display: none
    }
	.header-topNew-list li:first-child{
	    display: block
	}

    .header-topNew-select {
        width: 220px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-topNew-welcome {
        text-align: center;
        margin-bottom: 10px
    }
}

.header-part {
    background: var(--white);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-part .container-fluidNew {
    padding: 18px 25px
}

.header-part.active {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-part.active .header-widgetNew:hover i {
    background: var(--backcolor);
}

.header-part.active .header-widgetNew i {
    background: var(--chalk)
}

.header-part.active .header-widgetNew sup {
    border-color: var(--white)
}

.header-part.active .header-form {
    border-color: var(--backcolor);
}

.header-content-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-logo {
    margin: 0px 10px 10px 0px
}

.header-logo img {
    
}

.header-widgetNew-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-widgetNew {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-widgetNew:hover i {
    color: var(--white);
    background: var(--backcolor);
    text-shadow: var(--primary-tshadow)
}

.header-widgetNew img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.header-widgetNew i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-widgetNew span {
    font-weight: 400;
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--heading)
}

.header-widgetNew sup {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--backcolor);
    border: 2px solid var(--white);
    text-shadow: var(--primary-tshadow)
}

.header-form {
    width: 100%;
    margin: 0 50px;
    border-radius: 8px;
    background: var(--chalk);
    border: 2px solid var(--chalk);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-form:focus-within {
    border-color: var(--backcolor);
}

.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px
}

.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: var(--text);
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-form button i:hover {
    color: var(--backcolor);
}

.header-widgetNew-group.right .header-tel{
    white-space: nowrap;
    margin-right: 20px;
    font-size: 25px;
    color:var(--text);
}

.header-widgetNew-group.right .header-tel:hover {
    color: var(--backcolor);
}

.header-widgetNew-group.right .header-widgetNew {
    margin-left: 20px;
}

.header-widgetNew-group.right .header-widgetNew:first-child {
    margin-left: 0
}

.header-widgetNew-group.left .header-src,
.header-widgetNew-group.left .header-user {
    display: none
}

@media(max-width:991px) {
    .header-part .container-fluidNew {
        padding: 10px 15px
    }

    .header-content-group {
        flex-direction: column
    }

    .header-logo {
        margin: 0
    }

    .header-logo img {
        height: 45px
    }

    .header-widgetNew-group.left .header-src,
    .header-widgetNew-group.left .header-user {
        display: block
    }

    .header-widgetNew-group.right,
    .header-cate {
        display: none
    }

    .header-widgetNew-group {
        width: 100%;
        justify-content: space-between
    }

    .header-form {
        display: none;
        margin: 10px 0 0
    }

    .header-form.active {
        display: flex
    }

    .search-btn {
        display: block;
        text-align: right
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .header-widgetNew span {
        display: none
    }
}

.navbar-part {
    background: var(--white)
}

.navbar-content {
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.navbar-item {
    margin-right: 20px
}

.navbar-item:last-child {
    margin-right: 0
}

.navbar-link {
    padding: 22px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-link:hover {
    color: var(--backcolor);
}

.navbar-focus-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.navbar-focus-list li {
    margin-left: 30px
}

.navbar-focus-list li:first-child {
    margin-left: 0
}

.navbar-focus-list li a {
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
    color: var(--backcolor);
}

.navbar-focus-list li a i {
    font-size: 18px;
    margin-right: 5px
}

.navbar-info-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-info {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.navbar-info:last-child {
    margin-right: 0
}

.navbar-info i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--backcolor);
}

.navbar-info p small {
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.navbar-info p span {
    font-size: 15px;
    font-weight: 500
}

@media(max-width:991px) {
    .navbar-part {
        display: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-part .container-fluidNew {
        padding: 0 30px
    }

    .navbar-list li {
        margin-right: 18px
    }

    .navbar-link {
        font-size: 15px
    }

    .navbar-info {
        margin-right: 15px
    }

    .navbar-info p span {
        font-size: 14px
    }

    .navbar-info i {
        margin-right: 10px
    }
}

.category-part {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all linear .2s
}

.category-container {
    position: absolute;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: var(--white);
    box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-part.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5)
}

.category-part.active .category-container {
    left: 0
}

.category-header {
    padding: 15px 15px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}

.category-header a img {
    width: auto;
    height: 40px
}

.category-close {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-close i:hover {
    color: var(--white);
    background: var(--backcolor);
}

.category-list {
    width: 100%;
    padding: 10px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 140px)
}

.category-list li {
    width: 100%
}

.cate-link {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cate-link:hover {
    color: var(--backcolor);
}

.cate-link i {
    font-size: 28px;
    margin-right: 15px
}

.category-footer {
    text-align: center;
    margin-top: 20px
}

.category-footer p {
    font-size: 14px;
    color: var(--gray)
}

.category-footer p a {
    color: var(--backcolor);
}

.cart-part {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all linear .2s
}

.cart-container {
    position: absolute;
    top: 0;
    right: -450px;
    width: 400px;
    height: 100vh;
    background: var(--white);
    box-shadow: -15px 0 25px 0 rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-part.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5)
}

.cart-part.active .cart-container {
    right: 0
}

.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--border)
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-total i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--backcolor);
}

.cart-total span {
    font-weight: 500;
    color: var(--backcolor);
    text-transform: capitalize
}

.cart-close {
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%)
}

.cart-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-close i:hover {
    color: var(--white);
    background: var(--backcolor);
}

.cart-list {
    height: 100%;
    padding: 0 15px;
    max-height: calc(100vh - 210px);
    overflow-y: scroll
}

.cart-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid var(--border)
}

.cart-item:hover .cart-media button {
    transform: scale(1)
}

.cart-item:last-child {
    border-bottom: 0
}

.cart-media {
    position: relative;
    margin-right: 25px
}

.cart-media a img {
    width: 100px;
    border-radius: 8px
}

.cart-media button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--buttoncolor);
    background: rgba(255, 255, 255, 0.9);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i:hover {
    color: var(--white);
    background: var(--buttoncolor)
}

.cart-info-group {
    width: 100%
}

.cart-info {
    margin-bottom: 13px
}

.cart-info h6 {
    font-weight: 400;
    text-transform: capitalize
}

.cart-info h6 a {
    color: var(--heading)
}

.cart-info p {
    font-size: 14px
}

.cart-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}

.cart-action-group .product-action {
    display: flex
}

.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px
}

.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--backcolor);
    background: var(--chalk)
}

.cart-action-group h6 {
    font-weight: 500;
    color: var(--backcolor);
}

.cart-footer {
    padding: 20px 15px 0;
    text-align: center;
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.08)
}

.coupon-btn {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--backcolor);
    text-shadow: var(--primary-tshadow)
}

.coupon-btn:hover {
    text-decoration: underline
}

.coupon-form {
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: none
}

.coupon-form:focus-within {
    border-color: var(--backcolor);
}

.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0 15px
}

.coupon-form button span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--backcolor);
}

.cart-checkout-btn {
    padding: 10px 0;
    border-radius: 8px;
    background: var(--backcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-checkout-btn:hover {
    background: var(--heading)
}

.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white)
}

.checkout-price {
    padding: 0 25px;
    letter-spacing: .3px;
    color: var(--white);
    border-left: 1px solid var(--border)
}

@media(max-width:450px) {
    .cart-part {
        overflow-y: scroll;
        transform: scale(0);
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .cart-container {
        right: 0;
        width: 100%;
        height: auto;
        margin: 80px 0 0;
        border-radius: 15px 15px 0 0
    }

    .cart-part.active {
        transform: scale(1);
        transform-origin: top
    }

    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        transform: translateX(-50%);
        border-radius: 50px 50px 0 0;
        box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.15)
    }

    .cart-list {
        max-height: 100%
    }

    .cart-footer {
        margin-bottom: 30px
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all linear .2s
}

.nav-container {
    position: absolute;
    top: 0;
    left: -320px;
    padding: 0;
    width: 280px;
    height: 100vh;
    background: var(--white);
    box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.mobile-nav.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5)
}

.mobile-nav.active .nav-container {
    left: 0
}

.nav-header {
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}

.nav-header a img {
    width: auto;
    height: 40px
}

.nav-close {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.nav-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-close i:hover {
    color: var(--white);
    background: var(--backcolor);
}

.nav-content {
    padding: 0 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px)
}

.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0 0
}

.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--backcolor);
}

.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid var(--white)
}

.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize
}

.nav-name a {
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-name a:hover {
    color: var(--backcolor);
}

.nav-select-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border)
}

.nav-select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    line-height: 20px;
    border-right: 1px solid var(--gray-chalk)
}

.nav-select:last-child {
    padding: 0;
    margin: 0;
    border: 0
}

.nav-select i {
    margin-right: 5px
}

.nav-list {
    width: 100%
}

.nav-list li {
    width: 100%
}

.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-link:hover {
    color: var(--backcolor);
    background: var(--green-chalk)
}

.nav-link::before {
    right: 15px
}

.nav-link i {
    font-size: 20px;
    margin-right: 12px
}

.nav-info-group {
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.nav-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.nav-info:last-child {
    margin-bottom: 0
}

.nav-info i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--backcolor);
}

.nav-info p small {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.nav-info p span {
    font-size: 16px;
    font-weight: 500
}

.nav-footer {
    text-align: center
}

.nav-footer p {
    font-size: 14px;
    color: var(--gray)
}

.nav-footer p a {
    color: var(--backcolor);
}

.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    display: none
}

.mobile-menu a,
.mobile-menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0;
    border-radius: 8px;
    position: relative
}

.mobile-menu a:hover,
.mobile-menu button:hover {
    background: var(--chalk)
}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
    color: var(--backcolor);
}

.mobile-menu a:hover span,
.mobile-menu button:hover span {
    color: var(--backcolor);
}

.mobile-menu a i,
.mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.mobile-menu a span,
.mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: var(--white);
    background: var(--backcolor);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow)
}

@media(max-width:991px) {
    .mobile-menu {
        display: flex
    }
}

.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: var(--white)
}

.view-gallery {
    margin: 30px;
    position: relative
}

.view-label-group {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.view-label {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white)
}

.view-label:last-child {
    margin-bottom: 0
}

.view-label.off {
    background: var(--buttoncolor)
}

.view-label.new {
    background: var(--green)
}

.view-label.sale {
    background: var(--orange)
}

.view-label.feat {
    background: var(--buttoncolor)
}

.view-label.rate {
    background: var(--yellow)
}

.view-details {
    margin: 30px
}

.view-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.view-name a {
    color: var(--heading)
}

.view-name a:hover {
    color: var(--backcolor);
}

.view-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.view-meta p {
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
    color: var(--placeholder)
}

.view-meta span,
.view-meta a {
    margin-left: 5px;
    color: var(--placeholder)
}

.view-meta a:hover {
    text-decoration: underline;
    color: var(--backcolor);
}

.view-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}

.view-rating i,
.view-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray)
}

.view-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-rating a:hover {
    color: var(--backcolor);
    text-decoration: underline
}

.view-rating .active {
    color: var(--yellow)
}

.view-price {
    margin-bottom: 20px
}

.view-price del {
    color: var(--buttoncolor);
    margin-right: 25px
}

.view-price span {
    color: var(--backcolor);
}

.view-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.view-desc {
    margin-bottom: 25px
}

.view-list-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-bottom: 25px
}

.view-list-group:last-child {
    margin-bottom: 0
}

.view-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
    text-transform: capitalize
}

.view-tag-list {
    display: flex;
    align-items: center;
    justify-content: center
}

.view-tag-list li {
    margin-right: 8px
}

.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-tag-list li a:hover {
    color: var(--white);
    background: var(--backcolor);
}

.view-share-list {
    display: flex;
    align-items: center;
    justify-content: center
}

.view-share-list li {
    margin-right: 8px
}

.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-share-list li a:hover {
    color: var(--white);
    background: var(--backcolor);
}

.view-add-group {
    margin: 45px 0 15px
}

.view-add-group .product-add,
.view-add-group .action-input {
    height: 46px;
    line-height: 46px;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--backcolor);
}

.view-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}

.view-action-group a {
    padding: 10px 0;
    border-radius: 8px;
    color: var(--text);
    background: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-action-group a i {
    font-size: 16px;
    margin-right: 8px
}

.view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}

.view-wish.active {
    color: var(--white);
    background: var(--backcolor);
}

.preview-slider {
    margin-bottom: 20px
}

.preview-slider li img {
    width: 100%;
    border-radius: 8px
}

.thumb-slider li {
    margin: 0 10px;
    cursor: pointer
}

.thumb-slider li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border)
}

.thumb-slider .slick-center img {
    border: 1px solid var(--backcolor);
}

@media(max-width:500px) {

    .view-gallery,
    .view-details {
        margin: 25px
    }

    .view-list-group {
        align-items: flex-start;
        flex-direction: column
    }

    .view-list-title {
        margin: 0 0 10px
    }
}

.footer-part {
    padding-top: 20px
}

.footer-widget {
    display: grid;
    grid-template-columns: 100%
}

.footer-logo {
    margin-bottom: 25px
}

.footer-logo img {
    width: 180px
}

.footer-desc {
    margin-bottom: 30px
}

.footer-social li {
    display: inline-block;
    margin-right: 7px
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--backcolor);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-social li a:hover {
    color: var(--white);
    background: var(--backcolor);
}

.footer-title {
    margin-bottom: 25px;
    letter-spacing: -0.3px;
    text-transform: capitalize
}

.footer-widget.contact {
    margin-left: 30px
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.footer-contact li:last-child {
    margin-bottom: 0
}

.footer-contact li i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--backcolor);
}

.footer-contact li p span {
    display: block
}

.footer-links {
    margin-left: 0px;
}

.footer-links ul li {
    margin-bottom: 8px
}

.footer-links ul li:last-child {
    margin-bottom: 0
}

.footer-links ul li a {
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-links ul li a:hover {
    color: var(--backcolor);
    text-decoration: underline
}

.footer-app {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr
}

.footer-app a img {
    width: 100%
}

.footer-bottom {
    margin-top: 75px;
    padding: 30px 50px;
    border-radius: 8px 8px 0 0;
    background: var(--backcolor);
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-copytext {
    font-size: 15px;
    color: var(--white)
}

.footer-copytext a {
    color: var(--green-chalk)
}

.footer-copytext a:hover {
    text-decoration: underline
}

.footer-card a {
    margin-left: 10px
}

.footer-card a img {
   width: 80px;
	border-radius: 3px;
    margin-bottom: 6px;
}


@media(max-width:1199px) {
    .footer-part {
        padding-top: 30px
    }

    .footer-widget {
        margin-bottom: 40px
    }

    .footer-bottom {
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .footer-bottom {
        padding: 25px 15px 75px;
        flex-direction: column;
        text-align: center
    }

    .footer-copytext {
        margin-bottom: 10px
    }

    .footer-card a {
        margin: 0 3px
    }

    .footer-part .container-fluidNew {
        padding: 0 25px
    }

    .footer-widget.contact {
        margin-left: 0
    }

    .product-view {
        max-width: 480px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer-bottom {
        padding: 25px 30px 75px
    }
}

.home-index-slider .dandik {
    right: 30px
}

.home-index-slider .bamdik {
    left: 30px
}

.home-index-slider .slick-dots {
    bottom: 50px
}

.banner-part {
    position: relative;
    z-index: 1
}

.banner-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .05;
    /*background: url(images/home-background-desk1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover*/
}
.banner-1 .banner-btn .order-now{
    color:white;
    background-color:#0B3090;
    border:2px solid #0B3090;
}

.banner-1 .banner-btn .order-now:hover{
    color:#0B3090;
    background-color:white;
}

.banner-2 .banner-btn .order-now{
    color:white;
    background-color:#6c34cb;
    border:2px solid #6c34cb;
}

.banner-2 .banner-btn .order-now:hover{
    color:#6c34cb;
    background-color:white;
}

.banner-btn .get-quote{
    color:white;
    background-color:black;
    border:2px solid black;
}

.banner-btn .get-quote:hover{
    color:black;
    background-color:white;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 50px;
}

.banner-content h3 {
    font-size: 28px;
    font-weight: 500;
}

.banner-content .banner1-text span {
    font-size: 24px;
}

.banner-content .banner2-text span {
    font-size: 18px;
    font-family: CACChampagne;
}


.banner-btn .btn {
    margin-right: 15px;
    max-width:300px;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
}

.banner-img img {
    width: 100%
}

@media(min-width:768px) and (max-width:1199px) {
    .banner-content h1 {
        font-size: 32px;
        line-height: 42px
    }
    .banner-content .banner1-text span {
        font-size: 16px;
    }
    .banner-btn .btn {
        padding: 5px 10px 5px 10px;
    }

}

.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.promo-img a img:hover {
    transform: scale(1.05)
}

@media(max-width:767px) {
    .promo-img {
        margin: 12px 0
    }
    .banner-desk{
        display: none
    }
    .banner-content h3 {
        font-size: 28px;
    }
    .banner-content .banner1-text span {
        font-size: 16px;
    }
    .banner-content .banner2-text span {
        font-size: 14px;
    }
    .banner-btn .btn {
        padding: 1px 2px 1px 2px;
    }
}

.new-slider li {
    margin: 0 12px
}

@media(max-width:575px) {
    .new-slider .product-card {
        width: 220px
    }
    .banner-content h3 {
        font-size: 30px;
    }
    .banner-content .banner1-text span {
        font-size: 14px;
    }
    .banner-content .banner2-text span {
        font-size: 14px;
    }
}

.visual-part {
    padding: 100px 0;
}

.visual-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.visual-wrap:hover .visual-icon i {
    color: var(--white);
    background: var(--backcolor)
}

.visual-icon {
    margin-right: 20px
}

.visual-icon i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--backcolor);
    background: var(--white);
    border: 3px double var(--backcolor);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.visual-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: capitalize
}

.visual-content p {
    font-size: 15px;
    line-height: 22px
}

@media(max-width:767px) {
    .visual-part {
        padding: 60px 0 30px
    }

    .visual-wrap {
        margin-bottom: 30px
    }
	.news-form input{
			width: 68% !important;
	}
    .size_text {
        font-size: 12px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visual-part {
        padding: 80px 0 50px
    }

    .visual-wrap {
        margin-bottom: 30px
    }
	.news-form input{
			width: 68% !important;
	}
}

/* 底部 邮箱地址 */
.news-part{
	background-color: var(--backcolor);
	padding: 20px 0;
}
.news-form{
	background: #fff;
	}
.news-form input{
	width: 69%;
	padding: 10px 15px;
}
.news-form button{
	width: 30%;
	background: var(--buttoncolor);
	color:#fff;
	padding: 10px 15px;
}
.zzbt{
	font-size: 20px;
}
/* footer 样式 */
.footer-desc span{
	color: #999;
}
.footer-desc i{
	color: var(--buttoncolor);
	margin-right: 4px;
}
.zzbq{
	      text-align: center;
	      margin-top: 30px;
	      background: #f5f5f5;
	      width: 100%;
	      color: #000;
	      padding: 4px 0;
}
/* banner 动画效果 */
.slick-active .banner-content h1{
	-webkit-animation-delay: 1.0s;
	    animation-delay: 1.0s;
	    -webkit-animation-name: fadeInLeft;
	    animation-name: fadeInLeft;
}
.slick-active .banner-content p{
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.slick-active .banner-content a{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-name: fadeInLeft;
	animation-name:fadeInLeft;
}
.slick-active .banner-img img{
	    -webkit-animation-delay: 1.5s;
	    animation-delay: 1.5s;
	    -webkit-animation-name: fadeInUp;
	    animation-name: fadeInUp;
	
}
.mb-30{
    margin-bottom: 30px;
}
/* menu 样式 */
.zzli{
	width: 100%;
	display: block;
}
.menutext{
	color: #000000;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
}

.dropdown-list li .zzli a{
	padding: 10px 15px !important;
	display: block;
	}
.zzlist{
	padding-left: 15px;
}
/* card 样式 */
.zzcard{
}
.clm{
	float: left;
	    width: 22%;
	    background: #f5f2f2;
	    position: relative;
	    margin: 0% 1.5% 3% 1.5%;
}
.clmtext{
	padding: 50px 20px 20px;
}
.clmtext a{
	text-decoration: underline;
	font-size: 14px;
}
.clmpic img{
	position: absolute;
	    top: -20%;
	    width: 140px;
	    right: 5%;
}


@media only screen and (min-width: 1200px) {
    .container {
      max-width: 1300px;
    }
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  
  .row.gx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .row.gx-0 > * {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  :root {
    scroll-behavior: unset;
  }

  
/*-------- 07. Service style ---------*/
.service-wrap {
    margin: 5px 5px 5px 5px;
    float:left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .service-wrap .service-img {
    text-align: center;
    border-radius: 100%;
    margin-right: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .service-wrap .service-img2 {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #f2f2f2;
    border-radius: 100%;
    margin-right: 4px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-wrap .service-img {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
  }
  
  .service-wrap .service-img img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .service-wrap .service-img-3 {
    margin-right: 20px;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-wrap .service-img-3 {
      margin-right: 10px;
    }
  }
  
  .service-wrap .service-img-3 img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .service-wrap .service-content h3 {
    font-size: 18px;
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrap .service-content h3 {
      font-size: 16px;
    }
  }
  
  .service-wrap .service-content p {
    color: #6a6a6a;
    margin: 0;
  }
  
  .service-wrap.service-padding {
    padding: 25px 10px 25px 20px;
  }
  
  .service-wrap:hover .service-img {
    background-color: var(--backcolor);
  }
  
  .service-wrap:hover .service-img img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  
  .service-wrap:hover .service-img-3 img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
            animation: 500ms ease-in-out 0s normal none 1 running tada;
  }
  
  .service-wrap-2 .service-img-2 img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .service-wrap-2 .service-content-2 h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 34px;
    position: relative;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-wrap-2 .service-content-2 h3 {
      margin: 15px 0 34px;
    }
  }
  
  .service-wrap-2 .service-content-2 h3:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #e4e4e4;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }
  
  .service-wrap-2 .service-content-2 p {
    font-size: 16px;
    color: #444444;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
  }
  
  .service-wrap-2:hover .service-img-2 img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
            animation: 500ms ease-in-out 0s normal none 1 running tada;
  }
  
  .service-bg-color-1 {
    background-color: #ece6f2;
  }
  
  .service-bg-color-2 {
    background-color: #e6f2f2;
  }
  
  .service-bg-color-3 {
    background-color: #f2f2e6;
  }
  
  .service-bg-color-4 {
    background-color: #ffe5e5;
  }

  
/*Customer Review Section css start */

#customer_review .owl-next {
	position: relative;
	left: 15px;
}

.review-position{
	padding-left: 0px;
}

#customer_review .owl-nav {
	margin-top: 30px;
	
}
#customer_review .owl-nav button.owl-next{
	box-shadow: 0px 0px 3px 0px rgb(153 153 153 / 62%);
}
#customer_review .owl-nav button.owl-prev{
	box-shadow: 0px 0px 3px 0px rgb(153 153 153 / 62%);
}

.bg-light {
	background-color: var(--backcolor) !important;
}

.bg-light.section-spacing {
	margin-right: 60px;
	margin-left: 60px;
}

.review-heading {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Work Sans', sans-serif;
	margin-top: 45px;
	position: relative;
	padding-bottom: 29px;
}

.review-heading::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	bottom: 0;
	background-color: var(--buttoncolor);
}

.owl-nav2 {
	margin-top: 50px!important;
	position: relative;
}

.review {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
}

.review-star {
	margin-top: 30px;
}

.checked2 {
	color: orange;
	font-size: 13px;
}

.reviewe {
	font-size: 16px;
	margin-top: 30px;
	letter-spacing: 1px;
}

.reviewer {
	color: var(--buttoncolor);
	font-weight: 600;
	text-transform: uppercase;
}

.reviewer-name {
	color: #7c7c7c;
	font-size: 12px;
}

.play-icon {
	font-size: 45px;
	color: white;
	width: 50px;
    height: 50px;
	transition: .5s ease;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	background-image: url(../image/play-button.svg);
	background-repeat: no-repeat;
}

.play-icon:hover {
	background-image: url(/preview/11/2021-06-11/stylixe/assets/image/svg/play-button-hover.svg);
}

.youtube_video {
	margin-top: 40px;
	margin-bottom: 40px;
}


/*Customer Review Section css END*/

/* fashion sale section start */
.hiiii figure{
	margin: 0 0 0rem;
}

.cms-banner {
	position: relative;
}

.cms-banner img {
	padding-left: 30px;
	padding-bottom: 30px;
}

.cms-banner::before {
	content: '';
	position: absolute;
	width: 680px;
	height: 460px;
	left: 0;
	top: 30px;
	border: 1px solid #f4b2c1;
	z-index: -1;
}

.cms-banner2 {
	position: relative;
}

.cms-banner2 img {
	padding-left: 0px;
	padding-bottom: 0px;
}

.cms-banner2::before {
	content: '';
	position: absolute;
	width: 545px;
	height: 660px;
	right: 30px;
	top: 30px;
	border: 1px solid #f4b2c1;
	z-index: -1;
}

.women-collection {
	display: block;
}

.heading {
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	margin-top: 25px;
}

.fashion-pera {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: 400;
	color: #6e6e6e;
	font-size: 16px;
}

.shop-now-btn2 {
	text-decoration: none;
	color: white;
	display: inline-block;
	background: var(--buttoncolor);
	border: 1px solid var(--buttoncolor);
	font-weight: 500;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	top: 50px;
	font-size: 14px;
	padding: 10px 30px 10px 30px;
	cursor: pointer;
}

.shop-now-btn2:hover {
	background-color: black;
	color: white;
	border: 1px solid black;
}

.heading2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	margin-left: -35px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--buttoncolor);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	top: -50px;
	position: relative;
}

.owl-theme .owl-nav {
	margin-top: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .button {
	background: #f8f8f8;
	color: #869791;
	border: none;
	padding: 10px 18px !important;
	font: inherit;
	border-radius: 40px;
	margin: 0px;
	
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: #f8f8f8;
    color: var(--buttoncolor);
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next{
	background: #f8f8f8;
	color: #869791;
	border: none;
	padding: 10px 18px !important;
	font: inherit;
	border-radius: 40px;
	margin: 0px;
}

.owl-next:hover {
    color: var(--buttoncolor) !important;
}

.bands_logo {
    position: relative;
}
span.highlight_label {
    height: 25px;
    border-radius: 16px 0px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 5px;
    display: inline-block;
}


/* fashion sale section end 