@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}






html {
	height: 100%;
}

body {	
	min-height: 100%;
	position: relative;	
	font-family: 'Roboto';
	background: #EFEFEF;
}

a {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	text-decoration: none;
}

.padding-0 {
	padding: 0;
}

.float-none {
	float: none;
}

.container-fluid,
.blog footer .container {
	padding: 0 60px !important;
}


.container,
.error-404,
.page-id-12 .gform_wrapper,
.gform_confirmation_message {
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}
.blog footer .container  {
    max-width: 100%;
}
.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

h2{
	font-size: 40px;
	line-height: normal;
	font-weight: 900;
	color: #0091FC;;
}

h2 i{
	font-weight: 900;
	font-style: italic;
}

p{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.product-template-default.single-product .product_single_gallery span.onsale{
	    top: 150px !important;
    right: 0 !important;
    left: 20px !important;
}

.menu-item-has-children > span{
	transition: all 0.5s ease-in-out;
}

.menu-item-has-children.active span{
	top: 20px;
	transform: rotate(180deg);
}


.custom-btn{
	background: #0091FC;
	max-width: max-content;
	padding: 0 25px 0 20px;
	height: 63px;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 5px;
    transition: all 0.5s ease-in-out;
	position: relative;
}

.custom-btn:hover{
    color: #fff;
}

.custom-btn img{
    transition: all 0.5s ease-in-out;
}

.custom-btn:hover img{
    transform: translateX(10px);
}

.custom-btn:visited{
	color: #fff;
}

.custom-btn img {
    margin-left: 40px;
	width: 39px;
	display: block;
}

p.stock.available-on-backorder {
    display: none;
}

.header-main {
    
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    grid-template-columns: 1fr 193px 1fr;
    gap: 24px;
    display: grid;
    transition: all 0.5s ease-in-out;
}

.header-main ul {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.header-main .mega-menu-item-has-children > .mega-sub-menu {
    width: 100% !important;
    left: 0 !important;
    position: fixed !important;
    padding: 60px !important;
}

/*.header-main .mega-sub-menu .mega-mega_menu_list_left.mega_menu_list_left{
	padding-left: 60px !important;
}
*/

.header-main #mega-menu-wrap-menu-1 #mega-menu-menu-1, .header-main .max-mega-menu.mega-menu-horizontal li.mega-menu-item {
	position: static !important;
}

body.active_menu .header-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	position: relative !important;
	z-index: -999999;
}

body.active_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background: transparent !important;
}

header.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  	z-index: 999;
}

header{
    background: #efefef;
    position: relative;
    z-index: 999;
}

.header-main ul li{
	list-style: none;
	margin: 0 20px;
}

.header-main ul li:first-child{
	margin-left: 0;
}

.header-main ul li a{
	font-size: 18px;
	color: #000;
	font-family: 'Roboto';
}

.logo img {
    display: block;
    width: 193px;
    margin: 0 auto;
}

.active_menu .logo img {
    opacity: 0.5;
}

.banner-main {
    display: flex;
    justify-content: space-between;
	margin-top: 34px;
	align-items: end;
}

.banner-main h1{
	max-width: 541px;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	margin: 0;
}

.banner-main h1 i{
	font-weight: 900;
	font-style: italic;
}

.banner-main .start-rating{
	margin-bottom: 0;
}

.banner_section .ti-reviews-container,
.slogan-banner .ti-reviews-container {
	display: none !important;
}
.banner_section .start-rating .ti-rating.ti-rating-large, 
.banner_section .start-rating .ti-large-logo,
.slogan-banner .start-rating .ti-rating.ti-rating-large,
.slogan-banner .start-rating .ti-large-logo {
	display: none !important;
}

.banner_section .image-box{
	height: 100%;
	display: block;
	position: relative;
}

.banner_section .image-box figure img {
   
    object-fit: cover;
    width: 100%;
    min-height: 906px;
}

.banner_section .image-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.8);
    transition: 0.5s;
}

.banner_section .figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.banner_section .figcaption h2{
	color: #fff;
}

.banner_section .image-box:hover p{
	opacity: 1;
	height: auto;
	visibility: visible;
}

.banner_section figure{
	margin-bottom: 0;
	height: 100%;
}

.banner_section .image-box:hover h2{
	font-style: italic;
}

.banner_section .figcaption p{
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
    position: absolute;
    min-width: 250px;
    left: 50%;
        transform: translateX(-50%);
}
.owl-carousel .owl-nav button {
    transition: all linear .3s;
}
.owl-carousel .owl-nav button:hover {
    transform: scale(1.2);
}
.banner_section .image-box:hover:before{
	background: rgba(0,0,0,0.6);
}

.homebanner {
    margin-top: 74px;
    display: flex;
    overflow-x: hidden;
}

.homebanner .item {
    width: 33.33%;
}
.banner_section .owl-nav{
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.banner_section .owl-nav .owl-prev{
	background: url(../images/prev-banner.svg) no-repeat left center !important;
	width: 39px;
	height: 15px;
	display: inline-block;
	margin-left: 57px;
}
.banner_section .owl-nav .owl-next{
	background: url(../images/next-banner.svg) no-repeat left center !important;
	width: 39px;
	height: 15px;
	display: inline-block;
	margin-right: 57px; 
}

.tabbing-section{
	padding: 90px 0 120px;
}

.sub-title{
	font-size: 16px;
	line-height: 19px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}



.tabbing-section .nav-tabs,
.tabbing-section .nav-tabs-custom {
	padding: 0;
	margin: 0 0 50px;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.tabbing-section .nav-tabs li,
.tabbing-section .nav-tabs-custom li {
	margin-right: 100px;
    list-style: none;
}

.tabbing-section .nav-tabs li a,
.tabbing-section .nav-tabs-custom li a {
    font-family: 'Roboto';
    font-style: normal;
	font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: rgba(0,145,252,0.4);
}

.tabbing-section .nav-tabs li a.active,
.tabbing-section .nav-tabs li a:hover,
.tabbing-section .nav-tabs-custom li a.active,
.tabbing-section .nav-tabs-custom li a:hover {
	color: rgba(0,145,252,1);
	font-style: italic;
}


.tabbing-section,.best-winter-section{
	overflow: hidden;
}
.category-slider .owl-stage-outer{
	overflow: visible;
}
.category-box{
	background: #fff;
	border-radius: 10px;
	padding:37px 38px 37px 38px;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.owl-stage{
	display: flex !important;
}

.owl-carousel .item{
	height: 100%;
}
.partner-section .owl-carousel .item{
    width: 100px;
}
.category-box figure{
	overflow: hidden;
}

.category-box figure img{
	height: 329px;
	object-fit: contain;
	margin-bottom: 38px;
	transform: scale(1.0);
	transition: 0.3s;
}

.category-box:hover figure img{
	transform: scale(1.1);
}

.category-box .category-desc {
    text-align: center;
}

.category-box .start-rating {
    display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.start-rating img{
	width: 16px;
	height: 16px;
}

.category-box .category-desc h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.category-box .category-desc .price-disable{
	font-size: 18px;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	text-decoration: line-through;
	margin-right: 10px;
}

.category-box .category-desc .price{
	color: #0091FC;
	font-size: 18px;
	font-weight: 700;
}

.tabbing-section .owl-nav, .best-winter-section .owl-nav, .taxonomy-slider .owl-nav{
    position: absolute;
    top: -88px;
    right: 0px;
}

.tabbing-section .owl-nav .owl-prev, .best-winter-section .owl-nav .owl-prev, .taxonomy-slider .owl-nav .owl-prev {
	background: url(../images/blue-prev.svg) no-repeat left center !important;
	width: 39px;
	height: 13px;
	transition: all linear .3s;
}

.tabbing-section .owl-nav .owl-next, .best-winter-section .owl-nav .owl-next, .taxonomy-slider .owl-nav .owl-next {
	background: url(../images/blue-next.svg) no-repeat left center !important;
	width: 39px;
	height: 13px;
	margin-left: 25px;
	transition: all linear .3s;
}
.tabbing-section .owl-nav .owl-prev:hover, .best-winter-section .owl-nav .owl-prev:hover, .taxonomy-slider .owl-nav .owl-prev:hover,
.tabbing-section .owl-nav .owl-next:hover, .best-winter-section .owl-nav .owl-next:hover, .taxonomy-slider .owl-nav .owl-next:hover {
	transform: scale(1.2);
}

.tabbing-section .owl-nav .owl-next span, .best-winter-section .owl-nav .owl-next span,   .tabbing-section .owl-nav .owl-prev span, .best-winter-section .owl-nav .owl-prev span, .taxonomy-slider .owl-nav .owl-next span, .taxonomy-slider .owl-nav .owl-prev span{
	display: none;
}

.marquee_container {
	height: 20vh;
	position: relative;
	overflow: hidden;
  }
  .marquee {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1%;
	width: 102%;
	height: fit-content;
	display: flex;
	gap:0;
	overflow: hidden;
  }
  .marquee_group {
	display: flex;
	flex-shrink: 0;
	min-width: 100%;
	align-items: center;
	justify-content: center;
	animation: scroll 15s linear infinite;
	margin-right:0;
  }
.marquee span > span{
    font-size: 11vw;
    font-weight: 500;
    font-size: 100px;
    font-weight: 900;
    font-style: italic;
    color: #0091FC;
    padding: 0 50px;
}
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(calc(-100% - 60px));
	}
  }

  .intro-section{
	height: 1012px; 
	background-size: cover !important;
	width: 100%;
	margin-top: 100px;
	position: relative;
  }

  .intro-section:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: "";
  }

  .intro-section{
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }

  .intro-section .container{
	display: flex;
	justify-content: flex-end;
  }

  .intro-section .intro-desc {
	max-width: 541px;
    position: relative;
	margin-right: 80px;
}

.intro-section .intro-desc h2{
	color: #fff;
}

.intro-section .custom-btn{
	margin-top: 32px;
	font-weight: 500;
	font-size: 20px;
}

.best-winter-section{
	padding: 80px 0 0 0;
}

.best-winter-section h2{
	margin-bottom: 50px;
	color: #0091FC;
	font-style: italic;
}

.partner-section{
	padding-top: 100px;
	padding-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.partner-section h2 {
    font-weight: 400;
    max-width: 541px;
    color: #000000;
}

.partner-section .owl-carousel .owl-stage{
	display: flex;
	align-items: center;
	margin-top: 57px;
}

.partner-section .owl-carousel .owl-item img{
/* 	width: 100px; */
	display: block;
	opacity: 0.4;
	cursor: pointer;
}

.partner-section .owl-carousel .owl-item:hover img{
	opacity: 1;
}

.snow-section .snow-box{
	height: 838px;
	width: 100%;
	background-size: cover;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
	background-size: cover !important;
}

.snow-section .snow-box:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: "";
}

.snow-desc{
	max-width: 541px;
	position: relative;
    margin-left: 33px;
}

.snow-desc h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 36px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 150px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 150px; */
}

.stay-section{
	background: #0091FC;
	padding: 150px 0;
}

.stay-section h2{
	font-weight: 400;
	color: #fff;
	max-width: 490px;
	margin-bottom: 52px;
}

.woocommerce .woocommerce-ordering select:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

footer{
	padding: 138px 0 110px;
}
footer .footer-main{
	margin-bottom: 79px;
}

footer .row{
	margin: 0 -13px;
}

footer .row .col-md-3{
	padding: 0 13px;
}

.footer-box{
	background: #fff;
	border-radius: 5px;
	padding: 34px 33px 54px;
	width: 100%;
	height: 100%;
}

.footer-box .title{
	display: block;
	margin-bottom: 19px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.footer-box a{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.footer-box a:hover{
	color: #0091FC;
}

.footer-box ul{
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-box ul li{
	list-style: none;
	margin-right: 50px;
}

.footer-box p{
	margin-bottom: 0;
	font-size: 18px;
}


.visit-shop h2{
	font-weight: 400;
	margin-bottom: 31px;
	color: #000000;
}

.visit-shop{
	margin-top: 0;
}


.visit-main {
    display: flex;
}

.visit-right {
    margin-left: 119px;
}

.visit-right ul li br{
	display: none;
}

.visit-right ul{
	margin: 0;
	padding: 0;
}

.visit-right ul li{
	list-style: none;
}

.visit-right ul li span{
/*	font-weight: 500;*/
	font-size: 18px;
}

.visit-right ul li span:first-child{
	font-weight: 500;
	width: 100px;
	display: inline-block;
}


.visit-middle-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 73px;
}

.visit-middle-footer .middle-footer-right{
	display: flex;
	align-items: center;
}

.visit-middle-footer .middle-footer-right img {
    margin-right: 10px;
    display: block;
    width: auto;
}

.visit-middle-footer .middle-footer-right img:last-child{
	margin-left: 31px;
}

.footer-bottom {
    margin-top: 130px;
}

.footer-bottom ul{
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-bottom ul li{
	list-style: none;
	margin-right: 32px;
}

.footer-bottom ul li a{
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.footer-bottom ul li a:hover{
	color: #0091FC;
}

.copy-right {
    display: flex;
    margin-top: 44px;
}

.copy-right p{
	font-size: 14px;
	color: #B8B8B8;
	margin-bottom: 0;
}

.copy-right .copy {
    padding-left: 31px;
    font-size: 14px;
	color: #B8B8B8;
}

.copy-right .copy a{
	color: #B8B8B8;
}

.copy-right .copy a:hover{
	color: #0091FC;
}

.header-main .right-part{
	display: none;
}

.mega-sub-menu .snow-section .custom-btn{
	color: #fff !important;
}

.mega-menu-description{
    display: none !important;
}

.mega-sub-menu .cat-parent-title a {
	padding-bottom: 30px !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 23px !important;
	color: #0091FC !important;
}

.header-main ul li a{
	color: #000 !important;
	font-weight: 400 !important;
}

.ti-prev {
    background: url(../images/blue-prev.svg) no-repeat left center !important;
    width: 39px !important;
    height: 13px !important;
}

.ti-next {
    background: url(../images/blue-next.svg) no-repeat left center !important;
    width: 39px !important;
    height: 13px !important;
}

.ti-prev::before, .ti-prev::after,.ti-next::before, .ti-next::after{
    content: none !important;
}
.review-section .ti-widget.ti-goog .ti-review-item{
	padding: 0 15px;
}
.review-section .ti-widget.ti-goog .ti-review-item>.ti-inner{
    padding: 30px !important;
    /* width: 275px !important; */
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
}

.review-section .ti-reviews-container-wrapper{
    align-items: center !important;
}

.review-section .ti-widget.ti-goog .ti-controls .ti-next {
    right: -80px;
}

.review-section .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -80px;
}
.review-section .ti-widget.ti-goog .ti-controls .ti-prev:hover,
.review-section .ti-widget.ti-goog .ti-controls .ti-next:hover {
background-color: transparent !important;
transform: scale(1.2);
}
.review-section .ti-widget.ti-goog .ti-review-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    color: #000000;
    -webkit-line-clamp: 6 !important;
    height: 100% !important;
}

.review-section .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 10px 0 20px 0;
}

.review-section .ti-widget.ti-goog .ti-header {
    margin-bottom: 46px;
}

section.about-section {
    padding: 163px 0;
    margin: 0 auto;
}
section.about-section ul {
	margin-left: 0;
}
a:focus {
    outline: none !important;
}

/*.stay-section .wpcf7 form .wpcf7-response-output {
    display: block !important;
}*/

.stay-section form{
    position: relative;
}

.slogan-banner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    max-width: 541px;
    margin-bottom: 0;
    margin-top: 30px;
}

.stay-section .wpcf7 form .wpcf7-response-output {
    width: fit-content;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 6px;
}

section.about-section h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
   
    margin-bottom: 36px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}
.about-section .container {
    display: flex;
    column-gap: 185px;
    justify-content: center;
}
section.about-section p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
   
    margin-left: auto;
    margin-right: auto;
}

.review-section .ti-v-center{
    display: none !important;
}

.review-section .ti-rating-text .nowrap{
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #000000 !important;
}

.review-section .ti-rating-text .ti-rating.ti-rating-large{
    display: none !important;
}

.review-section span.ti-stars {
    order: -1;
}

/*.review-section .ti-read-more{
    display: none !important;
}*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
/*    opacity: 1 !important;*/
/*    visibility: visible !important;*/
/*    transform: none !important;*/
	background: #fff !important;
	border-radius: 12px;

    max-width: 1783px;
    margin: 0 auto;
    justify-content: center;
    left: 50% !important;
    transform: translate(-50%, 7%) !important;
	z-index: 9999;
}

header{
/*	transition: all 0.s ease-in-out;*/
}

/*.fixed-header{
	background: #EFEFEF;
	position: sticky;
	top: 0;
	z-index: 9999;
}*/

.active_menu{
	overflow: hidden !important;
}
.active_menu header{
	background-color: transparent;
}
.content header {
    position: static !important;
    background: transparent;
}

.fixed-header .header-main {
    padding: 14px 0;
}

.active_menu::before{
	content: "";
    height: 100vh;
	z-index: 999;
    position: fixed;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::before {
    content: "" !important;
    background-image: url(../images/drp_icons.svg);
    background-position: center;
    background-size: auto;
    width: 12px;
    height: 10px;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.mega-sub-menu .snow-section .snow-box {
    max-height: 328px !important;
    max-width: 539px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    padding: 116px 114px 56px 68px;
    margin-left: auto;
}


.mega-sub-menu .snow-section .snow-box h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    height: inherit;
}

.mega-sub-menu .snow-section .snow-box h2 span{
    font-style: italic;
    font-weight: 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    content: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    display: flex !important;
    align-items: center !important;
    padding-right: 27px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    color: #000 !important;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(.mega-menu-item-has-children):hover > a.mega-menu-link { 
	color: #0091FC !important;
}


#mega-menu-wrap-menu-1 {
    background: transparent !important;
}

li.mega-menu-item .mega-block-title{
    color: #0091FC !important;
    text-transform: capitalize !important;
    padding-bottom: 20px !important;
}

.mega-sub-menu .mega-menu-link{
    text-transform: capitalize !important;
}

.mega-sub-menu .mega-menu-item {
    padding: 0 0 10px 0 !important;
}

