a {
    color: none !important;
}

/* ====== */
.footer-logo {
    width: 200px !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, .7) !important;
}

.logo {
    width: 180px !important;
    margin: 12px 0 0 40px !important;
}

.border-btn {
    line-height: 45px !important;
    padding: 0 30px !important;
}

.medium-title {
    margin-bottom: 21px !important;
    font-size: 23px !important;
}

.nav-logo {
    width: 120px !important;
}

span.small-title-oswald.red-color.overlay-anim-box2.animated.overlay-anim2 {
    margin-bottom: 10px;
}

/* ===== inner page css start==== */

.breadcrumbs ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    color: #ddd;
    font-size: 13.5px;
    letter-spacing: 0.5px;
}

@media (max-width:620px) {
    .breadcrumbs ul li {
        font-size: 12px;
    }
}

.breadcrumbs ul li:not(:last-child)::after {
    position: absolute;
    color: #ddd;
    content: "-";
    font-size: 20px;
    right: -6px;
    top: -6px;
}

.breadcrumbs ul li .active {
    color: #f07c00;
}

.breadcrumb-title {
    font-size: 90px;
    line-height: 110px;
    font-family: "Prata", serif;
    color: #fff;
}

@media (max-width:1024px) {
    .breadcrumb-title {
        font-size: 50px;
        line-height: 70px;
    }
}

@media (max-width:620px) {
    .breadcrumb-title {
        font-size: 30px;
        line-height: 42px;
    }
}

.breadcrumbs ul li:first-child {
    padding-left: 10px;
}

/* ====== inner page css end==== */

.margin_top-30 {
    margin-top: 30px;
}

/* === contact us page css start=== */

.contact-us .flip-btn-box {
    display: block;
    margin-top: 16px !important;
    font-size: 15px;
    margin-right: 0px !important;
    line-height: 1.2;
}

.contact-us .address {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px !important;
    margin-top: 12px !important;
}

/* ====== contact us page css end==== */


/* ==== about us page css start==== */

.about-us .p-letter-style {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: capitalize;
    line-height: 1.7 !important;
    color: #ffffffd6;
}

.about-us ul li p {
    font-family: 'Open Sans', sans-serif !important;
}

.about-us .box-shadow {
    padding: 30px 40px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 88%);
    height: 205px;
}

/* ==== about us page css end==== */

/* ===== infrastructure page css start===== */


