.content-page {
    margin-top: 0px !important;
    padding: 0px;
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

body[data-layout=horizontal] .navbar-custom {
    padding: 0px;
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    height: auto;
}

.card-img-overlay {
    top: 0%;
}

.notification-list .noti-icon {
    font-size: unset;
}

.logo-box {
    background-color: transparent;
}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: rgba(34, 34, 34, 0);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    /* box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%); */
}

header.header.active {
    position: fixed;
    top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding-right: .7rem;
    padding-left: .7rem;
    line-height: 4;
    /* font-size: 17px; */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #295aa1;
    border-bottom: 2px solid;
}

.list-group-item.head {
    z-index: 2;
    color: #fff;
    background-color: #295aa1;
    border-color: #295aa1;
}

.list-group-item .list-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.search-box .dropdown-groups {
    border: 2px solid rgb(115 176 242);
    height: auto;
    border-radius: 0px;
    padding: 8px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #3ba2ff;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.search-box .dropdown-groups:after {
    position: absolute;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}

.border-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.h-logo {
    height: 38px;
    width: 170px;
    object-fit: contain;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: unset;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: left;
}

.banner .carousel-caption {
    top: 50px !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.h-banner {
    height: 570px !important;
}

.h-banner2 {
    height: 240px !important;
}

.blog-img-height {
    height: 170px;
}

.card.card-plain.card-blog {
    height: 370px;
}

.fs-1 {
    font-size: 45px;
}

.fs-25 {
    font-size: 25px;
}

.fs-7 {
    font-size: 1.875rem;
}

.bg-gray3 {
    background: #f1f5fa;
}

.bg-teal {
    background-color: #8f36f0 !important;
}

.bg-black {
    background-color: #000;
}

.bg-pink {
    background-color: #fff6f6;
}

.fw-600 {
    font-weight: 600;
}

body {
    background-color: #fff;
    padding: 0px;
}

.text-black {
    color: #000;
}



.btn-success {
    color: #fff;
    background-color: #295aa1;
    border-color: #0c4394;
}

.btn-light {
    color: #000;
    background-color: #e3e3e3;
    border-color: #f8f9fa;
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #0c4394;
    border-color: #0c4394;
}

.btn-light a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.btn-info.active a {
    color: #fff !important;
}

.twelve h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}

.twelve h1:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.twelve h1:after {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}


.core-feature-single .core-feature-single-item {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.core-feature-single .core-feature-single-item h3 {
    font-weight: 600;
    margin-bottom: 10px
}

.core-feature-single .hover-shape {
    width: 20px;
    height: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: rotate(260deg);
}

.core-feature-single .hover-shape-1 {
    left: 30px;
    top: 30px;
}

.core-feature-single .hover-shape-2 {
    right: 35%;
    top: 40px;
}

.core-feature-single .hover-shape-3 {
    right: 30px;
    bottom: 40%;
}

.core-feature-single .hover-shape-4 {
    right: 35%;
    bottom: 40px;
}

.core-feature-single .hover-shape-5 {
    left: 30px;
    bottom: 35%;
}

.core-feature-single:hover .hover-shape {
    opacity: 1;
    transform: rotate(100deg);
}

.core-feature-single:hover .hover-shape-1 {
    left: 2px;
    top: 25px;
}

.core-feature-single:hover .hover-shape-2 {
    right: 35%;
    top: -12px;
}

.core-feature-single:hover .hover-shape-3 {
    right: 6px;
    bottom: 40%;
}

.core-feature-single:hover .hover-shape-4 {
    right: 35%;
    bottom: -9px;
}

.core-feature-single:hover .hover-shape-5 {
    left: 14px;
    bottom: 35%;
}

a.link-f {
    padding: 5px 14px;
    color: #6c757d;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

a.link-f:hover {
    color: #fff;
}

.footer {
    position: relative;
}

.social-login-btn {
    margin: 5px;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 30px;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
}

.social-google:hover {
    background-color: #be5238;
    border-color: #9b4631;
}

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
}

.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
}

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
}

.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
}