.stay-section form.wpcf7-form {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.stay-section form.wpcf7-form p{
	width: 100%;
}

.stay-section form.wpcf7-form input, .stay-section form.wpcf7-form select{
	height: 68px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #0091FC;
	padding: 0 29px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto';
	color: #000;

}

.stay-section form.wpcf7-form input:focus, .stay-section form.wpcf7-form select:focus{
	outline: none;
	box-shadow: none;
}

.stay-section form.wpcf7-form select{
	background:#fff url(../images/select-drop.svg) no-repeat right 31px center;
	 -webkit-appearance: none;
  	-moz-appearance: none;
}

.stay-section form.wpcf7-form .wpcf7-not-valid-tip {
    color: #c70000;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.stay-section form.wpcf7-form  .wpcf7-submit {
    background: #000 !important;
    color: #fff !important;
    padding: 0 44px !important;
}



.stay-section form.wpcf7-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.stay-section form.wpcf7-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.stay-section form.wpcf7-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.stay-section form.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.stay-section form.wpcf7-form p:nth-child(5) {
    max-width: max-content;
    width: max-content;
}

.stay-section .wpcf7 form .wpcf7-response-output{
	display: none;
}

.texonomy-list{
	padding: 108px 0 78px;
}

.texonomy-list .texonomy-main {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.texonomy-list .texonomy-main a{
	padding: 0 15px 30px;
	width: 25%;
}

.texonomy-list .texonomy-main img {
    width: 100%;
    display: block;
    object-fit: contain;
    height: 245px;
    margin-bottom: 49px;
}
.texonomy-box h2{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	padding: 0 20px 0;
	text-align: center;
    margin-bottom: 0;
    margin-top: auto;
}

.texonomy-box {
    background: #fff;
    height: 100%;
    border-radius: 10px;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.guide-section{
	width: 100%;
	height: 1012px;
	background-size: cover !important;
	display: flex;
	align-items: center;
	position: relative;
}

section.guide-section::before {
    content: "";
    background-color: #000;
    opacity: 80%;
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.guide-section .guide-desc {
    max-width: 580px;
    position: relative;
}

.guide-section .guide-desc h2{
	color: #fff;
	font-weight: 400;
}

.guide-section .guide-desc p{
	color: rgba(254,254,254,0.5);
}

.guide-section .guide-desc h2, .guide-section .guide-desc p{
	margin-bottom: 56px;
}

.range-section {
    padding: 114px 0 193px;
}

.range-section .right-content {
    width: 50%;
    padding-left: 15px;
}
.range-section .right-content {
    word-break: break-word;
}
.range-section  .left-content {
    width: 50%;
    padding-right: 15px;
}

.range-section h2{
	max-width: 541px;
	font-weight: 400;
}

.marquee-section {
    padding-top: 80px;
}

.range-section .left-content ul{
	margin: 0;
	padding: 0 0 0 30px;
}

.range-section .range-main {
    display: flex;
    padding-top: 102px;
}

.range-section .left-content p:nth-child(3){
	margin-bottom: 0;
}

.faq-section{
	padding: 150px 0;
}

.faq-section h2 {
    font-weight: 400;
    margin-bottom: 27px;
}

.taxonomy-slider h2{
	margin-bottom: 50px;
    color: #0091FC;
    font-style: italic;
}
.taxonomy-slider {
	overflow: hidden;
	padding-top: 90px;
}

.taxonomy-slider .owl-stage-outer{
	overflow: visible;
}

.p_column_main .p_column_right img {
    position: sticky;
    top: 0;
    
}
/*Category 10-04*/
.shop_single_left {
    display: flex;
    align-items: flex-start;
    
}

.shop_single_left .wcpf-inner .wcpf-checkbox.wcpf-field-title.wcpf-heading-label, 
.shop_single_left .wcpf-inner .wcpf-price-slider.wcpf-field-title.wcpf-heading-label{
	padding: 0;
}

.shop_single_filter {
    display: flex;
    align-items: flex-start;
    max-width: 1500px;
    padding: 0 20px;
    margin: 0px auto 40px auto;
    justify-content: space-between;
}

.wcpf-field-title {
	width: fit-content;
}

.wcpf-checkbox-list.field-input-container.wcpf-content {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 17px;
    border-radius: 9px;
    max-height: 340px;
    overflow: auto;
}

.wcpf-color-list.field-input-container.wcpf-content {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 17px;
    border-radius: 9px;
}

.wcpf-price-slider.field-input-container.wcpf-content {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 17px;
    border-radius: 9px;
}

.orderby{
	border: none;
	background: transparent;
}

.mobile_home_list{
	display: none;
}

.woocommerce-breadcrumb{
	display: none;
}

.shop_single_right .sortby {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0091FC;
}

.woocommerce-ordering{
	margin: 0 45px !important;
}

.shop_single_left .filter{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0091FC;
	margin-right: 45px;
}

.wcpf-filter  {
    padding: 0 20px 0 45px;
}

.wcpf-filter-inner {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.wcpf-heading-label span.text {
	padding-right: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	text-transform: capitalize;

}

.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle{
	right: 0;
}

 .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle::before{
 	content: "" !important;
 	background-image: url(../images/drp_icons.svg);
 	background-position: center;
 	background-size: auto;
 	width: 6px;
 	height: 3px;
 	position: absolute;
 	right: 0;
 	top: 50%;
 	transform: translateY(-50%);
 }

 .wcpf-field-item {
 	margin: 0 45px 0 0;
 }

.cat-tax-main {
    min-height: 579px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}
.cat-tax-main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    content: "";
    z-index: -1;
}

.cat-tax-main .category_banner h1{
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	color: #FFFFFF;
}

.product_category_list{
	overflow: hidden;
	margin-bottom: 85px;
}

.woocommerce-pagination ul.page-numbers li a{
	margin: 0 20px;
}

.product_category_list .products .product a {
	overflow: hidden;
    text-decoration: none;
    background: #fff !important;
    display: block;
    height: auto;
    border-radius: 10px;
    text-align: center;
    padding: 37px;
}

.product_category_list .products .product a h2.woocommerce-loop-product__title{
	padding: 0 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: center;
	color: #000000;
}

.product_category_list .products .product a span.price{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #0091FC;
}

.product_category_list h2{
	margin-bottom: 54px;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 47px;
	color: #0091FC;
}
.product_category_list ul.products li.product, .product_category_list ul.products li.product {
    margin: 0 15px !important;
    width: calc(25% - 30px) !important;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    list-style: none;
}
.search-results ul.products {
    padding: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
   
    display: none;
}
.product_category_list ul.products {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    row-gap: 30px;
    margin: 0 -15px;
}

.product_category_list ul.products li.product a img{
	width: 100%;
    height: 320px;
	
    margin-bottom: 0;
    object-fit: contain;
    transition: all 0.7s ease-in-out;
	
}

.pagination span.current {
    color: #1292f8;
    font-weight: 600;
    background: transparent;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    border-radius: 52px;
    padding: 12px 20px;
}
.blog .pagination {
    margin-right: 25px;
    margin-left: 50px;
}
.pagination .page-numbers {
    border: none;
    
    float: left;
    display: inline;
    overflow: hidden;
   transition: all 0.5s ease-in-out;
}




/*
.product_category_list ul.products li.product a:hover img{
	transform: scale(1.2);
}*/


.scroll-text-move{
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 9999;
}

.scroll-text {
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	height: 46px;
	background: #0091FC;
}

.scroll-text span {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	
}



.single-product .product_single_gallery .summary.entry-summary{
	max-width: 590px;
    margin-left: 70px;
    margin-right: auto;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
	display: inline-flex;
	min-height: 950px;
	flex-wrap: wrap;
	flex-direction: column;
    padding-bottom: 99px;
    padding-right: 20px;
}



.single-product .content-area.woo_main .product_single_main .p_specifications {
    padding-top: 235px;
    background-color: #efefef;
    position: relative;
}

.single-product .p_video {
    position: relative;
}


.single-product .content-area.woo_main .product_single_main .p_specifications h2{
	font-style: italic;
	font-weight: 900;
	font-size: 100px;
	line-height: 117px;
	text-transform: uppercase;
	color: #0091FC;
	text-align: center;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main{
	margin-top: 146px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1178px;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list {
    width: 50%;
    max-width: 555px;
    margin-bottom: 90px;
    padding: 0 20px;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list span{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list h3{
	font-style: italic;
	font-weight: 800;
	font-size: 40px;
	line-height: 47px;
	color: #0091FC;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

.single-product .product_single_gallery .summary.entry-summary .price .woocommerce-Price-amount.amount bdi,
 .single-product .product_single_gallery .summary.entry-summary .price ins{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 47px;
	color: #0091FC;
	margin-top: 0;
	margin-bottom: 12px;
}

.summary.entry-summary .price{
	margin-top: 30px;
}

.single-product .p_cta {
    background: #0091FC;
    padding: 198px 0;
    position: relative;
	    margin-top: 90px;

}


.single-product footer {
    position: relative;
    background-color: #efefef;
}

.single-product .related.products {
    padding-top: 135px;
    margin-top: 0;
    position: relative;
    background-color: #efefef;
    margin-bottom: 121px;
}

.single-product .stay-section {
	position: relative;
}

.single-product .p_cta .p_cta_main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-product .p_cta .p_cta_main .p_cta_left{
	max-width: 560px;
}

.single-product .p_cta .p_cta_main .p_cta_right{
	display: flex;
	align-items: flex-start;
	width: 50%;
	justify-content: center;
}

.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item{
	text-align: center;
	margin: 0 35.5px;
}

.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 15px;
}

.single-product .p_cta .p_cta_main .p_cta_left h2{
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
}

.single-product .p_cta .p_cta_main .p_cta_left .custom-btn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 23px !important;
	margin-top: 32px;
	gap: 40px;
	height: 68px;
	background: #000000;
	border-radius: 5px;
	border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}

.single-product .p_cta .p_cta_main .p_cta_left .custom-btn:hover{
	border: 1px solid #fff;
	color: #fff;
	background: transparent;

}

.single-product .product_single_gallery .summary.entry-summary .price del .woocommerce-Price-amount.amount bdi{
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	opacity: 0.2;
}

.single-product .product_single_gallery .summary.entry-summary .price del .woocommerce-Price-amount.amount{
    display: flex;
    align-items: center;

}

.single-product .product_single_gallery .summary.entry-summary .price del{
    color: #000 !important;
    margin-right: 15px;
}

.panel-heading h4{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
}

.form-group.center-block .cwgstock_email{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;
	width: 100%;
	text-align: left !important;
	padding-left: 20px;
	height: 63px;
	border-radius: 5px;
}

.form-group.center-block .cwgstock_button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 40px;
	max-width: 149px;
	width: 100%;
	height: 61px;
	background: #0091FC;
	border-radius: 5px;
	color: #fff;
	border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}
.cwginstock-subscribe-form .panel{
	box-shadow: none !important;
}

.cwginstock-subscribe-form .center-block:first-child {
    float: left;
    width: 70%;
    margin-right: 20px;
}


.cwginstock-subscribe-form .form-group.center-block:last-child {
	float: right;
}

.cwginstock-subscribe-form .col-md-12 .col-md-12{
	padding: 0;
}

.form-group.center-block .cwgstock_button:hover{
	background: transparent;
	border: 1px solid #0091FC;
	color: #0091FC;
}


.form-group.center-block .cwgstock_email::placeholder{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}

.panel-body .form-group {
	display: flex;
	align-items: center;
}

.woocommerce-product-details__short-description{
	margin-top: 42px;
	margin-bottom: 42px;
}

.variations_form.cart{
	margin-top: 42px;
	margin-bottom: 42px;
}

.woocommerce-product-details__short-description ul li{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

.quantity {
	margin-bottom: 0 !important;
    padding: 7px 17px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 20px !important;
}

.summary.entry-summary form.cart, .woocommerce-variation-add-to-cart {
/*	justify-content: space-between;*/
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}



.summary.entry-summary form.cart button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 40px;
    width: 377px;
    height: 61px;
    background: #0091FC;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.p_video{
	background: #0091FC;
	padding: 105px 0 163px 0;
}

.p_video_slider .owl-nav {
    position: absolute;
    top: -25%;
    transform: translateY(-25%);
    right: 222px;
}

.p_video_slider{
	margin-top: 62px;
}

.p_slider_title .sub-title{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.p_slider_title h2{
	font-style: italic;
	font-weight: 800;
	font-size: 40px;
	line-height: 47px;
	color: #FFFFFF;
}

.p_video_slider .owl-nav button{
	transition: all 0.5s ease-in-out;
	margin-left: 32px;
}

.p_video_slider .owl-nav button:hover{
	transform: scale(1.2);
}
.p_video_slider .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/prev-arrow-slider_video.svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 13px;
    display: block;
}

.p_video_slider .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/next-arrow-slider-video.svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 13px;
    display: block;
}

.p_video .container{
	padding-left: calc((100vw - 1500px) / 2);
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    padding-right: 0px;
}
section.related.products{
	overflow: hidden;
}
.related_products_items .owl-stage-outer{
	overflow: visible;
}
.related_products_items .product a {
    overflow: hidden;
    text-decoration: none;
    background: #fff !important;
    display: flex;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 35px;
    flex-direction: column;
}

.related_products_items .product a span.price{
	font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #0091FC;
}

.related_products_items .product a img {
    width: 100%;
    height: 320px;
    margin-bottom: 37px;
    object-fit: contain;
    transition: all 0.7s ease-in-out;
    padding-top: 20px;
}

span.price del{
	opacity: 0.2 !important;
	color: #000 !important;
}

.related_products_items .product a h2.woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
   
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding: 0 20px;
}

.related.products{
	margin-top: 135px;
}

.related.products h2 {
    font-style: italic;
    font-weight: 800;
    font-size: 40px;
    line-height: 47px;
    color: #0091FC;
}

.related.products .owl-nav {
    position: absolute;
    top: -25%;
    transform: translateY(-25%);
    right: 0px;
}

.related.products .related_products_items {
	margin-top: 50px;
}

.related.products .owl-nav button {
    transition: all 0.5s ease-in-out;
    margin-left: 32px;
}

.related.products .owl-nav button:hover {
	transform: scale(1.2);
}


.related.products .owl-nav button.owl-prev span {
    font-size: 0;
    background-image: url(../images/prev_color_slider_arrow.svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 13px;
    display: block;
}

.related.products .owl-nav button.owl-next span {
    font-size: 0;
    background-image: url(../images/next_color_slider_arrow.svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 13px;
    display: block;
}

.related_products_items .owl-stage-outer {
    padding-bottom: 40px;
}

.related_products_items .owl-stage{
	display: flex;
}

.related_products_items .owl-stage .owl-item li {
    height: 100%;
    list-style: none;
}

.p_video iframe{
	max-width: 868px;
}

.product-faq-content {
    display: none;
    padding: 20px 30px;
    background: #E7E7E7;
}

.cwg_popup_submit {
	margin-bottom: 20px;
}
.product-faq button{
	font-weight: 500;
	position: relative;
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 25px 30px;
	gap: 10px;
	height: 71px;
	max-height: 81px;
	background: #E7E7E7;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #EFEFEF;
	border-bottom-color: transparent;
}
.product-faq.active button{
	color: #0091FC;
}

.product-faq button span{
	color: #9D9D9D;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
	background: #0091FC;
}

.single-product .content-area.woo_main .p_column_main,
.left-right .p_column_main {
	position: relative;
    display: flex;

    background-color: #efefef;
}

.single-product #wooswipe{
	position: sticky;
top: 0;
	left: 0;
	display: inline;
}

.single-product .quantity input.minus,.single-product .quantity input.plus{
	font-weight: 100;
}	


.single-product .content-area.woo_main .p_column_main .p_column_left,
.left-right .p_column_main .p_column_left {
    max-width: 572px;
    margin-right: 140px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 180px;
}

.single-product .product_single_gallery .woocommerce-product-gallery{
	position: sticky!important;
    top: 0;
}
.product-faq-content ul{
	margin-left: 20px;
	padding-left: 0;
}

.product-faq button::after{
	content: "";
 	background-image: url(../images/drp_icons.svg);
 	background-repeat: no-repeat;
 	height: 8px;
 	width: 8px;
 	position: absolute;
 	right: 33px;
 	top: 50%;
 	transform: translateY(-50%);
}

.product-faq.active button::after{
	transform: rotate(180deg);
	top: 40%;

}
.product_single_gallery .summary.entry-summary .stock.in-stock{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

.product_single_gallery .summary.entry-summary form.cart button:hover{
	background: transparent;
	border: 1px solid #0091FC;
	color: #0091FC;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	opacity: 1;
}

.single-product .product_single_gallery .summary.entry-summary .afterpay-payment-info{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.single-product .product_single_gallery .summary.entry-summary .afterpay-payment-info .woocommerce-Price-amount.amount bdi{
	font-weight: 700;
}

.single-product .product_single_gallery .summary.entry-summary .afterpay-payment-info .woocommerce-Price-amount.amount img{
	margin-left: 8px;
}

.faq_start .product-faq table tbody tr td{
	padding: 0 7px;
}

.faq_start .product-faq table tbody tr:first-child{
	background: #0091FC;
}

.faq_start .product-faq table tbody tr:first-child td{
	color: #fff;
}

.shop_single_right {
    display: flex;
	align-items: center;
    column-gap: 15px;
}

.mega-menu-row ul.mega-sub-menu li .mega-sub-menu li{
	transition: all 0.3s ease-in-out;
}
.header-main .mega-menu-row .mega-sub-menu>li:last-child .mega-sub-menu li{
	opacity: 1!important;
}
.mega-menu-row ul.mega-sub-menu li.active .mega-sub-menu li{
	opacity: 0.4!important;
}
.home .marquee-section {
    padding-top: 0px;
}
section.review-section {
    overflow: hidden;
}
.filter_main{
	display: flex;
}

.thumbnails .slick-track {
	margin-right: 20px;
/*    display: flex;*/
    flex-direction: column;
    width: 80px !important;
}

.single-product-main-image-wrap .slick-list{
	margin-left: 0 !important;
}

.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img {
    width: 930px !important;
    height: 930px !important;
    object-fit: contain;
    background: #fff;
    padding: 98px;
	
}
.thumb {
    margin-bottom: 20px;
    width: 80px !important;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 3px 14px;
    height: 80px !important;
    display: flex;
    align-items: center;
}


.thumbnail-nav .slick-slide {
	width: 80px !important;
}

.thumbnails {
    width: auto !important;
    height: 100% !important;
    width: fit-content;
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 0;
    transform: translateY(-80%);
    display: flex;
    justify-content: right;
    margin-right: 20px;
}
.thumbnails .slick-arrow{
	display: none !important;
}

.blockUI.blockOverlay{
	background: transparent !important;
	z-index: -1;
}

.filter-item-inner-heading{
	cursor: pointer;
	position: relative;
	width: fit-content;
	padding-right: 8px;
	font-size: 16px;
	line-height: 19px;
}

.filter-item-inner-heading::before {
	content: "" !important;
	background-image: url(../images/drp_icons.svg);
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%) rotateX(0deg);
	background-repeat: no-repeat;
	transition: none;
	background-size: 12px;
}

.filter-item{
	margin-right: 45px;
}

.filter-attribute-list {
    margin-left: 0;
    list-style: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 268px;
    border-radius: 10px;
    display: none;
    max-height: 340px;
    overflow: auto;
	scrollbar-width: none;
	    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.filter-attribute-list li:last-child {
	  margin-bottom: 0;
}

.filter-attribute-list .filter-attribute-item span{
	height: 13px;
	width: 13px;
	border-radius: 100%;
	display: block;
	margin: 0 10px;
}

.filter-attribute-list .filter-attribute-item label{
	color: #000;
	display: flex;
	margin-bottom: 0;
	align-items: center;
}

.filter-attribute-list .filter-attribute-item input[type=checkbox] {
  	position: relative;
	border: 1px solid #000;
	border-radius: 3px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
}


.filter-attribute-list .filter-attribute-item input[type=checkbox]:checked {
  background-color: #000;
}

.filter-attribute-list .filter-attribute-item input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0px -2px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
/*
.filter-attribute-list::after{
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: sticky;
	height: 44px;
	width: 100%;
	bottom: -17px;
	left: 0;
	display: flex;
}*/

.filter-attribute-list li{
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-left: 0 !important;
}

.woocommerce span.onsale {
    padding: 20px;
    height: 20px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 40px;
    top: 20px !important;
    right: 60px !important;
}

.hamburger-menu{
	display: none;
}

.shop_single_left span.mob-act.filter {
	display: none;
}

.filter_close, .filter_h_title{
	display: none;
}





.pay_option ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: 0;
	padding-left: 0;
margin-bottom: 0;
}

.pay_option ul li{
	margin-right: 10px;
}

.single_add_to_cart_button.buy_now_button {
    background: #000 !important;
    width: 100% !important;
    margin-top: 20px !important;
    height: 61px;
}

.single_add_to_cart_button.buy_now_button:hover{
	background: transparent !important;
	border: 1px solid #000 !important;
    color: #000 !important;
}

.filter-attribute-list ul{
	margin-left: 0;
	padding-left: 0;
	padding: 17px 17px 0 17px;
}

.clear_filter {
    justify-content: space-between;
    padding: 21px 17px 17px 17px;
    display: flex;
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: solid 1px #000000;
}


.filter-item-inner-heading.active::before {
	transform: translateY(-50%) rotateX(180deg);
}

.clear_filter span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.clear_filter span:last-child{
	border-bottom: 1px solid #000;
	padding-left: 0;
    margin-left: 10px;
	margin-right: 0;
}


.follow_sub_menu {
    margin-top: 100px;
    padding-left: 135px !important;
}

.follow_sub_menu .footer_soc_ico {
    justify-content: flex-start;
}

.follow_sub_menu span{
	display: block;
	margin-bottom: 35px;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #0091FC;
}

.filter-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

.cost {
    width: 288px;
    display: grid;
    gap: 20px;
    border: 0;
    margin: 0;
    padding: 0;
	    padding: 17px 17px 20px 17px;
}

.cost .price_range_title{
	text-align: center;
}

.cost__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.cost__label {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    border: 1px solid #000;
}

.cost__label {
	margin-bottom: 0;
    width: 88px;
    border: 1px solid #000;
    border-radius: 5px;
    height: 43px;
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.cost__inputs span{
	font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
}

.cost__inputs span.price_to{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #0091FC;

}

.cost__label:first-child {
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
    margin-right: 2px;
}

.cost__label:first-child:hover {
    border-right-width: 2px;
    margin-right: 0;
}

.cost__label:hover+.cost__label:not(:focus-within) {
    border-left: 0;
    margin-left: 0;
}

.cost__label:last-child {
    position: relative;
    z-index: 1;
}

.cost__input {
    all: unset;
    color: #000 !important;
    opacity: 0.5;
    order: -1;
    padding: 0 7px 0 8px !important;
    width: 75px;
    outline: none;
    border: none !important;
}

.range-slider {
    margin: 0;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) var(--first-val), #0091FC var(--first-val), #0091FC var(--second-val), rgba(0, 0, 0, 0.3) var(--second-val));
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.range-slider__input {
	padding: 0 !important;
	border: none !important;
    cursor: grab;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

.range-slider__input::-webkit-slider-runnable-track {
    background: none;
    height: 100%;
    width: 100%;
}

.range-slider__input::-moz-range-track {
    background: none;
    height: 100%;
    width: 100%;
}

.range-slider__input::-webkit-slider-thumb {
    background-color: #fff;
    border: none;
    /* get rid of Firefox thumb border */
    border-radius: 3px;
    pointer-events: auto;
    /* catch clicks */
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px solid #000;
}

.range-slider__input::-webkit-slider-thumb:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.range-slider__input::-webkit-slider-thumb:active {
    outline: 2px solid #83b3d3;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
}

.range-slider__input::-moz-range-thumb {
    background-color: #fff;
    border: none;
    /* get rid of Firefox thumb border */
    border-radius: 5px;
    pointer-events: auto;
    /* catch clicks */
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
}

.range-slider__input::-moz-range-thumb:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.range-slider__input::-moz-range-thumb:active {
    outline: 2px solid #83b3d3;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
}

.range-slider__input:last-of-type {
    position: absolute;
}

.range-slider__input:focus {
    outline: none;
}

.range-slider__input:focus::-webkit-slider-thumb {
    outline: 3px solid #83b3d3;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.range-slider__input:focus::-moz-range-thumb {
    outline: 3px solid #83b3d3;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.range-slider__input:not(:only-of-type) {
    pointer-events: none;
    right: 0;
}

.price_to{
    margin: 0 15px;
}
.clear_filter_btn {
    cursor: pointer;
    padding-left: 10px;
}

#wooswipe .wooswipe-popup.wooswipe-mainimagepopup {
    top: 150px;
}


.cart-collaterals .cart_totals{
    margin-top: 40px;
}

.cart-collaterals .cart_totals h2{
    text-align: center;
    margin-bottom: 30px;
}

a.checkout-button.button.alt.wc-forward {
    background-color: #1292f8;
}
.woocommerce-cart .entry-header h1, .woocommerce-checkout  h1 {
    font-weight: 900;
    color: #0091FC;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-shipping-fields h3{
    color: #0091FC;
}

.woocommerce-checkout input{
    height: 40px;
    padding-left: 7px;
}

.woocommerce-checkout .input-radio{
    height: inherit;
}

.woocommerce-checkout .select2-container--default .select2-selection--single{
    height: 40px;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}

.woocommerce-checkout textarea{
    padding: 7px;
}

.woocommerce-cart .shop_table td a:visited{
    color: #212529;
}

.woocommerce-cart .shop_table td .quantity{
    width: fit-content;
}

.woocommerce-cart .shop_table td.product-thumbnail img{
    width: 75px !important;
}

.woocommerce-cart thead tr, .woocommerce-checkout .shop_table thead tr{
    background-color: #0091FC;
}

.woocommerce-checkout table.shop_table{
    border-collapse: collapse;
    overflow: hidden;
}

.woocommerce-checkout table.shop_table .woocommerce-shipping-methods li{
    margin-bottom: 0 !important;
}
.woocommerce-checkout #payment{
    background-color: #fff !important;
}

.woocommerce-checkout #payment div.payment_box{
    width: fit-content;
    border-radius: 17px;
    padding: 30px;
    background-color: #efefef !important;
}



.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #efefef !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

#ship-to-different-address-checkbox{
    height: 20px;
}

.woocommerce-checkout .checkout.woocommerce-checkout h3{
    text-align: center;
    height: 40px;
    color: #0091FC;
}

.woocommerce-checkout table.shop_table tbody tr:nth-child(even), .woocommerce-checkout table.shop_table tfoot tr:nth-child(even){
    background-color: white;
}
.woocommerce-cart thead tr th, .woocommerce-checkout .shop_table thead tr{
    color: #fff;
}

.woocommerce-cart tbody tr:nth-child(odd){
    background-color: #fff;
}


.woocommerce-cart .actions .button, .woocommerce-checkout-payment button,
button.woocommerce-button.button.woocommerce-form-login__submit,
form#woocommerce-checkout-form-coupon button.button {
    background: #0091FC !important;
    max-width: max-content !important;
    padding: 0 25px 0 21px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out !important;
    position: relative !important;
    border: 1px solid transparent !important;
    font-size: 17px !important;
	min-width: auto;
	margin-top: 0 !important;
	width: 100%;
}
form#woocommerce-checkout-form-coupon {
    display: flex;
}
.woocommerce-cart .actions .button:hover, .woocommerce-checkout-payment button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
form#woocommerce-checkout-form-coupon button.button:hover {
    background-color: transparent !important;
    border: 1px solid #0091FC !important;
    color: #0091FC !important;
}
form.woocommerce-form.woocommerce-form-login.login {
    display: flex;
    flex-wrap: wrap;
}

form.woocommerce-form .form-row {
    width: 100% !important;
    float: none !important;
}

form.woocommerce-form .form-row label {
    width: 100%;
}

form.woocommerce-form .form-row span.password-input {
    width: 100% !important;
    display: block !important;
}


input#rememberme {
    height: auto;
}


.woocommerce-cart .actions .button{
    margin-left: auto;
}

.woocommerce-cart .coupon .button{
    margin-left: 0;
}

.woocommerce-cart .coupon .input-text{
    width: 180px !important;
}

.woocommerce-cart .coupon {
    display: flex;
}

.page-template-default article.type-page h1, .blog h1{
    color: #1292f8;
    text-align: center;
    margin-top: 40px;

}
.page-id-12 h1 {
	color: #ffffff;
	margin: 0;
}

.page-template-default article.type-page .entry-content{
	margin-top: 40px;
/*	display: flex;*/
    column-gap: 6%;
}

.page-template-default.woocommerce-page article.type-page .entry-content {
   display: block;
}

.page-template-default article.type-page .entry-content h4{
    font-size: 22px;
}

.page-template-default article.type-page .entry-content p,
.page-template-default article.type-page .entry-content li {
    font-size: 16px;
}

.page-template-default article.type-page .entry-content h3,
.page-id-12 .content  h3.gform_title {
    color: #1292f8;

}

.woocommerce-checkout .woocommerce-input-wrapper{
    width: 100%;
}

/*Blog*/

.first_blog{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.first_blog .blog_thumb_image {
    height: 270px;
    display: block;
    max-width: 270px;
    min-width: 270px;
    width: 100%;
    margin-right: 40px;
    /* border: 1px solid #1292f8; */
    border-radius: 8px;
    overflow: hidden;
    background-color: #1292f8;
}
.first_blog .blog_thumb_image:hover img{
    transform: scale(1.07);
}

.first_blog .blog_thumb_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .3s;
}

.blog_left{
    padding-right: 40px;
    width: 70%;
}
.blog .blog_main {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
}

.read_more:visited,.read-more:visited {
    color: #007bff !important;
}

.blog .read_more, .blog .read-more, .single-post .read_more, .single-post .read-more,.blog_detail_content .read_more, .blog_detail_content .read-more {
    background-color: #0091FC !important;
    padding: 6px 17px !important;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff !important;
}