.infrastructure .box {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

.infrastructure .box:before,
.infrastructure .box:after {
    content: "";
    background: #333;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

.infrastructure .box:after {
    background: #000;
    border: 1px solid #aaa;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all 0.5s ease 0.2s;
}

.infrastructure .box:hover:before {
    opacity: 0.5;
    transform: scale(1);
}

.infrastructure .box:hover:after {
    opacity: 0.35;
    transform: scale(1);
}

.infrastructure .box img {
    width: 100%;
    height: auto;
}

.infrastructure .box .box-content {
    color: #fff;
    width: 85%;
    filter: blur(5px);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.3s;
}

.infrastructure .box:hover .box-content {
    filter: blur(0);
    opacity: 1;
}

.infrastructure .box .title {
    font-size: 25px;
    font-weight: 200;
    text-transform: capitalize;
    margin: 0 0 1px;
}

.infrastructure .box .post {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
}

.infrastructure .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.infrastructure .box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.infrastructure .box .icon li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 27px;
    width: 27px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
    display: block;
    transition: all 0.3s ease 0s;
}

.infrastructure .box .icon li a:hover {
    color: #fff;
    background-color: #000;
}

.fancybox-caption__body {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
}

/* ======= infrastructure page css end====== */



/* ===== product page css start===== */


.product__page .buttons {
    font-size: 22px;
}

.product__page .section-grid {
    display: flex;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
}

.product__page .grid-prod {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row wrap;
}

.product__page .prod-grid {
    flex: 1 1 25%;
    margin: 10px;
    padding: 12px;
    border: 2px solid #000;
}

.product__page .prod-grid img {
    width: 100%;
}

.product__page .btn {
    background: #f07c00;
    border: 1px solid #f07c00;
    border-radius: 6px;
    color: white;
    font-size: 22px;
    width: 200px;
    height: 40px;
    position: right;
    margin: 10px;
    letter-spacing: 1px;
    display: inline-block;
}

.product__page .btn:hover {
    background: white;
    border: 2px solid #f07c00;
    border-radius: 6px;
    color: #f07c00;
    font-size: 22px;
    width: 200px;
    height: 40px;
    position: right;
    margin: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
}


/*CSS List*/

.product__page .section-list {
    display: flex;
    padding: 2% 4%;
}

.product__page table {
    width: 100%;
    margin: 10px 10px;
    border: 2px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
}

.product__page table tr td {
    padding: 10px;
    border-top: 2px solid #000;
}

.product__page tr td img {
    width: 100%;
}

.product__page .btn-list {
    background: #f07c00;
    border: 1px solid #f07c00;
    border-radius: 6px;
    color: white;
    font-size: 22px;
    width: 200px;
    height: 40px;
    position: right;
    margin: 10px;
    margin-top: 10%;
    letter-spacing: 1px;
    display: inline-block;
}

.product__page .btn-list:hover {
    background: white;
    border: 2px solid #f07c00;
    color: #f07c00;
    margin: 10%;
}

.product__page button {
    float: right;
}

@media (min-width: 320px) and (max-width: 480px) {

    .product__page .section-list,
    .product__page .buttons {
        display: none;
    }
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter {
    line-height: 1;
    position: relative;
    display: inline-block;
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter a {
    color: #1B1B1B;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 14px 20px 14px 20px;
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter a i {
    color: #1B1B1B;
    margin-left: 20px;
}

.product__page .product-filter-wrapper {
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 30px 40px 23px;
    display: none;
    width: auto;
    margin: 0 15px 15px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product__page .product-filter-wrapper {
        padding: 40px 25px 34px;
    }
}

@media only screen and (max-width: 767px) {
    .product__page .product-filter-wrapper {
        padding: 40px 25px 34px;
    }
}

.product__page .product-filter-wrapper .product-filter h5 {
    font-size: 16px;
    margin: 0 0 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1B1B1B;
}

@media only screen and (max-width: 767px) {
    .product__page .product-filter-wrapper .product-filter h5 {
        margin: 0 0 10px;
    }
}

.product__page .product-filter-wrapper .product-filter .price-filter ul li,
.product__page .product-filter-wrapper .product-filter .product-size ul li,
.product__page .product-filter-wrapper .product-filter .product-color ul li,
.product__page .product-filter-wrapper .product-filter .product-brands ul li {
    margin-bottom: 10px;
    display: block;
}

.product__page .product-filter-wrapper .product-filter .price-filter ul li:last-child,
.product__page .product-filter-wrapper .product-filter .product-size ul li:last-child,
.product__page .product-filter-wrapper .product-filter .product-color ul li:last-child,
.product__page .product-filter-wrapper .product-filter .product-brands ul li:last-child {
    margin-bottom: 0;
}

.product__page .product-filter-wrapper .product-filter .price-filter ul li a,
.product__page .product-filter-wrapper .product-filter .product-size ul li a,
.product__page .product-filter-wrapper .product-filter .product-color ul li a,
.product__page .product-filter-wrapper .product-filter .product-brands ul li a {
    color: #1B1B1B;
    font-size: 15px;
    letter-spacing: 1px;
}

.product__page .product-filter-wrapper .product-filter .price-filter ul li a:hover,
.product__page .product-filter-wrapper .product-filter .product-size ul li a:hover,
.product__page .product-filter-wrapper .product-filter .product-color ul li a:hover,
.product__page .product-filter-wrapper .product-filter .product-brands ul li a:hover {
    color: #f07c00;
}

.product__page .product-filter-wrapper .product-filter .product-color ul,
.product__page .product-filter-wrapper .product-filter .product-size ul,
.product__page .product-filter-wrapper .product-filter .product-brands ul {
    width: 100%;
}

.product__page .product-filter-wrapper .product-filter .product-color ul li,
.product__page .product-filter-wrapper .product-filter .product-size ul li,
.product__page .product-filter-wrapper .product-filter .product-brands ul li {
    width: 50%;
    display: inline-block;
    float: left;
}

.product__page .shop-top-bar {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px 25px;
}

@media (max-width:575px) {
    .product__page .shop-top-bar {
        flex-direction: column;
    }
}

.product__page .shop-top-bar .shop-top-bar-left {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:575px) {
    .product__page .shop-top-bar .shop-top-bar-left {
        text-align: center;
        margin-bottom: 25px;
        display: block;
    }
}

.product__page .shop-top-bar .shop-top-bar-right {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__page .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: 30px;
    list-style: none;
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter {
    line-height: 1;
    position: relative;
    display: inline-block;
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter a {
    color: #1B1B1B;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 14px 20px 14px 20px;
}

.product__page .shop-top-bar .shop-top-bar-right .shop-filter a i {
    color: #1B1B1B;
    margin-left: 20px;
}

.product__page .product-grid {
    text-align: center;
    /* overflow: hidden; */
    position: relative;
    /* margin: 10px 0; */
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.product__page .product-grid .product-image {
    overflow: hidden;
    position: relative;
}

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

.product__page .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product__page .product-image .pic-1 {
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
}

.product__page .product-grid .product-content {
    padding: 12px 10px;
    background: #222;
    color: #fff;
}

.product__page .product-grid .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.5px;
}

.product__page .product-grid .title a {
    color: #fff;
}

.product__page .product-grid .title a:hover {
    color: #f07c00;
}

.product__page .product-grid .price {
    color: #959595;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product__page .product-grid .product-button-group {
    background-color: #fff;
    text-align: left;
    width: 100%;
    padding: 15px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    transition: all 0.3s ease-in-out 0s;
}

.product__page .product-grid:hover .product-button-group {
    opacity: 1;
    bottom: 0;
}

.product__page .product-grid .add-to-cart {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 4px;
    margin: 0 0 0px;
    /* border-bottom: 2px solid #f07c00; */
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.product__page .product-grid .add-to-cart:hover {
    color: #f07c00;
    text-decoration: none;
}

.product__page .product-grid .add-to-cart i {
    font-size: 12px;
    margin-left: 8px;
}

.product__page .product-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.product__page .product-grid .social li {
    display: inline-block;
    margin-left: 10px;
}

.product__page .product-grid .social li a {
    color: #787676;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.product__page .product-grid .social li a:hover {
    color: #f07c00;
}

.product__page .product-grid .rating {
    color: #ffa800;
    font-size: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product__page .product-grid .rating li.disable {
    color: #ddd;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.product__page .pricing-card {
    display: flex;
    margin: 10px 15px;
    /* box-shadow: 15px 30px 30px 0 rgba(220, 36, 48, 0.15); */
}

.product__page .card-left {
    width: 25%;
}

.product__page .card-left h1 {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 24px;
}

.product__page .card-left p {
    font-size: 60px;
}

.product__page .dollar {
    font-size: 24px;
    position: relative;
    top: -26px;
}

.product__page .card-right {
    text-align: left;
    background: #fff;
    width: 75%;
    color: #000;
    border-radius: 0 6px 6px 0;
    padding: 40px 40px;
    position: relative;
}

.product__page .card-right h1 {
    margin-bottom: 10px;
    color: #292e31;
    opacity: 0.9;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 35px;
}

.product__page .card-right ul {
    margin-bottom: 40px;
}

.product__page .card-right li {
    padding-bottom: 6px;
}

.product__page .button {
    text-decoration: none;
    color: #fff;
    background: #222;
    padding: 13px 60px;
    display: inline-block;
    transition: all 500ms ease;
}

.product__page .button:hover {
    background: #f07c00;
}

.product__page .card-right__inner {
    display: flex;
    width: 100%;
}

.product__page .card-right__inner ul {
    width: 25%;
    margin: 15px 0 30px;
}

.product__page .card-right__inner ul li span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 10px;
}

.product__page .card-right__inner ul li {
    font-size: 16px;
    letter-spacing: 1px;
    color: #818181;
}

.product__page .card-right .zoom__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}


/* ====== product page css end====== */


/* ===== product detail page css start===== */


.product-detail__page img {
    width: 100%;
    display: block;
}

.product-detail__page .img-display {
    overflow: hidden;
    order: 2;
}

.product-detail__page .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.product-detail__page .img-showcase img {
    min-width: 100%;
}

.product-detail__page .img-select {
    /* display: flex; */
    order: 1;
}

@media (max-width:991px) {
    .product-detail__page .img-select {
        display: flex;
        margin-top: 8px;
    }
}

.product-detail__page .img-item {
    width: 120px;
    margin-bottom: 5px;
    margin-right: 5px !important;
    border: 1px solid #eee;
}

.product-detail__page .img-item:nth-child(1),
.product-detail__page .img-item:nth-child(2),
.product-detail__page .img-item:nth-child(3) {
    margin-right: 0;
}

.product-detail__page .img-item:hover {
    opacity: 0.8;
}

.product-detail__page .product-content {
    padding: 2rem 1rem;
}

@media (max-width:991px) {
    .product-detail__page .product-content {
        padding: 2rem 0;
    }
}

.product-detail__page .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-detail__page .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 106px;
    background: #f07c005c;
}

.product-detail__page .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #f07c00;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-detail__page .product-link:hover {
    opacity: 0.9;
}

.product-detail__page .product-rating {
    color: #ffc107;
}

.product-detail__page .product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-detail__page .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-detail__page .product-price span {
    font-weight: 400;
}

.product-detail__page .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.product-detail__page .new-price span {
    color: #f07c00;
}

.product-detail__page .product-detail h2 {
    text-transform: capitalize;
    color: #222;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    padding-top: 22px;
}

.product-detail__page .product-detail p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin: 0px 0 20px 0;
}

.product-detail__page .product-detail p b {
    color: #f07c00;
}

.product-detail__page .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail__page .product-detail ul li {
    list-style: none;
    font-weight: 600;
    opacity: 0.9;
    background: #fff;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.product-detail__page .product-detail ul li b {
    width: 100px;
    display: inline-block;
}

.product-detail__page .product-detail ul li span {
    font-weight: 400;
}

.product-detail__page .purchase-info {
    margin: 1.5rem 0;
}

.product-detail__page .purchase-info input,
.product-detail__page .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.product-detail__page .purchase-info input {
    width: 60px;
}

.product-detail__page .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.product-detail__page .purchase-info .btn:first-of-type {
    background: #f07c00;
}

.product-detail__page .purchase-info .btn:last-of-type {
    background: #f64749;
}

.product-detail__page .purchase-info .btn:hover {
    opacity: 0.9;
}

.product-detail__page .social-links {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.product-detail__page .social-links p {
    margin: 0 15px 0 0;
}

.product-detail__page .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.3rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.product-detail__page .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .product-detail__page .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .product-detail__page .card-wrapper {
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail__page .product-imgs {
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
    }

    .product-detail__page .product-content {
        padding-top: 0;
    }
}

.product-detail__page .serviceBox {
    border: 1px solid #ededed;
    padding: 30px 30px 15px 100px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 10px 0;
}

.product-detail__page .serviceBox:hover {
    border-color: #f07c00;
}

.product-detail__page .serviceBox:before,
.product-detail__page .serviceBox:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #f07c00;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.product-detail__page .serviceBox:before {
    top: -3px;
}

.product-detail__page .serviceBox:after {
    bottom: -3px;
}

.product-detail__page .serviceBox:hover:before,
.product-detail__page .serviceBox:hover:after {
    left: 40px;
    opacity: 1;
}

.product-detail__page .serviceBox .service-icon {
    display: inline-block;
    position: absolute;
    top: 21%;
    left: 23px;
    color: #f07c00;
    opacity: 0.3;
    transition: all 0.5s ease-in 0s;
    width: 50px;
}

.product-detail__page .serviceBox:hover .service-icon {
    opacity: 1;
}

.product-detail__page .serviceBox .title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

@media (max-width:768px) {
    .product-detail__page .serviceBox .title {
        font-size: 18px;
    }
}

.product-detail__page .new__padding {
    padding: 80px 0;
}

.product-detail__page .features__item img {
    width: auto;
}

.product-detail__page .features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.product-detail__page .features__item p {
    margin: 0;
}


/* .product-detail__page .trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
} */

.product-detail__page .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.product-detail__page .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 30%;
    border-radius: 0.5rem;
}

@media (max-width:1200px) {
    .product-detail__page .modal-content {
        width: 50%;
    }
}

@media (max-width:767px) {
    .product-detail__page .modal-content {
        width: 95%;
    }
}

.product-detail__page .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.3rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    font-size: 25px;
}

.product-detail__page .close-button:hover {
    background-color: darkgray;
}

.product-detail__page .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}