.social-linkedin {
    background-color: #4875B4;
    border-color: #466b99;
}

.social-linkedin:hover {
    background-color: #466b99;
    border-color: #3b5a7c;
}

.social-insta {
    background-color: #9a3762;
    border-color: #be1d8b;
}

.social-insta:hover {
    background-color: #be1d8b;
    border-color: #9a3762;
}

.social-pinterest {
    background-color: #c8232c;
    border-color: #ba161f;
}

.social-pinterest:hover {
    background-color: #d22831;
    border-color: #c11821;
}

.product-rating {
    display: flex;
    align-items: center;
}

.star-icon {
    color: #FFD700;/ Set the star color / margin-right: 2px;/ Adjust the space between stars /
}

/* owl css start */

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: none;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    height: 100%;
    margin-bottom: 0;
}

.post-slide:hover {
    border: 1px solid var(--primary);
    box-shadow: 0 0 5px 0 var(--primary);
}

.post-slide.blog-box .post-img {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.post-slide.blog-box:hover .post-img {
    filter: blur(1.5px);
    transition: all 0.5s;
}

.post-slide .post-img img {
    width: 100%;
    height: 230px;
    transform: scale(1, 1) rotate(0deg);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1) rotate(5deg);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, #00000075 0%, #00000012 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 10px;
}

.post-slide .post-content .meta-date {
    color: #606060;
}

.btn.btn-outline-primary {
    color: #606060;
    padding: 12px 2rem;
    border-color: #e7e7e7;
}

.btn.btn-sm.btn-outline-primary {
    color: #606060;
    padding: 12px 1rem;
    border-color: #e7e7e7;
    font-size: 14px;
}

.btn.btn-outline-primary:hover {
    color: #fff;
}

.post-slide .post-title a {
    /* font-size: 15px; */
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 20px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.owl-controls .owl-buttons {
    opacity: 0;
    transition: all 0.5s;
}


.owl-carousel.owl-theme:hover .owl-buttons {
    opacity: 1;
}




/* owl css end */
/********************* shopping Demo-1 **********************/
.product-grid {
    font-family: Raleway, sans-serif;
    background: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 109px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.5s;
}

.product-grid:hover {
    box-shadow: 0 0 40px 0 rgb(22 22 25 / 10%);
}

.product-grid:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    width: 200%;
    z-index: -1;
    transform: skewY(14deg);
    transform-origin: 0px 0px 0px;
    background-color: #fafafa;
}

.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: 280px
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-1 {
    opacity: 1
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
    opacity: 1
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product-grid .social li a:after,
.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}

.product-grid .rating {
    color: #FFD200;
    font-size: 16px;
    padding: 0px;
    margin: 0;
    list-style: none;
    position: relative;
    top: -1rem;
    z-index: 999
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2)
}

.product-grid .product-content {
    background-color: #fafafa;
    text-align: left;
    padding: 15px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    z-index: 1;
    transition: all .3s
}

.product-grid:hover .product-content {
    bottom: 0
}

.product-grid .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.product-grid .title a {
    color: #000
}

.product-grid .title a:hover,
.product-grid:hover .title a {
    color: #ef5777
}

.product-grid .price {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    transition: all .3s
}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.jb-bg-img {
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.jb-bg-img:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

.jb-bg-img .jb-promo-block-content {
    padding: 80px 0px 71px;
}

.jb-bg-img .jb-promo-block-content h3 {
    line-height: 30px;
    color: #ffffff;
}

.jb-bg-img .jb-promo-block-content .brand {
    color: #3ba2ff;
}

.jb-bg-img .jb-promo-block-content .jb-promo-border {
    padding: 5px 0px;
    margin: 30px 0px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-style: italic;
    font-size: 18px;
}

.btn-white {
    border: 2px solid #ffffff;
    border-radius: 2px;
    padding: 10px 20px;
    background: transparent;
    color: #ffffff !important;
}

.btn-white:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #3ba2ff !important;
}

.contact-card {
    border-width: 1px;
    border-style: solid;
    border-color: #6a6a6a;
    border-color: rgba(0, 0, 0, 0);
    background: #ededed;
    padding: 25px;
}