.blog .widget>h3, .single-post .widget>h3{
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.widget_categories ul {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.blog .widget .recent-posts, .single-post .widget .recent-posts {
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d0d0;
    padding-bottom: 34px;
}

.blog .widget .recent-posts h3, .single-post .widget .recent-posts h3{
    font-size: 20px;
    color: #212529;
	transition: all linear .3s;

}

.blog_left .blog-deatil .blog_single_thumbnail {
    width: 100%;
    overflow: hidden;
   
    margin: 40px 0;
    border-radius: 12px;

}

.blog_left .blog-deatil .blog_single_thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
    display: block;
}

.blog-deatil img {
    margin-bottom: 24px;
    max-width: 100%;
    height: auto;
    clear: both;
}

.blog .widget .recent-posts span a, .single-post .recent-posts span a{
    font-size: 14px;
}

.blog .widget .recent-posts p, .single-post .widget .recent-posts p{
    font-size: 16px;
}

.widget_categories ul li {
    list-style: none;
    margin-bottom: 7px;
    margin-right: 17px;
}

.widget_categories ul li a {
    color: #fff;
    background: #1292f8;
    padding: 7px 15px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
	text-transform: capitalize;
	border: 1px solid transparent;
}

.blog .read_more:hover, .blog .read-more:hover, .single-post .read_more:hover, .single-post .read-more:hover,.widget_categories ul li a:hover,
.blog_detail_content .read_more:hover, .blog_detail_content .read-more:hover {
    border: 1px solid #0091FC;
    background-color: transparent !important;
    color: #0091FC !important;
}
.post_sidebar {
    position: sticky;
    top: 90px;
    width: 30%;
    background-color: #fff;
    padding: 37px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.post_pagination {
    text-align: center;
    margin-bottom: 50px;
}
.post_pagination a {
    
	color: #0091FC;
}
.post_pagination a:hover {
	color: #000000;
}
.post_pagination a.inactive {
    padding: 6px 10.6px;
	border-radius: 100%;
	margin: 0 5px;
    color: #0091FC;
    cursor: pointer;
}


.post_pagination a.active,
.post_pagination a.inactive:hover {
    background: #0091FC;
    color: #fff;
	 padding: 6px 10.6px;
	border-radius: 100%;
}


.single_blog_cont {
    display: flex;
    align-items: flex-start;
    padding-bottom: 60px;
}

/*Contact*/

.contct_lft ul{
    margin-left: 0;

}

.contct_rght iframe.lazyloaded{
    width: 100%;
    height: 340px;
}

.page-id-12 .content form:not(.stay-section form) {
    border: none !important;
    background-color: #fff;
    border-radius: 18px !important;
    padding: 35px !important;
	    margin-bottom: 60px;
}

.page-id-12 .content form input:not(.stay-section form input) {
  
    width: 100% !important;
    height: 45px;
    border: 1px solid #e7e7e7;
    box-shadow: -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174, 174, 192, 0.4);
	padding-left: 7px !important;
}

.page-template-default #page form .select2-container,
.woocommerce-shipping-calculator .form-row input  {
    padding-left: 7px !important;
    width: 100% !important;
    height: 45px !important;
    border: 1px solid #e7e7e7 !important;
    box-shadow: -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174, 174, 192, 0.4);
}
.woocommerce-checkout  form #customer_details .select2-container {
    border: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}
.woocommerce-checkout  form #customer_details .select2-container--default .select2-selection--single {
    border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa) !important;
}
.page-template-default #page form .select2-container--default .select2-selection--single{
    border: none;
}
.woocommerce-shipping-calculator .form-row #calc_shipping_city, .woocommerce-shipping-calculator .form-row #calc_shipping_postcode {
    padding-left: 11px !important;
}
.page-template-default #page form .select2-container--default span.selection{
    position: relative;
    top: 7px;
}

.select2-container--open .select2-dropdown--below{
    top: -37px;
}

.page-template-default #page form span.woocommerce-input-wrapper{
    width: 100% !important;
}

.page-id-12 .content form textarea{
    width: 100% !important;
    border: 1px solid #e7e7e7;
    box-shadow: -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174, 174, 192, 0.4);
	margin-top: 12px;
	padding-left: 7px !important;
}

.page-id-12 .content form input::placeholder, .page-id-12 .content form textarea::placeholder{
    padding-left: 7px;
}

.page-template-default .content-left .woocommerce h2{
    text-align: center;
    font-size: 28px;
    margin-top: 30px;
}

.page-template-default .gform_button:not(.stay-section form input), 
.page-id-12 .content .button:not(.stay-section form input) {
    background: #0091FC !important;
    max-width: max-content;
    padding: 0 25px 0 20px !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    color: #fff !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out;
    position: relative !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;

}

.page-id-12 .content .button:not(.stay-section form input) {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
}
.page-id-12 .content .button:not(.stay-section form input):hover {
    background-color: #000000 !important;
}
.page-template-default #page input.woocommerce-form__input-checkbox, .page-template-default #page input.woocommerce-form__input-radio  {
    width: 24px !important;
    height: 24px !important;
    margin-right: 20px;
}

.page-template-default #page label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
/*    width: 100%;*/
    margin-bottom: 20px;
}

.page-template-default .woocommerce-LostPassword.lost_password{
    text-align: center;
}

.page-template-default #page form .password-input, .page-template-default #page form .password-input{
    width: 100%;
}

.page-template-default .gform_heading{
    margin-top: 40px;
}

.page-template-default .gform_button:hover, .page-template-default .button:hover{
    background-color: transparent !important;
    color: #0091FC !important;
    border: 1px solid #0091FC !important;
}

/*My account*/

.page-template-default #page form input.woocommerce-form__input-radio {
    height: 17px !important;
    width: 17px !important;
    position: relative;
    bottom: -1px;
    margin-right: 12px;
}

.page-template-default #page form fieldset{
    margin-top: 40px;
}

.page-template-default #page form em{
    margin-top: 10px;
    display: block;
}

.page-template-default #page form fieldset legend{
    color: #1292f8;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content a:visited{
    color: #0091FC;
}

.page-template-defaul .woocommerce-MyAccount-content h2{
    text-align: left !important;
}

.page-template-default .woocommerce-table--order-details thead tr{
    background-color: #0091FC;
}

.page-template-default .woocommerce-table--order-details thead tr th{
    color: #fff;
}

.page-template-default .woocommerce-table--order-details{
    border-collapse: collapse !important;
}

.page-template-default .woocommerce-customer-details .woocommerce-column--billing-address address,.page-template-default .woocommerce-customer-details .woocommerce-column--shipping-address address , .woocommerce-checkout .woocommerce-column--billing-address address, .woocommerce-checkout .woocommerce-column--shipping-address address {
    border: 1px solid #0091FC;
}

.woocommerce-checkout .woocommerce-column--billing-address h2, .woocommerce-checkout .woocommerce-column--shipping-address h2{
    text-align: center;

}

.woocommerce-checkout .order_details{
    padding-left: 0;
    padding-left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: fit-content;
}

.woocommerce-checkout .order_details strong{
    color: #0091FC;
}

.woocommerce-checkout .woocommerce-thankyou-order-received{
    text-align: center;
}

.woocommerce-checkout .woocommerce-order-details__title{
    text-align: center;
}

.woocommerce-checkout .order-again .button {
    background: #0091FC !important;
    max-width: max-content;
    padding: 0 25px 0 20px !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    color: #fff !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out;
    position: relative !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default .site-main header.entry-header, .woocommerce-checkout .site-main header.entry-header {
    top: 78px;
}
.woocommerce-checkout .woocommerce-order-details{
    margin-bottom: 80px;
}

.woocommerce-checkout .order-again .button:hover{
    background-color: transparent !important;
    color: #0091FC !important;
    border: 1px solid #0091FC !important;
}

.page-template-default .commentlist {
    margin-left: 0;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-template-default .commentlist li{
    margin-bottom: 20px;
}

header.woocommerce-Address-title.title .edit{
    margin-left: auto;
}

header.woocommerce-Address-title.title h3{
    margin-bottom: 0;
}

header.woocommerce-Address-title.title {
    position: static;
    display: flex;
    box-shadow: none !important;
    border: 1px solid #1292f8;
    padding: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.logged-in.woocommerce-account .woocommerce {
    border: 1px solid #1292f8;
    padding: 0 20px;
    display: flex;
    border-radius: 5px;
    flex-wrap: wrap;
    padding-left: 0;
    overflow: hidden;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0;
    background: #F4F4F4;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #1292f8;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0 0;
    background: #F4F4F4;
    padding: 5px 25px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    color: #1292f8;
}

.nav-next.alignright a, .nav-previous.alignleft a{
    color: #0091FC;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.nav-next.alignright a:hover, .nav-previous.alignleft a:hover {
	color: #000000;
}
.nav-next.alignright a{
    flex-direction: row-reverse;
}
.nav-next.alignright a b{
    font-size: 0;
    background: url(../images/blue-next.svg) no-repeat right center !important;
    display: flex;
   width: 33px;
    height: 10px;
    margin-left: 5px;

}

.nav-previous.alignleft a b {
    font-size: 0;
    background: url(../images/blue-prev.svg) no-repeat left center !important;
    display: flex;
    width: 33px;
    height: 10px;
    margin-right: 5px;
}

/*Banner Start*/
.community_gallery {
    padding: 20px 60px 60px 60px;
    position: relative;
}
.community_gallery .banner-main {
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.community_gallery .banner-main a{
	margin: 0 25px;
}

.community_gallery .banner-main a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.soc_icons_banner{
	margin-top: 50px;
}

.community_gallery .banner-main h3{
	text-align: center;
	margin-bottom: 0;
}

.left_community_gallery .sml_img_box img{
	width: 127px;
	height: 127px;
	overflow: hidden;
	border-radius: 10px;
}

.left_community_gallery .md_img_box img{
	object-fit: cover;
	width: 197px;
	height: 197px;
	overflow: hidden;
	border-radius: 10px;
}

.left_community_gallery .lrg_video_box video{
	width: 267px;
	height: 267px;
	overflow: hidden;
	border-radius: 10px;
}

.left_community_gallery {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.left_community_gallery .sml_img_box.first_box_img {
    width: 50%;
}

.left_community_gallery .md_img_box.sec_box_img {
    width: 50%;
}

.left_community_gallery .lrg_video_box.third_box_img {
    width: 100%;
    text-align: center;
    position: relative;
    left: -62px;
    top: -65px;
}

.left_community_gallery .md_img_box.fourth_box_img img{
	width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.left_community_gallery .md_img_box.fourth_box_img {
    width: 50%;
    text-align: center;
}

.left_community_gallery .md_video_box.fifth_box_img {
    width: 50%;
    text-align: center;
    margin-top: 135px;
}

.left_community_gallery .md_video_box.fifth_box_img video{
	width: 196px;
    height: 196px;
    overflow: hidden;
    border-radius: 10px;
}

.main_box_gallery {
    display: flex;
    justify-content: space-between;
}

/* Menu Hover Effect  */
.header-main .menu li.menu-item:hover a, .header-main .mega-menu-item:hover > a  {
    color: #0091FC !important;
}

.header-main .max-mega-menu .mega-current-menu-parent:hover >  a{
	color: #0091FC !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #0091FC !important;
}


.header-main .mega-sub-menu .mega-cat-parent-title:hover > a .mega-menu-title {
	color: #000 !important;
}


.right_community_gallery {
    display: flex;
    flex-wrap: wrap;
}

.right_community_gallery .lrg_video_box.third_box_img{
	width: 70%;
	text-align: right;
}

.right_community_gallery .lrg_video_box.third_box_img video{
	width: 280px;
	height: 280px;
	border-radius: 10px;
}

.right_community_gallery .sml_img_box.first_box_img {
    width: 30%;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
}

.right_community_gallery .sml_img_box img {
    width: 127px;
    height: 127px;
    overflow: hidden;
    border-radius: 10px;
}

.right_community_gallery .mdsml_img_box.sec_box_img img {
    width: 163px;
    height: 163px;
    overflow: hidden;
    border-radius: 10px;
}

.mdsml_img_box.sec_box_img {
    position: relative;
    right: -52%;
    top: 32px;
}

.right_community_gallery .lrg_img_box.fourth_box_img {
    width: 50%;
    text-align: end;
    position: relative;
    left: 25%;
    top: 122px;
    z-index: -1;
}

.right_community_gallery .lrg_img_box.fourth_box_img img{
	width: 267px;
    height: 267px;
    overflow: hidden;
    border-radius: 10px;
}

.right_community_gallery .md_img_box.fourth_box_img {
    width: 50%;
    text-align: end;
}

.right_community_gallery .md_video_box.fifth_box_img {
    width: 100%;
    text-align: center;
}

.left_community_gallery video, .right_community_gallery video{
	object-fit: cover;
}

.right_community_gallery .md_video_box.fifth_box_img video{
	position: relative;
	right: 13px;
	width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
/*Banner End*/
/*New Changes 29/10/2024*/
.single-product #wooswipe.images{
    background: #fff !important;
    margin-bottom: 0 !important;
        width: 50%;
}
.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img{
    width:90% !important;
}
.single-product .summary .product-discount-percentage, .single-product .summary .product-out-of-stock, .single-product .summary 	.product-preorder-stock{
	position: unset;
	width: fit-content;
	font-weight: 500;
}

.related_products_items .product-discount-percentage, .related_products_items .product-out-of-stock, .related_products_items .product-preorder-stock{
	position: absolute;
	margin-bottom: 0;
	align-self: end;
}

/* Search */
.search-results .row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; 
}

.search-results .column {
    flex: 1 0 30%; 
    box-sizing: border-box;
    padding: 15px; 
   min-width: 200px; 
   cursor: pointer;
}
.search-results .column:hover  h2.entry-title a {
    color: #0091fc !important;
}
.search-results .column img {
    max-width: 100%;
    height: auto;
}
.validation_error {
    display: none !important;
}
    .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
    background-color: transparent;
    border: 0 !important;
}
.search-results .column h2  {
    font-size: 18px; 
    margin: 10px 0;
}
.gform_legacy_markup_wrapper .validation_message {
    color: red !important;
    font-weight: 500 !important;
    padding-top: 5px !important;
}
   
.search-results .post-thumbnail {
    height: 200px; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-bottom: 15px; 
}

.search-results .search-form {
    margin-bottom: 50px;
    margin-top: 27px;
}
.search-results .post-thumbnail img {
    height: 100%; 
    width: auto; 
    object-fit: cover; 
}

.search-results .search-form, .search-results .page-header {
    text-align:center;
    margin-bottom: 10px;
}
.search-results .entry-summary {
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis;
/*    line-height: 1.5;
    max-height: 3em;*/
}
div.search-results {
      margin-top:50px;
}

.search-results .row {
    display: flex; 
    flex-wrap: wrap;
}

.search-results .column {
    flex: 1 1 100%; 
}
.search-results button, 
.search-results input[type="button"], .search-results input[type="reset"], .search-results  input[type="submit"] {
      background: #0091fc;
      color: #fff;
      border: 1px solid #0091fc
}
.search-results {
    margin-top: 0px !important;
    margin-bottom: 50px;
}
.search-results ul.products li:hover .woocommerce-loop-product__title {
    color: #0091FC;
}
.search-results ul.products li .wc-loop-image img {
    transition: all linear .1s;
}
.search-results ul.products li .wc-loop-image {
    overflow: hidden;
}
.search-results .abc .product_category_list {
    margin-bottom: 20px;
}
.search-results ul.products li .wc-loop-image img:hover {
    transform: scale(1.07);
}
#search-popup.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* Overlay effect */
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#search-popup.search-form form.search-form label {
	width: calc(100% - 115px);
}

#search-popup .search-popup-content {
	position: relative;
	padding: 20px;
	background: #fff;
	width: 50%;
	max-width: 600px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#search-popup .close-popup {
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 40px;
	cursor: pointer;
	color: #333;
}

.search-results .column {
	margin: 0 15px 40px 15px;
	width: calc(100% / 4 - 30px);
	max-width: 430px;
	float: left;
	flex: unset;
	background: #fff !important;
	display: block;
	height: 100%;
	border-radius: 10px;
	text-align: center;
	padding: 37px;
	height: auto;
}

.search-results .column article .post-thumbnail {
	height: auto;
    overflow: hidden;
}

.search-results .column article .post-thumbnail img {
	width: 100%;
	height: 320px;
	margin-bottom: 37px;
	object-fit: contain;
    transition: all linear .3s;
}
.search-results .column article .post-thumbnail img:hover {
    transform: scale(1.07);
}
.search-results .column header.entry-header {
	background: transparent;
	position: relative !important;
	z-index: 0 !important;
}

.search-results .column .product header.entry-header h2.entry-title a {
	padding: 0 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	display: block;
	min-height: 42px;
}

.search-results header.page-header {
	background-color: transparent;
	position: relative !important;
	z-index: 0 !important;
}

.search-results header.page-header h1.page-title span {
	color: #0091fc;
}

body #search-popup.search-popup .search-form form.search-form,
.search-form form.search-form {
	background-color: #ffffff;
	border-radius: 100px !important;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid lightgray !important;
	padding: 10px 2px !important;
}

.page-template-default .search-form form.search-form label,
.search-form form.search-form label {
	/* display: block; */
	text-align: left;
	width: calc(100% - 123px);
	margin: 0;
	position: relative;
	height: 100%;
}

#search-popup.search-popup .search-form form.search-form label input.search-field,
.search-form form.search-form label input.search-field {
	width: 100%;
	border: 0;
	background-color: transparent;
	padding: 0 10px 0px 55px;
	font-size: 20px;
	color: #000;
	outline: none;
	text-transform: capitalize;
	line-height: normal;
	height: auto;
	box-shadow: none;
}

.page-template-default #search-popup.search-popup input.search-submit,
.search-form form.search-form input.search-submit {
	border-radius: 100px;
	font-size: 17px;
	line-height: normal;
	padding: 11px 25px;
	background: #0091fc;
	color: #fff;
	border: 0;
	width: auto !important;
	height: auto;
	display: inline-block;
	box-shadow: none;
}

.search-form form.search-form input.search-submit:hover {
	background: #000;
}

#search-popup .search-popup-content h2 {
	text-align: center;
}

.search-form form.search-form label::before {
	content: '\f002';
	font-family: FontAwesome;
	font-size: 26px;
	display: inline-block;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	color: lightgray;
}

.search-results .search-form{
	margin-bottom: 50px !important;
}

.search-popup .search-form{
	margin-bottom: 10px !important;
}

.search-no-results .page-header .page-title {
    text-align: center;
    margin-bottom: 30px;
}

.search-no-results .no-results {
    text-align: center;
    margin: 20px 0;
}

.posts-navigation {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	border-top: 1px solid lightgray;
}

.posts-navigation .nav-links {
	padding-top: 40px;
	width: 100%;
}

.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
	padding: 15px 22px;
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover {
	background: #0091FC;
	color: #fff;
}

#search-popup.search-popup .search-form form.search-form label {
	width: calc(100% - 115px);
}

.header-main ul li.search-menu a {
	cursor: pointer;
}

.search_cart {
	position: relative;
	display: inline-block;
}

.search_cart .cart-count {
	position: absolute;
	top: -5px;
	right: -10px;
	background-color: #0091fc;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	padding: 3px 6px;
	line-height: 1;
	text-align: center;
}

.product_single_gallery nav.breadcrumbs {
    text-transform: uppercase;
    color: #9a9c9d;
    margin-bottom: 40px;
}
.product_single_gallery nav.breadcrumbs a {
    opacity: 0.5;
    color: #212529;
    margin-right: 10px;
    margin-left: 10px;
}
.product_single_gallery nav.breadcrumbs a:first-child {
    margin-left: 0;
}
.product_single_gallery nav.breadcrumbs span {
    color: #212529;
    margin-left: 10px;
}

.product_single_gallery nav.breadcrumbs img {
    transform: rotate(-90deg);
    opacity: 0.3;
    position: relative;
    top: -3px;
    width: 12px;
}
.filter_main .custom-btn{
	display: none;
}

.faq_start .product-faq.rating_list .product-faq-content #comments h2 {
    font-size: 20px;

}

.faq_start .product-faq.rating_list .product-faq-content #comments .commentlist {
    padding-left: 0;
}

.faq_start .product-faq.rating_list .product-faq-content #comments .commentlist {
    padding-left: 0;
}

.faq_start .product-faq.rating_list .product-faq-content #comments .commentlist .comment_container {
    display: flex;
    align-items: stretch;
}

.faq_start .product-faq.rating_list .product-faq-content #comments .commentlist .comment_container img{
    width: 20% !important;
    object-fit: contain;
    height: 100% !important
}

.faq_start .product-faq.rating_list .product-faq-content #comments .commentlist .comment_container .comment-text{
    margin-left: auto !important;
    width: 79%;
}
.rating_list .comment-form textarea{
    height: 68px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0091FC;
    padding: 0 29px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #000;
}

.rating_list .comment-form .form-submit .submit {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 20px 40px !important;
    gap: 40px;
    width: fit-content;
    height: 61px;
    background: #0091FC !important;
    border-radius: 5px !important;
    border: 1px solid transparent !important;
    transition: all 0.5sease-in-out;
    color: #fff !important;
}

.rating_list .comment-form .form-submit .submit:hover {
    background: transparent !important;
    border: 1px solid #0091FC !important;
    color: #0091FC !important;
}

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

.product_category_list .woocommerce-product-rating .star-rating{
    margin-bottom: 0;
}

.product_category_list .woocommerce-product-rating .review-count{
    color: #000;
    margin-left: 10px;
}

.product_category_list .woocommerce-product-rating .star-rating span::before{
    color: rgba(255, 217, 81, 1) !important;
}

.product_category_list .woocommerce-product-rating .star-rating::before {
    color: rgba(255, 217, 81, 1);
}
.woocommerce-product-rating .star-rating::before, .woocommerce-product-rating .star-rating span::before, .woocommerce .star-rating::before, .woocommerce .star-rating span::before{
    color: rgba(255, 217, 81, 1);
}

.woocommerce-review-link{
    color: #000;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
    color: rgba(255, 217, 81, 1);
}
.woocommerce #review_form #respond.comment-respond textarea{
	padding: 5px 7px  !important;
}
.woocommerce #review_form #respond.comment-respond textarea:focus-visible {
    outline: none;
}
.start-rating.woocommerce span.review-count {
    color: #000;
}
.category-desc .start-rating.woocommerce .star-rating {
    margin-top: 5px;
    height: 1.2em;
}
.category-desc .start-rating.woocommerce {
    margin-bottom: 7px !important;
}
.product_category_no_found img {
    width: 90px;
    margin-bottom: 20px;
}

.product_category_no_found {
    text-align: center;
    padding-top: 80px;
}



/*inner pages*/

.inner-banner-title h1{
	width: 100%;
	padding: 25px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
}

.title-blue h2{
	font-weight: 400;
}

.about-det-container{
	padding: 73px 0 140px;
}

.about-det-content{
	align-items: center;
	display: flex;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 46px;
}

.about-det-content img{
	width: 60%;
}

.about-det-content p{
	margin-bottom: 0;
	padding-left: 76px;
	padding-right: 40px;
}


.tabs-container {
    display: flex;
    padding: 0;
    width: 100%;
    column-gap: 200px;
    max-width: 1400px;
    margin: 0 auto;
}

.tabs-policy {
    width: 40%;
}
.tab-policy {
    display: flex;
    align-items: center;
    padding: 30px 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 26px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    border-top: 1px solid #C3C3C3;
    position: relative;
    z-index: 0;

}

.tab-policy:first-child{
	border-top: 1px solid transparent;
}


.tab-policy:hover, .tab-policy.active {
	border-radius: 4px;
    background: #fff;
    color: #007bff;
    border-top: 1px solid transparent;
    position: relative;
    z-index: 1;
/*    top: -1px;*/
    transition: all 0.5s ease-in-out;
}

.tab-policy:hover + div, .tab-policy.active + div{
	border-top: 1px solid transparent;
}

.content-policy-tab h2{
	color: #212529;
	margin: 0 !important;
}

.tab-policy img {
    width: 38px;
    height: 38px;
    filter: grayscale(1) contrast(0.5) brightness(0);
    margin-right: 42px;
    transition: all 0.5s ease-in-out;
}
.tab-policy:hover img, .tab-policy.active img{
	filter: none;
}
.tab-content-policy {
    margin-left: 0;
    width: 60%;
    padding: 0;
    max-width: 656px;
}
.content-policy-tab {
    display: none;
}
.content-policy-tab.active {
    display: block;
}

.tab-section h2.text-center {
    max-width: 370px;
    margin: 0 auto 85px auto;
}
.content-tab-title h2 {
    max-width: 300px;
}
.return-policy h2{
	max-width: 333px;
	margin: 0 auto;
}

.content-tab-title img {
    width: 80px;
    filter: grayscale(1) contrast(0.5) brightness(0);
    margin-right: 25px;
}
.content-tab-title {
    display: flex;
    margin-bottom: 40px;
}

.content-policy-tab p{
	margin-bottom: 0;
	margin-top: 20px;
}
.tab-content-custom > .tab-pane {
    display: none;
}
.tab-content-custom > .active {
    display: block;
}
.blog-read-more {
    border: 1px solid #0091FC;
    border-radius: 4px;
    padding: 12px 23px;
    margin-top: auto;
    font-size: 18px;
    display: block;
    width: fit-content;
    color: #0091FC !important;
}

.blog-read-more img{
	margin-left: 18px;
	transition: 0.3s;
}

.blog-read-more:hover{
	background-color: #0091FC;
	color: #fff !important;
}

.blog-listing-row {
    row-gap: 94px;
    column-gap: 0;
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -48px;
}
 .pagination {
    border-top: solid 1px #DBDBDB;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    padding-top: 50px;
    margin-top: 56px;
}
.blog-card-boxs-col {
    width: calc(33.33% - 96px);
    display: flex;
    flex-direction: column;
    margin: 0 48px;
}

