/* Custom Css Style */

/* Topbar */

.topbar {
    background: #003b73;
    color: #fff;
    font-family: 'Inter';
    padding: 10px 0;
}

.topbar .topbar-option ul {list-style: none;padding: 0;margin: 0;display: flex;}

.topbar .topbar-option ul li a {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
}

.container {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}

.topbar .topbar-option ul li:not(:first-child) {
    margin-left: 50px;
}

.contact-details .widget-area {
    float: initial;
}

.flex {
    display: flex;
}

.jcsb {
    justify-content: space-between;
}

span.count.thb-cart-count.count-new {
    display: flex;
    align-items: center;
    background: #ed5d5c;
}

.contact-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.contact-details ul li {
    margin-bottom: 0 !important;
    display: flex;
    position: relative;
}

.contact-details ul li a {
    color: #fff;
    display: flex;
    font-family: 'Inter';
    font-size: 14px;
    align-items: center;
}

.contact-details ul li a .icon-wrapper {
    display: flex;
    align-items: center;
}

.contact-details ul li a img {
    width: 17px;
}

.contact-details ul li a .icon-wrapper img {
    margin-right: 10px;
}

.contact-details .widget-area section {
    margin: 0;
}

.contact-details ul li:first-child {
    margin-right: 30px;
}

/* Main Menu */

.main-header-new .logo a img {
    max-width: 147px;
    position: relative;
    bottom: 7px
}

.main-header-new .flex.jcsb {
    align-items: center;
}

.main-header-new {
    background: #fff;
    width: 100%;
    z-index: 1000;
    transition: 200ms ease-in-out;
}

.quote .widget-area {
    float: none;
}

.quote .widget-area section {
    margin: 0;
}

.quote ul {
    display: flex;
}

.quote ul li {
    margin: 0 !important;
    display: flex;
}

.quote ul li a {
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Inter';
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition:200ms cubic-bezier(1, 0, 0, 1)

}

.quote ul li.get-a-quote a {
    background: #ed5d5c;
    color: #fff;
}

.quote ul li.gallery a {
    border: 1px solid #c7c7c7;
    /* border-radius: 8px; */
    margin-right: 20px;
    font-weight: bold !important;
    position: relative;
    z-index: 1;
}

.quote ul li.get-a-quote a:hover {
    color: #252525;
    text-decoration: none;
    /* background: #252525; */
}

.quote ul li.gallery a:hover {
    background: #003b73;
    color: #fff;
    border: 1px solid #003b73;
}


#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

.main-header-new .menu {
    flex-basis: 65%;
}

.main-header-new .quote {
    flex-basis: 20%;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 35px;
}
.slider-main {
    background: #003b73;
}

.slider-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.slider-main .left {
    flex-basis: 35%;
	padding:5%;
}

.slider-main .right {
    flex-basis: 65%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.slider-main .right img {
    width: 100% ;
    height: 81vh;
    object-fit: cover;
}

.slick-track {
    display: flex;
}

.slider-main .left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
}

.slider-main .left p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}

.slider-main .left a {
    padding: 15px 20px !important;
    /* text-transform: uppercase !important; */
    font-weight: 600;
    font-size: 16px;
    color:#ffffff;
    background:#ed5d5c;
    border-radius: 4px;
    margin-top:20px;
    display: block;
    max-width: max-content;
} 

.slick-list.draggable {
    overflow: hidden;
}

.homepage-slider-aslick {
    position: relative;
}

.banner-homepage-slider button.slick-prev.slick-arrow, .banner-homepage-slider button.slick-next.slick-arrow {
    width: 40px !important;
    height: 40px !important;
    /* border-radius: 100%; */
    font-size: 0;
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 10%;
    margin: auto;
    left: 90px;
    z-index: 1;
    cursor: pointer;
}

.banner-homepage-slider button.slick-next.slick-arrow {
    left: 150px;
}

.banner-homepage-slider button.slick-prev.slick-arrow::after {
    content: "�?";
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #006487;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.banner-homepage-slider button.slick-next.slick-arrow::after {
    content: "→";
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #006487;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.sa_owl_theme .owl-nav .owl-prev {
    left: 5% !important;
    top: unset !important;
	bottom:10% !important;
}

.sa_owl_theme .owl-nav .owl-next {
    left: 9% !important;
	top: unset !important;
	bottom:10% !important;
}


/* Footer */