.application-sec img {
    width: 100px;
}

.application-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.application-sec span {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
}

.product-detail__page .swiper-container-application {
    margin-top: 70px;
}

.product-detail__page .product-grid {
    text-align: center;
    /* overflow: hidden; */
    position: relative;
    margin: 10px 0;
}

.application-sec .product-grid .product-image {
    overflow: hidden;
    position: relative;
}

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

.application-sec .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-detail__page .product-image .pic-1 {
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.6s ease-in-out 0s;
}

.product-detail__page .product-grid .product-content {
    padding: 12px 10px;
    background: #222;
    color: #fff;
}

.product-detail__page .product-grid .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.5px;
}

.product-detail__page .product-grid .title a {
    color: #fff;
}

.product-detail__page .product-grid .title a:hover {
    color: #f07c00;
}

.product-detail__page .product-grid .price {
    color: #959595;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-detail__page .product-grid .product-button-group {
    background-color: #fff;
    text-align: left;
    width: 100%;
    padding: 15px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    transition: all 0.3s ease-in-out 0s;
}

.product-detail__page .product-grid:hover .product-button-group {
    opacity: 1;
    bottom: 0;
    width: -webkit-fill-available;
}

.product-detail__page .product-grid .add-to-cart {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 4px;
    margin: 0 0 0px;
    /* border-bottom: 2px solid #f07c00; */
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.product-detail__page .product-grid .add-to-cart:hover {
    color: #f07c00;
    text-decoration: none;
}

.product-detail__page .product-grid .add-to-cart i {
    font-size: 12px;
    margin-left: 8px;
}

.product-detail__page .product-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.product-detail__page .product-grid .social li {
    display: inline-block;
    margin-left: 10px;
}

.product-detail__page .product-grid .social li a {
    color: #787676;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.product-detail__page .product-grid .social li a:hover {
    color: #f07c00;
}

.product-detail__page .product-grid .rating {
    color: #ffa800;
    font-size: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-detail__page .product-grid .rating li.disable {
    color: #ddd;
}

.product-detail__page .related__section {
    margin-top: 70px;
}


/* ===== product detail page css end===== */


/* ======= catalogue page css start===== */


.catalogue .box {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

.catalogue .box:before,
.catalogue .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}

.catalogue .box:after {
    transform: scaleY(0);
}

.catalogue .box:hover:before {
    transform: scaleX(1);
}

.catalogue .box:hover:after {
    transform: scaleY(1);
}

.catalogue .box img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.catalogue .box:hover img {
    transform: scale(1.3);
}

.catalogue .box .box-content {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 2;
}

.catalogue .box .title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.catalogue .box:hover .title {
    opacity: 1;
}

.catalogue .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}

.catalogue .box:hover .icon {
    transform: scaleX(1);
}

.catalogue .box .icon li {
    display: inline-block;
}

.catalogue .box .icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

.catalogue .box .icon li a:hover {
    background: #fff;
    color: #444;
}


/* -====== catalogue page css end===== */


/* ===== packing details page css start====== */


.packing-detail .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-responsive>.table-bordered {
    border: 0;
    white-space: nowrap;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

thead.thead-dark {
    background-color: #000;
    color: #fff;
}

thead.thead-dark tr th {
    padding: 12px 5px;
    border: 1px solid #a7a7a7;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}

.table tbody tr td {
    border: 1px solid #a7a7a7;
    padding: 8px;
    letter-spacing: 0.5px;
}


/* ====== packing details page css end===== */


/* ==== responsive start===== */
@media (max-width:768px) {
    /* .footer-information i {
        width: 15px;
    } */

    ul.footer-information.text-color-4 {
        text-align: center;
    }

    .logo {
        width: 150px !important;
        margin: 12px 0 0 10px !important;
    }
}

.menu-open {
    /* width: 15px;
    height: 15px; */
    margin: 20px 40px 0 0px;
}

.hamburger:before,
.hamburger:after {
    /* width: 9px; */
}

@media (max-width:767px) {

    .contact-us .flex-container.top-padding-90.contact-box {
        padding-top: 40px !important;
    }

    .contact-box p {
        font-size: 16px;
    }


    .contact-us .four-columns.bottom-padding-60 {
        padding-bottom: 35px;
    }

    .contact-us .container.top-padding-120.bottom-padding-60 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    /* .contact-us .flex-min-height-inner{
        min-height: 90px;
    } */

    .footer-menu li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-menu li a {
        font-size: 12px;
    }
}

@media (max-width:584px) {
    .menu-open {
        margin: 14px 14px 0 0px !important;
    }
}


.widget-categories a {
    background: transparent;
    color: #000 !important;
}

.sidebar-box h4 {
    padding: 5px 10px !important;
}

.widget-categories.bottom-padding-60 ul {
    padding: 0 0 0 10px;
}

/* ============== */

@media (max-width:584px) {
    .page-head-bg.overlay-loading2 {
        background-color: #000;
        opacity: 0.4;
    }

    .about-us .page-head-bg {
        background-position: center left;
    }

    .about-us .box-shadow {
        height: auto;
    }
}


/* ===== responsive end====== */