.blog-read-more:hover img{
	filter: brightness(0) invert(1);
}
 .pagination {
    border-top: solid 1px #DBDBDB;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    padding-top: 50px;
    margin-top: 56px;
}

.pagination .page-numbers {
    background-color: #FFFFFF;
    line-height: 0;
    padding: 16px 11px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    color: #333333;
    min-width: 32px;
    cursor: pointer;
    margin: 0 4px;
}
 .pagination .page-numbers:hover,
 .pagination .page-numbers.current {
    background-color: #0091FC;
    color: #ffffff;
}
.row-blog-grid-pg{
	display: flex;
	align-items: flex-start;
    column-gap: 96px;
}

.search-blog-rgt input{
	width: 100%;
	height: 62px;
	background: #EFEFEF;
	border: 1px solid #212529;
	border-radius: 6px;
	padding-left: 25px;
	padding-right: 70px;
	color: #212529 !important;


}

.search-blog-rgt input:placeholder{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #212529 !important;
}

.search-blog-rgt{
	position: relative;
	display: flex;
	align-items: center;
}

.aside-cat-boxs ul {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin-left: 0;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 30px;
}

.aside-cat-boxs ul li a{
	background-color: #E1F1FC;
	border-radius: 6px;
	padding: 12px 20px;
	color: #0091FC;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	transition: all 0.3s ease-in-out;
}

.aside-category-box{
	border-radius: 6px;
	background-color: #fff;
	margin-top: 30px;
	padding: 40px 0;
}

.aside-cat-boxs ul li a:hover{
	background-color: #0091FC;
	color: #fff;
}

.aside-cat-boxs{
	margin-bottom: 80px;
}

.aside-cat-boxs:last-child{
	margin-bottom: 0;
}

.aside-inner-box{
	padding: 0 20px 0 40px;

}

.trendingpost-aside{
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 29px;
	margin-bottom: 20px;
}

.trendingpost-aside:last-child{
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}



.aside-inner-box > h3{
	margin-bottom: 40px;
}


.blog-category-row {
    width: 25%;
    position: sticky;
    top: 120px;
    margin-bottom: 95px;
}


.search-blog-rgt button{
	background-color: #212529;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0 13px;
	position: absolute;
	right: 5px;
}

.search-blog-rgt button img{
	width: 25px;
	height: 25px;
}

.blog-card-bx-img{
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
}

.blog-card-bx-img.img-blog-card-true {
    height: 268px;
    margin-bottom: 38px;
    overflow: hidden;
}

.blog-card-bx-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: all linear .3s;
}
.blog-card-bx-img:hover img {
    transform: scale(1.07);
}
.blog-stack-det span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #878787;
	display: block;
	margin-bottom: 8px;
}
.blog-stack-det span a {
    color: #878787 !important;
}
.blog-stack-det h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #212529;
}

.blog-stack-det p{
	font-size: 18px;
	line-height: 28px;
	color: #212529;
    margin-bottom: 40px;
}
.blog-stack-det {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.blog-main {
	padding-top: 73px;
}

.blog-main h2{
	margin-bottom: 42px;
}

.trend-title{
	padding-left: 40px;
	padding-bottom: 40px;
}

.aside-cat-boxs .trend-title h3 {
    margin-bottom: 0;
}

/*FAQ*/


.faq-q-box{
    max-width: 738px;
	margin-top: 66px;
	margin-left: auto;
	margin-right: auto;
}

.faq-main-title h3{
	color: #0091FC;
	font-weight: 400;
	margin-bottom: 20px;
}

.faq-main-title h3 span{
    font-style: italic;
    font-weight: 900;
}

.category-faq-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

select.category-faq-questions {
    height: 62px;
    border-radius: 6px;
    border: 1px solid #212529;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-right: 54px;
    padding-left: 22px;
    background: transparent url(../images/select-drop.svg) no-repeat right 31px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 261px;
    cursor: pointer;
}
select.category-faq-questions.open,
select.category-faq-questions:hover {
    background: transparent url(../images/select-drop-up.svg) no-repeat right 31px center;
}

.category-faq-top .search-blog-rgt input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.category-faq-top .search-blog-rgt {
    width: 100%;
    max-width: 477px;
}

.accordion-main .accordion-wrapper {
  margin-bottom: 10px;
}



.accordion-main .collepsing-div {
  padding: 20px 0 49px;
}

.accordion-main .accordion-wrapper .btn-wrapper button:after,
.accordion-main .accordion-wrapper .btn-wrapper button:before {
  	content: "";
    background: #212529;
    width: 13px;
    height: 3px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.5 ease-in-out;
    border-radius: 21px;
}

.accordion-main .accordion-wrapper .btn-wrapper button:after {
  transform: rotate(90deg);
  opacity: 1;
}

.accordion-main{
	margin-top: 90px;
}

.accordion-main .accordion-wrapper.active button:after {
  transform: rotate(180deg);
  opacity: 0;
}

.accordion-main .accordion-wrapper.active button:before {
  background-color: #0091FC;
}

.accordion-main .accordion-wrapper .btn-wrapper {
  display: block;
  position: relative;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.accordion-main .accordion-wrapper .btn-wrapper button {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none !important;
  text-align: left;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  width: 100%;
}

.accordion-main .accordion-wrapper {
    border-bottom: 1px solid #DBDBDB;
    padding: 27px 0;
    max-width: 1194px;
    margin: 0 auto;
}

.accordion-main .accordion-wrapper:last-child{
	border-bottom: 0;
}
.accordion-main .accordion-wrapper.active button {
	width: 100%;
  	color: #212529;
}

.accordion-main .accordion-wrapper.active p {
  color: #212529;
}

.cta-sec-grids {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1194px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 61px 76px 70px;
    margin-top: 90px;
	margin-bottom: 40px;
}

.cta-title-main h3{
	color: #0091FC;
	font-weight: 400;
}

.cta-title-main h3 span{
	font-style: italic;
	font-weight: 900;
}

.cta-title-main p{
	margin-bottom: 0;
}
.single_blog_cont .aside-inner-box {
    padding: 0;
}
@media only screen and (min-width: 1920px) {
	.search-results .row {
		justify-content: center;
	}
}


.footer-logo img {
	    width: 193px;
	}

/* Large desktops and laptops */
@media(max-width: 1700px){
	
	.about-det-content{
		align-items: stretch;
	}
	.about-det-content p{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.review-section .ti-reviews-container {
		max-width: 90%;
		margin: auto;
	}
	.single_add_to_cart_button {
		width: 50% !important;
	}

	.product_category_list .container-fluid{
		padding: 0 15px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
		max-width: 1400px;
	}
}

@media(max-width: 1500px){
	.about-det-content p{
		font-size: 14px;
	}
	

	.single-product header{
		position: relative;
	}

	
	.single-product .product_single_gallery .summary.entry-summary {
		margin-top: 0;
	    margin-left: 20px;
	}
	.p_video .container, .related.products .container {
	    padding-left: 20px;
	}

	.related.products .owl-nav{
		right: 20px;
	}

	.best-winter-section .owl-nav,.tabbing-section .owl-nav{
		right: 20px;
	}
	
	.taxonomy-slider .owl-nav{
		right: 20px;
	}
	#wooswipe .wooswipe-popup.wooswipe-mainimagepopup {
	    top: 20px;
	}


	.product-template-default.single-product .product_single_gallery span.onsale {
	    top: 20px !important;
	    left: 20px !important;
	}


}

@media(max-width: 1400px){
	.mdsml_img_box.sec_box_img {
	    right: -75%;
	}

	.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img{
		height: 100% !important;
	}

	
	.search-results .column {
		width: calc(100% / 3 - 30px);
		display: inline-block;
		float: unset;
	}
}
@media(max-width: 1200px){

	.cta-title-main {
	    width: 50%;
	}
	
	.about-det-content p{
		padding-left: 20px;
	}
	.right_community_gallery video, .left_community_gallery video{
		width: 150px !important;
		height: 150px !important;
	}
	.right_community_gallery .md_video_box.fifth_box_img {
	    display: flex;
	    align-items: end;
	    justify-content: center;
	}
	.right_community_gallery .mdsml_img_box.sec_box_img img {
	    width: 100px;
	    height: 100px;
	}
	.right_community_gallery .lrg_img_box.fourth_box_img img{
		width: 150px;
		height: 150px;
	}
    .single_blog_cont{
        display: flex;
    }
    .first_blog{
        display: block;
    }
    .blog_detail_content{
        margin-top: 20px;
    }
	.single-product #wooswipe {
    	
	    z-index: 0;
		top: 0;
	}
	.single-product .product_single_gallery .summary.entry-summary{
		float: left;
	}
	.product-template-default.single-product .product_single_gallery span.onsale {
	    top: 20px !important;
	    left: 20px !important;
	}
	.quantity, .single_add_to_cart_button{
		margin-bottom: 7px !important;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery{
		float: none;

	}

	.filter-item {
	    margin-right: 25px;
	}

	.shop_single_left .filter {
	    margin-right: 25px;
	}

	.shop_single_right .woocommerce-result-count{
		font-size: 14px;
	}

	.shop_single_right .woocommerce-ordering{
		margin: 0 25px !important;
	}

	.scroll-text span{
		font-size: 14px;
	}

	.scroll-text {
	    width: max-content;
	}

	.single-product .p_cta .p_cta_main .p_cta_left .custom-btn {
	    margin: 32px auto 0 auto;
	}
	.single-product .p_cta .p_cta_main .p_cta_left {
	     max-width: 100%; 
	    text-align: center;
	    margin-bottom: 30px;
	    width: 100%;
	}


	.single-product .p_cta .p_cta_main .p_cta_right{
		width: 100%;
		margin-top: 20px;
	}
	.visit-middle-footer{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 50px;
	}
	.footer-box ul li {
	    margin-right: 30px;
	}
	section.about-section{
		padding: 100px 0;
	}
	.header-main .mega-menu-item-has-children > .mega-sub-menu{
		padding: 35px !important;
	}
	.mega-sub-menu .snow-section .snow-box{
		padding: 30px 30px 40px 30px;
	}
	.texonomy-list .texonomy-main a{
		width: 33.33%;
	}
	.texonomy-box h2{
		font-size: 25px;
	}
	.range-section {
	    padding: 100px 0 100px;
	}
	.search-results .column {
		width: calc(100% / 2 - 30px);
	}
	.search-results .row {
		justify-content: center;
	}
	.first_blog .blog_thumb_image {
	    max-width: 100%;
	    min-width: 100%;
	    width: 100%;
	}
}

@media(max-width: 1090px){


	.single-product .product_single_gallery #wooswipe{
		
		display: block;
        position: unset;
	}

    .blog .blog_main{
        display: block;
    }
    .blog_left {
        padding-right: 0;
        width: 100%;
    }
    .post_sidebar {
    width: 100%;
    margin-top: 0;
    position: static;
    padding-left: 20px;
    padding-right: 20px;
}
.single_blog_cont .trend-title {
    padding-left: 0;
}
.single_blog_cont .aside-category-box {
    margin-top: 0;
    padding-bottom: 0;
}
		.product_single_gallery .images{
		width: 100% !important;
	}
		.product-template-default.single-product .product_single_gallery span.onsale {
	    top: 50px !important;
	    left: 50px !important;
	}
	
	.summary.entry-summary form.cart, .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    width: 100%;
/*    flex-direction: column;*/
}

	.single-product-main-image .slick-list {
		margin-right: 0 !important;
	}
	.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img{
		width: 100% !important;
	}
	.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img{
	    width:100% !important;
	}
	 
	
		.p_video {
	    padding: 60px 0 60px 0;
	}
	.single-product .content-area.woo_main .product_single_main .p_specifications {
	    margin-top: 80px;
	}

	.single-product .content-area.woo_main .product_single_main .p_specifications h2 {
	    font-size: 52px;
	    line-height: 92px;
	}

	.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main {
	    margin-top: 80px;
	}
	.search-results .column .product .post-thumbnail img {
		height: 120px;
	}

}

@media(max-width: 991px){
	.cta-sec-grids{
		padding: 61px 40px;
	}
	.blog-main {
		padding-top: 40px;
	}
	
	.about-det-container{
		padding: 40px 0 80px;
	}
	.tabs-policy{
		display: flex;
		overflow: auto;
		column-gap: 40px;
		width: 100%;
	}
	.tab-content-policy{
		width: 100%;
		max-width: 100%;
	}
	.content-tab-title{
		align-items: center;
	}
	.tabs-container{
		flex-direction: column;
	}
	.tab-policy img{
		margin-right: 15px;
	}
	.tab-policy{
		margin-right: 0;
        border-top: 1px solid transparent;
        clip-path: none;
        font-size: 16px;
        width: 100%;
        padding: 10px 59px 10px 20px;

	}
	.about-det-content{
		flex-direction: column;
	}
	.about-det-content img {
	    width: 100%;
	}
	.filter_main .custom-btn{
	    padding: 0 25px;
	    margin: 40px auto;
		display: flex;
	}
	.menu-item-has-children > .sub-menu li span {
	    transform: rotate(0);
	    top: 0;
	}

	.menu-item-has-children > .sub-menu li.active span {
	    transform: rotate(180deg);
	}
	.main_box_gallery{
		display: block;
	}

    .right_community_gallery video, .left_community_gallery video, .right_community_gallery img, .left_community_gallery img {
        width: 100% !important;
        object-fit: cover;
        height: 125px !important;
    }

    .left_community_gallery > div, .right_community_gallery > div{
    	padding: 0 4px;
    }

    .left_community_gallery .md_img_box , .right_community_gallery .md_img_box, .left_community_gallery .sml_img_box ,.right_community_gallery  .sml_img_box  {
    	text-align: center;
    }
    .left_community_gallery {
	    width: 100%;
	    flex-wrap: nowrap;
	    margin-bottom: 50px;
	}

    .left_community_gallery .md_video_box, .right_community_gallery .md_video_box{
    	margin: 0 !important;
    }
     .left_community_gallery .lrg_video_box.third_box_img {
        left: 0;
        top: 0;
        display: flex;
        width: 50%;
        align-items: stretch;
        justify-content: center;
    }
    .community_gallery .banner-main {
	    position: relative;
	    transform: none;
	    left: 0;
	    top: 0;
	    margin-bottom: 60px;
	}

    .right_community_gallery{
    	width: 100%;
	    flex-wrap: nowrap;
    }
    .mdsml_img_box.sec_box_img {
        right: 0;
        top: 0;
        width: 50%;
        text-align: center;
    }
    .right_community_gallery .md_video_box.fifth_box_img{
    	width: 50% !important;
    }
    .right_community_gallery .lrg_img_box.fourth_box_img {
	    width: 50%;
	    text-align: center;
	    left: 0;
	    top: 0;
	    z-index: 0;
	}
	.right_community_gallery .md_video_box.fifth_box_img video{
		right: 0;
	}
    .right_community_gallery .sml_img_box{
    	width: 50% !important;
    	text-align: center !important;
    	justify-content: center !important;
    }
   .right_community_gallery .lrg_video_box.third_box_img {
	    width: 50%;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

.woocommerce-checkout ul.order_details li{
    float: none !important;
    margin-bottom: 10px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cfc8d8;
}
.related_products_items .owl-nav{
	position: absolute !important;
}
	.snow-desc h2 {
	    height: 100px;
	}
	.menu-item-has-children {
        position: relative;
    }

	    .menu-item-has-children > span {
        content: "" !important;
        background-image: url(../images/drp_icons.svg);
        background-position: center;
        background-size: 14px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 20px;
        top: 30px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
    }
	.woocommerce img, .woocommerce-page img {
	    height: 25px;
	    width: 25px;
	}



	.pay_option ul li img{
		height: auto;
		width: 40px;
	}
	.filter_m_heading {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0 20px;
	    margin-bottom: 60px;
	}

	.filter_m_heading .filter_h_title {
		display: block;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		color: #0091FC;
	}

	.filter_close{
		display: block;
		cursor: pointer;
	}
.shop_single_left span.mob-act.filter {
    display: flex;
    column-gap: 8px;
    margin-right: 0;
    font-size: 14px;
}
.shop_single_left .filter img {
    display: block;
    width: 16px;
    height: 15px;
}
.shop_single_right form.woocommerce-ordering select.orderby {
  
    font-size: 14px;
}
.woocommerce-result-count {
    top: 2px;
    font-size: 12px !important;
    position: absolute;
    left: 20px;
}

    .shop_single_filter {
	    padding: 40px 20px 0 20px;
	    margin-bottom: 40px;
	    position: relative;
		justify-content: end;
	}


   

    .shop_single_left .filter {
    font-weight: 400;
    margin-right: 35px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    display: none;
}

.sortby{
	display: none;
}
.woocommerce-ordering>label {
    
    display: none;
}
.shop_single_left,
.shop_single_right {
    width: fit-content;
}

    .shop_single_right .woocommerce-ordering {
        margin: 0 !important;
    }

	 .filter-item:last-child {
        border-bottom: 1px solid #EAEAEA;
    }

    .filter-item{
        border-top: 1px solid #EAEAEA;
        border-bottom: none;
        padding: 20px;

    }

    .menu__box > li {
        border-top: 1px solid #EAEAEA;
        border-bottom: none;
        padding: 20px 20px 10px;
    }

    .menu__box > li:last-child {
        border-bottom: 1px solid #EAEAEA;
    }

    .filter-attribute-list{
    	padding-left: 0;
    	padding-right: 0;
    	padding-top: 35px;
    	position: relative;
    }

    .filter-item-inner-heading{
    	margin-bottom: 0;
    	height: auto;
    	width: 100%;
    }

	.filter_main {
	    display: none;
	    position: fixed;
	    flex-direction: column;
	    width: 100%;
	    height: 100vh;
	    background: #fff;
	    top: 0;
	    left: 0;
	    z-index: 99999;
	    padding: 40px 0;
	}

	.logo img{
		height: 38px;
		width: 150px !important;
	}

	.header-main {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 20px 0;
	    gap: inherit;
	}
	.hamburger-menu{
		display: flex;
		align-items: center;
	}

	
	#menu__toggle {
	  opacity: 0;
	  display: none;
	}

	#menu__toggle:checked ~ .menu__btn > span {
	  transform: rotate(45deg);
	}
	#menu__toggle:checked ~ .menu__btn > span::before {
	  top: 0;
	  transform: rotate(0);
	}
	#menu__toggle:checked ~ .menu__btn > span::after {
	  top: 0;
	  transform: rotate(90deg);
	}
	#menu__toggle:checked ~ .menu__box {
	  visibility: visible;
	  right: 0;
	}

	.header-main ul{
		display: block;
		padding-top: 125px;
	}

    .header-main ul .sub-menu, .header-main ul .mega-sub-menu {
        padding-top: 0;
        display: none;
        max-height: 400px;
        overflow: auto;
        margin-top: 10px;
    }

	.header-main ul .sub-menu li a{
		font-weight: 400;
		font-size: 16px;
	}

	header{
		position: sticky !important;
	    top: 0;
	    width: 100% !important;
	    z-index: 99999 !important;
	    background: #efefef;
	}

  	.menu__btn {
        display: flex;
        align-items: center;
        position: unset;
        top: 25px;
        right: 20px;
        width: 38px;
        height: 26px;
        cursor: pointer;
        z-index: 999;
		margin-bottom: 0;
    }

	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
	  display: block;
	  position: absolute;

	  width: 38px;
	  height: 2px;

	  background-color: #616161;

	  transition-duration: .25s;
	}
	.menu__btn > span::before {
	  content: '';
	  top: -8px;
	}
	.menu__btn > span::after {
	  content: '';
	  top: 8px;
	}

    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #fff;
        transition-duration: .25s;
        z-index: 99;
    }

	.search_cart{
		margin-right: 26px;
	}

	.search_cart a{
		margin-left: 10px;
	}

	.header-main ul li a {
	    font-size: 16px;
    	line-height: 19px;
	    color: #212529;
	    font-weight: 400;
	}

	.header-main ul li:first-child{
		margin-left: 10px;
	}
	.mega-menu-wrap, .menu-header-right-menu-container{
		display: none !important;
	}

	.thumbnails .slick-track {
		 margin-right: 0;
     	flex-direction: row; 

     	width: 100% !important;
	}

	.thumbnails .slick-track{
		background: #fff;
		display: flex;
	}

	.thumbnail-nav {
    background: #fff;

	}

.thumbnails {
    width: 100% !important;
    height: 100% !important;
    width: fit-content;
    position: relative;
    transform: none;
    display: unset;
    margin-right: 0;
}


.thumbnails .slick-list{
	margin: 0 auto;
}



	.cat-tax-main{
		height: 580px;
    background-position: center bottom !important;

	}
	
.single-product .product_single_gallery{
	margin-bottom: 40px;
}
.single-product .content-area.woo_main .product_single_main .p_specifications{
	margin-top: 40px;
}
.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main{
	margin-top: 40px;
}
.single-product .content-area.woo_main .product_single_main .p_specifications h2{
	line-height: 48px;
	    font-size: 48px;
}

.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list{
	margin-bottom: 30px;
}
	.p_column_main{
		flex-direction: column;
	}

	.p_column_main img {
	    height: 473px !important;
	    max-width: 100%;
	    object-fit: cover;
	}

	/* .header-main ul{
		display: none;
	} */
	.header-main ul li{
		margin: 10px 10px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		padding-right: 15px !important;
	}
	

	.header-main .right-part {
	    display: flex;
	}

	.header-main .right-part .search, .header-main .right-part .cart-icon{
		margin-right: 24px;
		width: 24px;
	}

	.navigation {
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 500px;
	    height: 100%;
	    background: #fff;
	    transform: translateX(500px);
	    transition: 0.3s;
	    z-index: 9;
	    opacity: 0;
	    box-shadow: -3px 1px 14px 0px rgba(0,0,0,0.2);
	}

	.show_menu .navigation{
		transform: translateX(0);
		opacity: 1;
	}

	.header-main .navigation ul {
	    display: block;
	    padding: 80px 0 0;
	}

	a.close_icon {
	    position: absolute;
	    right: 0;
	    top: 30px;
	    right: 30px;
	}

	footer {
   		padding: 58px 0 110px;
	}

	footer .footer-main {
    	margin-bottom: 42px;
	}

	footer .row .col-md-3 {
	    padding: 0 13px 30px;
	    max-width: 50%;
	    flex: 0 0 50%;
	}


	.footer-bottom ul{
		flex-wrap: wrap;
	}

	.footer-bottom{
		margin-top: 50px;
	}

	.snow-section .snow-box{
		height: 100%;
		padding: 50px;
	}

	h2{
		font-size: 26px;
	}

	.partner-section .owl-carousel .owl-item img{
		height: 50px;

	}
.partner-section .owl-carousel .item {
    
    width: 50px;
}
	.stay-section{
		padding: 70px 0;
	}

	.tabbing-section .owl-nav, .best-winter-section .owl-nav{
		right: 20px;
	}

	.intro-section .container{
		justify-content: flex-start;
	}

	.intro-section{
		height: 500px;
	}

	.visit-middle-footer .middle-footer-right {
		flex-wrap: wrap;
	}

	.container-fluid,
    .blog footer .container {
	    padding: 0 20px !important;
	}
	.stay-section form.wpcf7-form{
		justify-content: initial;
	    flex-wrap: wrap;
	}
	.stay-section form.wpcf7-form p {
	    width: 47%;
	}

	.range-section .range-main{
		padding-left: 50px;
	}
	.texonomy-list .texonomy-main a {
	    width: 50%;
	}

		.texonomy-list .texonomy-main img{
			height: auto;
		}

		
	.woocommerce-column--billing-address, .woocommerce-column--shipping-address  {
	    float: none !important;
	    width: 100% !important;
	}
    .trend-title {
    padding-left: 20px;
}
.blog .pagination {
    margin-right: 0;
    margin-left: 0;
}
}

@media(max-width: 768px){ 
	.row-blog-grid-pg {
		flex-direction: column;
		
	}

	.blog-listing-row{
		width: 100%;
	}

	.blog-category-row{
		width: 100%;
		position: static;
		margin-top: 0;
	}

/*	.ti-widget.ti-goog .ti-reviews-container-wrapper {
	    display: block !important;
	}*/

	.ti-widget.ti-goog .ti-col-3 .ti-review-item {
	    max-width: 100% !important;
	}

	.review-section .ti-widget.ti-goog .ti-review-item {
	    padding: 15px !important;
	}
	.footer-bottom ul {
   	    justify-content: center;
    }

}