.footer {background: #000;color: #fff;}

.footer .footer-contact-details {padding: 40px 0 45px;border-bottom: 1px solid #555;}

.footer .footer-description {padding: 50px 0;border-bottom: 1px solid #555;}

.footer .footer-main-menu {padding: 60px 0 20px;border-bottom: 1px solid #555;}

.footer .footer-copyright {padding: 30px 0 10px;}

.footer .widget-area {
    float: none;
    padding: 0;
}

.footer .widget-area section {
    padding: 0;
    margin: 0 0 0 0;
    margin-left: 0 !important;
}

.footer .footer-contact-details img {max-width: 22px;margin-right: 12px;}

.footer .footer-contact-details p {margin: 0;display: flex;}

.footer .footer-contact-details a {display: flex;align-items: center;color: #ccc;text-decoration: none;font-size: 14px;}

.footer .footer-contact-details p a:first-child {
    margin-right: 20px;
}

.footer .footer-contact-details p a:first-child img {
    width: 17px;
}

.footer .footer-contact-details div.widget-title {
    font-weight: 400;
    font-size: 16px !important;
    margin: 0 0 10px;
}

.footer .footer-description p {
    margin: 0;
    color: #fff;
}

.footer .footer-main-menu .widget-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.footer .footer-main-menu .widget-area > section {
    flex: 1 0 20%;
    margin-bottom: 60px;
}

.footer .footer-main-menu h2 {
    margin: 0 0 10px;
    font-size: 16px !important;
    font-weight: 400;
}


.footer .footer-main-menu ul li a {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    text-transform: capitalize;
}

.footer .footer-main-menu ul li a:hover {
    text-decoration: none !important;
}

.footer .footer-main-menu .widget-area > section:nth-child(6),.footer .footer-main-menu .widget-area > section:nth-child(7), .footer .footer-main-menu .widget-area > section:nth-child(8) {flex-grow: 0;}

.footer .footer-copyright .flex {
    justify-content: space-between;
}


.footer .footer-copyright .social ul {
    display: flex;
}

.footer .footer-copyright .line p {
    color: #ccc;
    font-size: 14px;
}

.footer .footer-copyright .line p a {
    text-decoration: underline;
    color: #ccc;
}

.footer .footer-copyright .social ul li:not(:last-child) {margin-right: 65px;margin-bottom: 0px;}

.footer .footer-copyright .social ul li a {
    display: flex;
}

.footer .footer-copyright .social ul li a img {
    width: 20px;
}

.footer .footer-description .widget-area {
    float: none;
}

.footer .footer-contact-details .widget-area {
    float: none;
}

#page .footer .footer-description section.widget, #page .footer .footer-contact-details section.widget, #page .footer .footer-copyright section.widget {margin-bottom: 0px;}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
    transition: 400ms ease-in-out;
}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right.bottom100px{
    bottom: 100px;
}

.featured-article-image img {
    height: 150px !important;
    object-fit: cover;
}

.featured-article-image span.date-comment {
    font-size: 12px;
    display: block;
    margin: -10px 0 10px;
    color: #b4b2b2;
    font-weight: 600;
}

.featured-article-image a {
    display: block;
    margin-top: 20px;
    text-decoration: underline !important;
    color: #ed5d5c;
	    font-size: 12px;
    font-weight: 600;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextHeading.R-TextHeading--xxs.u-textCenter--all.u-marginLeft--xs.u-marginRight--xs {
    order: 2;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-RatingStars.u-marginBottom--xxs {
    order: 1;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs {
    order: 3;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner div {
    order: 5;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
    justify-content: flex-start !important;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-RatingStars.u-marginBottom--xxs i.stars__icon {
    color: #ed5d5c;
	font-size:28px;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-RatingStars .R-RatingStars__stars .stars__icon--75 {
    background-image: linear-gradient(to right,#ed5d5c 60%,var(--common-star-disabled-color) 60.1%) !important;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextHeading.R-TextHeading--xxs.u-textCenter--all.u-marginLeft--xs.u-marginRight--xs .cssVar-header__heading {
    color: #003972;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs .cssVar-header__subheading strong {
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs.average_rating .cssVar-header__subheading span.cssVar-subheading__number {
    padding: 25px 10px;
    display: block;
    background: #ed5d5c;
    color: #ffffff;
    border-radius: 50px;
    width: 90px;
    font-size: 28px;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-TextHeading {
    display: block;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner .R-TextHeading .cssVar-authorName {
	color: #003b73;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 24px;
	text-align: center;
}

.CarouselWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon{
	color: #ed5d5c !important;
	font-size:22px !important;
}

.CarouselWidget-prefix .CarouselWidget .cssVar-starDisplay {
    justify-content: center !important;
    display: flex !important;
}

html body .CarouselWidget-prefix .R-BadgeElement {
    justify-content: center !important;
    margin-bottom: 30px !important;
}

.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon span {
    color: #ed5d5c !important;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item--body {
    text-align: center !important;
    font-size: 16px;
    font-family: 'Inter';
    color: #7a7a7a;
    line-height: 24px;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    background: #ddd !important;
    color: #fff !important;
    font-size: 18px !important;
}

.CarouselWidget-prefix .u-inlineBlock, .CarouselWidget-prefix .u-displayInlineBlock {
    display: none !important;
}

.CarouselWidget-prefix .R-flex-row {
    justify-content: center !important;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs {
    margin-bottom: 20px !important;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs.average_rating {
    margin-bottom: 05px !important;
}

/* 
.owl-carousel {
    display: flex !important;
} */

html body .white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

/* html body .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(https://instentstaging.wpengine.com/wp-content/uploads/2024/01/arrow-left.png) !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
}

html body .white .sa_owl_theme .owl-nav .owl-next {
    background: url(https://instentstaging.wpengine.com/wp-content/uploads/2024/01/arrow-left.png) !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    transform: rotate(180deg);
} */


.widget-area {
    padding-top: 0 !important;
}


/* header menu */
/* #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1,
#mega-menu-wrap-primary-menu-1{
	position: unset;
} */
#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 100%;
    position: fixed;
    margin-top: 25px;
	transform: none !important;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul {
    max-width: 1440px;
    margin: auto;
    display: flex !important;
    justify-content: center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
    flex-basis: 100%;
    width: auto !important;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
    border-right: 1px solid #eee;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li:first-child {
    border-left: 1px solid #eee;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group span.mega-menu-title {
    text-align: center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item:hover > a.mega-menu-link span.get-menu-in-span::after {
    content: "";
    transform: scale(1,1);
    transform-origin: left center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link span.get-menu-in-span::after {
    display: block;
    position: absolute;
    top: calc(100% + -6px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid #003b73;
    content: "";
    transition: transform .6s cubic-bezier(.28,.75,.22,.95);
    transform: scale(0,1);
    transform-origin: right center;
}

span.get-menu-in-span {
    display: flex;
    position: relative;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group:hover span.mega-menu-title::after {
    content: "";
    transform: scale(1,1);
    transform-origin: left center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group span.mega-menu-title::after {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid #003b73;
    content: "";
    transition: transform .6s cubic-bezier(.28,.75,.22,.95);
    transform: scale(0,1);
    transform-origin: right center;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item.mega-toggle-on a::before {
    transform: rotate(180deg);
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item a::before {
    transition: 200ms linear;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
}

#mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    margin: 0 0 0 3px;
}

.elementor-widget-image-box .elementor-image-box-title a {
    margin-bottom: 10px;
    color: #1A1919;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3em;
    text-decoration: none !important;
    margin-top:0 !important;
}

.elementor-widget-image-box .elementor-image-box-title a:hover {
    text-decoration: underline !important;
}

.topbar .topbar-option ul li a:hover {
    color: #EE675C;
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
    transform: scale(1.03) !important;
}

.footer .footer-copyright .social ul li a:hover img {opacity: .7;}

/* Blog Page Category */
.blog #secondary #categories-2,
.archive.category #categories-2,
.single-post #categories-2 {
	display: none !important;
}

.ins-blog-category li.cat-item ul.children {
	display: none;
}

.ins-blog-category li.cat-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.ins-blog-category li.cat-item a {
	margin: 0 5px 5px 0;
    display: flex;
    color: #333333;
    padding: 6px 10px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 21px;
    border: 2px solid transparent;
    border-left: none;
    border-right: none;
}

.ins-blog-category li.cat-item.current-cat a,
.blog .ins-blog-category li.cat-item:first-child a {
	border-top: 2px solid #ff5c39;
	border-bottom: 2px solid #ff5c39;
	color: #ff5c39;
}

.ins-blog-category li.cat-item a:hover {
	color: #ff5c39 !important;
}

.ins-blog-category {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

body.archive.category header.page-header {
	padding-bottom: 30px !important;
}

/* Blog Page Call To Action */
.ins-blog-img .elementor-widget-image,
.ins-blog-img .elementor-widget-image > .elementor-widget-container,
.ins-blog-img .elementor-widget-image > .elementor-widget-container > a {
	height: 100%;
	width: 100%;
}

.ins-blog-ribbon-box {
	position: relative !important;
	overflow: hidden !important;
}

.ins-blog-ribbon {
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-20%) translateX(-52%) translateX(35px) rotate(-45deg) !important;
    -ms-transform: translateY(-20%) translateX(-52%) translateX(35px) rotate(-45deg) !important;
    transform: translateY(-20%) translateX(-52%) translateX(35px) rotate(-45deg) !important;
    z-index: 3;
}

.ins-blog-ribbon-right {
	position: absolute !important;
    top: -12px;
    right: -45px;
    left: unset;
    width: 150px;
    z-index: 3;
    transform: rotate(41deg) !important;
}

/* New Page Revamp */
#ins-hide-text {
	display: none;
}

#ins-showmore {
	cursor: pointer;
	text-decoration: underline;
}

.ins-shadow {
	position: relative;
}

.ins-shadow::after {
	content: '';
    display: block;
    background: linear-gradient(0deg, #fff 0%, #fff 10%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 2;
}

/* Products Detail Pages Layout */
body.single.single-product section.up-sells.upsells.products {
	padding-bottom: 70px;
}

.product-details-wrapper {
	display: flex;
    flex-direction: row;
    overflow: unset !important;
    max-width: 1400px !important;
    padding: 30px 0 !important;
}

.product-details-wrapper .woocommerce-product-gallery {
	flex-basis: 28%;
	padding: 0 15px;
	width: unset !important;
	float: none !important;
}

.product-details-wrapper .woocommerce-product-gallery ul.flex-direction-nav {
	top: 9%;
	margin: 0;
}

.product-details-wrapper .summary {
	flex-basis: 72%;
	padding: 0 15px;
	width: unset !important;
	float: none !important;
}

.product-details-wrapper .woocommerce-product-details__short-description {
	background: #f1f1f1;
    padding: 15px 10px;
	font-size: 13px;
	line-height: 18px;
}

.product-details-wrapper .woocommerce-product-details__short-description ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.product-details-wrapper .woocommerce-product-details__short-description ul li {
	flex-basis: 33.3%;
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.product-details-wrapper .woocommerce-product-details__short-description ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #000000;
}

.product-details-wrapper .bundle_form .instent-bundle-child-product .instent-non-accessories-bundle .bundled_product {
	padding: 20px 15px;
	border-bottom: 1px solid #ededed;
}

.product-details-wrapper .bundle_form .instent-bundle-child-product .instent-non-accessories-bundle .bundled_product h4.bundled_product_title span.item_suffix {
	display: none;
}

.woocommerce-tabs {
	padding: 0 !important;
}

.woocommerce-tabs ul.tabs {
	max-width: 1140px;
	margin: 50px auto 0 !important;
	display: flex;
	justify-content: center;
	padding: 0 !important;
	border: none !important;
}

.woocommerce-tabs .panel {
	max-width: 1140px !important;
	margin: 0 auto !important;
	padding: 30px !important;
}

.woocommerce-tabs ul.tabs li {
	margin: 0 10px !important;
	padding: 0 !important;
	border-bottom: 1px solid #cececf;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #000000 !important;
}

.woocommerce-tabs ul.tabs li a {
	padding: 5px !important;
	margin: 0 !important;
	color: #888888 !important;
}

.woocommerce-tabs ul.tabs li a::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
}

.woocommerce-tabs ul.tabs li.active a::before {
	background-color: #ccc;
}

.woocommerce-tabs .tabs li a::after {
	border-color: #ffffff !important;
}

.single-product.no-breadcrumbs .site-content .col-full {
	background-color: #ffffff;
}

.product-details-wrapper .woocommerce-product-details__short-description table {
	width: 100% !important;
	margin: 0;
}

/* Bundle Product Type */
.bundle_form {
	display: flex;
	flex-direction: row;
}

.bundle_form .instent-bundle-child-product {
	flex-basis: 60%;
}

.bundle_form .instent-bundle-child-product .instent-non-accessories-bundle {
	border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.bundle_form .bundle_data {
	flex-basis: 40%;
	margin-left: 2%;
	border: 1px solid #ededed;
    box-shadow: 2px 2px 6px #f0f0f0;
    background: #ffffff;
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
	height: max-content;
	border-top: 20px solid #394a5a;
}

.bundle_form .bundle_data .bundle_wrap {
	text-align: center;
	margin: 20px 0 0;
}

.bundle_form .bundle_data .bundle_wrap p.price {
	width: 100%;
	font-size: 24px;
	margin: 20px auto !important;
	padding: 0 10px;
}

.bundle_form .bundle_data .bundle_wrap p.price del {
	font-size: 24px;
	margin-right:0px;
}

.bundle_form .bundle_data .bundle_wrap p.price .total {
	background: -webkit-linear-gradient(#ED5D5C, #FD8249);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800; 
}

.bundle_form .bundle_data .bundle_wrap p.price .amount {
	color: #444444;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product {
	flex-basis: 33.3%;
	padding: 30px 15px !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
	position: relative;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(270deg, #ED5D5C 6%, #FD8249 73%);
	opacity: 0;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(270deg, #ED5D5C 6%, #FD8249 73%);
	opacity: 0;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product:hover::before,
.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product:hover::after {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product h4.bundled_product_title {
	display: block;
    padding: 0 10px;
    position: relative;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product h4.bundled_product_title .tooltip {
	position: absolute;
    right: -8px;
    top: 0px;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product h4.bundled_product_title span.item_suffix {
	display: none;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .bundled_product_optional_checkbox {
	display: block !important;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .bundled_product_optional_checkbox span.price {
	color: #000000 !important;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .details {
	position: relative;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .bundled_product_optional_checkbox .bundled_product_checkbox {
	position: absolute;
    top: 4px;
    left: -7px;
    margin: 0px;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .bundled_product_images {
	float: none;
	margin: 0;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .bundled_product_images figure img {
	width: 100%;
	height: 120px;
	object-fit: contain;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .variations label {
	text-align: center;
	padding: 0;
}

.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product .variations td.label {
	padding: 0;
}

.bundle_form .bundle_data .bundle_wrap .bundle_button {
	display: table;
	margin: 0 auto;
}

.bundle_form .bundle_data .bundle_wrap .bundle_button .qty-bundle {
	font-weight: bold;
	margin:0 5px 0 0;
}

.bundle_form .bundle_data .bundle_wrap .bundle_button button {
	width: auto !important;
}

.bundled_product .cart .variations a.reset_variations {
	float: right;
}

.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
	text-align: center;
}

.bundled_product_summary .bundled_product_images a {
	margin-right: 0 !important;
}

.shoptimizer-cart-wrapper .bundled_table_item .bundled_table_item_indent,
.form.checkout .bundled_table_item .bundled_table_item_indent {
	padding-left: 0;
}

.bundled_product .cart .variations td.label label {
	display: none;
}

.bundle_error ul.woocommerce-info {
	border: none;
    background-color: transparent;
    color: #444;
    text-align: left;
    margin: 0 !important;
}

.bundled_product h4.bundled_product_title {
	font-size: 15px !important;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
}

.bundled_product .variations_form {
	display: flex;
}

.bundled_product .variations_form table.variations {
	flex-basis: 70%;
}

.bundled_product .variations_form table.variations {
	font-size: 15px;
	line-height: 20px;
}

.bundled_product .variations_form table.variations select {
	font-size: 13px;
	line-height: 18px;
}

.bundled_product .variations_form .single_variation_wrap.bundled_item_wrap {
	flex-basis: 30%;
	text-align: right;
	padding-left: 15px;
}

.instent-bundle-child-product .tooltip .tooltiptext {
	font-size: 11px;
    line-height: 15px;
    padding: 5px !important;
    font-weight: normal;
}

.bundled_product_summary .bundled_product_optional_checkbox {
	display: flex !important;
	align-items: center;
}

.bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.bundled_product_summary .bundled_product_optional_checkbox span.price {
	margin-bottom: 0 !important;
}

.product-type-bundle .bundled_product_excerpt.product_excerpt {
	display: none;
}

.product-bundle-info {
	box-shadow: 0px 40px 50px -30px #aaa7a7;
	position: relative;
}

.product-type-bundle .product_meta > span {
	display: block !important;
}

body.single.single-product section.related.products {
	max-width: 1140px;
	padding: 0 15px;
}

.instent-accessories-bundles .instent_must_use_bundled_items .bundled_product .details:after {
    content: 'Included';
    position: absolute;
    bottom: -15px;
    text-align: center;
    width: 90%;
    display: block !important;
    right: 0px !important;
    left: 0px !important;
    margin: 0 auto;
    padding: 0px;
}

.instent-accessories-bundles .instent_must_use_bundled_items .bundled_product.bundled_item_optional .details:after {
	display: none !important;
}

.instent-accessories-bundles h4.bundled_product_title.product_title span.item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
}

.product-details-wrapper .product_title + .price span.from {
	display: none;
}

.instent-accessories-bundles .instent_must_use_bundled_items span.item_title:before {
    content: '';
    background: url(https://www.instent.com/wp-content/uploads/2024/09/tick-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    left: -8px;
    top: 4px;
}

nav.woocommerce-breadcrumb {
    background: #fff;
    min-height: 50px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 0px 5.2325em;
    font-size: 13px;
	line-height: 18px;
}

nav.woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

.after-checkout-title {
    background: #dcdddf;
    text-align: center;
    font-size: 15px;
	line-height: 20px;
    text-transform: uppercase;
    color: #59595B;
    margin-top: 20px;
	padding: 10px;
}

.checkout-icon-boxes {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    font-size: 12px;
    line-height: 17px;
}

.checkout-icon-boxes .checkout-icon-box {
    display: flex;
    align-items: center;
	padding: 0 5px;
}

.checkout-icon-boxes .checkout-icon-box img {
	width: 35px;
	margin: 0 5px 0 0;
}

.ins-product-tabs .e-n-tabs {
	border: 1px solid #CECECF;
}

.ins-product-tabs .e-n-tabs .e-n-tabs-heading button {
	position: relative;
	cursor: pointer;
}

.ins-product-tabs .e-n-tabs .e-n-tabs-heading button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #CECECF;
}

.ins-product-tabs .e-n-tabs .e-n-tabs-heading button:last-child::after {
	display: none;
}

.ins-product-tabs .e-n-tabs .e-n-tabs-heading button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CECECF;
}

.ins-product-tabs .e-n-tabs .e-n-tabs-heading button[aria-selected="true"]::before {
	background-color: #ffffff;
}

.ins-product-tabs .e-n-tabs-content > div > .e-con-inner {
	max-width: 100%;
}

#e-n-tab-content-5303134391 ul.elementor-icon-list-items {
	margin-left: -25px;
}

.content-area .summary .onsale {
	color: #f15d3f !important;
}

/* Variable Product Type */
.product-type-variable form.variations_form.cart {
    display: flex;
    width: 100%;
}

.product-type-variable table.variations {
    flex-basis: 60%;
}

.product-type-variable table.variations tr {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 15px;
    display: block;
}

.product-type-variable table.variations tr:last-child {
    border-bottom: 1px solid #ededed;
}

.product-type-variable table.variations td.label {
    width: 100%;
    display: block;
}

.product-type-variable table.variations td.label label {
    margin-bottom: 5px !important;
    display: block;
}

.product-type-variable table.variations td.value {
    width: 70%;
    display: block;
}

.product-type-variable table.variations td.value a.reset_variations {
	display: flex;
	justify-content: flex-end;
}

.product-type-variable .single_variation_wrap {
    flex-basis: 40%;
	margin-left: 2%;
	border: 1px solid #ededed;
    box-shadow: 2px 2px 6px #f0f0f0;
    background: #ffffff;
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
	height: max-content;
	border-top: 20px solid #394a5a;
}

.product-type-variable .single_variation_wrap {
/*     padding: 20px; */
    margin-bottom: 0.5em;
}

.product-type-variable .product_meta {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 1em 0px;
    margin-top: 1em;
}

.product-type-variable .product_meta span.posted_in, 
.product-type-variable .product_meta span.sku_wrapper {
    display: block !important;
}

.product-type-variable .product_meta span.posted_in a, 
.product-type-variable .product_meta span.sku {
    margin-left: 5px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
	text-decoration: none;
}

.product-type-variable .woocommerce-variation-add-to-cart {
/* 	display: table; */
	margin: 0 auto;
	padding: 0 !important;
}

.product-type-variable .single_add_to_cart_button {
	width: unset !important;
}

.product-type-variable .qty-bundle {
	font-weight: bold;
	margin: 0 5px 0 0;
}

.product-type-variable .single_variation_wrap .woocommerce-variation-price {
	margin: 0 0 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.product-type-variable .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount {
	font-size: 24px;
	color: #444444;
}

.product-type-variable form.variations_form.cart .single_variation_wrap .woocommerce-variation-price:before {
    content: 'Total: ';
	background: -webkit-linear-gradient(#ED5D5C, #FD8249);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
	padding-right: 5px;
}

/* Simple Product */
.product-type-simple form.cart {
    display: block;
    width: 100%;
    padding: 40px 20px 30px;
    position: relative;
    border: 1px solid #ededed;
    box-shadow: 2px 2px 6px #f0f0f0;
    background: #ffffff;
}

.product-type-simple form.cart:before {
    content: '';
    background: #394a5a;
    width: 100%;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.product-type-simple .simple-product-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-type-simple .simple-product-box h3 {
	margin-top: 0;
}

.product-type-simple .simple-product-box .simple-cartbox {
    flex-basis: 50%;
}

.product-type-simple .bundle-discount-table.simple-product {
    flex-basis: 50%;
}

.simple-buy-bulk {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 15px;
}

.product-type-simple .after-checkout-info {
    box-shadow: 2px 3px 12px 0px #d9d7d7;
    position: relative;
}

.product-type-simple .qty-bundle {
	font-weight: bold;
	margin: 0 5px 0 0;
}

.product-type-simple .single_add_to_cart_button {
	width: unset !important;
}

.product-type-simple .product_meta {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 1em 0px;
    margin-top: 1em;
}

.product-type-simple .product_meta span.posted_in, 
.product-type-simple .product_meta span.sku_wrapper {
    display: block !important;
}

.product-type-simple .product_meta span.posted_in a, 
.product-type-simple .product_meta span.sku {
    margin-left: 5px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
	text-decoration: none;
}

.product_cat-spare-parts.product-type-simple .product-details-wrapper .woocommerce-product-gallery, 
.product_cat-spare-parts.product-type-simple .product-details-wrapper div.summary,
.product_cat-accessories.product-type-simple .product-details-wrapper .woocommerce-product-gallery, 
.product_cat-accessories.product-type-simple .product-details-wrapper div.summary {
	flex-basis: 50%;
}

.product-type-simple span.total {
    background: -webkit-linear-gradient(#ED5D5C, #FD8249);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.product-type-simple span.total-simple-price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1819 !important;
}

.instent_get_quote_btn {
	margin: 15px 0 0;
	background-color: #f15d3f !important;
	color: #ffffff;
}

.instent_get_quote_btn:hover {
	background-color: #435464 !important;
	color: #ffffff;
}

.product_cat-spare-parts.product-type-simple .simple-product-box, 
.product_cat-accessories.product-type-simple .simple-product-box {
	flex-direction: column;
}

.ins-table-scroll {
	overflow-x: auto;
}

.ins-custom-table table tr td {
	width: 20% !important;
}

/* Shop Archive Page */ 
ul.products li.product {
	margin-bottom: 30px !important;
}

.ins-pro-cat-banner {
	max-width: 1170px;
    margin: 30px auto;
}

.ins-pro-cat-banner img {
	width: 100%;
}

.woocommerce-shop .shoptimizer-archive,
.tax-product_cat .shoptimizer-archive {
	margin: 50px 0 !important;
}

.shoptimizer-sorting select {
	padding: 0 15px !important;
}

/* Facet Filter For Archive Page */
.shoptimizer-sorting.sorting-end .nav-pagination {
	margin: 30px auto !important;
}

.shoptimizer-sorting.sorting-end .nav-pagination ul {
	margin: 0;
	justify-content: center;
}

.shoptimizer-sorting.sorting-end {
	justify-content: center;
	gap: unset;
}

.facetwp-pager .nav-pagination li.pagination-omission {
	margin-right: 5px;
}

.noUi-handle {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  top: 0 !important;
  border: 7px solid #fff !important;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
  margin-top: -7px;
  background-color: #f15d3f !important;
}

.noUi-target.noUi-horizontal {
  height: 4px;
  border: none !important;
  border-radius: 0px !important;
  background: rgba(0,0,0,.1);
}

.noUi-connect {
  background-color: #f15d3f !important;
  height: 4px;
  width: 100%;
}

span.facetwp-slider-label,
.facetwp-toggle {
	font-weight: 400;
    text-decoration: none;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.facetwp-toggle {
	text-decoration: none !important;
	color: #EE675C !important;
}

.facetwp-toggle:hover {
	color: #111111 !important;
}

.facetwp-slider-reset {
    border: none !important;
    border-radius: 50px !important;
    background: #282828 !important;
    box-shadow: none !important;
    padding: 4px 12px 6px !important;
    cursor: pointer !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 12px;
	line-height: 17px;
}

.facetwp-hidden {
	display: none !important;
}

.woocommerce.archive.filter-open #secondary {
	z-index: 99999999 !important;	
}

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block {
	border: none;
    padding: 0;
    margin: 0;
}

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block > p {
	margin: 0;
}

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block .facetwp-facet {
	border-bottom: 1px solid #dddddd;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block h5.wp-block-heading {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 25px;
} 

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block .facetwp-checkbox {
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
	font-size: 14px;
	color: #777777;
	background-position: 0% 4px !important;
}

.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block:last-child > .facetwp-facet {
	border: none;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.nav-pagination {
    margin: 0 auto 30px !important;
}

.archive-pagination nav ul {
    display: flex;
}

.archive-pagination nav ul li {
    list-style: none;
}

.pagination>li {
    display: inline;
    margin-bottom: 5px;
}

.nav-pagination .page-link.facetwp-page.active {
    border: 1px solid #EE675C;
    color: #EE675C;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    font-size: 10px;
    color: #59595B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*
 * Icons CSS
* */
.frame-icon::before,
.printing-icon::before,
.accessories-icon::before,
.technical-details-icon::before,
.support-documents-icon::before,
.reviews-icon::before,
.description-icon::before,
.colors-icon::before,
.instent-product-tabs [class*="-icon"]::before{
  content: '';
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  margin-right: 5px;
  margin-top: 0px !important;
}
.instent-product-tabs [class*="-icon"]::before{
  width: 37px;
  height: 37px;
  top: 0px;
  position: relative;
}
.frame-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/Frames_Icon_50.png);
  width: 47px;
  height: 44px;
}
.description-icon::before{
  background: url(/wp-content/uploads/2022/05/description-icon.png);
  width: 32px;
  height: 32px;
}
.printing-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/Printing_Icon.png);
  width: 43px;
  height: 40px;
}
.accessories-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/Accessories_Icon.png);
  width: 38px;
  height: 38px;
}
.technical-details-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/TechnicalDetails_Icon.png);
  width: 40px;
  height: 37px;
}
.support-documents-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/SupportDocuments_Icon.png);
  width: 37px;
  height: 37px;
}
.reviews-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/Reviews_Icon.png);
  width: 44px;
  height: 42px;
}
.colors-icon::before{
  background: url(https://www.instent.com/wp-content/uploads/2024/09/Colors_Icon_50x50-e1657907559189.png);
  width: 44px;
  height: 42px;
} 

/* Cart Page Changes */
table.cart tr.bundled_table_item td.product-quantity {
	text-align: center;
	position: relative;
}

table.cart thead {
	display: table-header-group !important;
}

table.cart th,
table.cart td {
	padding: 10px 5px !important;
}

table.cart th.product-price,
table.cart td.product-price {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

table.cart th.product-price,
table.cart th.product-quantity,
table.cart th.product-subtotal,
table.cart td.product-price,
table.cart td.product-subtotal {
	text-align: center !important;
}

table.cart td.product-quantity .quantity {
	margin: 0 auto !important;
}

.cart-item-mobole-hide {
	display: none;
}

body a.remove:before {
	opacity: 1 !important;
	background-color: #726f6f !important;
}

table.cart td.product-remove {
	width: 30px;
}

/* New Canopy Page */
.ins-rating-sec a {
    color: #0027ba;
	text-decoration: underline !important;
}

.ins-rating-sec a:hover {
	color: #0027ba !important;
}

.ins-rating-sec img {
    margin: 0 30px 0 0;
}

.ins-rating-sec .elementor-widget-container div strong {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ins-rating-sec .elementor-widget-container > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.ins-custom-new-banner .rightCol img {
	height: 100% !important;
}

html .ins-custom-new-banner .rightCol,
html .ins-custom-new-banner .leftCol {
	width: 50% !important;
}

html .ins-custom-new-banner .rightCol .elementor-widget-container {
	height: 100%;
}

.ins-custom-icon-sec a {
	border-bottom: 1px solid #0027ba;
	color: #0027ba !important;
	position: relative;
}

.ins-custom-icon-sec a::after {
	content: ' >';
	color: #0027ba;
/* 	opacity: 0; */
}

/* .ins-custom-icon-sec a:hover::after {
	opacity: 1;
} */

#ins-showmore .elementor-heading-title {
	color: #000;
	position: relative;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

#ins-showmore .elementor-heading-title::after {
	content: ' >';
	color: #0027ba;
	opacity: 0;
}

#ins-showmore .elementor-heading-title:hover {
	color: #0027ba !important;
	border-bottom: 1px solid #0027ba;
}

#ins-showmore .elementor-heading-title:hover::after {
	opacity: 1;
}

.page-id-23671 .ins-shadow::after {
	height: 18px;
}

#badge-ribbon {
	display: table;
	margin: 0 auto;
}

/* Product Archive Hide/Show Text */
.ins-archive-info p {
	margin: 0 0 10px;
}

.ins-archive-info-text {
	
}

.extra-cat-text {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.extra-cat-text::after {
	content: '';
    display: block;
    background: linear-gradient(0deg, #fff 0%, #fff 10%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 2;
}

#ins-archive-info {
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0;
	position: relative;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	line-height: 20px;
/* 	font-weight: 600; */
}

#ins-archive-info:hover {
	color: #0027ba;
	border-bottom-color: #0027ba;
}


#ins-archive-info::after {
	content: ' >';
	color: #0027ba;
	opacity: 0;
}

#ins-archive-info:hover::after {
	opacity: 1;
}

.ins-rating-sec {
	height: 75px;
	overflow: hidden;
}

.shoptimizer-sorting .woocommerce-ordering select.orderby {
	padding-left: 0 !important;
	margin-top: 50px;
}

/* Home Page New Mobile Edits */
.ins-shop-custom-size .slick-next,
.ins-shop-custom-size .slick-prev,
.ins-displays-slider .slick-next,
.ins-displays-slider .slick-prev {
	width: 30px;
    height: 30px;
    background-color: #dddddd;
    top: 50%;
    border-radius: 100%;
    padding: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ins-displays-slider .slick-next,
.ins-displays-slider .slick-prev {
	top: 45%;
}

.ins-shop-custom-size .slick-next::before,
.ins-shop-custom-size .slick-prev::before,
.ins-displays-slider .slick-next::before,
.ins-displays-slider .slick-prev::before {
	opacity: 1;
    font-size: 12px;
    color: #ffffff;
	position: absolute;
}

.ins-shop-custom-size .slick-next::before,
.ins-displays-slider .slick-next::before {
	content: "\e87d";
    font-family: eicons;
}

.ins-shop-custom-size .slick-prev::before,
.ins-displays-slider .slick-prev::before {
	content: "\e87e";
    font-family: eicons;
}

.ins-shop-custom-size .slick-next,
.ins-displays-slider .slick-next {
	right: 0;
}

.ins-shop-custom-size .slick-prev,
.ins-displays-slider .slick-prev {
	left: 0;
}

.ins-displays-slider .elementor-image-box-img {
	width: 100% !important;
}

.ins-shop-custom-size .slick-prev,
.ins-displays-slider .slick-prev {
	left: 0;
}

.ins-displays-slider .elementor-image-box-img {
	width: 100% !important;
}

.single-product .bundle_form .bundle_price p.price ins span.amount {
	color: #f15d3f !important;
}

/*** Work Room Thankyou Page CSS ***/
.woocommerce .page-order-confirmation,
.woocommerce-checkout .alert-success,
.btn-invoice a,
.order-confirmation-artwork-section,
header.inner-gp-header a,
.container.bg-light-orange.single-project-wrapper,
.detail-data-wrapper,
.alert-info,
.workroom-chatarea,
.workroom-sidepanel,
.instent-workroom-filters,
.fdate-wrap,
.artwork-section-heading-wrapper,
.chat-wrapper .chat-reply input#submit,
.filter-sort-by .facetwp-sort-select {
	font-family: "Inter", Sans-serif;
}

.chat-wrapper .chat-area .chat-event .chat-message-item .file-upload-wrapper .fa {
	display: none;
}

.chat-wrapper .chat-area .chat-event textarea {
	height: 72px;
	box-shadow: none;
}

.chat-wrapper .chat-area .chat-event .ins-chat-flex + form button[type="submit"] {
	background-color: #EE675C;
}

.chat-wrapper .chat-area .chat-event .ins-chat-flex + form button[type="submit"]:hover {
	background-color: #435464;
}

.chat-wrapper .chat-reply .comment-form .form-submit {
	top: 16px;
}

/*.blog-loop-content-wrapper {
	display: none;
}*/

.order-confirmation-artwork-section a {
	text-decoration: none !important;
	cursor: pointer;
}

table.table.table-condensed.table-order-confirmation tr:last-child td {
	padding-bottom: 15px;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media h6.media-heading {
  font-weight: 700;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper td {
  padding-bottom: 20px;
}

.page-order-confirmation .woocommerce-message {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}

.page-order-confirmation .row.shipping-addr-wrapper {
  display: flex;
  flex-wrap: wrap;
}

table.table.table-condensed.table-order-confirmation{
  border-collapse: collapse;
  background: #F7F7F7;
  border: 1px solid #B3B5B8;
}

table.table.table-condensed.table-order-confirmation th {
  color: #000;
  text-align: left;
  padding: 15px 20px;
}

table.table.table-condensed.table-order-confirmation thead {
  border-bottom: 1px solid #B3B5B8;
}

.checkout-order-details-wrapper table.table.table-condensed.table-order-confirmation tr.single-product-wrapper h6.media-heading {
  font-weight: 700;
} 

.checkout-order-details-wrapper ul.order-data-heading li span.text-dark:first-child {
  padding-right: 20px;
}

table.table.table-condensed.table-order-confirmation thead th:first-child {
  width: 40%;
  padding-left: 50px;
}

table.table.table-condensed.table-order-confirmation thead th {
  width: 10%;
  text-transform: uppercase;
  font-size: 13px;
}

table.table.table-condensed.table-order-confirmation td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

table.table.table-condensed.table-order-confirmation thead th:last-child {
  padding-right: 50px;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media,
table.table.table-condensed.table-order-confirmation tr.single-product-wrapper .media{
  display: flex;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media a img,
table.table.table-condensed.table-order-confirmation tr.single-product-wrapper .media a img{
  width: 90px;
  min-width: 90px;
  object-fit: contain;
  height: auto;
}

table.table.table-condensed.table-order-confirmation tr.bundled-product-details-wrapper ul.order-detail-list li {
  font-weight: 600 !important;
  color: #59595B !important;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media,
table.table.table-condensed.table-order-confirmation tr.single-product-wrapper .media{
  padding-left: 10px !important;
  
}
.table-order-confirmation .wc-item-meta li p{
	font-size: 13px !important;
}

table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media h6.media-heading,
table.table.table-condensed.table-order-confirmation tr.single-product-wrapper .media h6.media-heading{
  margin: 10px 10px 0px 20px;
}

table.table.table-condensed.table-order-confirmation dt {
  padding-left: 0px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: #59595B;	
}

table.table.table-condensed.table-order-confirmation dl.variation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 120px;
  text-align: left;
}

.page-order-confirmation div#payment table.shop_table tr.hide {
  display: none;
}

table.table.table-condensed.table-order-confirmation dl.variation dd {
  margin: 0px;
  padding-right: 20px;
}

table.table.table-condensed.table-order-confirmation dl.variation dd p {
  margin: 0px;
  padding-left: 0px;
}

table.table.table-condensed.table-order-confirmation .text-center {
  text-align: center;
}

table.table.table-condensed.table-order-confirmation tr.single-product-wrapper dt {
  padding-left: 20px;
  padding-top: 10px;
}

.checkout-order-details-wrapper table.table.table-condensed.table-order-confirmation tr.single-product-wrapper dl.variation {
  padding-left: 0px;
}

.checkout-order-details-wrapper table.table.table-condensed.table-order-confirmation tr.single-product-wrapper dl.variation dd {
  padding-right: 0px !important;
  padding-left: 20px;
}

.page-order-confirmation .table-order-confirmation tr td ul.order-detail-list {
	list-style-type: none;
	margin: 0;
}

.page-order-confirmation hr {
	margin: 10px 0 !important;
	border-top: 2px solid;
}

.page-order-confirmation textarea.order-notes-msg {
	border: none;
	height: 72px;
	box-shadow: none;
}

body.woocommerce-checkout.woocommerce-order-received .entry-content {
	padding-top: 70px !important;
}

.pull-left.order-page-title.heading-artwork {
	justify-content: unset;
}

#rush_production_field label {
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 !important;
}

.rush-production-msg.hide em {
	font-size: 14px !important;
	line-height: 19px !important;
}

.rush-production-inner-wrapper {
	border-bottom: none;
}

.ins-orders-page-filter form input {
	margin: 0 0 20px;
}

.ins-orders-page-filter form a.button {
	color: #ffffff !important;
}

.ins-orders-page-filter form a.button,
.ins-orders-page-filter input[type="submit"] {
	width: 100%;
	text-align: center;
}

table.account-orders-table tr th {
	line-height: 21px;
}

table.account-orders-table tr th,
table.account-orders-table tr td {
	width: 14%;
	padding: 5px;
}

table.account-orders-table tr td p {
	display: none;
}

table.account-orders-table tr td a.view,
table.account-orders-table tr td a.order-again {
	display: block;
	margin: 0 0 10px !important;
	text-align: center;
}

.shoptimizer-cart-wrapper a.checkout-button {
	color: #ffffff;
}

.igp-upload-attachment .fa-spin {
	display: none !important;
}

.woocommerce-checkout .coupon-wrapper .woocommerce-info {
	padding: 1em 1.618em !important;
	background-color: #ed5d5c !important;
	color: #ffffff !important;
	border-left: .6180469716em solid rgba(0, 0, 0, .15) !important;
}

.woocommerce-checkout .coupon-wrapper .woocommerce-info a {
	color: #ffffff !important;
}

/*.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
	background-color: #ed5d5c !important;
}



.cart-empty.woocommerce-info {
	background-color: transparent !important;
}*/

@media screen and (max-width:1600px) {
    .banner-homepage-slider button.slick-prev.slick-arrow, .banner-homepage-slider button.slick-next.slick-arrow{
        left: 78px;
    }
    
    .banner-homepage-slider button.slick-next.slick-arrow {
        left: 138px;
    }
}
@media screen and (max-width:1440px) {
    .quote ul li a {padding: 15px;}
    
    .quote ul li {
        align-items: center;
    }

    .quote ul li.gallery a {margin-right: 10px;}

    /* #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link {font-size: 13px;} */

    .quote ul li a{
        padding: 13px 20px;
    }
	
	.sa_owl_theme .owl-nav .owl-prev {
		bottom:5% !important;
	}

	.sa_owl_theme .owl-nav .owl-next {
		bottom:5% !important;
	}
    .banner-homepage-slider button.slick-prev.slick-arrow, .banner-homepage-slider button.slick-next.slick-arrow {
        bottom: 5%;
        left: 65px;
    }
    
    .banner-homepage-slider button.slick-next.slick-arrow {
        left: 120px;
    }

}
@media screen and (max-width:1338px) {
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 5px 10px;
    }
    .slider-main .left h1 {
        font-size: 40px;
    }
    
    .slider-main .left p {
        font-size: 18px;
    }
}
@media screen and (max-width:1280px) {

    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
        padding: 5px 9px;
    }
    
    .quote ul li.gallery a {
        font-size: 12px;
        margin-right: 10px;
    }
        
    .quote ul li.get-a-quote a {
        font-size: 12px;
    }
    
    .main-header-new .logo a img {
        max-width: 110px;
    }
    
    .topbar .topbar-option ul li a {
        font-size: 12px;
    }
    
    .topbar .topbar-option ul li:not(:first-child) {
        margin-left: 30px;
    }
    
    .contact-details ul li a {
        font-size: 12px;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 {
        padding: 15px 0;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        margin-top: 20px;
    }
    .quote ul li a {
        padding: 11px 15px;
    }

    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        margin-top: 20px;
    }
    .slider-main .left {
        padding: 0 5%;
    }
    .slider-main .left h1 {
        font-size: 34px;
    }
    
    .slider-main .left p {
        font-size: 16px;
    }
}

@media screen and (max-width:1250px){
	/* .slider-main .left h1 {
		font-size: 42px;
	}

	.slider-main .left p {
		font-size: 18px;
	} */
	
	table.table.table-condensed.table-order-confirmation th {
	  padding: 15px 10px;
	  font-size: 13px;
	}
	table.table.table-condensed.table-order-confirmation {
	  overflow-x: auto;
	  width: 100% !important;
	  display: block;
	}
}

@media screen and (max-width:1190px){
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 12px;
        padding: 5px 9px;
    }
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group span.mega-menu-title {
        font-size: 12px;
    }
    
}
@media screen and (max-width:1110px){
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 10px;
    }
}
@media screen and (max-width:1100px){
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 11px;
        padding: 5px 4px;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group span.mega-menu-title {
        font-size: 10px;
    }
    .banner-homepage-slider button.slick-prev.slick-arrow, .banner-homepage-slider button.slick-next.slick-arrow {
        display: none !important;
    }
    /* .slider-main .left h1 {
        font-size: 35px;
    }
    
    .slider-main .left p {
        font-size: 16px;
    } */
	
	/* Products Pages Layout 
	.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
		width: unset !important;
		flex-basis: 25%;
	}*/

}

@media screen and (max-width:1099px) {
	.woocommerce-shop .shoptimizer-archive ul.products li.product, 
	.tax-product_cat .shoptimizer-archive ul.products li.product {
		width: 33.3% !important;
	}
}

@media screen and (max-width:1024px) {
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
        margin-top: 0px;
    }
    .topbar .flex.jcsb {
        flex-direction: column;
    }
    
    .topbar .topbar-option {
        display: none;
    }
    
    .topbar {padding: 12px 12px;}
    
    .topbar .contact-details .widget-area,.topbar .contact-details section {
        width: 100%;
    }
    
    .topbar .contact-details ul {
        display: flex;
        justify-content: space-between;
    }
    
    .quote {
        display: none;
    }
    
    .main-header-new {padding: 14px 0;}
    
    .contact-details ul li a img {
        width: 19px;
    }

    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
    
    .contact-details ul li a {
        font-size: 14px;
    }

    #page .footer .widget {
        margin-bottom: 30px;
    }

    /* #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
        background: #173465;
    } */

    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul {
        display: block !important;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        position: static;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li, #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li:first-child {
        width: 100% !important;
        border: 0;
    }
    
    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        margin: 0;
    }

    .main-header-new .logo a img{
        position: static;
    }

    #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-item > a.mega-menu-link span.get-menu-in-span::after, #mega-menu-wrap-primary-menu-1 #mega-menu-primary-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li span.mega-description-group span.mega-menu-title::after {
        display: none;
    }

    /* Products Pages Layout */
	.product-details-wrapper {
		flex-direction: column;
	}
   
	.product-details-wrapper .woocommerce-product-gallery ul.flex-direction-nav {
		top: 50%;
	}
	
	.bundle_form {
		flex-direction: column;
	}
       
	.bundle_form .bundle_data {
		margin: 30px 0 0;
	}
	
	.product-details-wrapper .woocommerce-product-details__short-description ul {
		flex-direction: column;
	}
	
	.ins-product-tabs .e-n-tabs .e-n-tabs-heading button {
		padding: 5px;
	}
	
	.ins-product-tabs .e-n-tabs .e-n-tabs-heading button span {
		font-size: 13px;
	}
	
	.frame-icon::before,
	.printing-icon::before,
	.accessories-icon::before,
	.technical-details-icon::before,
	.support-documents-icon::before,
	.reviews-icon::before,
	.description-icon::before,
	.colors-icon::before {
		width: 37px;
		height: 37px;
	}
	
	.product-type-variable form.variations_form.cart {
		flex-direction: column;
	}
	
	.product-type-variable .single_variation_wrap {
		margin: 30px 0 0;
	}
	
/* 	html {
		overflow-x: hidden;
	} */
	
	.single-product .site-content .col-full {
		overflow-x: hidden;
	}
}



@media screen and (max-width:1024px){
	.slider-main .left {
		padding: 3%;
	}

	.slider-main .left h1 {
		font-size: 36px;
	}

    .footer .footer-main-menu .widget-area > section {
        flex: 1 0 25%;
    }
    .main-header-new .logo {
        /* order: 2; */
        /* flex-basis: 66.6%; */
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 130px;
        z-index: 1;
    }
    .main-header-new .flex.jcsb {
        position: relative;
        flex-direction: column-reverse;
    }
    .main-header-new .menu {
        width: 100%;
    }

    .quote{
        display: block;
    }

    .main-header-new .menu {
        order: 1;
        flex-basis: 100%;
        width: 100%;

    }

    span.get-menu-in-span {
        display: inline-flex;
        align-items: center;
    }

    .quote ul li {
        align-items: center;
        width: 100%;
    }
    
    .main-header-new .quote {
        flex-basis: 100%;
        width: 100%;
    }
    
    .quote ul li.gallery {
        display: none;
    }
    
    .quote ul li.get-a-quote a {
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 400px;
    margin: 20px auto 0;
    }  

    span.get-menu-in-span {
        display: inline-flex;
        align-items: center;
    }
    .right-page-sidebar .widget-area{
        float: none !important;
    }
    .slider-main .left {
        flex-basis: 50%;
    }
    
    .slider-main .right {flex-basis: 50%;}
}

@media screen and (max-width:992px) {
	.cross-sells ul.products, .mobile-scroll ul.products, .related.products ul.products, .upsells.products ul.products {
		flex-wrap: wrap !important;
		overflow-x: unset !important;
	}
	
	.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
		flex-basis: 25%;
        width: unset !important;
        max-width: unset !important;
        min-width: unset !important;
	}
	
	.m-cart #page table.cart td.product-remove a.remove {
		top: -8px !important;
	}
	
	.woocommerce-shop .shoptimizer-archive .mobile-filter {
		width: unset;
		border: 1px solid #e2e2e2;
		margin: 0;
	}
	
	/* Facet */
	.woocommerce-shop .shoptimizer-archive .mobile-filter,
	.tax-product_cat .shoptimizer-archive .mobile-filter {
		width: unset;
		border: 1px solid #e2e2e2;
		margin: 30px 0 0;
	}
	
	.shoptimizer-archive .secondary-wrapper #secondary .widget.widget_block:first-child .wp-block-heading,
	.shoptimizer-archive .secondary-wrapper #secondary .widget.woocommerce:first-child .gamma.widget-title {
		padding-top: 50px;
	}
	
	.ins-pro-cat-banner {
		margin-bottom: 0px;
	}
	
	.woocommerce-shop .shoptimizer-archive, 
	.tax-product_cat .shoptimizer-archive {
		margin: 30px 0 !important;
	}
	
}

@media screen and (max-width:991px){
    .footer .footer-main-menu .widget-area > section {
        flex: 1 0 33.3% !important;
    }
    .footer .footer-main-menu .widget-area > section:nth-child(7), .footer .footer-main-menu .widget-area > section:nth-child(8) {
        flex-grow: 0 !important;
    }
    #purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right.bottom170px{
        bottom: 170px !important;
    }

    .footer .footer-main-menu .widget-area > section {
        margin-bottom: 30px;
    }
	
	html body .sa_owl_theme .owl-nav {
		display: none !important;
	}
    .slider-main {
        flex-wrap: nowrap;
    }
}

/* Products Page & Cart Page Layout Changes */
@media screen and (max-width:768px){
	table.cart td.product-quantity {
		border-bottom: 1px solid #f2f2f2 !important;
	}
	
	.cart-item-mobole-hide {
		display: none;
	}
	
	table.cart thead {
		display: none !important;
	}
	
	table.cart th,
	table.cart th.product-price,
	table.cart td.product-price,
	table.cart td {
		padding: 10px 5px !important;
	}
	
	.m-cart #page table.cart td.product-remove a.remove {
		right: 20px;
	}
}

@media screen and (max-width:767px){
    .slider-main .left {
        flex-basis: 100%;
		padding:5% 4%;
		text-align:center;
	}
	
	.slider-main {flex-direction: column-reverse;}

	.slider-main .left a {
		display: block;
		margin: auto;
	}

	.slider-main .right {
        flex-basis: 100%;
	}
    .footer .footer-main-menu .widget-area > section {
        flex: 1 0 50% !important;
    }
    .footer .footer-copyright .flex {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-copyright .social {
        padding: 20px 0;
        display: flex;
    }

    .line-1-sm p.elementor-image-box-description br {
        display: none;
    }

    .line-1-sm img {
        max-width: 100px !important;
    }

     .slider-main .left {
        flex-basis: 50%;
    }
    
    .slider-main .right {flex-basis: 50%;}
    .slider-main .right img {
        height: initial;
    }
	
	/* Products Pages Layout */
	.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product {
		flex-basis: 50%;
	}
	
	.woocommerce-tabs ul.tabs {
		flex-direction: column;
	}
	
	.woocommerce-tabs ul.tabs li {
		border-right: none !important;
		
	}
	
	.woocommerce-tabs .tabs li a::after {
		border-color: #cececf !important;
	}
	
	.woocommerce-tabs ul.tabs li a {
		display: block !important;
	}
	
	#page .woocommerce-tabs .panel {
		padding: 30px !important;
	}
	
	.woocommerce-tabs table.woocommerce-product-attributes {
		max-width: 100% !important;
	}
	
	.bundle_form .bundle_data .bundle_wrap .bundle_button,
	.woocommerce-variation-add-to-cart {
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
	
	.bundle_form .bundle_data .bundle_wrap .bundle_button .single_add_to_cart_button,
	.woocommerce-variation-add-to-cart .single_add_to_cart_button {
		width: auto !important;
		margin: 0 0 0 50px !important;
	}
	
	.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
		flex-basis: 50%;
	}
	
	.ins-product-tabs .e-n-tabs .e-n-tabs-heading {
		flex-direction: column;
	}
	
	.ins-product-tabs .e-n-tabs .e-n-tabs-heading button {
		max-width: 100%;
		flex-basis: 100%;
		padding: 10px !important;
		margin: 0 !important;
	}
	
	.ins-product-tabs .e-n-tabs .e-n-tabs-heading button::after {
		display: none;
	}
	
	nav.woocommerce-breadcrumb {
        flex-wrap: wrap;
        padding: 0px 1em;
    }
	
	table.cart td.product-remove a.remove {
        top: -8px;
    }
	
	.woocommerce-tabs .tabs li a::after {
		display: none !important;
	}
	
	.woocommerce-shop .shoptimizer-archive ul.products li.product, 
	.tax-product_cat .shoptimizer-archive ul.products li.product {
		width: 50% !important;
	}
	
	.product-type-simple .single_add_to_cart_button {
		margin: 0 0 0 40px !important;
	}
	
	.product-type-simple .simple-product-box {
		flex-direction: column;
		text-align: center;
	}
	
	.product-type-simple .simple-product-box .simple-cartbox {
		display: table;
    	margin: 0 auto 20px;
		
	}
	
	.pagination>li>a {
		margin-right: 3px;
	}
	
	/* New Canopy Page */
	html .ins-custom-new-banner .rightCol,
	html .ins-custom-new-banner .leftCol {
		width: 100% !important;
	}
	
	.ins-rating-sec {
		text-align: center;
	}
	
	.ins-pack-mob-slider .ins-pack-col .elementor-element-populated {
		margin-top: 30px !important;
	}
	
	.ins-rating-sec img {
		margin: 0 10px 0 0;
		width: 250px;
	}
	
	.main-header-new .quote {
		display: none;
	}
	
	.ins-custom-faq .elementor-accordion-item:nth-child(1) {
		border-top: 1px solid #cccccc !important;
	}
	
	.ins-pro-cat-banner {
		margin: 0 auto;
	}
	
	html .elementor-sticky--active.elementor-section--handles-inside {
        top: 68px !important;
    }
	
	.ins-displays-slider .elementor-image-box-wrapper figure {
		width: 100%; 
	}
	
	table.table.table-condensed.table-order-confirmation td ul.order-detail-list,
	table.table.table-condensed.table-order-confirmation tr.bundle-product-wrapper .media h6.media-heading,
	table.table.table-condensed.table-order-confirmation tr.single-product-wrapper .media h6.media-heading{
	  text-align: left !important;
	}
	
	table.table.table-condensed.table-order-confirmation th:first-child {
	  text-align: left !important;
	}
	.product-type-variable .woocommerce-variation-add-to-cart{
		display: table;
		width: 100%
	}
	
}

@media screen and (max-width:600px){
	.woocommerce-tabs ul.tabs li {
		border-bottom: 2px solid #cececf !important;
	}
	
	.ins-displays-slider .elementor-image-box-wrapper h3,
	.ins-displays-slider .elementor-image-box-wrapper h3 a {
		font-size: 13px;
		line-height: 18px;
	}
}


@media screen and (max-width:480px){
    .footer .footer-main-menu .widget-area > section {
        flex: 1 0 100% !important;
    }
	
	.slider-main .left h1 {
		font-size: 30px;
	}

	.slider-main .left p {
		font-size: 16px;
	}
	
	.ins-pack-sec .ins-pack-col {
		width: 100% !important;
	}
	
	/* Products Pages Layout */
	.bundle_form .instent-accessories-bundles .instent_optional_bundled_items .bundled_product {
		flex-basis: 100%;
	}
	
	.cross-sells ul.products li.product, .mobile-scroll ul.products li.product, .related.products ul.products li.product, .upsells.products ul.products li.product {
		flex-basis: 100%;
	}
	
	nav.woocommerce-breadcrumb {
        padding: 0px 20px;
        font-size: 14px;
        justify-content: center;
    }
	
	.ins-displays-slider .slick-next, 
	.ins-displays-slider .slick-prev {
		top: 38%;
	}
	
	body.woocommerce-checkout.woocommerce-order-received .entry-content {
		padding-top: 40px !important;
	}

}

.rating-main-heading-number h2 {
    padding: 35px 10px;
    background: #ff5151;
    width: 100px;
    display: block;
    border-radius: 100px;
}

.rating-main-heading-number .elementor-widget-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

.flex-50-percent-part {
    width: 50%;
    float: left;
    display: inline-block;
    max-width: 50%;
}



#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfefc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#loader {
    text-align: center;
}

#loader img.lazyloaded{
	width:100px;
	height:auto;
	object-fit:cover;
	object-position:top;
}

#page table.cart.woocommerce-cart-form__contents td.product-price, #page table.cart.woocommerce-cart-form__contents th.product-price, .woocommerce-cart h1.entry-title {
    display: table-cell !important;
}

.single-product .woocommerce-message .message-inner{
background-color: #ff512b !important;
}



a.checkout-button.button.alt.wc-forward.wp-element-button br {
    display: none;
}


/* Product Detail Page */

.variations_form.cart :not(.bundle_button) .quantity.buttons_added {
    padding-left: 16%;
}
@media screen and (max-width: 1280px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
		padding-left: 7%;
	}
}
@media screen and (max-width: 1024px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
        padding-left: 37%;
    }
}

@media screen and (max-width: 767px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
        padding-left: 34%;
    }
}

@media screen and (max-width: 595px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
        padding-left: 25%;
    }
}

@media screen and (max-width: 440px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
        padding-left: 18%;
    }
}

@media screen and (max-width: 360px){
    .variations_form.cart :not(.bundle_button) .quantity.buttons_added {
        padding-left: 12%;
    }
}