/* RESPONSIVE STYLES  */
@media(min-width: 767px){
	.woocommerce-cart-form__cart-item.cart_item{
		position: relative;
	}
	.woocommerce-cart-form__cart-item.cart_item td.product-remove {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 991px){
	/* licenses page  */
	.licenses-grid .licenses-grid-left {
		width: calc(100% - 49.8rem);
		padding-right: 2.3rem;
	}
	.licenses-grid .licenses-grid-right {
		width: 49.8rem;
	}
}
@media (min-width: 1200px){
    .woocommerce div.product {
        display: flex;
        column-gap: 64px;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 36%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 40%;
    }
    .default-content-wrapper{
        min-height: 500px;
    }
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1247px;
    }
}
@media (max-width: 1440px) {
   
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) and (min-width: 768px) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        float: left;
        width: 40%;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        float: right;
        width: 60%;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 15px;
    }
	/* menu css starts */
     .offcanvas-collapse {
        z-index: 9;
        position: fixed;
        top: 5rem;
        bottom: auto;
        right: 0;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transform: translateY(-100%);
        opacity: 0;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        /* transform: translateX(-100%); */
        transform: translateY(0);
        background-color: var(--theme-color);
        height: 100vh;
        top: 0;
        padding: 70px 20px 70px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .offcanvas-collapse.open .navbar-nav .nav-link{
        color: #fff !important;
    }
    .top-header .nav-item,.top-header .menu-item {
        margin: 0;
    }
    .top-header .offcanvas-collapse .theme-btn{
        margin: 13px 0 0;
        color: var(--white-color);
    }
    .top-header .offcanvas-collapse .theme-btn:hover{
        color: var(--theme-color) !important;
    }
    .top-header .offcanvas-collapse .theme-btn:hover:after{
        background-color: var(--white-color);
    }
    .top-header .offcanvas-collapse .transparent-btn:hover{
        color: var(--white-color) !important;
    }
	.offcanvas-collapse > ul{
		margin-top: -5vh !important;
	}
    .navbar-brand {
        z-index: 999;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {background-color: var(--theme-color);
        width: 23px;
        height: 2px;
        margin: 3px 0;
        transition: 0.4s;
    }
    .change{position: relative;z-index: 99; top: 3px;}
    .change .bar3 {-webkit-transform: rotate(45deg) translate(-6px, -3px);
        transform: rotate(45deg) translate(-6px, -3px);
        width: 100%;
        margin: 0;
    }
    .change .bar1 {
        -webkit-transform:rotate(-45deg) translate(2px, -5px);
        transform: rotate(-45deg) translate(2px, -5px);
        margin: 0;
    }
    .header-transparent .top-header {
        background-color: transparent;
    }
    .top-header .nav-item .nav-link:hover{
        color: var(--white-color);
    }
    .top-header {
        z-index: 99;
    }
    .top-header.static-header,
    .top-header.fixed{
        padding: 8px 0;
    }
    .change .bar2{display: none;}
    .top-header .nav-item .nav-link , .top-header.fixed-top .navbar-nav .nav-link{
        color: var(--white-color);
        margin: 0;
        line-height: 6.4rem;
        padding: 0;
        font-weight: 700;
    }
    .top-header.static-header .navbar-toggler .bar1,
	.top-header.static-header .navbar-toggler .bar2,
	.top-header.static-header .navbar-toggler .bar3{
        background-color: #fff;
    }
	.top-header.fixed-top .navbar-toggler.change .bar1,.top-header.fixed-top  .navbar-toggler.change .bar2,.top-header.fixed-top  .navbar-toggler.change .bar3 {
        background-color: #fff;
    }
    .header-right .mini-cart {
        padding: 0px;
        margin-left: 0;
        line-height: 20px;
		border: 0;
		padding-top: 20px;
    }
	.header-right .mini-cart img{
        filter: invert(1) saturate(0.1);
    }
    .header-right .mini-cart span {
        top: 5px;
    }
	.top-header.mobile-menu-open .default-logo{
		display: none;
	}
	.top-header.mobile-menu-open .hamburger-logo{
		display:inline-block;
	}
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .seia-member-section .seia-member-wrap .theme-btn {
        min-width: 23rem;
    }
    .stats-section {
        padding: 7rem 0 4rem;
    }
    .pb-80 {
        padding-bottom: 4rem;
    }
    .standard-section {
        padding: 15rem 0 7rem;
    }
    .bundle-section .dot-padding {
        padding-top: 5rem;
    }
    .faq-section {
        padding: 7rem 0;
    }
}
@media (max-width: 767px) {
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    h1, .h1 {
        font-size: 45px;
        line-height: 54px;
    }
    h2, .h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .font-42{
        font-size: 34px;
    }
    .navbar-logo span {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .navbar-logo img{
        width: 90px;
    }
    .top-header {
        padding: 15px 0;
    }
    .top-spacing {
        padding-top: 74px;
    }
    .seia-member-section .seia-member-wrap {
        position: relative;
        bottom: auto;
        padding: 13px 0 60px;
    }
    .standard-section {
        padding: 60px 0;
    }
    .bundle-section {
        padding-top: 180px;
    }
    .footer-social {
        padding-top: 35px;
    }
    .stats-section {
        padding: 60px 0 20px;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        position: relative !important;
    }
    .left-sidebar-wrap {
        width: 100%;
    }
    .left-sidebar-wrap{
        height: auto;
    }
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background: unset;
	}
}
@media (max-width: 340px) {
    .navbar-logo span {
        font-size: 14px;
    }
    .header-right .nav-link {
        font-size: 12px;
    }
}