@media(max-width: 767px){
	.cta-sec-grids{
		flex-direction: column;
	}
	.category-faq-top{
		flex-direction: column;
	}
	.cta-title-main {
        width: 100%;
    }
    .cta-sec-grids{
    	align-items: flex-start;
    }
    .cta-sec-grids > img{
    	margin-bottom: 20px;
    }
    .cta-sec-grids .custom-btn{
    	margin-top: 20px;
    }
	select.category-faq-questions{
		max-width: 100%;
		border-radius: 6px;
		border: 1px solid #212529;
		margin-bottom: 20px;
	}
	.category-faq-top .search-blog-rgt, .category-faq-top .search-blog-rgt input{
		border-radius: 6px;
		max-width: 100%;

	}
	.product_single_gallery nav.breadcrumbs a {
	    margin-right: 0;
	    margin-left: 0;
	}
	.product_single_gallery nav.breadcrumbs span {
	    margin-left: 0;
	}
	.product_single_gallery nav.breadcrumbs img {
	    margin: 0 12px;
	}
	.product_single_gallery nav.breadcrumbs {
	    margin-top: 0px;
	}
	 .community_gallery {
        padding: 20px 40px 40px 40px;
      }
	.left_community_gallery, .right_community_gallery{
		flex-wrap: wrap;
		justify-content: center;
	}
	.left_community_gallery > div, .right_community_gallery > div, .right_community_gallery div.sml_img_box, .right_community_gallery .md_video_box.fifth_box_img {
		align-items: flex-start;
		width: 33.33% !important;
		margin-bottom: 20px;
	}
    .page-template-default .site-main header.entry-header {
        top: 74px;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 100% !important;
    }
.page-id-12 .content form:not(.stay-section form) {
        padding: 15px !important;
    }

	.woocommerce-cart .coupon .input-text {
	    width: 100% !important;
	}

	.cat-tax-main {
        height: 231px;
        background-position: 60% 58% !important;
        min-height: 100%;
    }

    .cat-tax-main .category_banner h1{
    	font-size: 24px;
    }
	.woocommerce span.onsale {
	    padding: 14px;
	    height: 14px;
	    width: 50px;
	    top: 20px !important;
	    right: 38px !important;
	}


	/*.single_add_to_cart_button.buy_now_button {
    margin-top: 0 !important;
    margin-left: 10px !important;
}*/


	.mobile_home_list{
		display: block;
	}

	.thumb{
		margin-bottom: 5px;
	}

	.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img {
	    padding: 0;
	}


	.thumbnails{
		height: auto !important;
	}


	.mobile_home_list .image-box figure img{
		height: 225px;
	    width: 100%;
	    object-fit: cover;
	}

	.banner_section .figcaption p{
	    opacity: 1;
    	visibility: visible;
		display: none;
	}

	.home .banner-slider {
		display: none !important;
	}
	
	.cwginstock-subscribe-form .center-block:first-child {
	    width: 100%;
	    margin-right: 20px;
	}
	.panel-heading h4 {
	    font-size: 18px;
	    line-height: 20px;
	}
	.marquee_container {
		height: 46px;
	}
	.category-box figure img {
	    height: 120px;
	}
	.marquee-section {
		padding-top: 74px;
	}

	.footer_soc_ico a img{
		height: 20px;
	    width: 20px;
	    object-fit: contain;
	}

	.woocommerce img, .woocommerce-page img {
	    height: 38px;
	    width: 38px;
	}

	.texonomy-list .texonomy-main img{
		height: auto;
	}

	.search_cart a img{
		width: 24px;
		height: 24px;
	}

	.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item p {
	    font-size: 14px;
	}

	.single-product .content-area.woo_main .p_column_main,
	.left-right .p_column_main {
	    flex-direction: column-reverse;
	   
	}
	.summary.entry-summary form.variations_form.cart > div{
		width: 100%;
	}

	.single-product .content-area.woo_main .p_column_main .p_column_left,
	.left-right .p_column_main .p_column_left {
		padding-left: 20px;
		margin-top: 63px;
		max-width: 100%;
    	margin-right: 0;
		padding-right: 20px;
	}

	.p_column_left h3{
		font-weight: 400;
		font-size: 24px;
		line-height: 36px;
	}

	img.afterpay {
	    width: 88px;
	}
	.woocommerce-product-details__short-description ul li {
	    font-size: 14px;
	}

	.p_column_left p{
		margin-top: 30px;
	}

	.p_column_left p strong{
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
	}

	.single-product .content-area.woo_main .product_single_main .p_specifications h2 {
	    line-height: 38px;
	    font-size: 34px;
	}

	.p_video iframe {
		height: 100%;
	    max-height: 275px;
	}

	.single-product .p_cta .p_cta_main .p_cta_left .custom-btn {
	     margin: 26px auto 0 0; 
	     padding: 20px 20px !important;
    	height: 46px;
	}

	.single-product .p_cta .p_cta_main .p_cta_left h2 {
	    font-weight: 400;
	    font-size: 24px;
	    line-height: 150%;
	    text-align: left;
	}

	.related.products h2 {
	    font-size: 24px;
	}

	.related_products_items .product a h2.woocommerce-loop-product__title{
		font-size: 14px;
	}

	.single-product .p_cta {
    	padding: 80px 0 70px 0;
	}



	.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list h3 {
	    font-size: 30px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	.single-product .content-area.woo_main .product_single_main .p_specifications .p_specifications_main .specifications_list{
		width: 100%;
	}

	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	    padding: 7px 13px;
	}

	.wcsob_soldout_text{
		font-size: 14px;
	}

	.woocommerce div.product form.cart .variations label {
	    font-weight: 400;
	    font-size: 14px;
	}

	.woocommerce-product-details__short-description ul li {
		padding-left: 22px;
	    background-size: 15px;
	}

	.woocommerce div.product .product_title{
		font-size: 24px;
	}

	.single-product .product_single_gallery .summary.entry-summary .price .woocommerce-Price-amount.amount bdi, 
	.single-product .product_single_gallery .summary.entry-summary .price ins{
		font-size: 24px;
	}

	.quantity {
    width: 45%;
    margin: 0 15px 0 0 !important;
}
	.single_add_to_cart_button {
        width: 49% !important;
    }
	.woocommerce div.product form.cart .button {
    	width: 50%;
	}
	.related.products .owl-nav, .p_video_slider .owl-nav{
		position: relative;
		transform: none;
		right: inherit;
		left: inherit;
		text-align: center;
	}

	.related.products .owl-nav{
		right: 0 !important;
	}
	.p_video_slider {
	    margin-top: 0;
	}
	
	.p_video .container, .related.products .container{
		padding: 0 0 0 20px;
	}

	.related.products .owl-nav button, .p_video_slider .owl-nav button{
		margin: 0 17px;
	}
	.banner-main {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}

	.texonomy-list .texonomy-main{
		margin: 0 -10px;
	}

	.texonomy-list .texonomy-main a{
		padding: 0 10px 20px;
		width: 50%;
	}

	.texonomy-box h2{
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		padding: 0;
    margin-bottom: 0;
    margin-top: auto;
	}
.texonomy-box h2 {
    padding: 0;
    margin-bottom: 0;
    margin-top: auto;
}

	.footer-bottom ul li{
		margin-bottom: 5px;
		margin-right: 20px;
	}

	.rating-main{
		margin-top: 68px;
	}

	.homebanner {
    	margin-top: 18px;
        flex-wrap: wrap;
	}

	.tabbing-section .nav-tabs li a,
    .tabbing-section .nav-tabs-custom li a {
		font-size: 24px;
	}

	.tabbing-section .nav-tabs li,
    .tabbing-section .nav-tabs-custom li {
		margin-right: 40px;
	}

	.tabbing-section .owl-nav, .best-winter-section .owl-nav{
		top: -83px;
	}

	.visit-middle-footer .middle-footer-right img:last-child{
		margin-left: 0;
	}

	.visit-right {
	    margin-left: 42px;
	}

	footer .row .col-md-3 {
	    padding: 0 13px 10px;
	    max-width: 100%;
	    flex: 0 0 100%;
	}

	.visit-middle-footer{
		margin-top: 30px;
	}

	.best-winter-section{
		padding: 75px 0;
	}

	.banner-main h1{
		font-size: 24px;
	}

	.tabbing-section .nav-tabs li,
    .tabbing-section .nav-tabs-custom li {
	    margin-right: 20px;
	}

	.navigation{
		width: 100%;
		transform: translateX(100%);
	}

	.tabbing-section {
	    padding: 75px 0;
	}

	.intro-section{
		margin-top: 50px;
		align-items: flex-end;
		padding-bottom: 37px;
	}

	.marquee span{
		font-size: 50px !important;
/*		margin-right: 20px;*/
	}

	.intro-section {
	    height: 411px;
	}

	.intro-section .intro-desc h2{
		font-size: 24px;
		font-weight: 400;
	}

/*	.tabbing-section .owl-nav, .best-winter-section .owl-nav{
		display: none;
	}
*/

	.tabbing-section .category-slider .owl-nav{
		display: none;
	}

	.custom-btn{
		font-size: 14px;
		height: 46px;
	}

	.custom-btn img {
	    margin-left: 20px;
	    width: 20px;
	    display: block;
	}

	.snow-section .snow-box{
		justify-content: flex-start;
		margin: 0 20px 30px;
		height: 254px;
		align-items: flex-end;
		width: calc(100% - 40px);
		border-radius: 5px;
	}

	.snow-section .snow-box:before{
		border-radius: 5px;
	}

	.snow-desc h2{
		height: auto;
		font-size: 18px;
		margin-bottom: 24px;
	}

	.footer-logo img {
	    width: 147px;
	    margin: 0 auto;
	    display: block;
	}

	.footer-box .title{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 13px;
	}

	.footer-box p, .footer-box a{
		font-size: 14px;
		line-height: 16px;
	}

	.footer-box{
		padding: 31px 33px 27px;
	}

	.visit-shop h2{
		text-align: center;
		margin-bottom: 33px;
	}

	.visit-shop {
		
	    width: 100%;
	}

	.visit-left {
	    max-width: 211px;
	    margin: 0 auto;
	    text-align: center;
	}

	.visit-right {
	    max-width: 100%;
	        margin: 38px auto 57px;
	}

	.visit-left p{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 0;
	}

	.visit-left p br{
		display: none;
	}

	.visit-right ul li span{
		font-size: 14px;
	}

	.visit-right ul li span:last-child {
	    font-weight: 400;
	}

	.visit-right ul li span:first-child {
    	width: 75px;
	}

	.visit-middle-footer .middle-footer-right{
		justify-content: center;
		width: 100%;
	}

	.visit-middle-footer .middle-footer-right img{
		margin-bottom: 24px;
		object-fit: contain;
	}

	.visit-main {
   			flex-direction: column;
   	}

   	.footer-bottom ul li a {
	    font-weight: 400;
	    font-size: 14px;
	    color: #000;
	}

	.copy-right{
		flex-direction: column;
		justify-content: center;
    	text-align: center;
	}

	.footer-bottom {
	    margin-top: 30px;
	}

	.copy-right{
		margin-top: 19px;
	}

	.stay-section form.wpcf7-form{
		flex-direction: column;
	}

	.range-section .range-main{
		padding-left: 0;
		flex-direction: column;
		padding-top: 25px;
	}

	.range-section .right-content {
	    width: 100%;
	    padding-left: 0;
	}

	.range-section .left-content {
	    width: 100%;
	    padding-right: 0;
	}

	.range-section .left-content ul{
	    margin: 0;
	    padding: 20px 0;
	}



	.faq-section{
		padding: 83px 0;
	}

	.range-section {
    	padding: 74px 0 87px;
	}

	.guide-section{
		height: 411px;
		background-position: center !important;
	}

	.guide-section .guide-desc h2 {
	    margin-bottom: 26px;
	}
	
	.guide-section .guide-desc p{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 33px;
	}

	.taxonomy-slider .container {
	    max-width: 100%;
	    margin-left: auto;
	    margin-right: 0;
	    padding-right: 0px;
	}

	.faq-section h2{
		font-size: 24px;
	}

	.sub-title{
		margin-bottom: 12px;
	}

	.category-box .category-desc h4{
		font-size: 14px;
	}

	.stay-section form.wpcf7-form{
		gap: 10px;
	}

	.stay-section form.wpcf7-form input, .stay-section form.wpcf7-form select{
		height: 61px;
		padding: 0 26px;
	}

	.stay-section form.wpcf7-form .wpcf7-submit {
	    width: 68px;
	    padding: 0px !important;
	    height: 46px;
	}

	.stay-section form.wpcf7-form p{
		margin-bottom: 0;
	}

	.stay-section h2{
		font-size: 24px;
		max-width: 246px;
		margin-bottom: 33px;
	}

	.stay-section {
	    padding: 77px 0;
	}

	.tabbing-section .owl-nav, .best-winter-section .owl-nav, .taxonomy-slider .owl-nav{
		right: 0;
	}

	.taxonomy-slider .category-box figure img{
		margin-bottom: 20px;
		height: 120px;
	}

	.texonomy-list{
		padding: 63px 0 54px;
	}

	.range-section p{
		font-size: 14px;
	}

	.range-section h2{
		font-size: 24px;
	}

	.review-section .ti-widget.ti-goog .ti-controls .ti-next {
		right: -20px;
	}
	.review-section .ti-widget.ti-goog .ti-controls .ti-prev {
		left: -20px;
	}
	.rating-main .ti-widget.ti-goog .nowrap{
		font-size: 12px;
	}
	.rating-main .ti-widget.ti-goog .star-lg .ti-star {
		width: 13px !important;
		height: 14px !important;
	}
	.rating-main .ti-widget.ti-goog .ti-header .ti-stars{
		text-align: left;
	}
	.rating-main .ti-rating-text {
		text-align: left;
	}
	.review-section .ti-widget.ti-goog .star-lg .ti-star{
		width: 23px !important;
		height: 23px !important;
	}
	.review-section .ti-widget.ti-goog .ti-header .ti-rating-text .nowrap{
		font-size: 14px !important;
	}
	section.about-section {
		padding: 60px 0;
		margin: 0 auto;
	}
	section.about-section h2{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 26px;
	}
	.stay-section form.wpcf7-form p {
		width: 100%;
	}
	.review-section .ti-widget.ti-goog .ti-header {
		margin-bottom: 28px;
	}
	.stay-section form.wpcf7-form input, .stay-section form.wpcf7-form select{
		font-size: 14px;
	}
	.review-section .ti-widget.ti-goog .ti-controls{
		display: none;
	}
	.review-section .ti-reviews-container{
		max-width: 100%;
	}
.review-section .ti-widget.ti-goog .ti-review-item {
    padding: 0px;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	.slogan-banner p{
		font-size: 24px;
		line-height: 28px;
        max-width: 306px;
	}
	.menu-header-right-menu-container {
		display: none;
	}
	.texonomy-box{
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 0;
	}
	.hamburger-menu .search-menu img {
		height: auto;
		width: 100%;
	}
	#search-popup .search-popup-content {
	    width: 90%;
	}
}


@media (min-width: 576px) { 

    .search-results .column {
        flex: 1 1 33%;
        max-width: 33.33%;
    }
}


@media(max-width: 580px){
	
	.tabs-policy {
        column-gap: 10px;
    }
	.product_category_list .products ul, .product_category_list ul.products {
    	display: block;
	}
	.product_category_list ul.products li.product, .product_category_list ul.products li.product {
	    width: 100% !important;
	}
	.search-results .column {
        width: 100%;
    }
}

@media(max-width: 500px){
	.woocommerce div.product form.cart .button {
        width: 100%;
    }

	
.texonomy-list .texonomy-main img{
	height: auto;
}
.texonomy-list .texonomy-main a{
	width: 50%;
}
.product-faq button span {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-left: 30px;
    margin-top: -13px;
    color: #9D9D9D;
}

  


.product-faq button img{
	width: 20px;
	height: 20px;
}

	
	.tabbing-section .nav-tabs li a,
    .tabbing-section .nav-tabs-custom li a {
	    font-size: 20px;
	}

	

	.tabbing-section .owl-nav, .best-winter-section .owl-nav {
	    right: 14px;
	}

    .logo img {
        width: 150px;
        height: 47px;
    }

	.intro-section .intro-desc{
		margin-right: 0;
	}



	.visit-main{
		flex-direction: column;
	}

	.visit-main .visit-left p br {
	    display: none;
	}
    .tabbing-section .container, .best-winter-section .container, .taxonomy-slider .container, .related.products .container {
        max-width: 1520px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: 0;
    }
}

@media(max-width: 412px){

	.left_community_gallery > div, .right_community_gallery > div, .right_community_gallery div.sml_img_box, .right_community_gallery .md_video_box.fifth_box_img {
		width: 50% !important;
	}
	.product_category_list ul.products li.product, .product_category_list ul.products li.product {
	    width: 100% !important;
	}
	

	.snow-section .snow-box {
        padding: 30px 20px;
    }

    .tabbing-section .owl-nav, .best-winter-section .owl-nav, .tabbing-section .owl-nav, .best-winter-section .owl-nav, .taxonomy-slider .owl-nav, .related_products_items .owl-nav{
    	top: -83px !important;
        right: 0 !important;
        display: flex !important;
        justify-content: center;
        /*width: 100%;*/
    }
    .tabbing-section .owl-nav .owl-next, .best-winter-section .owl-nav .owl-next, .taxonomy-slider .owl-nav .owl-next, .tabbing-section .owl-nav .owl-prev, .best-winter-section .owl-nav .owl-prev, .taxonomy-slider .owl-nav .owl-prev{
	    background-size: contain !important;
	    width: 25px;
	}
}
.about-section a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
.about-section a.custom-btn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}
.about-section h2 strong {
    font-style: italic;
}
/***********************/


.product .loop-size-attr {background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0; bottom: 0; color: #fff; /* display: none; */ left: 0; padding: 15px; position: absolute; width: 100%; text-align: center; opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}
.product .loop-size-attr ul {justify-content: center !important; margin-bottom: 1em !important; }
.product .loop-size-attr ul li {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; border: 1px solid #bbb; color: #bbb; display: inline-block; font-size: 13px; font-weight: 300; letter-spacing: 2px; line-height: 30px; margin: 0 1px 5px; min-width: 30px; padding: 0 6px; text-rendering: optimizelegibility; text-transform: uppercase; }
.product .wc-loop-image {position: relative; }
.product .loop-size-attr ul li:hover {background-color: #fff; color: #000; }
.product .wc-loop-image:hover .loop-size-attr {
    opacity: 1;
    visibility: visible;
}

.woocommerce ul#shipping_method {display: flex; /* border: solid 1px #cfcdcd; */ margin-bottom: 20px; border-radius: 8px; overflow: hidden; }
.woocommerce ul#shipping_method li {width: 50%; background-color: #fff; position: relative; margin-bottom: 0; /* border-top-left-radius: 0; */ }
.woocommerce ul#shipping_method li input {position: absolute; width: 100%; margin: 0; height: 100%; opacity: 0; }
.woocommerce ul#shipping_method li label {display: flex; margin: 0; text-align: center; justify-content: center; padding: 7px; border-right: solid 1px #d1caca; font-size: 14px; border: solid 1px #c5c5c5; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.woocommerce ul#shipping_method li:last-child label {border-right: none; }
.woocommerce ul#shipping_method li input[type="radio"]:checked + label {background-color: #c5def1; border: solid 1px #0091fc !important; }
.woocommerce ul#shipping_method li:last-child label {border-radius: 0; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }

.page-template-default  #page form.woocommerce-shipping-calculator {
    border-radius: 3px !important;
    padding: 15px !important;
    margin-top: 10px !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    margin-top: 0;
}
.woocommerce ul#shipping_method li:first-child label:before {
    content: "";
    background: url(https://macs.webfirmdemo.com/wp-content/uploads/2025/04/icon1.png) no-repeat center left;
    background-size: contain;
}
.woocommerce ul#shipping_method li label:before {
    content: "";
    width: 20px;
    height: auto;
    background: url(https://macs.webfirmdemo.com/wp-content/uploads/2025/04/icon2.png) no-repeat center;
    background-size: contain;
    margin-right: 7px;
}
form.woocommerce-shipping-calculator .select2-container {
    box-shadow: none !important;
    width: 100% !important;
}
.shipping-calculator-form .form-row span { 
    width: 100%;
}
form.woocommerce-shipping-calculator input {
    box-shadow: none !important;
}

.pickup-tooltip {
    display: inline-block;
    margin-left: 5px;
    cursor: help;
    color: #0073aa;
    border-bottom: 1px dotted #0073aa;
}
/**/
.woocommerce-checkout .checkout.woocommerce-checkout h3 {
	text-align: left;
}

.woocommerce ul#shipping_method {
    margin-bottom: 0px;
}
footer.entry-footer {
    padding: 20px 0 0 0;
	text-align: right;
}
.woocommerce-cart #page form.woocommerce-shipping-calculator {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-cart #page form input {
    padding: 0 8px 0 8px;
}
.woocommerce-cart .shop_table td .quantity {
     width: 140px;
    padding: 0 !important;
    height: auto;
}
.woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_braintree_paypal'] {
    display: inline-flex !important;
    column-gap: 10px;
    align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_braintree_paypal'] img {
    object-fit: contain;
	margin-left: 0;
}
/* .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_afterpay,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_eway {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_afterpay input,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_eway input {
	width: 13px;
    height: fit-content;
    margin-top: 11px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_afterpay label,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_eway label{
	width: 85%;
} */


.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input {
	width: 13px;
    height: fit-content;
    margin-top: 11px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
	width: 85%;
}
#eway-secure-field-card,
#eway-secure-field-name,
#eway-secure-field-expiry,
#eway-secure-field-cvn {
    width: 100%;
}
.wc_payment_method .form-row.form-row-first,
.wc_payment_method .form-row.form-row-last {
    width: 50%;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li img+img, .woocommerce-cart #payment ul.payment_methods li img+img, .woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 8px;
}
.woocommerce-checkout table.shop_table th.product-total,
.woocommerce-checkout table.shop_table td.product-total,
.woocommerce-checkout table.shop_table .cart-subtotal td,
.woocommerce-checkout table.shop_table .order-total td {
    text-align: right;
}
#wc-eway-credit-card-fields .form-row {
    margin: 0 !important;
    /* padding: 0 !important; */
}

#wc-eway-credit-card-fields label {
    margin: 0;
    line-height: normal;
}

ul.products li .product-discount-percentage, ul.products li .product-out-of-stock, ul.products li .product-preorder-stock {
   
    z-index: 1;
}
.woocommerce-checkout ul#shipping_method {
    flex-direction: column;
    align-items: end;
    border-radius: 0;
}
.woocommerce-checkout ul#shipping_method li input + label {
    display: none !important;
}
.woocommerce-checkout ul#shipping_method li input[type="radio"]:checked + label {
    display: block !important;
    border-radius: 0 !important;
}
.woocommerce-shipping-calculator span.select2-selection__rendered {
    padding: 5px 0 5px 5px !important;
    font-size: 16px;
}
.woocommerce-cart .shipping-calculator-form label {
    line-height: normal !important;
}
.woocommerce-cart .shipping-calculator-form .form-row {
    margin-bottom: 15px !important;
}
.woocommerce-message {
    border-top-color: #0091FC;
}
.woocommerce-message::before {
    
    color: #0091FC;
}
.woocommerce-message .button {
    background: #0091FC !important;
    color: #ffffff !important;
    border: 1px solid #0091FC !important;
}

.woocommerce-message .button:hover {
    background: transparent !important;
    color: #0091FC !important;
}
.woocommerce-cart .cart_totals.calculated_shipping ul#shipping_method {
    border-radius: 0;
}