.contact-card:hover .icon-c i {
    background: #fff;
    color: #24201c;
}

.grid-h {
    /* background: #fff; */
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.grid-h:hover {
    border-color: #161619;
    box-shadow: 0 0 40px 0 rgb(22 22 25 / 10%);
}

.grid-h:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 48%;
    width: 200%;
    z-index: -1;
    transform: skewY(14deg);
    transform-origin: 0px 0px 0px;
    background-color: #eeeeee;
}

.footer-icon i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 38px;
    margin-right: 12px;
    padding-right: 2px;
    padding-top: 10px;
    text-align: center;
    width: 38px;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid {
        max-width: 100%;
    }
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px
    }
}

.modal-header {
    background-color: #295aa1;
}

.modal-header.title h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.modal-header .close {
    background-color: transparent;
    border: none;
    font-size: 30px;
    line-height: 0;
    color: #fff;
}

.post-slide .post-title a {
    text-decoration: none;
}

.product-grid .title a {
    text-decoration: none;
}

.product-grid .add-to-cart {
    text-decoration: none;
}

.media-body h2 a {
    text-decoration: none;
}

.add-to-cart {
    text-decoration: none;
}

.card-body {
    padding: 2rem 1rem;
}

@media only screen and (max-width:768px) {
    .card-body {
        margin: 2rem 1rem !important;
    }
}

.seemore a {
    text-decoration: none;
}

.rarrowp {
    font-size: 10px;
    height: 8px;
    margin-left: 6px;
    width: 30px;
}

.rarrowpclor {
    fill: #0a58ca !important;
    ;
    height: 1em;

}

/* pre define */
a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

/* pre define */

/* header start */

.header .top-bar {
    background-color: var(--primary);
    padding: 5px 0;
}

.header .top-bar .top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .top-bar .top-bar-inner .top-bar-title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .05em;
}


.social-icon {
    display: flex;
    margin-bottom: 0;
}

.social-icon li {
    margin-right: 5px;
}

.social-icon li a {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    justify-content: center;
    transition: all 0.5s;
}

.social-icon li a:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

.header .header-top {
    display: block;
}

.header.active .header-top .navbar-custom.nav-top {
    display: none;
}

.header.active .header-top .navbar-custom.nav-bottom {
    display: block;
}

.header.active .top-bar {
    display: none;
}

.header.active .header-top .navbar-custom.nav-bottom {
    display: block;
}

.header .header-top .navbar-custom.nav-bottom .main-bar .header-nav .navbar-brand {
    /* display: none; */
}

.header.active .header-top .navbar-custom.nav-bottom .main-bar .header-nav .navbar-brand {
    display: block;
}