.woocommerce-cart .cart_totals.calculated_shipping ul#shipping_method label {
    border-radius: 0 !important;
}
/* .woocommerce-cart .cart_totals.calculated_shipping ul#shipping_method li label {
  
    align-items: center !important;
} */
@media(max-width: 992px) {
	li.wc_payment_method.payment_method_braintree_paypal img {
    width: 100px;
    height: 26px;
}
.paypal-powered-by img {
    width: 101px;
    height: 32px;
}
li.wc_payment_method.payment_method_eway img {
    width: 100px;
    margin: 0 0 0 15px !important;
}
li.wc_payment_method.payment_method_afterpay img {
    width: 120px;
    height: 25px;
}
	li.wc_payment_method.payment_method_zipmoney img {
    width: 68px;
    height: 25px;
}
	div#customer_details .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    padding: 0;
}
#ship-to-different-address-checkbox {
    height: 18px;
    width: 18px;
}
	.woocommerce-checkout .checkout.woocommerce-checkout h3 {
    height: auto;
    font-size: 22px;
}
	
	div#customer_details {
		margin: 0;
    margin-bottom: 20px;
}
	.woocommerce ul#shipping_method label {
    height: 100%;
}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
   
    width: 100%;
}
	.woocommerce-cart .shop_table .product-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	.woocommerce-cart .shop_table td .quantity {
   
    margin: 0 !important;
}
	.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_afterpay img {
    object-fit: contain;
}
}
@media(max-width: 767px) {
	.woocommerce ul#shipping_method li label {
   
    text-align: left;
    font-size: 12px;
    align-items: flex-start;
    line-height: normal;
		border-radius: 0;
}
	.woocommerce ul#shipping_method li label:before {
   
    width: 20px;
    height: 20px;
}
	.woocommerce ul#shipping_method {
   
    border-radius: 0;
    flex-direction: column;
}
	.woocommerce ul#shipping_method li {
    width: 100%;
}
	.woocommerce ul#shipping_method li:last-child label {
    
    border-radius: 0;
    border: solid 1px #c5c5c5;
}
	.woocommerce table.shop_table td {
   
    font-size: 14px;
}
	tr.woocommerce-shipping-totals.shipping th {
    width: 60%;
}
	.woocommerce-cart .shop_table td .quantity {
    width: 125px;
}
	.woocommerce-cart .cart_totals table tr {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart .woocommerce-shipping-calculator {
   align-items: unset !important;
}
	
	.woocommerce-cart .cart_totals table.shop_table_responsive tr td:before {
		display: none;
	}
.woocommerce .cart_totals table.shop_table_responsive tbody th {
    display: block;
    border-top: 0;
    font-weight: 500;
}
	.woocommerce .cart_totals table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
	#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th{
		border: 0;
	}
	.woocommerce-cart .cart_totals table tr .woocommerce-shipping-destination strong {
    font-weight: 500;
    font-size: 14px;
}
	.woocommerce-cart ul#shipping_method li input {
   right: 0;
}
	li.wc_payment_method.payment_method_eway img {
    width: 35px;
    margin: 0px 0 0 8px !important;
}
	.woocommerce #payment .payment_method_afterpay .instalments .header-text {
    font-size: 14px !important;
    text-align: center;
}
	.woocommerce #payment .payment_method_afterpay .instalment-footer p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box p {
    font-size: 16px;
    line-height: 28px;
}
	#wc-eway-credit-card-fields .form-row {
 
    padding-left: 0 !important;
}
.woocommerce-cart .shipping-calculator-form label {
    text-align: left;
    font-size: 16px;
}
	.woocommerce-shipping-calculator span.select2-selection__rendered {
   
    text-align: left;
}
	.woocommerce-cart .cart_totals.calculated_shipping ul#shipping_method label {
   
    align-items: center;
}
	.woocommerce-cart .shipping-calculator-form button.button {
    font-size: 16px;
    height: 40px;
}
}

.product .wc-loop-image .loop-size-attr a {
    background: none !important;
    border: 0 !important;
    padding: 0;
    color: #bbb;
    padding: 0 !important;
}

.product .loop-size-attr ul li:hover a {
  
    color: #444 ;
}
.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #0091FC !important;
    font-size: 18px;
    font-weight: 700;
}
 .product .wc-loop-image a {
    padding: 10px !important;
}
 .product a {
	padding-top: 10px !important;
}
@media(max-width: 1200px) {
	.product_category_list ul.products {
    
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media(max-width: 992px) {
		.product_category_list ul.products {
    
    grid-template-columns: 1fr 1fr;
}
}
@media(max-width: 767px) {

	.shop_single_filter span.filter img {
    width: 15px;
}
	.product_category_list h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
}
}

.thumbnails .slick-track img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}
#wooswipe .thumb {
   
    width: 65px !important;
    padding: 0;
    height: 65px !important;
    justify-content: center;
	
}
p:empty {
	display: none;
}
.visit-main li {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
}
.visit-right ul li strong {
    width: 80px;
    display: inline-block;
    font-weight: 500;
    margin-right: 25px;
}
@media(max-width: 767px) {
	.thumbnails .slick-track {
            justify-content: center;
    display: flex;
    margin: 15px;
}
}
@media(max-width: 1024px) {
	.about-section .container {
   
    column-gap: 60px;
}
}
@media(max-width: 992px) {

	section.about-section h2, section.about-section p {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
	.about-section .container {
    flex-wrap: wrap;
    row-gap: 48px;
}
}
.intro-section.center-title {
    margin-top: 0;
    height: 579px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.intro-section.center-title h1 {
    font-weight: 400;
   
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.intro-section.center-title h1 i {
	font-weight: 700;
	font-style: italic;
}

.intro-section.center-title .intro-desc {
    margin-right: 0;
}

.intro-section.center-title .container {
    justify-content: center;
}
.about-links {
    display: flex;
    align-items: center;
}

.about-links p {
    margin: 0 0 0 24px !important;
    color: #0091FC !important;
}
.about-links a[aria-label="Download the pricelist"] img {
    display: none;
}

.about-links a[aria-label="Download the pricelist"] {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
	white-space: nowrap;
}
.hire-box .container {
    max-width: 100%;
    padding: 0;
}

.hire-box h2 {
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto;
    font-weight: 600;
}

.hire-box .hire-box-content.row {
    margin: 0;
    padding: 0px 59.5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 31px;
    margin-top: 52px;
}
.hire-box img {
    width: 100%;
    height: 268px;
    object-fit: contain;
    padding: 0;
}

.hire-box .hire-box-inner h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #000000;
    background-color: #ffffff;
    padding-top: 30px;
}
.hire-box .hire-box-inner a {
	cursor: pointer;
	display: block;
}
.hire-box .hire-box-inner {
    padding: 35px 0;
    background-color: #ffffff;
    border-radius: 10px;
}
.hire-box .hire-box-inner a.simple-btn,
.hire-box .hire-box-inner p.link-text {
    display: block;
    text-align: center;
    color: #0091FC;
    text-decoration: underline;
    text-underline-offset: 4px;
	margin-top: 20px;
	font-size: 16px;
}
.hire-box .hire-box-inner a.simple-btn:hover,
.hire-box .hire-box-inner p.link-text:hover {
	text-decoration: none;
}
.hire-section .container {
 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hire-section {
    background-color: #0091FC;
    margin-top: 100px;
    padding: 170px 0;
}

.hire-section h2 {
    font-weight: 400;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin-bottom: 32px;
}

.hire-section .left-title {
    max-width: 560px;
    color: #ffffff;
	width: 50%
}

.hire-section .custom-btn {
    background: #000000;
    margin-top: 32px;
}
.hire-section .icon-box-content.row {
   margin: 0;
    max-width: 589px;
    width: 50%;
    justify-content: end;
    column-gap: 71px;
	flex-wrap: nowrap;
}
.hire-section .icon-box-inner h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin: 18px 0 0 0;
}

.hire-section .icon-box-inner img {
    height: 55px;
}
.hire-section .icon-box-inner {
    text-align: center;
}
.about-section .left-title {
    width: 57%;
}

.about-section .right-content {
    width: 43%;
}
@media(max-width: 1550px) {
	.hire-box .hire-box-inner h3 {
   
    font-size: 24px;
}
}
@media(max-width: 1300px) {
	.hire-box img {
		padding: 0;
	}
}
@media(max-width: 992px) {
	.about-section .left-title,
	.about-section .right-content,
	.hire-section .left-title,
	.hire-section .icon-box-content.row {
    width: 100%;
}
	.hire-box .hire-box-content.row {
  
    padding: 0px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
	.hire-section .container {
    flex-wrap: wrap;
    row-gap: 73px;
}
	.hire-section {
    padding: 100px 0;
}
	.hire-section .icon-box-content.row {
   
    justify-content: start;
    column-gap: 35px;
}
	.intro-section.center-title {
    
    height: 480px;
}

}
@media(max-width: 767px) {
	.hire-box .hire-box-content.row {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
}
.hire-box .hire-box-inner h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 20px;
}
	.hire-box .hire-box-inner a.simple-btn,
	.hire-box .hire-box-inner p.link-text {
    margin-top: 13px;
    font-size: 14px;
	margin-bottom: 10px;
}
	.about-links {
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
}
.about-links p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 100% !important;
}
.hire-section {
    padding: 70px 0 37px 0;
    margin-top: 60px;
    margin-bottom: 50px;
}
	.intro-section.center-title {
    align-items: center;
    height: 231px;
    padding: 0;
}
	.partner-section {
    padding-top: 30px;
    padding-bottom: 60px;
}
	.intro-section.center-title h1 {
   
    font-size: 24px;
    margin: 0;
}
	section.about-section p,
	section.about-section li {
    font-size: 14px;
    line-height: 140%;
}
section.about-section ul {
    padding-left: 8px;
    margin-bottom: 0;
}
	section.about-section li {
		list-style: none;
		display: flex;
		align-items: center;
	}
section.about-section li:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000000;
    display: block;
    border-radius: 100%;
    margin-right: 8px;
}
	.hire-box .hire-box-inner {
    padding: 17px 0;
}
	.hire-section h2 {
    font-size: 24px;
    line-height: 150%;
	margin-bottom: 20px;
}
.hire-section .left-title {
    font-size: 14px;
}
	.hire-section .custom-btn {
  
    margin-top: 20px;
}
	.hire-section .icon-box-inner h3 {
    
    font-size: 14px;
}
	.hire-section .icon-box-inner img {
    height: 40px;
}
	
	.hire-section .icon-box-inner:last-child img {
    height: 31px;
}
	.hire-section .icon-box-inner {
   
    max-width: 110px;
}
	.hire-section .icon-box-content.row {
  
    column-gap: 30px;
    align-items: center;
}
	.partner-section h2 {
    max-width: 313px;
    font-size: 24px;
	margin: 0;
}
	.partner-section .owl-carousel .owl-stage {
  
    margin-top: 47px;
}
	.snow-section .snow-box {
   
    padding: 23px;
}
	.visit-main li {
    font-size: 14px;
}
	.visit-right ul li strong {
     width: 65px;
    font-weight: 600;
    margin-right: 20px;
}
	.footer-bottom ul {
    justify-content: start;
}
	.copy-right {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
	.copy-right .copy {
    padding-left: 30px;
}
	.copy-right p {
    font-size: 12px;
}
}
.single-product .content-area.woo_main .p_column_main .p_column_left table thead th,
.left-right .p_column_main .p_column_left table thead th {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table,
.left-right .p_column_main .p_column_left table {
    max-width: 404px;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}


.single-product .content-area.woo_main .p_column_main .p_column_left table thead th,
.left-right .p_column_main .p_column_left table thead th {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
  width: 202px;
}

.single-product .content-area.woo_main .p_column_main .p_column_left table tbody td,
.left-right .p_column_main .p_column_left table tbody td {
    background-color: #E7E7E7;
    padding: 12px 8px;
    border: 2px solid #EFEFEF;
    width: 202px !important;
    text-align: center;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table tbody th,
.left-right .p_column_main .p_column_left table tbody th {
	  background-color: #E7E7E7;
    padding: 12px 8px;
    border: 2px solid #EFEFEF;
    width: 202px !important;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table thead th:last-child,
.left-right .p_column_main .p_column_left table thead th:last-child {
    text-align: center;
}
.left-right .p_column_main .p_column_left p,
.left-right .p_column_main .p_column_left h4 {
    margin-bottom: 74px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
}
.related_products_items  li {
    background-color: #ffffff;
    border-radius: 10px;
}
.related_products_items .product a {
    
    height: auto;
}
.related_products_items .product .price {
    display: block;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #0091FC !important;
    padding-bottom: 30px;
}
.related_products_items .product .woocommerce-loop-product__link {
    padding-bottom: 20px;
}
.related_products_items .product a h2.woocommerce-loop-product__title {
  
    margin-bottom: 0;
}
.product .loop-size-attr li {
    border-radius: 0;
}
.woocommerce-error {
    border-top-color: #0091FC;
    background-color: #ffffff;
}

.woocommerce-notices-wrapper .button {
    background-color: #0091FC !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    padding: 15px 20px !important;
    border: solid 1px transparent !important;
}
.woocommerce-notices-wrapper .button:hover {
	color: #0091FC !important;
	border-color: #0091FC !important;
	background-color: transparent !important;
}
.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img {
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails {
       
    height: auto !important;
    top: unset;
    transform: unset;
    bottom: 0;
}
.woocommerce div.product div.images div.thumbnails .slick-track {
    margin-right: 0;
}
.woocommerce div.product div.images div.thumbnails .slick-list {
    
    margin: 0 0 0 25px;
}
	.product-faq p {
    font-size: 16px;
}
.single-product .woocommerce-message {
    border: 0;
    background-color: #000000;
    padding-left: 20px;
    width: 318px;
    border-radius: 5px;
    color: #ffffff;
    margin-left: auto;
    position: fixed;
        top: 105px;
    right: 75px;
	    z-index: 999;
}
.fixed-header.single-product .woocommerce-message {
	 top: 65px;
}
.admin-bar.single-product .woocommerce-message {
    top: 142px;
    z-index: 999;
}
.admin-bar.fixed-header.single-product .woocommerce-message {
	 top: 65px;
}
.single-product .woocommerce-message::before {
   display: none;
}
.single-product span.macs-cart-message-close {
    font-size: 35px;
    cursor: pointer;
    font-weight: 300;
    line-height: 0;
    position: relative;
    top: -3px;
}
.single-product .woocommerce-message .macs-cart-message {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.single-product .product_single_gallery .summary.entry-summary {
   padding-top: 220px;
    position: relative;
}
.single-product .woocommerce-message span.macs-cart-message-text {
    font-size: 18px;
    font-weight: 700;
}
.general-info h2 {
    font-family: Roboto;
    font-weight: 900;
    font-style: italic;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}
.general-info .info-box-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    grid-row-gap: 90px;
    grid-column-gap: 65px;
    margin-bottom: 100px;
}
.general-info .info-box-wrapper p.info-top-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.general-info .info-box-wrapper h3 {
    font-weight: 800;
    font-style: italic;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    color: #0091FC;
    margin-bottom: 20px;
}
.range-section h2 {
    color: #000000;
}
.range-section .range-main {
   margin: 0 auto;
    max-width: 1190px;
 
}
.range-section li {
	font-size: 18px;
}
.range-section {
    padding: 114px 0 120px;
}
.faq-section h2 {
   
    color: #000000;
}
.featured-category-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 200px;
    margin-top: 83px;
}

.featured-category-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.featured-category h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #0091FC;
    margin-bottom: 45px;
}
.featured-category li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
}
.featured-category li a:hover {
    color: #0091FC;
}
.featured-category-wrapper .featured-category-box img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
    object-fit: cover;
    margin-right: 16px;
}
.featured-category {
    padding-bottom: 100px;
}
.featured-category h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    max-width: 500px;
    margin: 0;
}
.featured-category h2 i {
	font-weight: 700;
}
.p_video .item {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
.p_video .item iframe {
   width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.p_video .item video {
    height: 100%;
}
section.general-info {
    padding-top: 80px;
}
.p_video_slider.single-video {
    padding-right: 20px;
}
.p_video_slider.single-video .item {
    max-width: 50%;
    aspect-ratio: auto;
}
.guide-section {
	background-position: center !important;
}

.tax-product_cat .pagination {
    margin-bottom: 50px;
}
.stay-section .wpcf7 form .wpcf7-response-output {
    display: block;
    position: absolute;
    left: 0;
    transform: none;
    bottom: -10px;
    border: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
}
@media(max-width: 1500px) {
	.single-product .content-area.woo_main .p_column_main,
	.left-right .p_column_main {
   
    padding-left: 20px;
}
	.fixed-header.single-product .woocommerce-message {
    top: 20px;
}
	
	.admin-bar.fixed-header.single-product .woocommerce-message {
    top: 33px;
}
}
@media(max-width: 1400px) {
	.featured-category-wrapper {
    column-gap: 90px;
}
}
@media(max-width: 1200px) {

	.single-product .content-area.woo_main .p_column_main .p_column_left,
	.left-right .p_column_main .p_column_left {
    margin-right: 75px;
    padding-left: 20px;
	padding-top: 100px;
}
	.single-product .related.products {
    padding-top: 80px;
  
       margin-bottom: 55px;
}
	.general-info h2 {
    font-size: 60px;
		text-align: left;
}
.general-info .info-box-wrapper {
    grid-row-gap: 40px;
    grid-column-gap: 50px;
   
    margin-bottom: 60px;
}
	.general-info .info-box-wrapper h3 {
  
    font-size: 28px;
}
	.general-info .info-box-wrapper p {
    font-size: 16px;
}
	.range-section {
    padding: 100px 0 100px;
}
.single-product .product_single_gallery .summary.entry-summary {
   
    min-height: unset;
}
	.single-product .content-area.woo_main .p_column_main .p_column_left table,
	.left-right .p_column_main .p_column_left table {
 max-width: 100%;
 width: 100% !important;
}
	.single-product .content-area.woo_main .p_column_main .p_column_left table thead th,
	.single-product .content-area.woo_main .p_column_main .p_column_left table tbody th,
	.single-product .content-area.woo_main .p_column_main .p_column_left table tbody td,
	.left-right .p_column_main .p_column_left table thead th,
	.left-right .p_column_main .p_column_left table tbody th,
	.left-right .p_column_main .p_column_left table tbody td  {
  
    width: 50% !important;
}
	.single-product .content-area.woo_main .p_column_main .p_column_left table tr,
	.left-right .p_column_main .p_column_left table tr {
		display: flex;
	}
	.single-product .content-area.woo_main .p_column_main,
	.left-right .p_column_main {
    padding-left: 0;
}
section.general-info {
    padding-top: 60px;
}
}
@media(max-width: 1090px) {
	.single-product .woocommerce-message {
  
    top: 110px;
    right: 70px;
}



	.single-product.fixed-header .woocommerce-message {
    top: 20px;
    right: 20px;
}
}
@media(max-width: 992px) {
.single-product .content-area.woo_main .p_column_main .p_column_left,
.left-right .p_column_main .p_column_left {
    padding: 0;
    margin: 30px 0 0 0;
    max-width: 100%;
}
	.single-product .content-area.woo_main .p_column_main,
	.left-right .p_column_main {
    flex-direction: column-reverse;
}
	.p_column_main .p_column_right img {
    position: unset;
    top: 0;
    width: 100%;
}
.single-product .product_single_gallery .summary.entry-summary {
    min-height: auto;
    max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.left-right .p_column_main .p_column_left p,
.left-right .p_column_main .p_column_left h4 {
    margin-bottom: 35px;
    font-size: 26px;
    margin-top: 0;
}
	.single-product .content-area.woo_main .p_column_main .p_column_left table thead th,
	.left-right .p_column_main .p_column_left table thead th {
  
    font-size: 22px;
}
	.single-product .content-area.woo_main .p_column_main .p_column_left table,
	.left-right .p_column_main .p_column_left table {

    row-gap: 15px;
}
.woocommerce div.product div.images div.thumbnails .slick-list {
    margin: 0 20px 0 15px;
}
.thumbnails .slick-track {
    justify-content: start;
    margin-left: 0;
    margin-bottom: 0;
}
	.range-section .range-main {
    display: flex;
    padding-top: 50px;
}
	.range-section .range-main p,
	.range-section .range-main li {
    font-size: 16px;
}
	.faq-section {
    padding: 80px 0;
}
	.single-product .content-area.woo_main .p_column_main,
	.left-right .p_column_main {
    padding-left: 20px;
	padding-right: 20px;
}
.featured-category-wrapper {
    column-gap: 20px;
}
.featured-category-wrapper {
    margin-top: 60px;
}
section.featured-category {
    margin-top: 20px;
}
	.single-product .woocommerce-message {
    top: 64px;
    right: 20px;
    z-index: 99999;
}
	.single-product.fixed-header .woocommerce-message {
   top: 64px;
    right: 20px;
}
	.admin-bar.single-product .woocommerce-message {
    top: 100px;
    z-index: 99999;
}
	.admin-bar.fixed-header.single-product .woocommerce-message {
    top: 60px;
}
}
@media(max-width: 767px) {
	.single-product .product_single_gallery {
    margin-bottom: 0;
}
	.left-right .p_column_main .p_column_left p,
	.left-right .p_column_main .p_column_left h4 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}
	.single-product .related.products {
   
    margin-bottom: 80px;
}
	.related.products .owl-nav {
    display: flex !important;
    top: -124px !important;
}
	.single-product .woocommerce-message {
  
    position: fixed;
    right: 22px;
    top: 100px;
    z-index: 99999;
}
	.single-product .woocommerce-message span.macs-cart-message-text {
    font-size: 16px;
}
	.general-info h2 {
    font-size: 26px;
}
	.general-info .info-box-wrapper {
   grid-template-columns: 1fr;
   
		        grid-row-gap: 20px;
}
	.general-info .info-box-wrapper h3 {
    font-size: 24px;
		margin-bottom: 10px;
}
	.general-info .info-box-wrapper p.info-top-text {
    
    margin-bottom: 10px;
}
	.p_video_slider .owl-nav {
    position: absolute;
    top: -55px;
    right: 15px;
}
	.range-section {
    padding: 50px 0 50px;
}
	.faq-section {
    padding: 0 0 50px 0;
}
	.featured-category-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
    column-gap: 10px;
}
	.p_video_slider .owl-nav {
  
    top: -100px;
}
	.range-section h2 {
    font-size: 22px;
}
	.range-section .range-main {
  
    padding-top: 20px;
}
	.range-section .left-content ul {
 
    padding: 20px 0 20px 20px;
}
	.featured-category {
    padding-bottom: 50px;
}
	html #wpadminbar {
   
    display: none;
}
	html {
    margin-top: 0 !important;
}
.general-info .info-box-wrapper {

    margin-bottom: 40px;
}
section.general-info {
    padding-top: 30px;
}
.featured-category h2 {
    font-size: 24px;
    max-width: 238px;
    line-height: 100%;
}
.featured-category li a {
    line-height: 21px;
    font-size: 14px;
}
.featured-category h3 {
   font-size: 16px;
    margin-bottom: 30px;
}
.featured-category-wrapper .featured-category-box img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
	.p_video_slider.single-video .item {
    max-width: 100%;
   
}
	.admin-bar.single-product .woocommerce-message {
    top: 65px;
}
	.product_category_list {
   
    margin-bottom: 50px;
}
	.stay-section .wpcf7 form .wpcf7-response-output {
   position: unset;
}
.stay-section .wpcf7 form .wpcf7-response-output {
    position: unset;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left;
}
	.hire-box img {
   object-fit: contain;
	height: 107px;
}
}
@media(max-width: 575px) {
	.single-product .woocommerce-message {
  
    right: 50%;
    top: 74px;
    width: calc(100% - 40px);
    transform: translateX(50%);
}
	.single-product.fixed-header .woocommerce-message {
   
    right: 50%;
}
}

.stay-section h2.gform_title {
    display: none;
}

.stay-section form, .stay-section .gform_fields {
    display: flex !important;
    gap: 30px !important;
}
.stay-section .gform_fields .gfield {
    width: 100%;
}
.stay-section .gform_fields .gfield.gfield--type-mailchimp {
    position: absolute;
    width: auto;
    bottom: -38px;
    cursor: pointer;
}
.stay-section .gform_fields .gfield.gfield--type-mailchimp input {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 5px;
}

.stay-section .gform-footer.gform_footer.top_label {
    margin: 0 !important;
    
}
.stay-section .gform-footer.gform_footer.top_label input {
    padding: 0 44px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    height: 68px !important;
	outline: 0 !important;
}
.stay-section .gform-footer.gform_footer.top_label input:hover {
    color: #0091FC !important;
}
.stay-section .gform_validation_errors {
	display: none !important;
}
.stay-section .gform_confirmation_message {
	color: #ffffff !important;
}
.stay-section .gform-body.gform_body {
    width: 100%;
}
.stay-section .gform-body.gform_body input,
.stay-section .gform-body.gform_body select {
        height: 68px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #0091FC;
        padding: 0 29px !important;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Roboto';
        color: #000;
        outline: 0 !important;
}
.stay-section .gform-body.gform_body select {
    display: flex;
    align-items: center;
    background: #fff url(../images/select-drop.svg) no-repeat right 31px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.stay-section .gform_fields .gfield.gfield--type-mailchimp label {
    color: #ffffff;
    font-size: 14px;
}

.stay-section .gform_fields .gfield.gfield--type-mailchimp li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.stay-section {
    
    padding: 150px 0 190px 0;
}
.visit-middle-footer .middle-footer-right img[alt="eway"] {
    margin-right: 0;
    margin-left: 40px;
}
ul.footer_soc_ico img {
	transition: all linear .3s;
}
ul.footer_soc_ico img:hover {
    transform: scale(1.2);
}
.accordion-main a {
	color: #000000;
	text-decoration: underline;
}
.accordion-main a:hover {
color: #0091FC;	
}
.intro-section .intro-desc h2 {
	font-weight: 400;
}
@media(max-width: 992px) {
    .stay-section form, .stay-section .gform_fields {
        flex-wrap: wrap;
        
    }
    .stay-section .gform_fields .gfield.gfield--type-mailchimp {
    position: unset;
    width: auto;
   
}
    .stay-section {
    padding: 70px 0 70px 0;
}
}
@media(max-width: 767px) {
     .stay-section form, .stay-section .gform_fields {
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .stay-section .gform-body.gform_body input, .stay-section .gform-body.gform_body select {
  height: 61px;
        padding: 0 26px !important;
    font-size: 14px;
}
    .stay-section .gform-footer.gform_footer.top_label input {
           width: 68px !important;
        padding: 0px !important;
        height: 46px !important;
        font-size: 14px !important;
        margin-top: 0px !important;
}
    .stay-section {
    padding: 70px 0 70px 0;
}
	.visit-middle-footer .middle-footer-right img {
    
    width: 55px;
}
.visit-middle-footer .middle-footer-right img[alt="eway"] {
    width: 100%;
    margin-left: 0;
    height: 42px;
}
}

/* .single-product .entry-summary .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 20px;
	align-items: start;
}

.single-product .entry-summary .quantity,
.woocommerce div.product form.cart .quantity  {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
 margin: 0 !important;
}

.single-product .entry-summary .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
 margin: 0 !important;
}

.single-product .entry-summary .buy_now_button,
.woocommerce div.product form.cart .buy_now_button  {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 0 !important;
}
.single_add_to_cart_button {
    width: 100% !important;
}
.woocommerce-variation-add-to-cart .pay_option,
.woocommerce div.product form.cart .pay_option {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    margin-top: 0;
} */

.single-product .product_single_gallery .summary.entry-summary .quantity {
    flex: 0 0 115px;
  }
.single-product .product_single_gallery .summary.entry-summary .single_add_to_cart_button.button.alt:not(.buy_now_button) {
    flex: 1;
  }
.single-product .product_single_gallery .summary.entry-summary .buy_now_button,
.single-product .product_single_gallery .summary.entry-summary .after-button-info {
    width: 100%;
  }
.single-product .product_single_gallery .summary.entry-summary .pay_option img {
    max-width: 42px;
    height: 25px;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    
    display: none;
}
.pay_option ul {
    justify-content: end;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
   
    border: 3px solid #0091FC;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span-button {
    color: #0091FC;
    font-weight: 700;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.header-main .search-menu img:hover,
.header-main .search_cart img:hover {
    transform: scale(1.2);
}
.header-main .search-menu img,
.header-main .search_cart img {
    transition: all linear .2s;
}
.single-product .outofstock .product_single_gallery .summary.entry-summary .price .woocommerce-Price-amount.amount bdi, 
.single-product .outofstock .product_single_gallery .summary.entry-summary .price ins {
	color: #000000;
}
.guide-section .custom-btn,
.faq-section .custom-btn {
    font-size: 20px;
    font-weight: 500;
}
.accordion-wrapper  .faq-item.active .btn-wrapper button:after,
.single-product .custom-breadcrumbs-wrapper {
 display: none;   
}
.cwginstocksuccess,
.cwginstockerror {
    text-align: left;
    display: inline-block;
}
.woocommerce div.product .product_title {
  
    font-weight: 400;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-transform: lowercase;
    line-height: normal;
    margin-bottom: 10px;
}
.blog .widget .recent-posts h3:hover,
 .single-post .widget .recent-posts h3:hover {
	    color: #007bff;

 }
 section.hire-box {
    margin-top: 60px;
}
.product-details-content p {
    max-width: 1000px;
}
.product-details-content p + h2,
.product-details-content p + h3,
.product-details-content p + h4,
.product-details-content p + h5,
.product-details-content p + h6 {
    margin-top: 30px;
}
.product-details-content h2 {
    font-weight: 600;
    font-size: 30px;
}
input[type="search"]::-webkit-search-cancel-button:hover {
 cursor: pointer;
  transform: scale(1.2) !important;
}
.page-id-63774 section.about-section,
.page-id-64343 section.about-section {
    padding-bottom: 60px;
}
.product-details-content li,
section.about-section li {
    font-size: 18px;
    margin-bottom: 10px;
}
.product-details-content {
    padding-bottom: 30px;
}
.product-details-content ul {
    margin: 25px 0 25px 0;
}
.product-details-content h3,
.product-details-content h4,
.product-details-content h5,
.product-details-content h6 {
        color: #0091FC;
        font-weight: 600;
}
.content-left .gform_validation_errors {
    display: none !important;
}
.content-left .gform_validation_errors {
    display: none !important;
}
.content-left .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.content-left .validation_message {
    padding-top: 5px !important;
    color: #c02b0a !important;
    font-weight: 400 !important;
}
.content-left .gform_confirmation_message {
    padding-top: 50px;
}
span.mob_date {
    display: none;
}
.number {
    margin-top: 35px;
}
span.woo-selected-variation-item-name {
    display: none !important;
}
.woocommerce div.product form.cart .variations label:before {
    content: "Select";
    text-transform: capitalize;
    margin-right: 5px;
}
.woo-variation-swatches .variable-items-wrapper[aria-label="Colour"] .variable-item:not(.radio-variable-item) {
    min-width: 132px !important;
}
table.variations tr {
    margin-top: 20px !important;
    display: block;
}


.shop_single_right form.woocommerce-ordering {
    position: relative;
 
    
}
.shop_single_right form.woocommerce-ordering:before {
    content: "" !important;
    background-image: url(../images/drp_icons.svg);
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -25px;
    top: 3px;
    background-repeat: no-repeat;
    transition: none;
    background-size: 12px;
}


.shop_single_right form.woocommerce-ordering.open:before {
    transform: rotate(-180deg);
}

.shop_single_right form.woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #000000;
	text-align: center;
}
.tax-product_cat .marquee-section {
    padding-top: 20px;
    padding-bottom: 120px;
}
.banner-slider .owl-nav {
    display: flex !important;
}
.banner_section .ti-widget.ti-goog .ti-header {
   
    margin-bottom: 0;
}
form#product-filter-form {
	display: flex;
}
.single-product header {
    background: transparent;
    position: fixed;
    width: 100%;
}
/*color*/
label[for="custom_color_mint"]  span {
    background: #3eb489 !important;
}


label[for="custom_color_orange-purple"] span {
    background: #ffa500 !important;
}


label[for="custom_color_black-green"] span {
    background: #00ff00 !important;
}

label[for="custom_color_black-black"] span {
    background: #000000 !important;
}
label[for="custom_color_yellow-level-50"] span {
    background: #ffff00 !important;
}
label[for="custom_color_white-green"] span {
    background: #E8EBE0 !important;
}
label[for="custom_color_black"] span {
    background: #000000 !important;
}
label[for="custom_color_black-charcoal"] span {
    background: #4A4A4A !important;
}
label[for="custom_color_mustard"] span {
    background: #FFDB58 !important;
}
label[for="custom_color_black-silver"] span {
    background: #737474 !important;
}
label[for="custom_color_dark-grey"] span {
    background: #A9A9A9 !important;
}
label[for="custom_color_light-grey"] span {
    background: #D3D3D3 !important;
}
label[for="custom_color_leaf"] span {
    background: #71AA34 !important;
}
label[for="custom_color_charcoal"] span {
    background: #36454F !important;
}
label[for="custom_color_light-blue"] span {
    background: #ADD8E6 !important;
}
label[for="custom_color_black-blue"] span {
    background: #040720 !important;
}
label[for="custom_color_red-orange"] span {
    background: #FF5349 !important;
}
label[for="custom_color_black-slate"] span {
    background: #2B2B2B !important;
}
label[for="custom_color_black-grey"] span {
    background: #303234 !important;
}
label[for="custom_color_peach"] span {
    background: #FFE5B4 !important;
}
label[for="custom_color_coffee"] span {
    background: #6F4E37 !important;
}
label[for="custom_color_green-camo"] span {
    background: #526525 !important;
}
label[for="custom_color_red-level-50"] span {
    background: #ff0000 !important;
}
label[for="custom_color_grey-camo"] span {
    background: #545851 !important;
}
label[for="custom_color_teal-orange"] span {
    background: #4CA68A !important;
}
label[for="custom_color_blue-teal"] span {
    background: #3399A3 !important;
}
label[for="custom_color_yellow-purple"] span {
    background: #9C8B46 !important;
}
label[for="custom_color_blue-red"] span {
    background: #7B4B94 !important;
}
label[for="custom_color_green-yellow"] span {
    background: #C1D82F !important;
}
label[for="custom_color_blue-green"] span {
    background:  #00B8B8 !important;
}
label[for="custom_color_pink-purple"] span {
    background:  #C653A6 !important;
}
label[for="custom_color_black-pink"] span {
    background:  #7A4C58 !important;
}
label[for="custom_color_fluro-red"] span {
    background:  #FF1744 !important;
}
label[for="custom_color_blackout"] span {
    background:  #0A0A0A !important;
}
label[for="custom_color_sb-charcoal"] span {
    background:  #333333 !important;
}
label[for="custom_color_pedro-black"] span {
    background:  #000000 !important;
}
label[for="custom_color_black-brown"] span {
    background:  #3B2F2F !important;
}
label[for="custom_color_black-red"] span {
    background:  #5A1E1E !important;
}
label[for="custom_color_salt-pepper"] span {
    background:  #7D7D7D !important;
}
label[for="custom_color_black-white"] span {
    background:  #808080 !important;
}
label[for="custom_color_stone"] span {
    background:  #8A8F7A !important;
}
label[for="custom_color_white-blue"] span {
    background:  #99CCFF !important;
}
label[for="custom_color_pistachio"] span {
    background:  #93C572 !important;
}
label[for="custom_color_black-teal"] span {
    background:  #004D4D !important;
}
label[for="custom_color_dark-navy"] span {
    background:  #000080 !important;
}
label[for="custom_color_acid-blue"] span {
    background:  #B0BF1A !important;
}
label[for="custom_color_black-navy"] span {
    background:  #0B1224 !important;
}
label[for="custom_color_smoke"] span {
    background:  #738276 !important;
}
label[for="custom_color_blue-mirror"] span {
    background:  #4A90E2 !important;
}
label[for="custom_color_blue-royal"] span {
    background:  #4169E1 !important;
}
label[for="custom_color_multi"] span {
    background:  #DC143C !important;
}
label[for="custom_color_denim"] span {
    background:  #1560BD !important;
}
label[for="custom_color_chrome"] span {
    background:  #C0C0C0 !important;
}
label[for="custom_color_tan-white"] span {
    background:  #E6D6B8 !important;
}
label[for="custom_color_torquoise"] span {
    background:  #40E0D0 !important;
}
label[for="custom_color_yellow-black"] span {
    background:  #7F6B00 !important;
}
label[for="custom_color_green-black"] span {
    background:  #0B3D0B !important;
}
label[for="custom_color_black-orange"] span {
    background:  #803300 !important;
}
label[for="custom_color_teal-grey"] span {
    background:  #567D7A !important;
}
label[for="custom_color_black-military"] span {
    background:  #1C1F1A !important;
}
label[for="custom_color_yellow-pink"] span {
    background:  #F7BFA0 !important;
}
label[for="custom_color_red-blue"] span {
    background:  #7F3FBF !important;
}
label[for="custom_color_dark-green"] span {
    background:  #013220 !important;
}
label[for="custom_color_white"] span {
	border: solid 1px #000000;
}
label[for="custom_color_glow"] span {
	background: #00FFC3 !important;
}
label[for="custom_color_pastel-pink"] span {
	background: #FFD1DC !important;
}
label[for="custom_color_pastel-blue"] span {
	background: #AEC6CF !important;
}
label[for="custom_color_seafoam-green"] span {
	background: #93E9BE !important;
}
label[for="custom_color_blood-red"] span {
	background: #660000 !important;
}
label[for="custom_color_clear"] span {
	background: #E0FFFF !important;
}
/*color*/
.product_category_list ul.products.loading {
    position: relative;
    padding-bottom: 90px;
}

.product_category_list ul.products.loading:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: #0091FC transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes rotation {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
} 
.shop_single_right .woocommerce-result-count {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
}
.woocommerce-ordering>label {
    margin: 0;
    color: #0091FC;
    font-weight: 500;
    font-size: 16px;
}
div#bit-assist-widget-container {
    right: 70px !important;
    bottom: 60px !important;
}
.page-id-12 section.intro-section.center-title {
    margin-bottom: 40px;
}
.page-id-12 .contct_rght {
    margin-bottom: 40px;
}
.after-button-info {
    display: flex;
  
    align-items: center;
	margin-bottom: 42px;
}
.after-button-info div:empty {
    display: none;
}
.woocommerce div.product form.cart {
	margin-bottom: 20px;
}
.pay_option {
    margin-left: auto;
}
.woocommerce div.product form.cart>div {
    width: 100%;
}
.error-404 input.search-field {
    height: 45px;
    padding-left: 10px;
}

.error-404 input.search-submit {
    background: #0091FC !important;
    max-width: max-content;
    padding: 0 25px 0 20px !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    color: #fff !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out;
    position: relative !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    margin-left: 10px;
}

.error-404 form.search-form {
    display: flex;
}

.error-404 label {
    margin: 0;
}

.widget.widget_recent_entries {
    margin-top: 25px;
}



.error-404 .widget h2 {
    font-size: 36px;
    font-weight: 600;
}

.error-404 .widget.widget_recent_entries ul {
    margin-left: 0;
    padding-top: 20px;
}

.error-404 .widget.widget_recent_entries li a {
    color: #000000;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.error-404 .widget.widget_categories ul {
    max-width: 500px;
}

.error-404 .widget_categories ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.error-404 .widget.widget_categories {
    margin-top: 50px;
}
.error-404 .widget.widget_categories h2 {
    margin-bottom: 25px;
}
.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item img {
    width: 63px;
    height: 70px;
}
.category-box .discount-badge,
.product-discount-percentage {
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 24px;
    z-index: 1;
    border-radius: 50px;
    right: 21px;
    top: 20px;
}
.category-box .price-main {

    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #0091FC;
}
.price-main del bdi {
    color: #000000;
    opacity: 30%;
}
.price-main del {
    text-decoration-color: #000000;
}
mark, ins {
    background: transparent;
    text-decoration: none;
}
.cwginstock-subscribe-form .col-md-12 .col-md-12 {

    display: flex;
    flex-wrap: wrap;
}
.cwginstock-subscribe-form .center-block:first-child {
   margin-bottom: 0;
    margin-left: 0;
    flex: 1 1 0;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    border-radius: 5px;
    color: #000000;
}

.cfvsw-label-option {
   
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
}
.cfvsw-selected-swatch {
  
    border: 3px solid #0091FC !important;
}
.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled {
    
    background: #E8E8E8 !important;
    border: 1px solid #E8E8E8 !important;
}
.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled .cfvsw-swatch-inner {
color: #BFBFBF;
}
.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
    display: none;
}
.cfvsw-swatches-container {
    grid-gap: 20px;
}

.cfvsw-swatches-container[swatches-attr="attribute_size"]  .cfvsw-swatches-option.cfvsw-label-option {
    min-width: 73px !important;
    min-height: 63px !important;
}
.cfvsw-swatches-container[swatches-attr="attribute_colour"]  .cfvsw-swatches-option.cfvsw-label-option {
    min-width: 132px !important;
    min-height: 63px !important;
}
table.variations.cfvsw-variation-disable-logic {
    margin-bottom: 42px !important;
}
.cfvsw-selected-label {
    display: none;
}
.product-faq-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.cwgstock_output {
    width: 100%;
}
.product_category_list .container-fluid {
    
    padding: 0 32px !important;
}
.product_category_list .container {
    max-width: 100%;
    padding: 0 107px;
}
.shop_single_filter {
    padding: 0 110px;
    max-width: 100%;
}
.tax-product_cat .slogan-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.slogan-banner .ti-widget.ti-goog .ti-header {
   
    margin-bottom: 0;
}
.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap {

    font-size: 18px;
    color: #000000;
}
.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap strong {
    font-weight: 400;
    font-size: 18px;
}

.page-template-page-leftsidebar .entry-content p + h2 {
    margin-top: 30px;
}
.page-template-page-leftsidebar .entry-content .content-right {
    margin-top: 30px;
}

.review-section .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 -15px !important;
}
.single-product .product_single_gallery .summary.entry-summary .afterpay-payment-info img {
    width: 90px;
    height: 32px;
    margin: 0 8px;
}
.variations .vi-wpvs-option-wrap {
    min-width: 73px !important;
    height: 63px !important;
    border-radius: 5px;
    justify-content: center;
    padding: 0 25px !important;
    background: #ffffff !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
    margin: 5px 20px 8px 0 !important;
}
.variations .vi-wpvs-option {
    font-weight: 400;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 0;
    margin: 0 !important;
    color: #000000 !important;
}
.variations .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    border: 3px solid #0091FC !important;
}
.variations .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected .vi-wpvs-option {
    font-weight: 700;
    color: #0091FC !important;
}
.variations .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default.vi-wpvs-option-wrap-disable {
    border-color: #E8E8E8 !important;
    background: #E8E8E8 !important;
}
.variations .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default.vi-wpvs-option-wrap-disable .vi-wpvs-option {
    color: #BFBFBF !important;
}
.variations .vi-wpvs-variation-wrap[data-attribute="attribute_colour"] .vi-wpvs-option-wrap {
    min-width: 132px !important;
    height: 63px !important;
    padding: 0 20px !important;
}
.cwginstock-subscribe-form.cwginstock-outofstock {
    width: 100%;
}
.texonomy-list .container-fluid {
    padding: 0 61px !important;
}
.contact-section .content-left ul {
    padding-left: 0;
    margin-left: 30px;
}
.contact-section .content-right iframe {
    width: 100%;
}
.general-info .info-box-wrapper ul {
    margin-left: 0;
    padding-left: 30px;
}
.single-product .left-right {
    
    clear: both;
}
.single-product .left-right h2 {
    font-weight: 400;
    color: #000000;
}
.single-product .left-right .p_column_main .p_column_right {
    width: 50%;
    padding: 0;
    background-color: #ffffff;
}
.single-product .left-right .p_column_main .p_column_left {
    padding-left: 20px;
}
.left-right .p_column_right img {
    width: 100% !important;
    object-fit: contain;
}
.single-product .left-right .p_column_left>div {
    width: 100%;
    max-width: 100%;
    flex: unset;
}
.single-product header.fixed-header {
    position: unset;
}
.single-product .left-right .p_column_main .p_column_left ul {
    margin-left: 0;
    padding-top: 20px;
    list-style: none;
    padding-left: 0;
}
.single-product .left-right .p_column_main .p_column_left li {
    margin-bottom: 10px;
}
.single-product .left-right h2 {
    margin-bottom: 60px;
}
.single-product .left-right h3 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-product .left-right h4 {
    font-size: 30px !important;
    font-weight: 400;
    margin-bottom: 15px !important;
}