@media only screen and (max-width: 991px) {
    .header .header-top .navbar-custom.nav-bottom .main-bar .header-nav .navbar-brand {
        display: block;
    }

    .header .header-top .navbar-custom.nav-bottom .main-bar .header-nav {
        padding: 10px;
    }

    .header .header-top {
        display: block;
    }

    .header .header-top .nav-bottom .navbar-collapse {
        display: block !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .header .top-bar .top-bar-inner {
        display: block;
        text-align: center;
    }

    .header .top-bar .top-bar-inner .social-icon {
        margin-top: 10px;
        justify-content: center;
    }
}




.header .header-top .nav-bottom .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details h6 {
    margin-bottom: 0;
    color: #606060;
    font-weight: 400;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details i {
    color: var(--primary);
    font-size: 20px;
    margin-right: 10px;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details p span i {
    color: var(--primary);
    font-size: 20px;
    margin-right: 10px;
}

.header .header-top .navbar-custom.nav-top .navbar {
    padding: 15px 0;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    transition: all 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}


.header-top .nav-top .navbar .header-form .input-group .search-box .form-select {
    height: 50px;
    border-radius: 0;
}

.header-top .nav-top .navbar .header-form .input-group .form-control {
    height: 40px;
    min-width: 400px;
}

/* header end */












/* footer start */
.footer {
    color: #fff;
    text-align: left !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #1C1C1C;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

.footer .footer-inner {
    padding: 3rem 0;
}

.footer .footer-bottom {
    border-top: 1px solid #fff;
}

.footer-dark,
.bg-dark {
    background-color: #000;
}

.footer-light,
.bg-light {
    background-color: #f3f3f3;
}

.widget.widget-logo {
    text-align: left;
}

.widget.widget-logo .footer-logo {
    margin-right: auto;
    max-width: 350px;
    margin-bottom: 20px;
}

.widget.widget-logo .footer-logo img {
    width: 220px;
    height: 60px;
    object-fit: contain;
}

.widget.widget-logo .social-icon {
    width: 220px;
    height: 60px;
    object-fit: contain;
}

.widget.widget-logo .social-icon {
    width: 220px;
    height: 60px;
    object-fit: contain;
}

.widget.widget-logo .social-icon ul {
    display: flex;
    align-items: center;
}

.widget.widget-logo .social-icon ul li a {
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s;
}

.widget.widget-logo .social-icon ul li a:hover {
    color: var(--primary);
}

.footer .widget.widget-logo .logo-content {
    margin-right: auto;
    max-width: 350px;
}

.footer .widget.widget-logo .social-icon ul li {
    margin-right: 10px;
}

.footer .widget .widget-title {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 1;
}

.footer .widget.widget-link ul .link-f {
    color: #d8d8d8;
    padding: 3px 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 700;
}

.footer .widget.widget-link ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer .widget.widget-link ul li i {
    font-size: 10px;
    margin-right: 10px;
}

.footer .widget.widget-link ul .link-f:hover {
    color: var(--primary);
}

.footer .widget.widget-images ul {
    display: flex;
    flex-wrap: wrap;
}

.footer .widget.widget-images ul .widget-media {
    margin: 0 10px 10px 0px;
}

.footer .widget.widget-images ul .widget-media img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.widget.widget-letter .input-group .form-control {
    margin-bottom: 10px;
}

/* footer end */
.mfp-preloader {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}



/* banner start */
.banner {
    height: 550px;
    /* background-color: #f0f1f5; */
}

/* banner end */




/* discount box */
.bg-gray {
    background-color: #dbdcd7 !important;
}

.bg-pink {
    background-color: #ffd2df !important;
}

.top-discount-box .top-discount-box-inner {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s;
    background-size: cover;
    transform: scale(1);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.top-discount-box .top-discount-box-inner:hover .media img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.top-discount-box .top-discount-box-inner.box-lg {
    width: 100%;
    height: 530px;
}

@media only screen and (max-width:768px) {
    .top-discount-box .top-discount-box-inner.box-lg {
        width: 100%;
        height: 250px;
    }
}

.top-discount-box .top-discount-box-inner.box-sm {
    width: 100%;
    height: 250px;
}

.top-discount-box .top-discount-box-inner .content .title {
    font-weight: 700;
    margin: 10px 0;
}

.top-discount-box .top-discount-box-inner .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-discount-box .top-discount-box-inner .media {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 100%;
    margin-left: 20px;
}

.top-discount-box .top-discount-box-inner .content {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.top-discount-box .top-discount-box-inner .content .detail-link {
    transition: all 0.5s;
}

.top-discount-box .top-discount-box-inner .content .detail-link i {
    color: var(--primary);
}

.top-discount-box .top-discount-box-inner .content .detail-link:hover {
    color: var(--primary);
}


.section-title {
    position: relative;
    margin-bottom: 30px;
}


.banner-section-bottom .banner-section-inner {
    padding: 50px;
}

.btn {
    padding: 15px 25px;
    border-radius: 0;
}

.banner-section-bottom .banner-section-inner {
    position: relative;
    z-index: 1;
}

.banner-section-bottom:hover .banner-section-inner {}

.banner-section-bottom .banner-section-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.4;
}




.card.product-card .card-body {
    padding: 0 !important;
}

.card.product-card {
    border: none;
}


.card.product-card .card-body .card-media {
    margin-bottom: 20px;
    transition: all 0.5s;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.card.product-card .card-body .card-media .badge {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    border-radius: 0 5px 0 5px;
}

.card.product-card .card-body .card-media .img-1 {
    display: block;
    transition: all 0.5s;
    transform: scale(1);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.card.product-card .card-body .card-media .img-2 {
    display: none;
    transition: all 0.5s;
    transform: scale(1);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.card.product-card {
    transition: all 0.5s;
}

.card.product-card:hover .card-body .card-media .img-1 {
    display: none;
    transition: all 0.5s;
}

.card.product-card:hover .card-body .card-media .img-2 {
    display: block;
    transition: all 0.5s;
}

.card.product-card .card-body .card-content .card-buttom {
    display: flex;
    flex-wrap: wrap;
}

.card.product-card .card-body .card-content .card-buttom li {
    margin-bottom: 10px;
}

.card.product-card .card-body .card-content .product-items-price {
    margin-bottom: 0.5rem;
}

.card.product-card .card-body .card-content .product-items-price {
    margin-bottom: 0.5rem;
}

.card.product-card .card-body .card-content .product-items-price {
    color: #606060;
}

.card.product-card .card-body .card-content .product-items-price .old-price {
    text-decoration: line-through;
}

.card.product-card .card-body .card-content .product-items-price .price-divided {
    width: 1.2rem;
    height: 0.1rem;
    vertical-align: middle;
    margin: 0 0.3rem;
    background-color: #606060;
    display: inline-block;
}

.card.product-card .card-body .card-content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card.product-card .card-body .card-content .rating li .yellow {
    color: var(--yellow-color);
    margin-right: 5px;
}


.newproducts .nav.nav-tabs {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
    border-color: transparent;
}

.newproducts .nav.nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.newproducts .nav.nav-tabs .nav-link:hover {
    color: var(--primary);
    font-weight: 600;
    border-color: transparent;
}

.newproducts .nav.nav-tabs .nav-link.active {
    color: var(--primary);
    font-weight: 600;
    border-color: transparent;
}



.product-detail-box .custom-swiper2 {
    margin-bottom: 30px;
}

.product-detail-box .custom-swiper2 .big-images .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-box .custom-swiper.thumb-images .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.product-detail-box .custom-swiper.thumb-images .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-box .swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 40px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 40px !important;
}

.product-detail-box .custom-swiper .swiper-slide-thumb-active {
    border: 1px solid var(--primary) !important;
}


.product-detail-box .custom-swiper2 .big-images .swiper-slide {
    position: relative;
    max-height: 550px;
    width: 100%;
}

.product-detail-box .custom-swiper2 .big-images .swiper-slide .popup-image {
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
}


.card-title {
    font-weight: 600;
}

.product-detail-content .product-items-price {
    font-size: 18px;
}

.product-detail-content .product-items-price .old-price {
    text-decoration: line-through;
}

.product-detail-content .product-items-price .price-divided {
    width: 1.2rem;
    height: 0.1rem;
    vertical-align: middle;
    margin: 0 0.3rem;
    background-color: #606060;
    display: inline-block;
}

.product-detail-content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-detail-content .rating li .yellow {
    color: var(--yellow-color);
    margin-right: 5px;
}

.product-detail-content .rating li .rating-content {
    margin-bottom: 0;
}

.product-color .variant__input--fieldset .variant__color--value .variant__color--value__img {
    width: 30px;
    height: 30px;
    border: 1px solid;
    padding: 3px;
    border-radius: 50%;
}

.product-color input[type=radio]:checked+label .variant__color--value__img {
    border-color: var(--primary);
}

.product-color .variant__input--fieldset input[type=radio]:checked+label {
    color: var(--primary);
}

.product-color input[type=radio]+label:before {
    border-radius: 50%;
    content: none;
}

.product__variant--title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: 1rem;
    color: #000;
}

.product-color .product-color-inner {
    display: flex;
    align-items: center;
    justify-content: left;
}

.product-color .product-color-inner .variant__color--value {
    margin-right: 5px;
}

.product-weight .variant__input--fieldset .variant__size--value {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px !important;
    margin-right: 5px;
    font-weight: 400;
}

.product-weight input[type=radio]:checked+label .variant__color--value__img {
    border-color: var(--primary);
}

.product-weight .variant__input--fieldset input[type=radio]:checked+label {
    color: var(--primary);
}

.product-weight input[type=radio]+label:before {
    border-radius: 50%;
    content: none;
}

.product-weight .product__variant--title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: 1rem;
    color: #000;
}

.product-weight .product-color-inner {
    display: flex;
    align-items: center;
    justify-content: left;
}

.product-weight .product-color-inner .variant__color--value {
    margin-right: 5px;
}





.product-quantity .quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 20px;
}

.product-detail-content .product-quantity .quantity-field .value-button {
    border: 1px solid #ddd;
    margin: 0px;
    width: 35px;
    height: 100%;
    padding: 0;
    background: #eee;
    outline: none;
    cursor: pointer;
}

.product-detail-content .product-quantity .quantity-field .value-button:hover {
    background: rgb(230, 230, 230);
}

.product-detail-content .product-quantity .quantity-field .value-button:active {
    background: rgb(210, 210, 210);
}

.product-detail-content .product-quantity .quantity-field .decrease-button {
    border-radius: 17px 0 0 17px;
}

.product-detail-content .product-quantity .quantity-field .increase-button {
    border-radius: 0 17px 17px 0;
}

.product-detail-content .product-quantity .quantity-field .number {
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 35px;
    height: 100%;
    line-height: 40px;
    font-size: 18px;
    box-sizing: border-box;
    background: white;
}

.product-detail-content .product-quantity {
    display: flex;
    align-items: center;
}

.product-detail-content .product-quantity .quantity-field .number::selection {
    background: none;
}


.product-detail-content .product-list li {
    display: flex;
}

.product-detail-content .product-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-detail-content .product-list li span {
    font-weight: 700;
}

.product-detail-content .product-list li p {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 400;
}


@media (min-width: 576px) {
    .model-big .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

.model-big .close {
    color: #000000;
    font-size: 35px;
    opacity: 1;
    text-shadow: none;
    vertical-align: middle;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border-radius: 50px;
}

.model-big .close .close-btn {
    width: 100%;
    height: 25px;
}

.mfp-wrap {
    z-index: 9999999;
}

.mfp-bg {
    z-index: 9999999;
}

.mfp-close {
    right: 20px;
    top: 20px;
    font-size: 40px;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}


.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.7;
    transition: opacity .15s ease;
}

.banner-slider:hover .carousel-control-next {
    opacity: 1;
}

.banner-slider:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next i,
.carousel-control-prev i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.5s;
}



.banner .title {
    font-weight: 600;
    color: #fff;
}

.banner .content {
    font-weight: 500;
    color: #fff;
}


.form-select {
    border: 1px solid #e7e7e7;
    color: #606060;
}

.form-control {
    border-color: #e7e7e7;
    font-size: 1rem;
    font-weight: 400;
    color: #606060;
}

.site-header .top-bar .top-bar-inner .nav-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-header .top-bar .top-bar-inner .nav-icon li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.site-header .top-bar .top-bar-inner .nav-icon li:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.site-header .top-bar .top-bar-inner .nav-icon li:after:last-child {
    content: none;
}

.site-header .top-bar .top-bar-inner .nav-icon li:last-child::after {
    content: none;
}

.header-bottom .header-nav .nav>li>a {
    border-radius: 0px;
    font-size: 14px;
    padding: 20px 15px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
    background: #00e676;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top:hover {
    background: #5ab185;
    color: #fff;
}

.scroll-top i {
    font-size: 20px;
}

#menuActive {
    background-color: transparent;
    color: var(--primary);
}


.main-banner {
    /* background-image: url(/assets/images/background/bg1.jpg); */
    background-image: url(https://images.unsplash.com/photo-1540221652346-e5dd6b50f3e7?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

.main-banner .banner .banner-img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 350px;
    margin: 0 auto;
}

.product-list-box .product-image {
    text-align: center;
}

.product-list-box .tool-box {
    padding: 20px;
    border: 2px solid var(--rgba-primary-3);
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s;
}

.product-list-box .tool-box .icon-box {
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    color: var(--primary);
    transition: all 0.5s;
}

.product-list-box .product-details .product-price {
    padding: 2px 8px;
    background: var(--primary);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.product-list-box .product-details .product-details-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.product-list-box .tool-box:hover {
    box-shadow: 0 0 5px 0 var(--primary);
    transition: all 0.5s;
    border: 2px solid var(--primary);
}

.product-list-box .tool-box:hover .icon-box {
    background-color: var(--primary);
    color: #fff;
}

.spinner-border {
    width: 15px !important;
    height: 15px !important;
}

.page-box {
    border: 2px solid var(--primary);
    padding: 10px;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #fff;
}

#loading-bar-spinner {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #01ff8d !important;
    border-left-color: #01ff8d !important;
    border-radius: 50%;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: var(--primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.fs-title {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--primary);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--primary)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--primary)
}

.music-controls .progress {
    height: 5px
}

.progress-bar {
    background-color: var(--primary)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.video-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.video-box {
    position: relative;
    transition: all 0.5s;
}


.video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
    opacity: 0;
}

.video-box:hover img {
    filter: blur(1px);
}

.video-box:hover .video-btn {
    opacity: 1;
}

.radio-custom {
    position: absolute;
    top: -13px;
    left: -9;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #337ab7;
    border-radius: 50%;
    opacity: 0;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-label input[type="radio"]:checked+.radio-custom::after {
    opacity: 1;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.music-controls {
    display: flex;
    align-items: center;
}

.time-bar {
    width: 150px;
    height: 5px;
    background-color: #ddd;
    margin-right: 10px;
}

.music-duration {
    margin-right: 10px;
}

.music-controls .progress {
    margin-bottom: 0;
}

.radio-custom {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.nav-tabs.style-1 {
    border: none;
}

.nav-tabs.style-1 .nav-item.nav-link {
    background-color: var(--rgba-primary-2);
    border-bottom: 5px solid var(--rgba-primary-4);
    color: #000;
    transition: all 0.5s;
    margin: 0 10px;
}

.nav-tabs.style-1 .nav-item:hover .nav-link {
    background-color: var(--rgba-primary-8);
    border-bottom: 5px solid var(--primary);
    color: #fff;
}

.nav-tabs.style-1 .nav-item.nav-link.active {
    background-color: var(--rgba-primary-8);
    border-bottom: 5px solid var(--primary);
    color: #fff;
}

.img-media {
    margin-bottom: 30px;
    position: relative;
}

.img-media .rbtn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.main-banner {
    position: relative;
}

.top-discount-box .top-discount-box-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

/* .top-discount-box .top-discount-box-inner:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
} */
.top-discount-box .top-discount-box-inner:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section-title {
    text-align: center;
    display: block;
}

.section-title .title {
    font-size: 35px;
    position: relative;
    padding-bottom: 20px;
    display: inline-flex;
}

/* .section-title .title:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% + 50px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
} */

.product-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.5s;
}

.product-box:hover {
    border: 1px solid var(--primary);
    transition: all 0.5s;
}

.product-box .product-media {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.product-box .product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    border-radius: 10px;
}

.product-box:hover .product-media img {
    transform: scale(1.1) rotate(5deg);
    transition: all 0.5s;
}

.product-box .product-content {
    padding: 0;
}

.product-box .product-content .product-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    margin: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.05);
}

.product-box .product-content .product-content-inner .product-price {
    padding: 2px 8px;
    background: var(--primary);
    border-radius: 6px;
    color: #fff;
    margin: 0;
}

.product-box .product-content .product-content-inner .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-box .product-content .product-content-inner .product-rating li {
    margin-right: 5px;
}

.banner-head {
    display: flex;
    justify-content: center;
    align-items: center;
}


.portrait-img {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.portrait-img .media {
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}

.portrait-img .media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.portrait-img .media .media-content .media-icon .icon-box {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.portrait-img:hover .media .media-content .media-icon .icon-box {
    opacity: 1;
}

.portrait-img:hover .media img {
    transition: all 0.5s;
    filter: grayscale(1);
}

.landscape-img {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.landscape-img .media {
    height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}

.landscape-img .media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.landscape-img .media .media-content .media-icon .icon-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.landscape-img:hover .media .media-content .media-icon .icon-box {
    opacity: 1;
}

.landscape-img:hover .media img {
    transition: all 0.5s;
    transform: scale(1.1) rotate(5deg);
    filter: blur(1px);
}

.gif-img {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.gif-img .media {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}

.gif-img .media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.gif-img .media .media-content .media-icon .icon-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.gif-img:hover .media .media-content .media-icon .icon-box {
    opacity: 1;
}

.gif-img:hover .media img {
    transition: all 0.5s;
    transform: scale(1.1) rotate(5deg);
    filter: blur(1px);
}


.btn.btn-dark a {
    color: #fff;
}

.btn.btn-primary a {
    color: #fff;
}

.custom-dropdown:hover .dropdown-menu {
    display: block;
}

.custom-dropdown .dropdown-toggle:active {
    pointer-events: none;
}

.header-transparent .top-bar {
    background-color: var(--primary) !important;
}

.header-transparent .alch-topbar-left ul li a,
.header-transparent .header-nav .nav>li>a,
.header-transparent .extra-nav .site-button-link,
.header-transparent .navbar-toggler {
    color: #000 !important;
}

.carousel-control-prev {
    left: auto;
    right: 50px;
}

.btn {
    position: relative;
    z-index: 1;
}

.btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn:hover::after {
    width: 100%;
}

.btn:hover::before {
    width: 100%;
}

.banner .sub-title {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.banner .sub-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
    z-index: -1;
}


.product-box .product-content .title {
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 10px 5px 10px;
    margin: 0;
}

.product-box .product-content .product-btn {
    text-align: center;
    padding: 5px 0 15px 0px;
}

.header-transparent .main-bar {
    padding: 0 20px;
}


@media (max-width: 1200px) {
    .top-bar {
        display: none;
    }
}

footer a,
footer a:visited {
    color: #fff;
}


footer .input-group {
    position: relative;
}

footer .input-group .form-control {
    border-radius: 5px !important;
    background-color: transparent;
    color: #fff;
}

footer .input-group .form-control::placeholder {
    color: #fff;
}
footer .input-group > .form-control:focus, footer .input-group > .form-select:focus {
    z-index: 0;
  }
footer .input-group .footer-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px 10px;
    z-index: 1;
}

footer p {
    line-height: 24px;
    margin-bottom: 20px !important;
    font-size: 15px;
}

.post-slide .post-title a {
    font-size: 16px;
}

.card-area {
    /* padding: 10px; */
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f0f0f0;
}

.card-area:hover {
    border-color: var(--primary);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.blog-section .info-blog {
    margin-top: 40px;
    text-align: center;
}

.card-img.w-100.h-banner1 {
    height: 500px;
}
body.search-open {
    overflow: hidden;
}

.head-form  .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    outline: none;
}

.head-form  .close:hover {
    background: var(--primary);
    color: #fff;
}

.head-form .search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.head-form .search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.head-form .search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.head-form .search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    padding: 10px 2rem;
    background: #00A896;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    color: white;
}

.head-form .search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213A;
}

.head-form .search-box.search-elem input[type=text] {
    transition: border 0.3s;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.head-form .search-box.search-elem input[type=text]::placeholder {
    color: #fff;
}

.head-form .search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px var(--primary);
    box-shadow: none;
}

.head-form .search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    color: #999;
    transition: all 0.3s;
}

.head-form .search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}

.head-form .search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ecedf5;
    box-shadow: inset 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.5s;
    color: #000;
}
.search-btn:hover {
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}


.product-list-box.style-1{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    background-color: #f8f8f8;
}
.product-list-box.style-1:hover{
    border: 1px solid var(--primary);
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}