.single-product .left-right .p_column_main .p_column_left li,
.single-product .left-right .p_column_main .p_column_left p {
    font-size: 24px;
    list-style: none;
    line-height: 100%;
}
.single-product .left-right .p_column_main .p_column_left p {
    margin-bottom: 16px;
}
.single-product .product_single_gallery .summary.entry-summary .faq_start {
    margin-top: 0;
}
.single-product .product_single_gallery .summary.entry-summary .after-button-info + .faq_start {
    margin-top: 0;
}
.left-right .p_column_main .p_column_left ul, .left-right .p_column_main .p_column_left ol {
    margin: 0;
    padding: 25px 0 20px 25px;
}
.single-product .product_single_gallery .summary.entry-summary .ppcp-messages,
.single-product .product_single_gallery .summary.entry-summary .ppc-button-wrapper {
    display: none !important;
}
.search-results  .page-title {
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.search-results .page-title span {
    color: #0091FC;
}
.search-results .search-form {
    margin-bottom: 20px !important;
}

@media(min-width: 1023px) {
 .header-main .mega-menu-item-has-children > .mega-sub-menu .mega-menu-item-has-children ul.mega-sub-menu {padding-top: 0 !important;
 position: relative !important;  padding: 0 !important;
    }
.header-main .mega-menu-item-has-children > .mega-sub-menu .mega-menu-item-has-children ul.mega-sub-menu li a {
    padding-bottom: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.header-main .mega-menu-item-has-children > .mega-sub-menu .mega-menu-item-has-children ul.mega-sub-menu li a:hover {
    color: #0091FC !important;
}

}
@media(max-width: 1750px) {
    .snow-section .col-md-6.p-0:first-child .snow-desc {
    margin-right: 70px;
}
.snow-desc {
    margin-left: 0;
}
}
@media(max-width: 1550px) {
	.product_single_main .left-right .p_column_main .p_column_left p {
    font-size: 30px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left, .left-right .p_column_main .p_column_left {
   
    margin-right: 70px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left, .left-right .p_column_main .p_column_right {
	width: 50%;
}

.review-section .ti-reviews-container {
    max-width: 100%;
}
.review-section .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 60px !important;
}
.review-section .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 0;
}
.review-section .ti-widget.ti-goog .ti-controls .ti-next {
    right: 0;
}
.snow-section .col-md-6.p-0:first-child .snow-desc {
    margin-right: 0;
}
.snow-section .col-md-6.p-0:first-child .snow-box {
    justify-content: start;
}
.snow-section .col-md-6.p-0:last-child .snow-box {
    justify-content: end;
}
.snow-section .snow-box {
    padding: 30px;
}
.texonomy-list .texonomy-main img {
  
    margin-bottom: 13px;
}
.hire-box .hire-box-content.row {
   
    padding: 0px 34px;
}
.hire-box h2 {
    padding: 0 80px;
}
.texonomy-list .container-fluid {
    padding: 0 30px !important;
}
.slogan-banner .container {
    padding: 0 100px;
}
.single-product .left-right .p_column_main {
    padding-left: 0 !important;
}
.single-product .left-right .p_column_main .p_column_left li, .single-product .left-right .p_column_main .p_column_left p {
    font-size: 18px !important;
}
}
@media(max-width: 1400px) {
	.single-product-main-image-wrap .slick-list {
   
    height: 700px !important;
}
.single-product-main-image-wrap .slick-track,
.single-product-main-image-wrap .single-product-main-image {
    
    height: 100%;
}
.single-product #wooswipe {
    top: 0;
}
header .container-fluid {
    padding: 0 15px !important;
}
}
@media(max-width: 1300px) {
    .shop_single_filter {
    padding: 0 53px;
}
.product_category_list .container {
 
    padding: 0 50px;
}
}
@media(max-width: 1200px) {
.tax-product_cat .marquee-section {
    padding-top: 0;
    padding-bottom: 80px;
}

}
@media(max-width: 1090px) {
	.single-product .product_single_gallery .summary.entry-summary {
	    margin-left: 0;
	    padding: 40px 20px 40px 20px;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
	}
	.single-product header {
    background: transparent  !important;
    position: fixed !important;
}
.product_category_list .container-fluid {
    padding: 0 25px !important;
}
.single_blog_cont {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
}
@media(max-width: 1024px) {
    .review-section .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 -15px !important;
}
}
@media(max-width: 992px) {
	.filter-attribute-list ul {
		padding-left: 0;
		padding-right: 0;
	}
	.filter-item {
    margin-right: 0;
	padding-right: 20px;
}
.cost {
    padding: 0;
}
form#product-filter-form {
	display: block;
}
.single-product .product_single_gallery {
    padding: 0 !important;
}
#wooswipe .wooswipe-popup.wooswipe-mainimagepopup {
    top: 100px;
}
div#bit-assist-widget-container {
    right: 10px !important;
}
.single-product .content-area.woo_main .p_column_main .p_column_left, .left-right .p_column_main .p_column_right {
    width: 100%;
}
.single-product #wooswipe {
  
    margin-bottom: 65px;
}
.woocommerce div.product .product_title {
   
    margin: 0;
}
.summary.entry-summary .price {

    margin-bottom: 0;
}
.woocommerce-product-details__short-description {
    margin-top: 0;
    margin-bottom: 30px;
}
.single-product .product_single_gallery .summary.entry-summary .afterpay-payment-info {

    margin-bottom: 30px;
}
.shop_single_filter {
    margin-top: 17px;
    padding: 0 25px;
    padding-right: 40px;
}
.product_category_list .container,
.product_category_list .container-fluid {
    padding: 0 20px;
}
.snow-section .snow-box {
    padding: 20px;
}
.hire-box .hire-box-content.row {
    padding: 0px 20px;
}
.hire-box h2 {
    padding: 0 25px;
}
.slogan-banner .container {
    padding: 0 25px;
}
.texonomy-list .container-fluid {
    padding: 0 20px !important;
}
.single-product .left-right .p_column_main .p_column_right {
    width: 100%;
}
.single-product .left-right .p_column_main {
    padding-right: 0 !important;
}
.single-product .left-right .p_column_main .p_column_left {
    padding: 60px 20px 40px 20px !important;
    margin: 0 !important;
}
.left-right .p_column_right img {
    width: 100% !important;
    object-fit: cover;
    max-height: 470px;
}

}
@media(max-width: 767px) {

	.single-product .product_single_gallery .summary.entry-summary .quantity .qty {
    width: 35px !important;
} 
.related.products .owl-nav,
.taxonomy-slider .owl-nav,
.best-winter-section .owl-nav {
	display: none !important;
}
.related.products .related_products_items {
    margin-top: 31px;
}
.taxonomy-slider {
    padding-top: 50px;
    padding-bottom: 50px;
}
.guide-section .custom-btn,
.faq-section .custom-btn {
    font-size: 14px;
}
.product-details-content h2 {
    
    font-size: 26px;
}
.product-details-content p,
.product-details-content li,
section.about-section li {
   
    font-size: 14px;
}
.product-details-content p + h2,
.product-details-content p + h3,
.product-details-content p + h4,
.product-details-content p + h5,
.product-details-content p + h6 {
    margin-top: 25px;
}
.page-id-63774 section.about-section,
.page-id-64343 section.about-section {
    padding-bottom: 30px;
}
.product-details-content {
    padding-bottom: 0;
}
.page-id-63774 section.about-section ul,
.page-id-64343 section.about-section ul {
    margin-bottom: 10px;
}
span.mob_date {
    display: block;
}
.desk_date {
	display: none;
}
.blog-deatil h1 {
    font-size: 26px;
}
.blog_left .blog-deatil .blog_single_thumbnail {
  
    margin-top: 25px;
}
.single_blog_cont {
    padding-top: 40px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
   
    margin-right: 5px;
}
.texonomy-list .texonomy-main img {
    object-fit: contain;
    padding: 0 15px;
}
.tax-product_cat .marquee-section {
  
    padding-bottom: 30px;
}
.tax-product_cat .texonomy-list {
    padding-bottom: 30px;
}
.summary.entry-summary form.cart button {
	font-size: 18px;
}
.single-product-main-image-wrap .slick-list {
    height: 100% !important;
}
.product_single_gallery .summary.entry-summary .stock.in-stock {
 
    font-size: 14px;
}
.product-faq button {
    height: auto;
    font-size: 14px;
    border-width: 4px 0px;
    padding: 18px 30px;
	display: block;
}
.product-faq button::after {
    height: 10px;
    width: 10px;
    background-size: contain;
}
.product-faq button span {
    margin-left: 30px;
    margin-top: 0;
}
.product-faq button img {
    margin-right: 10px;
}
.single-product .content-area.woo_main .p_column_main, .left-right .p_column_main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left {
	padding-left: 20px;
	padding-right: 20px;
}
.product_single_main .left-right .p_column_main .p_column_left p {
    font-size: 24px;
    line-height: 150%;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table thead th, .left-right .p_column_main .p_column_left table thead th {
    font-size: 20px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table tbody td,
.single-product .content-area.woo_main .p_column_main .p_column_left table tbody th {
  padding-left: 19px;
    font-size: 14px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table, .left-right .p_column_main .p_column_left table {
    row-gap: 30px;
}
.single-product .p_cta {
    margin-top: 50px;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table tbody th {
    width: 40% !important;
}
.single-product .content-area.woo_main .p_column_main .p_column_left table tbody td {
    width: 60% !important;
    text-align: left;
}
.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item img {
    width: 40px;
    height: 40px;
}
.single-product .p_cta .p_cta_main .p_cta_right .p_cta_item {
   
    margin: 0 15px;
}
.single-product .p_cta .p_cta_main .p_cta_right {
  
    margin-top: 0;
}
.single-product .p_cta .p_cta_main .p_cta_left {
   
    margin-bottom: 70px;
}
.single-product .related_products_items .owl-stage-outer {
    padding-bottom: 0;
}
.single-product-main-image-wrap .slick-list .slick-slide .single-product-main-image img {
    height: 551px !important;
    object-fit: contain;
}
.category-box .discount-badge {
  
    font-size: 12px;
    padding: 10px 20px;
}
.cfvsw-swatches-container[swatches-attr="attribute_size"]  .cfvsw-swatches-option.cfvsw-label-option {
    min-width: 49px !important;
    min-height: 48px !important;
}
.cfvsw-swatches-container[swatches-attr="attribute_colour"]  .cfvsw-swatches-option.cfvsw-label-option {
    min-width: 102px !important;
    min-height: 48px !important;
}
.cfvsw-swatches-option .cfvsw-swatch-inner,
.woocommerce div.product form.cart .variations label {
  
    font-size: 14px;
}
.single_add_to_cart_button.buy_now_button {
    margin-top: 15px !important;
}
.single-product .product_single_gallery .summary.entry-summary .single_add_to_cart_button.button.alt:not(.buy_now_button) {
 
    margin-bottom: 0 !important;
}
.single-product .product_single_gallery .summary.entry-summary .single_add_to_cart_button.button.alt:not(.buy_now_button) {
   
    height: 63px;
}
.after-button-info {
    margin-bottom: 25px;
}
.product-faq-content h2 {
    font-size: 24px;
}
.texonomy-list .texonomy-main img {
    height: 106px;
        margin-bottom: 20px;
}
.texonomy-box h2 {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}
.texonomy-box {
    padding: 16px 0;
}
.slogan-banner .rating-main {
   display: none;
}
.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap {

    font-size: 14px;
    
}
.ti-widget.ti-goog .ti-header .ti-rating-text .nowrap strong {

    font-size: 14px;
}
.snow-section .col-md-6.p-0:last-child .snow-box {
    justify-content: start;
}
.variations .vi-wpvs-option-wrap {
    min-width: 53px !important;
    height: 48px !important;
    padding: 0 19px !important;
}
.variations .vi-wpvs-option {
   
    font-size: 14px;
}
.variations .vi-wpvs-variation-wrap[data-attribute="attribute_colour"] .vi-wpvs-option-wrap {
    width: 102px !important;
    height: 48px !important;
}
.content-area.woo_main {
    overflow-x: hidden;
}
.single-product .product_single_gallery .summary.entry-summary {
   
    padding: 65px 20px 60px 20px !important;
}
.single-product .left-right .p_column_main {
  padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.single-product .related.products {
    padding-top: 0px;
}

.single-product .left-right h2 {
   margin-bottom: 30px;
    font-size: 24px;
}
.single-product .left-right h3 {
    font-size: 20px;
}
.single-product .left-right h4 {
    font-size: 18px !important;
}
.single-product .left-right .p_column_main .p_column_left li, .single-product .left-right .p_column_main .p_column_left p {
    font-size: 14px !important;

}
.single-product .product_single_gallery .summary.entry-summary .faq_start {
    margin-top: 30px;
}
.search-results .product_category_list .container-fluid {
    padding: 0 15px !important;
}
.search-results .search-form {
    margin-bottom: 20px !important;
}
.mc-banner {
    z-index: 9999999999 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 92% !important;
}

}


@media(max-width: 575px) {
	.related_products_items .product a h2.woocommerce-loop-product__title.about-det-container,
	.product_category_list .products .product a h2.woocommerce-loop-product__title {
   
    padding: 0 0px;
}
.related_products_items .product .woocommerce-LoopProduct-link,
.product_category_list .products .product a {
    padding-left: 20px;
    padding-right: 20px;
}
.related_products_items.owl-carousel,
.staff-slider.owl-carousel {
    padding-right: 150px;
}
.product_category_list ul.products li.product a img {
  
    height: 170px;
}

.related_products_items .product a img {
    height: 180px;
    margin-bottom: 0;
}
.related_products_items .product .price {
    padding-bottom: 20px;
}
.related_products_items .product a h2.woocommerce-loop-product__title {
   
    padding: 0;
}

}





.payment_box.payment_method_ppcp-gateway {
    display: none !important;
}

.woocommerce-checkout #payment div.payment_box {max-width: 100%; width: 100% !important;}

.stock-limit-message {
    position: absolute;
    bottom: -27px;
    font-size: 12px;
}

.woocommerce-cart .shop_table td .quantity {
    position: relative;
}
.owl-carousel.banner-slider .owl-nav button.owl-prev:hover {
	background: url(assets/images/blue-prev.svg) no-repeat !important;
}
.owl-carousel.banner-slider .owl-nav button:hover {
	background: url(assets/images/blue-next.svg) no-repeat !important;
} 

.owl-carousel .owl-nav button span {
    display: none !important;
}  

.entry-header h1.entry-title,.contact-main-title {border-top: solid 1px #DBDBDB; border-bottom: solid 1px #DBDBDB; text-align: center; font-size: 40px; color: #212529 !important; font-weight: 600; padding: 15px 0; font-family: 'Roboto'; }
.page-template-page-leftsidebar .content-left {
    width: 35%;
    float: left;
    height: fit-content;
    position: sticky;
    top: 25px;
}
.page-template-page-leftsidebar .content-right {width: 65%; padding-left: 60px; }
.content-left .sidebar-toc {
	background-color: #fff; padding: 30px; border-radius: 8px; max-width: 607px;max-height: 75vh; overflow-y: auto; 
}
.page-template-page-leftsidebar .entry-content {display: flex; flex-wrap: wrap; margin-top: 60px; }

.page-template-page-leftsidebar .entry-content h2 {width: 100%; }
.page-template-page-leftsidebar .entry-content .content-left h3 {text-transform: none; font-weight: 600; font-size: 40px; margin-bottom:30px;color: #0091FC; }
.page-template-page-leftsidebar ul.page-menu {margin: 0; padding: 0; }
.page-template-page-leftsidebar ul.page-menu li {list-style-type: none; border-bottom: solid 1px #DBDBDB; font-size: 20px; text-transform: none; padding: 16px 0; color: #212529; font-weight: 500; }
.page-template-page-leftsidebar .entry-content .content-left .sidebar-toc h3 {font-size: 24px; font-weight: 600; font-style: italic; color: #0091FC; margin-bottom:2px; }
.page-template-page-leftsidebar ul.page-menu li a {color: #212529; font-weight: 500; }
.page-template-page-leftsidebar .content-right h2 {font-size: 34px !important; font-weight: 400 !important; color: #212529; margin-top: 0; margin-bottom: 18px; }
.page-template-page-leftsidebar .entry-content .content-right {margin-top: 67px; }
.page-template-page-leftsidebar .content-right p {color: #212529; line-height: 1.6; }
.page-template-page-leftsidebar .entry-content p + h2 {margin-top: 50px; }

.content-left .sidebar-toc ul li a:hover,
.content-left .sidebar-toc ul li a.active {
    color: #0091FC !important;
}
.contact-info-row {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.contact-info-row h3 {
    font-size: 40px;
    font-weight: 400;
    width: 25%;
    color: #0091FC;
}
.contact-info-row h3 strong {font-style: italic;}
.contact-info-col {
    width: 25%;
    margin-top: 15px;
}

h4.col-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #0091FC;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-col .col-content p {
    margin-bottom: 2px;
    color: #212529;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 400;
}

.contact-info-col:nth-of-type(2) .col-content p {
    color: #A6A6A6;
}

.contact-info-col .col-content p a {   color: #212529;}
.contact-info-col .col-content p a:hover {
	   color: #0091FC;
}
.contact-form-map-row {
    background-color: #fff;
    display: flex;
    padding: 20px;
    border-radius: 6px;
    margin-top: 115px;
}
.contact-form-map-row input::placeholder,
.contact-form-map-row textarea::placeholder {
    color: #212529;
    font-size: 18px;
}
h3.gform_title {
    display: none;
}

h3.form-title {
    color: #212529;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
}

.gform_heading {
    display: none;
}

.contact-form-wrapper form#gform_1 {
    margin: 0;
    padding: 0 !important;
}

.contact-form-col {
    padding: 32px;
    box-sizing: border-box;
    width: 35%;
}

.contact-form-wrapper .gform_wrapper {
    padding: 0 !important;
}

body .gform_legacy_markup_wrapper .top_label input.medium {
    box-shadow: none !important;
    height: 55px !important;
    margin-top: 6px;
    border: solid 1px #D4D4D4 !important;
    padding: 10px 13px !important;
    border-radius: 4px;
    font-size: 18px !important; 
}

.page-id-12 .content form textarea {
    height: 200px;
    box-shadow: none !important;
    margin-top: 6px;
    border: solid 1px #D4D4D4 !important;
    padding: 17px 7px !important;
    border-radius: 4px;
    font-size: 18px !important;
}
.contact-form-map-row h3.form-title {
    margin-bottom: 25px;
}
.contact-info-row h4.col-title {
    margin-bottom: 28px;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error, 
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
	margin-top: 0px !important;
	padding-top: 0 !important;
}



.page-id-12 .content .button:not(.stay-section form input) {
    width: 100% !important;
    max-width: 100%;
    height: 55px !important;
    font-size: 18px;
    margin: 0 !important;
        background-image: url(https://macs.webfirmdemo.com/wp-content/themes/macs/assets/images/next-banner.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% + 42px) center !important;
    background-size: 30px !important;
}

.gform_legacy_markup_wrapper .gform_footer {
    padding-right: 15px;
    padding: 0 15px 0 0 !important;
    display: flex;
}

.contact-map-col {
    width: 65%;
}

.contact-map-col iframe {
    width: 100%;
    border-radius: 6px;
    height: 100%;
}
.accordion-main .accordion-wrapper .active .btn-wrapper button:before {
	background: #0091FC;
}


.post_pagination {
    display: flex;
    justify-content: center;
}

.post_pagination a.inactive {
    width: 32px;
}

.post_pagination a.active, .post_pagination a:hover {
    color: #fff !important;
    border-radius: 100%;
    border-radius: 10px;
    width: 32px;
}

.post_pagination a {
    color: #000 !important;
    background: #fff;
    color: #fff;
    border-radius: 10px !important;
    padding: 6px 8px;
    font-size: 13px !important;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4px !important;
    align-items: center;
    line-height: 1.7 !important;
}
.contact-info-col:nth-last-of-type(1) .col-content p:last-child strong {
    background-color: #F7DADA;
    border-radius: 14px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    margin-top: 9px;
    color: #212529;
    display: inline-block;
}

/* Scrollbar design (WebKit browsers: Chrome, Edge, Safari) */
.content-left .sidebar-toc::-webkit-scrollbar {
  width: 8px;
}

.content-left .sidebar-toc::-webkit-scrollbar-track {
  background: #f0f0f0; /* light gray track */
  border-radius: 10px;
}

.content-left .sidebar-toc::-webkit-scrollbar-thumb {
  background-color: #0091FC; /* your blue */
  border-radius: 10px;
}

.content-left .sidebar-toc::-webkit-scrollbar-thumb:hover {
  background-color: #007add; /* slightly darker on hover */
}

/* Firefox scrollbar (for cross-browser support) */
.content-left .sidebar-toc {
  scrollbar-width: thin;
  scrollbar-color: #0091FC #f0f0f0; /* thumb | track */
}
.page-template-page-leftsidebar ul.page-menu li:has(a.active) {    border-bottom: solid 1px #0091FC !important;} 
.blog-card-boxs-col h3 a,
.blog-card-boxs-col p a {
    color: #212529 !important;
}
.blog-card-boxs-col h3 a:hover {
    color: #0091FC !important;
}
.category-faq-top .search-blog-rgt input::placeholder {
    font-style: italic;
}
.single_blog_cont .blog-category-row {
    width: 100%;
}
.content-left a.button.wc-backward,
.woocommerce-shipping-calculator button.button {
    background-color: #0091FC;
    color: #ffffff;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #0091FC;
}

.scroll-text-move {
    width: 100%;
    overflow: hidden;
    background: #0091FC;
    padding: 11px 0;
}

.scroll-text-move a {
    text-decoration: none;
    display: block;
}

.infinite-marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
}

.marquee-group {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    animation: scroll-horizontal 25s linear infinite;
}

.marquee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

@keyframes scroll-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.infinite-marquee:hover .marquee-group {
    animation-play-state: paused;
}

.woocommerce-checkout-review-order .ppc-button-wrapper {
    margin-top: 25px;
}
.woocommerce-cart-form button[name="update_cart"] {
    visibility: hidden !important;
}
p.no-products {
    width: 100%;
    padding: 0 95px;
}
 .gform-loader {
    align-self: center;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid gray;
    border-right-color: #000;
    animation: l2 1s infinite linear;
    margin-left: 5px;
}

@keyframes l2 {to{transform: rotate(1turn)}}

li.menu-item.search-menu a:after,
li.menu-item.search_cart a:after {
    content: "";
    background-image: url(../images/search-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    
}
li.menu-item.search_cart a:after {
    background-image: url(../images/cart-icon.svg);
    width: 24px;
    height: 24px;
}
li.menu-item.search-menu a,
li.menu-item.search_cart a {
    font-size: 0;
    display: flex;
    align-items: center;
}
li.menu-item.search-menu,
li.menu-item.search_cart {
    display: flex;
    align-items: center;
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 20px 0;
}

.logo-track {
  display: flex;
  animation: scroll 25s linear infinite;
  column-gap: 30px;
}

.logo-track img {
  height: 100px;
  width: 100px;
  object-fit: contain;
	    opacity: 0.4;
}
	.logo-track img:hover {
		opacity: 1;
	}
.logo-track a {
    flex: 0 0 100px;
    display: block;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


@media (max-width:1600px) {
	.contact-info-col .col-content p {font-size: 20px;}
	.page-id-12 .content .button:not(.stay-section form input),.page-id-12 .content form textarea { font-size: 16px !important;}
	.contact-info-row h3 {font-size: 32px;}
	.page-template-page-leftsidebar .entry-content .content-left h3 {font-size: 32px;}
    .blog-card-boxs-col {
    width: calc(33.33% - 50px);
    margin: 0 25px;
}
.blog-listing-row {
    margin: 0 -25px;
    row-gap: 50px;
}
.row-blog-grid-pg {
    column-gap: 60px;
}
.tabs-container {
    column-gap: 100px;
}
.tab-content-policy {
    max-width: 100%;
        width: 54%;
}
.tabs-policy {
    width: 45%;
}
.blog .pagination {
    margin-left: 25px;
}
}
@media(max-width: 1400px) {
 .blog-card-bx-img.img-blog-card-true {
    height: 200px;
    margin-bottom: 20px;
}
.blog-stack-det span {
    font-size: 16px;
}
.blog-stack-det h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog-stack-det p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.blog-read-more {
    padding: 10px 20px;
    font-size: 16px;
}
.blog-read-more img {
    margin-left: 10px;
}
.aside-inner-box {
    padding: 0 20px 0 20px;
}
.single_blog_cont .aside-inner-box {
    padding: 0;
}
.blog-stack-det h3 {
    font-size: 18px;
}
.aside-cat-boxs {
    margin-bottom: 40px;
}
.blog-main h2 {
    margin-bottom: 25px;
    font-size: 34px;
}
.about-det-container {
    padding: 73px 0 100px;
}
.tab-section h2.text-center {
    margin: 0 auto 60px auto;
}

}
@media(max-width: 1200px) {
    .blog-card-boxs-col {
    width: calc(50% - 50px);
}
.tab-policy img {
    margin-right: 20px;
}
.tabs-container {
    column-gap: 60px;
}
.about-det-container {
    padding: 73px 0 70px;
}
.product_category_list ul.products li.product, .product_category_list ul.products li.product {
  
    width: calc(33.33% - 30px) !important;
}
}
@media (max-width:992px) {
	.page-template-page-leftsidebar .entry-content .content-left h3 {font-size: 28px;}
.contact-info-row h3 {width: 100%; }
.contact-info-col {width: 33.333%; }
.contact-info-col .col-content p {font-size: 16px; }
.contact-form-col {padding: 10px; width: 100%; }
.contact-map-col {width: 100%; margin-top: 30px; }
.contact-form-map-row {flex-wrap: wrap; }
.contact-map-col iframe {height: 380px; }
.contact-form-map-row .gfield {
    padding-right: 0 !important;
}
.contact-form-map-row {
    margin-top: 45px;
}
.contact-info-row h4.col-title {
    margin-bottom: 15px;
}
.contact-info-col {
    
    margin-top: 30px;
}
.page-template-page-leftsidebar .content-right h2 {
    font-size: 26px !important;
}
.page-template-page-leftsidebar .content-right p {
   
    font-size: 16px;
}
.page-template-page-leftsidebar .entry-content p + h2 {
    margin-top: 30px;
}
.page-template-page-leftsidebar .entry-content .content-left .sidebar-toc h3 {
    font-size: 20px;
}
.page-template-page-leftsidebar ul.page-menu li {
    font-size: 16px;
}
.row-blog-grid-pg {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}
.blog-listing-row {
    width: 100%;
    margin: 0 -50px;
}
.blog-category-row {
    width: 100%;
    position: unset;
    margin-bottom: 50px;
}
.blog-card-boxs-col {
    width: 50%;
    margin: 0;
}
.blog-card-boxs-col:nth-child(odd) {
    padding-right: 10px;
}
.blog-card-boxs-col:nth-child(even) {
    padding-left: 10px;
}
 .pagination {
    padding-top: 30px;
    margin-top: 0;
}
.tabs-policy {
    width: 100%;
}
.tab-content-policy {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
.content-tab-title img {
    width: 60px;
}
.content-policy-tab p {
    font-size: 16px;
}
.content-tab-title {
    margin-bottom: 25px;
}
.tab-section h2.text-center {
    margin: 0 auto 15px auto;
}
.single_blog_cont .blog-category-row {
   
    margin-bottom: 0;
}
 .marquee-text {
        font-size: 14px;
    }
    .product_category_list ul.products li.product, .product_category_list ul.products li.product {
  
    width: calc(50% - 30px) !important;
}
.blog .pagination {
    margin-left: 0;
}
}


@media (max-width:767px) {
.contact-info-col {width: 100%; }
.page-template-page-leftsidebar .content-left {width: 100%; display: none; }
.page-template-page-leftsidebar .content-right {width: 100%; padding-left: 0; margin-top: 40px !important; }
body .gform_legacy_markup_wrapper .top_label input.medium,
.page-id-12 .content form textarea  {font-size: 16px !important;}
.page-template-page-leftsidebar .entry-content {
   
    margin-top: 0;
}
.aside-cat-boxs .trend-title h3 {
        padding-bottom: 25px;
    font-size: 22px;
    padding-left: 0;

}

.aside-cat-boxs ul li a {
    padding: 8px 20px;
    font-size: 16px;
    justify-content: center;
}
.trend-title {
    padding-left: 20px;
    padding-bottom: 0;
}
.aside-inner-box > h3 {
    margin-bottom: 25px;
    font-size: 22px;
}
.about-det-container {
    padding: 45px 0 40px;
}
.about-det-content {
    margin-top: 25px;
}
.tab-section h2.text-center {
    margin: 0 auto 30px auto;
}
.inner-banner-title h1 {
    font-size: 30px;
}
.faq-q-box {
    margin-top: 30px;
}
.accordion-main {
    margin-top: 10px;
}
.accordion-main .collepsing-div {
    padding: 20px 0 0;
}
.cta-sec-grids {
    margin-top: 30px;
}
.homebanner .item {
    width: 100%;
}
.banner_section .image-box figure img {
    min-height: 350px;
}
.product_category_list .container-fluid {
    padding: 0 20px !important;
}
.product_category_list ul.products li.product, .product_category_list ul.products li.product {
    width: calc(50% - 20px) !important;
    margin: 0 10px !important;
}
.product_category_list ul.products {
    justify-content: center;
    margin: 0 -10px;
    row-gap: 20px;
}
.logo-marquee {
    
    padding: 35px 0 0 0;
}
		.logo-track img {
  height: 50px;
  width: 50px;
}
		.logo-track a {
    flex: 0 0 50px;
}
		.logo-track {
  animation: scroll 10s linear infinite;
}
}
@media(max-width: 575px) {
    .blog-card-bx-img.img-blog-card-true {
    height: 140px;
}
.blog-stack-det span {
    font-size: 14px;
}
.blog-stack-det p {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-read-more {
    padding: 8px 20px;
    font-size: 15px;
}
.aside-cat-boxs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.banner_section .image-box figure img {
    height: 225px;
    min-height: unset;
}
}