/*
Theme Name: Moqueria Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moqueria-theme
*/

@font-face {
    font-family: 'Graphik Medium';
    src: url('./fonts/Graphik-Medium.eot');
    src: url('./fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Graphik-Medium.woff2') format('woff2'),
        url('./fonts/Graphik-Medium.woff') format('woff'),
        url('./fonts/Graphik-Medium.ttf') format('truetype'),
        url('./fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik SemiBold';
    src: url('./fonts/Graphik-Semibold.eot');
    src: url('./fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Graphik-Semibold.woff2') format('woff2'),
        url('./fonts/Graphik-Semibold.woff') format('woff'),
        url('./fonts/Graphik-Semibold.ttf') format('truetype'),
        url('./fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Bold';
    src: url('./fonts/Graphik-Bold.eot');
    src: url('./fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Graphik-Bold.woff2') format('woff2'),
        url('./fonts/Graphik-Bold.woff') format('woff'),
        url('./fonts/Graphik-Bold.ttf') format('truetype'),
        url('./fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Thin';
    src: url('./fonts/Graphik-Light.eot');
    src: url('./fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Graphik-Light.woff2') format('woff2'),
        url('./fonts/Graphik-Light.woff') format('woff'),
        url('./fonts/Graphik-Light.ttf') format('truetype'),
        url('./fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/Graphik-Regular.eot');
    src: url('./fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Graphik-Regular.woff2') format('woff2'),
        url('./fonts/Graphik-Regular.woff') format('woff'),
        url('./fonts/Graphik-Regular.ttf') format('truetype'),
        url('./fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Graphik", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 1400px) {
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
        max-width: 1580px;
    }
}
@media (min-width: 576px) {
    body .container, body  .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .hideDesktop {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hideMobile {
        display: none !important;
    }
}
body {
	background-color: #101010;
}
body, .site-main {
	padding: 0 50px;
	max-width: 1680px !important;
    margin: 0 auto;
}
.woocommerce-breadcrumb {
	display: none;
}
@media (max-width: 1024px) { 
	.outerContainer {
		padding: 0 30px;
	}
}
@media (max-width: 767px) { 
	.outerContainer {
		padding: 0 20px;
	}
}
.mainTitle.hideMobile img {
    width: 100%;
    height: auto;
}
.headerMenu {
	display: flex;
    justify-content: space-between;
    height: 100px;
}
.headerMenu .container-fluid,
.flyOutBlock .container-fluid {
	padding: 0;
	display: flex;
	align-items: center;
}
.flyOutBlock .container-fluid {
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.flyOutBlock .flyoutOuter {
	background-color: #C2BFD6;
    border-radius: 7px;
    padding: 10px 5px;
    margin: 0 -5px;
}
.flyOutBlock {
	width: 100%;
	top: 23px;
	position: absolute;
	z-index: 999;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	display: none;
	z-index: 999999999;
	width: calc(100% - 100px);
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0 auto;
}
.scroll-container {
    position: relative;
    width: 99.9%;
    overflow: hidden;
    cursor: pointer;
    display: block; 
}
@media (max-width: 992px) {
    .mainTitle h1 {
        font-size: 60px;
        margin-right: 20px;
        line-height: 1em;
        margin-bottom: 0;
        max-height: 60px;
    }
}
@media (min-width: 1580px) {  
   .flyOutBlock {
     max-width: 1580px !important;
   } 
}
main {
    min-height: 500px;
}
body.admin-bar .flyOutBlock {
	top: 55px;
}
.flyOutBlock form {
	flex-grow: 1;
    margin: 0 35px;
}

.headerMenu .navbar {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	margin-left: 6.5%;
}
.headerMenu .navbar-collapse {
	-webkit-flex-grow: 0;
	        flex-grow: 0;
}
.headerMenu .menuItems {
	display: flex;
    flex-grow: 0;
    justify-content: flex-end;
}
.headerMenu .custom-logo-link {
	display: flex;
    align-items: center;
}
.headerMenu .custom-logo-link img,
.flyOutBlock .custom-logo-link img {
	width: 100%;
    max-width: 102px;
    height: 34px;
    object-fit: contain;
    object-position: center center;
    min-width: 102px;
}
.headerMenu li,
.userMenu li {
	margin: 0 20px;
	white-space: nowrap;
}
.shopBTN {
    margin-right: 20px;  
}
.headerMenu li a,
.shopBTN a {
	color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.headerMenu li a:hover {
	color: #F4D675;
}
.shopBTN a {
	color: #FFF;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
    padding: 10px 13px;
    display: inline-block;
    min-width: 90px;
    text-align: center;
    height: 30px;
    border: 1px solid #808080;
    background-color: transparent;
    -webkit-align-items: center;
            align-items: center;
    display: flex;
    gap: 7px;
}
.shopBTN a:hover {
	background-color: #7B2020
}
.headerMenu input,
.flyOutBlock input {
	background-color: transparent;
    border: 1px solid #606060;
    color: #fff;
    font-size: 12px;
    padding: 4px 15px 4px 35px;
    height: 30px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding-top: 5px;
}
.navbar-toggler-icon {
    background-image: url(/wp-content/themes/moqueria/img/ham.svg);
}
/* Modern browsers (Chrome, Safari, Edge) */
.headerMenu input::placeholder {
    color: #808080; /* Replace with your desired color */
    opacity: 1;    /* Required for Firefox to show full color */
}

/* Firefox */
.headerMenu input::-moz-placeholder {
    color: #808080;
    opacity: 1;
}

/* Internet Explorer 10-11 */
.headerMenu input:-ms-input-placeholder {
    color: #808080 !important;
}

/* Microsoft Edge (Old) */
.headerMenu input::-ms-input-placeholder {
    color: #808080;
}
.flyOutBlock input {
	background-color: #FFF;
}
.headerMenu input:focus,
.flyOutBlock input:focus {
	background-color: #FDEBEA;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.flyOutBlock input:focus {
	background-color: #FFF;
}
.headerMenu form {
	position: relative;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	margin: 0 35px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.flyOutBlock form {
	position: relative;
	margin: 0 35px 0 6.5%;
}
.flyOutTabs .nav-link {
    display: flex;
    gap: 10px;
    -webkit-align-items: center;
    align-items: center;
}
.flyOutmenuIcon {
    margin-top: -3px;
}
.nav-pills .nav-link {
    color: #101010;
    font-size: 14px;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 11.5px 10px 7.5px 10px;
    margin-bottom: 5px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    background-color: #101010 !important;
    color: #C2BFD6 !important;
}
.nav-pills .nav-link:hover svg path {
    stroke: #C2BFD6;
}
.tab-content {
    max-width: 390px;
}
.col-md-3.custom3 {
    padding-right: 0;
}
.tab-content p {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(5, auto);
}

.tab-content a {
    text-decoration: none;
    color: #101010;
    font-size: 14px;
    padding: 11.5px 10px 7.5px 10px;
    margin-left: 40px;
    margin-bottom: 5px;
}

.tab-content a:hover {
    background-color: #101010;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #C2BFD6;
}
#menu-profile-menu {
   background-color: #C2BFD6; 
    right: 0;
    left: auto;
    min-width: 120px;
    padding: 0;
}
#menu-profile-menu a {
    color: #000;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
#menu-profile-menu li:first-child a {
    font-weight: 600;
    border-bottom: 1px solid #000;
}
#menu-profile-menu li:last-child a {
    border-top: 1px solid #000;
}
#menu-profile-menu li:nth-child(3) a {
   padding: 0; 
}
#menu-profile-menu li:nth-child(2) a {
   padding: 12px 0 5px 0; 
}
.fsTopCont .userMenu.dropdown {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 10px;
}
.fsTopCont .btn-close {
    margin-top: 3px;
}
.dropdown-menu.show {
    right: 0;
    left: auto !important;
}
.userMenu ul {
    min-width: 110px;
    padding: 0;
    background-color: #C2BFD6;
    border: 1px solid #101010;
}
.userMenu li a {
    font-size: 12px !important;
    color: #000;
    text-decoration: none;
}
#mainNavbar .userMenu li {
    padding: 8px 0;
}

.userMenu li:first-child a{
    font-weight: 600;
}
#mainNavbar .userMenu li:first-child {
    border-bottom: 1px solid #000;
}
button.search {
	border: none;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
button.search:focus, button.search:hover {
	background: transparent;
}
button.search:before {
    content: "";
    background-image: url(/wp-content/themes/moqueria/img/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 15px;
    display: block;
    margin-left: 5px;
}
.accountBtn {
	display: flex;
	gap: 10px;
}
.logIN a, .registerBTN a {
	color: #fff;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #808080;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    padding: 10px;
    max-height: 30px;
    display: inline-block;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.flyOutBlock .logIN a,
.flyOutBlock .registerBTN a {
	border: none;
	font-weight: 600;
	color: #000;
}
.flyOutBlock .planBtn a {
	color: #000;
}
.flyOutTabs {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	margin-left: 6.5%;
}
.flyOutContBlock {
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding-right: 20px;
}
.flyOutImg {
	max-width: 315px;
}
.flyCpt {
	text-align: center;
	color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0 20px;
    border-top: 1px solid #000;
    padding-top: 13px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flyCpt>div {
	display: flex;
	gap: 20px;
}
.flyCpt p {
	margin-bottom: 0;
}
.navbar-toggler {
	border: none !important;
    padding: 0 !important;
}
.socialLinks {
	display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-end;
}
.socialLinks a, .flyCpt>div a {
	color: #000;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.fixedMenu {
	position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgb(77, 77, 77);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: auto;
    max-height: 72px;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding: 6px;
    z-index: 5;
}
.fixedMenuInner {
	display: flex;
	gap: 10px;
	-webkit-align-items: center;
	        align-items: center;
}
.mainMenuCont {
	display: flex;
    height: 100%;
    -webkit-align-items: center;
            align-items: center;
}
.mainMenuCont ul {
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 10px;
	height: 100%;
	-webkit-align-items: center;
	        align-items: center;
}
.mainMenuCont ul li {
	display: flex;
	height: 100%;
	-webkit-align-items: center;
	        align-items: center;
}
.mainMenuCont ul a,
.buyNow a {
	border: 1px solid rgb(78, 78, 78);
    background-color: transparent;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 16px 12px 14px 12px;
    max-height: 50px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    white-space: nowrap;
}
.mainMenuContOuter {
	display: flex;
    gap: 10px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background-color: #3E3E3E;
    padding: 6px 8px;
}
.buyNow a {
	background-color: #DBE7C2;
    color: #000;
}
.buyNow a:hover {
	background-color: transparent;
	color: #DBE7C2;
}
.mainMenuCont ul a:hover {
	border-color: #FFF;
}
.mainMenuImgCont {
	background-color: #000;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 18px 12px;
    width: 120px;
    text-align: center;
}
.mainMenuCartCont {
	display: flex;
}
.mainMenuCartCont a {
	padding: 12px 15px;
    border: 1px solid rgb(78, 78, 78);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    position: relative;
}
.mainMenuCartCont .cartNumHeader {
	position: absolute;
    top: 4px;
    right: 4px;
    font-size: 8px;
    background-color: #DBE7C2;
    color: #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 14px;
    height: 14px;
    font-weight: 400;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    border: 1px solid #DBE7C2;
}
.mainMenuCartCont a:hover {
	border-color: #FFF;
}
.mainMenuCartCont a svg path {
    stroke: #fff !important;
}
.mainMenuCartCont .cartNumHeader .cart-quantity {
	margin-top: 1px;
}
.mainMenuCartCont a:hover .cart-quantity {
	color: #000;
}
.mainMenuCartCont a:hover .cartNumHeader {
	border: 1px solid #fff;
}
.cky-hide {
    display: none;
}
.woocommerce-cart .fixedMenu,
.woocommerce-checkout .fixedMenu,
.woocommerce-account .fixedMenu {
    display: none !important;
}
.cky-overlay {
    background: #000000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.userImg {
	height: 30px;
    width: 30px;
    border: 1px solid #808080 !important;
    -webkit-border-radius: 3px !important;
            border-radius: 3px !important;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background-color: transparent !important;
    padding: 0;
}

.userImg:after {
	display: none;
}

.planBtn a {
	font-size: 10px;
	color: #FFF;
	border: 1px solid #808080;
	padding: 7px 45px 7px 10px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	text-decoration: none;
	min-height: 30px;
    display: inline-block;
    position: relative;
    text-wrap: nowrap;
}

.planBtn a span:after {
	content: "PRO";
    background-color: rgb(244, 214, 117);
    color: rgb(0, 0, 0);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 3px;
    position: absolute;
    top: 6px;
    right: 10px;
    max-height: 15px;
    line-height: 14px;
}
#menu-mobile-menu .sub-menu {
    list-style: none;
    padding-left: 0;
}
@media (max-width: 1024px) {
	.fullscreen-menu.collapse {
	      position: fixed;
	      top: 0;
	      left: 0;
	      width: 100%;
	      height: 100%;
	      background: #C2BFD6;
	      z-index: 1050; /* just above Bootstrap navbar */
	      padding: 0 23px;
	      transition: transform 0.3s ease;
	      overflow-y: auto;
	  	  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
	}

    .fullscreen-menu.collapse.show {
      transform: translateY(0);
    }
    body.menu-open .fullscreen-menu {
    	display: block;
    }
    body.menu-open {
    	position: fixed;
		width: 100%;
		overflow: hidden;
		top: 0;
		left: 0;
    }
    .fullscreen-menu::-webkit-scrollbar {
	  width: 6px;
	}

	.fullscreen-menu::-webkit-scrollbar-thumb {
	  background-color: rgba(0, 0, 0, 0.3);
	  border-radius: 3px;
	}

    body.menu-open .fullscreen-menu {
        display: block;
    }
    #mainNavbar li a {
		display: flex;
		gap: 10px;
		font-size: 16px;
		line-height: 20px;
        padding: 12.5px 20px;
        -webkit-align-items: center;
                align-items: center;
        margin: 2.5px 0;
	}
	#mainNavbar .elementor-button-icon svg path, #mainNavbar .elementor-button-icon svg line, #mainNavbar .elementor-button-icon svg polyline, #mainNavbar .elementor-button-icon svg rect {
	    stroke: #000 !important;
	}
	#mainNavbar .elementor-button-icon svg {
		width: 16px;
    	height: auto;
	}
	.userMenu li {
		margin: 0 20px;
	}
	.userMenu li a {
		padding: 0 !important;
	}
	.fsTopCont {
		display: flex;
		margin-top: 25px;
	}
    .headerMenu #menu-mobile-menu li {
        margin: 0;
    }
    #menu-mobile-menu .current-menu-item>a {
        background-color: #101010;
        color: #C2BFD6;
        border-radius: 5px;
    }
    #mainNavbar .current-menu-item>a .elementor-button-icon svg path, #mainNavbar .current-menu-item>a .elementor-button-icon svg line, #mainNavbar .current-menu-item>a .elementor-button-icon svg polyline, #mainNavbar .current-menu-item>a .elementor-button-icon svg rect {
        stroke: #C2BFD6 !important;
    }
    #menu-mobile-menu {
        margin-top: 20px;
    }
}
a.fs-cart-contents {
    color: #101010;
}
#mainNavbar .cpt {
    font-size: 12px;
    margin-top: 30px;
    padding: 0 20px;
}
.fs-cart-contents div {
    display: flex;
}
.cartTitle {
    margin-left: 13px;
}
.cartNum {
    background-color: #101010;
    color: #C2BFD6;
    height: 20px;
    width: 20px;
    justify-content: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 21px;
}
.fs-cart-contents {
    text-decoration: none;
    margin-top: 13px;
}
.fs-cart-contents {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
}
.topFooter, .footerColCont, .bottomFooter,
.cptInfoFooter, .footerConta {
	display: flex;
}
.footerColCont {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
    gap: 6%;
}
.bottomFooter {
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.topFooter {
	border-top: 1px solid #5C5C5C;
    border-bottom: 1px solid #5C5C5C;
    padding-top: 37px;
    padding-bottom: 17px;
    gap: 20px;
}

.topFooter h5 {
	color: #FFFFFF;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.topFooter ul {
	padding-left: 0;
}
.topFooter li {
	margin-bottom: 9px;
	list-style: none;
} 

.topFooter li a, .topFooter p {
	color: #CCCCCC;
	font-family: "Graphik", Sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.bottomFooter {
	padding-top: 27px;
}
.bottomFooter p,
.bottomFooter a {
	font-size: 14px;
	color: #FFFFFF;
}
.bottomFooter a {
	text-decoration: none;
}
.cptInfoFooter {
	gap: 40px;
}
.footerConta {
	gap: 55px;
}
@media (max-width: 767px) { 
	.miniLogo, .footerConta,
	.cptInfoFooter p:last-child {
		display: none;
	}
}
@media (min-width: 768px) { 
	.footerLogo {
		width: 16%;
	}
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}
.sectionTitle {
	background-color: #E8A665;
    border-radius: 15px;
    padding: 20px 30px 25px 30px;
}
.sectionTitle h2 {
    font-size: 40px;
    font-weight: 600;
    max-width: 250px;
}
.sectionTitle span {
	font-size: 18px;
    font-weight: 600;
}
.prodCardInfoBlock {
	position: relative;
}
.prodCardInfo {
	position: absolute;
    top: 0;
    padding: 25px 30px 30px 30px;
    width: 100%;
}

.prodCardImg {
	display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

.swipeBtn {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	cursor: pointer;
}

.swipeBtn svg {
	max-width: 18px;
}
.prodCardInfo h3 {
	max-width: 245px;
    line-height: 24px;
}
.prodCardInfo h3 a {
	color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
}

.productCardPrice span {
	color: #FFFFFF;
    font-size: 30px;
}
.productCardATC {
	display: flex;
}
.prodCardInfoBlock {
    position: relative;
}
/* 1. This makes the title link expand to cover the WHOLE card */
.main-card-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; /* Sits behind the other buttons but over the card */
}

/* 2. This ensures your specific buttons stay on top of the 'stretched' link */
.pricing-plan-btn, 
.view-collection-btn,
.view-coll-btn {
    position: relative;
    z-index: 10 !important; /* Must be higher than the z-index above */
}
.productCardATC a {
	background-color: #10101066;
    border: 1px solid #808080;
    padding: 8px 21px 8px 21px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    max-height: 30px;
    text-wrap: nowrap;
}

.productCardATC a:hover {
	color: #000000;
    background-color: #BACE85;
    border-color: #BACE85;
}
.productCardATC a:first-child:hover {
	background-color: #F4D675;
    border-color: #F4D675;
}
.mockupsCount {
	background-color: #D3DF48;
    font-size: 10px;
    padding: 7px 11px;
    font-weight: 600;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.bigSlider .mockupsCount,
.twoSlider .mockupsCount {
    background-color: #C2BFD6;
}

.twoxblock .mockupsCount {
    background-color: #E7BBA8;
}
.prodCardInfo {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	height: 100%;
}
.productCardPrice {
	margin-top: 23px;
}
.productCardPrice p {
    margin-bottom: 5px;
}
.cityName {
	border: 1px solid #808080;
    font-size: 9px;
    padding: 6px 8px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
}
.productCardATC a:first-child {
	position: relative;
	padding: 8px 50px 8px 15px;
	margin-right: 10px;
}
.productCardATC a:first-child:before {
	content: "PRO";
    background-color: rgb(244, 214, 117);
    color: rgb(0, 0, 0);
    border-radius: 2px;
    font-weight: 600;
    padding: 0px 3px;
    position: absolute;
    line-height: 19px;
    top: 7px;
    right: 17px;
    max-height: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
}
.productCardATC a:first-child:hover:before {
	background-color: #000;
	color: #FFF;
}
.prodCardTags>div {
	margin-bottom: 5px;
}
.prodCardInfoBlock, .mainBlock {
	position: relative;
}
.prodCardInfoBlock:before, .mainBlock:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.gridBlock .container {
	padding: 0;
}

.gridBlock .sectionTitle {
	background-color: #C2564F;
}
.mansonryGrid .sectionTitle {
	background-color: #E7BBA8;
}
.showAll {
	margin-top: 45px;
}
.showAll a {
	font-size: 16px;
    color: #CCCCCC;
    background-color: #202020;
    border: 1px solid #606060;
    border-radius: 5px 5px 5px 5px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 8px 24px;
}
.showAll a:hover {
	color: #000000;
    background-color: #BACE85;
    border-color: #BACE85;
}
.previewBlock, .reklamaBlock {
	border: 1px solid #606060;
    border-radius: 15px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 20px 30px;
    margin-top: 70px;
}
.reklamaBlock { 
	padding: 40px 30px;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.previewBlock p,
.reklamaBlock p {
	color: #CCCCCC;
    font-size: 16px;
    margin-bottom: 0;
}
.reklamaBlock p {
	
}
.reklamaBlock p  {
	max-width: 1200px;
}
.previewBlock a, .reklamaBlock .reklamaTag {
	text-decoration: none;
	font-size: 10px;
    font-weight: 600;
    color: #000000;
    background-color: #C0C698;
    border-radius: 3px 3px 3px 3px;
    padding: 7.5px 25px 7.5px 25px;
    text-wrap: nowrap;
}
.reklamaBlock .reklamaTag {
	background-color: #E7BBA8;
}
.reklamaBlock h3 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}
.infoBlockTop {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	    -webkit-align-items: flex-start;
	            align-items: flex-start;
}
.infoBlock {
	margin-top: 70px;
    overflow: hidden;
}
.infoBlockInner {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding: 25px 30px 30px 30px;
    position: relative;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.infoBlockInner h3 {
	color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
}
.infoBlockInner p {
	color: #FFFFFF;
    font-size: 16px;
}
.infoBlockTagas {
	font-size: 10px;
    font-weight: 600;
    color: #000000;
    background-color: #E7BBA8;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    white-space: nowrap;
}
.infoBlockInner a {
    font-size: 12px;
    background-color: #10101066;
    border-style: solid;
    border: 1px solid #808080;
    padding: 8px 29px 8px 29px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.infoBlockInner .contactInfo a:last-child {
	border: none;
	background-color: transparent;
	font-size: 16px;
	padding: 0;
}
.infoBlockInner .contactInfo a:last-child:hover {
	color: #BACE85;
}
.infoBlockInner a:hover {
	color: #000000;
    background-color: #BACE85;
    border-color: #BACE85;
}
.infoBlock .infoBlockInner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5); 
	z-index: 1;                  
	pointer-events: none; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.infoBlock .infoBlockInner > * {
  position: relative;
  z-index: 2;
}
.contactInfo {
	max-height: 30px;
	-webkit-align-items: center;
	        align-items: center;
}
.contactInfo a:first-child {
	max-height: 30px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.hpPlans {
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 130px;
    padding: 30px;
}
.hpPlans p {
	font-size: 14px;
	color: #FFF;
}
.hpPlans h3 {
	font-size: 40px;
	color: #FFF;
	max-width: 680px;
	line-height: 1em;
}
.hpPlans h3 span {
	background: #F4D675;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    padding: 2.5px 10px;
}
.hpPlans a {
    font-size: 16px;
    background-color: #10101066;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 27px 7px 27px;
    text-decoration: none;
    color: #fff;
}
.hpPlansBtn a:last-child {
    background-color: #CFDA55;
    border-color: #CFDA55;
    color: #101010;
}
.hpPlansBtn a:first-child:hover {
     background-color: #CFDA55;
    border-color: #CFDA55;
    color: #101010;
}
.hpPlansBtn a:last-child:hover {
    background-color: #F4D675;
    border-color: #F4D675;
}
.hpPlansBtn {
    display: flex;
    gap: 20px;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 90px;
}
.hpPlans:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35); 
	z-index: 1;                  
	pointer-events: none; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.hpPlans > * {
  position: relative;
  z-index: 2;
}
#footer {
	margin-top: 120px;
}
.mainBlock {
	margin-top: 40px;
	min-height: 558px;
	padding: 50px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
	background-repeat: no-repeat;
    background-size: cover;
}
.mainBlockTitle h2 {
	color: #FFF;
	font-size: 40px;
}
.mainBlockPrice {
	font-size: 50px;
	color: #FFF;
	margin-bottom: 10px;
}
.mainBlockTop {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    z-index: 1;
}
.mainBlockTags .mockupsCount {
    background-color: #C2BFD6;
    padding: 10px 12px;
}
.mainBlockTags .cityName {
	padding: 7px 8px;
}
.mainBlockTags {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
    margin-top: 10px;
}
.mainBlockBottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    z-index: 1;
}
.mainBlockViewCol {
	display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-self: flex-end;
            align-self: flex-end;
}
.mainBlockBtn {
	display: flex;
	gap: 20px;
}
.mainBlockBtn a,
.mainBlockViewCol a {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #808080;
	padding: 7px 26px;
	font-size: 16px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
    text-wrap: nowrap;
}
.mainBlockBtn a:hover,
.mainBlockViewCol a:hover {
	color: #000000;
    background-color: #BACE85;
    border-color: #BACE85;
}
.mainBlockBtn a:first-child {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    font-size: 13px;
    position: relative;
    padding-right: 50px;
}
.mainBlockBtn a:first-child:hover {
	color: #000000;
    background-color: #F4D675;
    border-color: #F4D675;
}
.mainBlockViewCol p {
	font-size: 12px;
	color: #FFF;
	max-width: 400px;
	margin-bottom: 15px;
	text-align: right;
}

.mainBlockBtn a:first-child:after {
    content: "PRO";
    background-color: rgb(244, 214, 117);
    color: rgb(0, 0, 0);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 3px;
    position: absolute;
    top: 7.8px;
    right: 12px;
    max-height: 19px;
    line-height: 19px;
}
.mainBlockBtn a:first-child:hover:after {
	background-color: #000;
	color: #FFF;
}
.tagContainer {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: none;
    /* scrollbar-width: thin; */
    scrollbar-color: transparent transparent;
}
.tagBlock svg {
	height: auto;
}
.tagBlock {
    border: 1px solid #808080;
    padding: 7px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 10px;
}
.tagBlock a {
	text-decoration: none;
    color: #808080;
    line-height: 1em;
}
.tagBlock span {
	line-height: 1em;
}
.tagBlock svg line, .tagBlock svg rect, .tagBlock svg path, .tagBlock svg polyline, .tagBlock svg polygon {
    stroke: #808080 !important;
}
.pricingBlock {
    display: flex;
    gap: 20px;
}

.pricingMainTitle {
    border: 1px solid #BACE85;
    border-radius: 15px;
    padding: 50px; 
}
.pricingMainTitle h2 {
    color: #EEECED;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
}
.pricingMainDesc {
    background-color: #E7BBA8;
    border-radius: 15px;
    padding: 30px 50px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.pricingMainDesc p {
    color: #101010;
    font-size: 16px;
    line-height: 1.4em;
    max-width: 450px;
    margin-bottom: 0;
}
.pricing2Col, .pricing3Col {  
    border-radius: 15px;
    padding: 50px 30px;
}
.pricing2Col {
   background-color: #EEECED;  
}
.pricing3Col {
    background-color: #F4D675;  
}
.pricingTitle {
    color: #101010;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.planPrice {
    color: #101010;
    font-size: 18px;
    margin-bottom: 10px;
}
.planPrice span {
    font-size: 40px;
    font-weight: 600;
    border: 1px solid #101010;
    max-width: 175px;
    padding: 10px 18px;
    border-radius: 3px;
    margin-right: 10px;
    text-wrap: nowrap;
}
.pricingBlock .planBtn {
    margin-bottom: 35px;
}
.planDesc {
    color: #101010;
    font-size: 12px;
    margin-bottom: 30px;
}
.planBtn .wps_membership_buynow {
    width: 100%;
    margin: 0;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #000000 !important;
    color: #ffffff !important;
}
.planFeaturesList ul {
    padding-left: 0;
}
.planFeaturesList li span {
    color: #101010;
    font-size: 16px;
}
.planFeaturesList li {
    list-style: none;
    display: flex;
    align-items: center;   /* vertically center */
    gap: 0.5em;
    margin-bottom: 11px;
}
.planFeaturesList li::before {
  content: "•";
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  height: 22px;
}
.faqBlock {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin-top: 90px;
}
.faqImg {
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
    width: 57%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.faqInner {
    width: 43%;
}
.accordion-item, .accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button::after {
    background-image: url(img/plus.svg);
    background-size: 15px;
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(img/minus.svg);
   -webkit-background-size: 10px 15px;
        -o-background-size: 10px 15px;
           background-size: 10px 15px;
    background-position: center;
}
.accordion-body {
    padding-top: 0 !important;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #606060;
}
.accordion .accordion-item:last-child {
    border-bottom: none;
}
.accordion-body {
    padding: 1em 0;
}
.accordion-button {
    padding: 35px 0;
    gap: 20px; 
}
.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion {
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border: 1px solid #606060;
}

.accordion-button, .accordion-button:not(.collapsed) {
    font-size: 20px;
    color: #FFF;
}

.accordion-body p {
    color: #909090;
}
.pricingBlock .wps_membership_buynow:hover {
    border: none !important;
    background-color: #BACE85 !important;
    color: #000 !important;
}
.popCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.popLeft {
    background-image: url(img/popupbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    -webkit-border-top-left-radius: 15px;
            border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
            border-bottom-left-radius: 15px;
    min-height: 790px;
}
.popRight {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 50px 0 30px 0;
    background-color: #fff;
    -webkit-border-top-right-radius: 15px;
            border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
            border-bottom-right-radius: 15px;
}
.popRight .subTitle {
    color: #101010;
    text-align: center;
    max-width: 460px;
    margin: 20px auto 0 auto;
}
#privacy_policy_1726816193_field .ur-label.checkbox {
    font-size: 12px !important;
    letter-spacing: normal;
}
.ur-frontend-form .ur-button-container {
    margin-top: 30px !important;
}
.popRight h3 {
    color: #101010;
    font-size: 30px;
    text-align: center;
    font-family: 'Graphik Medium';
}
.ur-frontend-form {
    border: none !important;
}
.user-registration-form-login .ur-form-grid {
    padding: 0 30px !important;
    margin: 0 auto;
}
.woocommerce .ur-frontend-form p {
    padding: 0 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend, .ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-bottom: 0 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=text] {
    line-height: 40px !important;
    margin-bottom: 0 !important;
}

.user-registration-form-login input, .ur-frontend-form .ur-form-row .ur-form-grid input {
    border: 1px solid #808080;
    border-radius: 3px !important;
    padding: 10px 15px 8px 15px !important;
    max-height: 40px;
    color: #808080;
    font-size: 14px;
}
.ur-frontend-form .password_preview {
    text-decoration: none;
}

#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid > div:not(#ur-recaptcha-node), .ur-frontend-form .ur-button-container .ur-submit-button {
    float: none;
    width: 100%;
    margin-top: 15px;
}

#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid > div:not(#ur-recaptcha-node) .user-registration-Button, .ur-frontend-form .ur-button-container .ur-submit-button {
    width: 100%;
    background-color: #C2BFD6;
    border: none;
    color: #000;
    max-width: 230px;
    margin: 0 auto;
    color: #101010;
    font-size: 16px;
    line-height: 21px;
    margin-top: -3px;
    border: 1px solid #C2BFD6;
    font-weight: 400;
    padding: 9px 15px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-height: 40px;
}

.ur-frontend-form .ur-form-row .ur-form-grid legend, .ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-bottom: 5px !important;
}

.ur-frontend-form label, .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    font-size: 18px !important;
    font-family: 'Graphik Medium';
    color: #101010;
    font-weight: 400 !important;
}

.user-registration-form__label-for-checkbox {
    margin-top: 30px !important;
}

.user-registration-form-login input, .ur-frontend-form .ur-form-row .ur-form-grid input {
    border: 1px solid #101010;
    border-radius: 5px !important;
    padding: 10px 15px 8px 15px !important;
    max-height: 40px;
    color: #101010;
    font-size: 14px;
}
label.user-registration-error {
    font-size: 12px !important;
}
.user-registration-LostPassword.lost_password {
    color: #101010 !important;
    float: right;
    margin-top: 24px;
    text-decoration: underline;
}

.user-registration-form__label-for-checkbox span, .user-registration-LostPassword.lost_password a {
    color: #101010;
    font-size: 12px !important;
    font-weight: 400;
}

.page-template-template-registration-page .dividerBlock {
    margin-top: 40px !important;
}

form.register .dividerBlock.confirmEmailTxt p:last-child {
    margin-top: 0;
    text-decoration: underline;
}

.logSmall {
    text-align: center;
    color: #101010 !important;
    font-size: 12px;
}

.logSmall a {
    color: #101010;
    text-decoration: underline;
}

.dividerBlock p:last-child {
    margin-top: 30px;
}

.register .user-registration-social-connect-networks {
    margin-top: 30px !important;
}

.ursc-network-lists {
    flex-direction: row-reverse;
    display: flex;
    width: 100%;
    gap: 20px;
}

.user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--facebook, .user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--google {
    width: 50%;
    display: flex;
    align-items: center;
}

.user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--facebook a, .user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--google a, .user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--facebook a:hover, .user-registration-social-connect-networks ul.ursc-network-lists li.ursc-login-media.ursc-login-media--google a:hover {
    background-color: transparent !important;
}

ul.ursc-network-lists li.ursc-login-media.ursc-login-media--facebook a, ul.ursc-network-lists li.ursc-login-media.ursc-login-media--google a {
    border: 1px solid #101010;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #000 !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    max-height: 40px;
    -webkit-align-items: center;
    align-items: center;
}

.user-registration-social-connect-networks ul.ursc-network-lists.ursc_theme_4 li.ursc-login-media a .ursc-icon-block.ursc-login-with-facebook {
    background-image: url(img/fb.svg) !important;
}

.user-registration-social-connect-networks ul.ursc-network-lists.ursc_theme_4 li.ursc-login-media a .ursc-icon-block.ursc-login-with-google {
    background-image: url(img/google.svg) !important;
}
.ur-frontend-form .show-password-input {
    display: none;
}
.user-registration-form__label-for-checkbox + p {
    display: none;
}
.dividerBlock {
    display: block !important;
    margin-top: 17px !important;
}

.lost_reset_password p {
    padding: 8px 0 !important;
}

.lost_reset_password p, .lost_reset_password label {
    color: #fff;
    font-weight: 400;
}
.lost_reset_password input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.lost_reset_password button {
    background-color: #C2BFD6 !important;
    color: #101010 !important;
    border: 1px solid #C2BFD6 !important;
    border-radius: 5px !important;
}
.woocommerce-cart .cross-sells {
    display: none;
}
@media (min-width: 1025px) { 
    .pricing1Col {
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 40%;   
        gap: 20px;     
    }
    .pricing2Col,
    .pricing3Col {
         display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 30%;
    }
}
@media (max-width: 1024px) { 
    .pricingBlock {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .pricingMainTitle {
        margin-bottom: 20px;
    }
    .faqImg {
        display: none;
    }
    .faqInner {
        width: 100%;
    }
    .popLeft {
        display: none;
    }
    .popRight {
        -webkit-border-radius: 15px;
                border-radius: 15px;
    }
    .popRight .ur-form-row {
        flex-wrap: wrap;
    }
    .popRight .ur-grid-1, .popRight .ur-grid-2 {
        flex: 1 1 auto !important;
        width: 100% !important;
    }
    .ur-frontend-form {
        padding: 20px 0;
    }
}
.single-product .summary.entry-summary {
    background-color: #CAD7E3;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding: 30px; 
}
.custom-gallery img,
.custom-thumbs img {
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.product_title.entry-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 35px;
}
.subscribeBtn {
    margin-bottom: 30px;
}
.custom-title-price {
    margin-bottom: 20px;
}
.single_add_to_cart_button span.price {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
}
.custom-title-price span {
    font-size: 18px;
}
.variations tbody>tr {
    display: flex;
    justify-content: space-between;
}
.variations td.price>div {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.variations label {
    font-size: 18px;
    font-weight: 400 !important;
}
.variations input {
    -webkit-appearance: none;
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    margin-top: -4px;
}
.variations input[type='radio']:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-self: center;
}
.variations input[type="radio"]:checked:before {
    background: #000;
}
.variations td>div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    line-height: 18px;
    margin-bottom: 15px;
    align-items: center;
}
.variations .woocommerce-Price-amount bdi {
    font-size: 18px;
}
.extraList li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.extraList ul {
    padding-left: 0;
}
.product_meta .posted_in, .product_meta .sku_wrapper {
    display: none;
}
.extraList li span:first-child {
    min-width: 45%;
}
.extraList p, .extraList span {
    font-size: 14px;
}
.extraList li span:last-child {
    font-weight: 600;
}
.extraList {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 21px 0 1px 0;
    margin-top: 20px;
}
.demo {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 15px;
}
a.demo {
    text-decoration: none;
}
.downloadTxt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.woocommerce-variation .woocommerce-variation-price {
    display: none;
}
.single_add_to_cart_button, 
.subscribeBtn a,
.downloadBtn a {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 1em !important;
    border: 1px solid #000000 !important;;
    border-radius: 3px 3px 3px 3px !important;
    padding: 15px 1rem 13px 1rem !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
    transition: all 0.2s;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.subscribeBtn p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px;
}

.prodMainInfoBlock {
    display: flex;
    gap: 20px;
}

.single-product main>h2 {
    display: none;
}

.woocommerce div.product .button.akmf_edit, .woocommerce div.product .akmf_download {
    font-size: 18px;
    font-weight: 500;
    background-color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 15px 1rem 13px 1rem;
}
.woocommerce div.product .button.akmf_edit:hover, .single_add_to_cart_button:hover, .subscribeBtn a:hover, .woocommerce div.product .akmf_download:hover {
    background-color: transparent !important;
    color: #000 !important;
}
.tagged_as a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.woocommerce-cart h2,
.woocommerce-checkout h2  {
    color: #FFFFFF;
    font-family: "Graphik Medium", Sans-serif;
    font-size: 40px; 
}
.woocommerce-cart .cart_totals h2 {
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
}
.cart-container-wrapper {
    display: grid;
    grid-template-columns: 59% auto;
    gap: 30px;
}
.cart_item .product-name a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Graphik Medium';
}
.cart_item img {
    width: 128px;
    min-width: 128px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cart_item .product-thumbnail {
    padding: 9px 12px 9px 0 !important;
}
.cart_item .product-price {
    font-size: 24px;
    color: #FFF;
}
.woocommerce-cart .product-remove a {
    position: relative;
}
.woocommerce-cart .product-remove a:after {
    content: "";
    background-image: url(img/remove.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.woocommerce a.remove:hover {
    background: transparent;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.cart-collaterals, .cart-actions-container {
    padding: 30px;
    border: 1px solid #606060;
    border-radius: 15px;
}
.checkout-button, .coupon button {
    color: #CCCCCC !important;
    font-size: 14px !important;
    border: 1px solid #606060 !important;
    padding: 13px 15px;
    background-color: #202020 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important; 
    font-weight: 400 !important;
}
.woocommerce-cart #coupon_code {
    background: transparent;
    border: 1px solid #606060 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #CCCCCC !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}
.coupon button {
    padding: 13px 15px !important;
}
.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td {
    border-top: 1px solid #606060 !important;   
}
.woocommerce-cart .cart-collaterals .cart_totals th {
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
    text-align: right;
}
.cart_totals span.woocommerce-Price-amount,
.checkProd .woocommerce-Price-amount {
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
}
.emptyCartBlock {
    text-align: center;
}

.emptyCart {
    font-size: 13px;
    color: #909090;
}
.woocommerce table.shop_table th {
    padding: 9px 12px 9px 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
.woocommerce-billing-fields>h3,
.custom-contact-section label,
.woocommerce-billing-fields__field-wrapper label {
    display: none !important;
}
#billing_address_2,
#billing_details_heading,
#order_review_heading {
    display: none;
}
form.woocommerce-checkout .checkoutInner {
    display: grid;
    gap: 80px;
    grid-template-columns: 50% auto;
}
.custom-contact-section input,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    padding: 10px 16px;
    border: 1px solid #606060;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    min-height: 40px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single span {
    color: #FFF;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single span {
    line-height: 23px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}
#billing_city_field, #billing_postcode_field {
    width: 48%;
    clear: none;
    display: inline-block;
}
#billing_postcode_field {
    float: right;
}
.woocommerce-checkout h3,
.woocommerce-checkout .product-name {
    font-family: "Graphik Medium", Sans-serif;
    font-size: 20px;
    color: #FFF;
}
.customTXT {
    font-size: 16px;
    color: #CCCCCC;
    padding: 10px 0;
    display: inline-block;
}
.address2BTN {
    font-size: 16px;
    color: #CCCCCC;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48%;
}
.shop_table.woocommerce-checkout-review-order-table>div,
.shop_table.woocommerce-checkout-review-order-table>table {
    border: 1px solid #606060;
    border-radius: 20px;
    padding: 0 30px;
}
.checkProd .cart_item {
    display: flex;
    border-bottom: 1px solid #606060;
    gap: 30px;
    padding: 30px 0;
}
.checkProd .cart_item:last-child {
    border-bottom: none;
}
.checkProd .product-quantity {
    display: none;
}
.checkProd .cart_item .product-total {
    align-self: flex-end;
}
.checkProd .woocommerce-Price-amount {
    line-height: 1.1em;
}
.woocommerce-checkout .cart_item .product-thumbnail {
    padding: 0 !important;
}
.shop_table.woocommerce-checkout-review-order-table>div.checkout-custom-coupon {
    padding: 30px;
    margin: 30px 0;
}
.shop_table.woocommerce-checkout-review-order-table>table {
    border-collapse: separate;
    width: 100%;
}
#order_review tfoot {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
#order_review .cart-subtotal {
    border-bottom: 1px solid #606060;
}
.woocommerce-checkout .shop_table tfoot tr, .woocommerce-checkout .shop_table tfoot td, .woocommerce-checkout .shop_table tfoot th {
    width: 100%;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    font-weight: 400 !important;
}
.woocommerce-checkout .shop_table tfoot tr {
    padding: 10px 0;
}
/* Modern browsers (Chrome, Firefox, Safari, Edge) */
input::placeholder {
    color: #808080; /* Change this to your desired color */
    opacity: 1;    /* Firefox lowers the opacity by default, so we set it to 1 */
}

/* Specific to older versions of Firefox */
input::-moz-placeholder {
    color: #808080;
    opacity: 1;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholde {
    color: #808080 !important;
}

/* Microsoft Edge (Older versions) */
input::-ms-input-placeholder {
    color: #808080;
}
.rewards-pre-unlock-text {
    margin-bottom: 45px;
}
.rewards {
    padding: 0 20px 25px 0;
}
.rewards-progress {
    color: rgb(255, 255, 255);
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    display: block;
    height: 6px;
    border-radius: 0;
    background-color: #000;
    transition: 0.3s width;
    will-change: width;
}
.rewards-progress-bar .rewards-tiers>.rewards-tiers-item {
    flex: 1 1 0%;
    border-right: 2px solid rgba(113, 128, 150, 0.8);
    display: flex;
    flex-direction: row-reverse;
}
.rewards-progress-bar .rewards-tiers {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
}
.rewards-progress-bar {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 15px;
}
.rewards-tiers-labels {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.rewards-tiers-labels>.rewards-tiers-container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -34px;
    z-index: 2;
    transform: translateX(30px);
    width: 60px;
    align-items: center;
}
.rewards-tiers-labels>.rewards-tiers-container>.rewards-tiers-labels-item>span {
    font-size: 12px;
}
.rewards-tiers-labels>.rewards-tiers-container>.rewards-tiers-item-no-icon {
    width: 30px;
    height: 20px;
}
.discountNum {
    text-align: right;
    margin-right: -20px;
    font-size: 12px;
    font-weight: bold;
}
.cpops-cart-line-items__label.cpops-cart-line-items__total-label {
    font-size: 20px;
}
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__value {
    font-size: 24px;
    font-weight: 400;
}
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button, #cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-checkout-secondary {
    font-size: 16px !important;
}
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
    background-color: #C2BFD6 !important;
    border: none !important;
    color: #101010 !important;
    line-height: 40px !important;
    padding: 0 15px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
    content: none;
}
.cpops-cart-item__actions--remove svg, .added_to_cart.wc-forward {
    display: none !important;
}
/* Hide the loading spinner on the single product add to cart button */
.single_add_to_cart_button.loading::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}
.cpops-cart-item__actions--remove:after {
    content: "";
    background-image: url(img/remove.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 7px;
}
.mockup-template-default h2,
.woocommerce-account h2 {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    padding-right: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #CCC;
    font-size: 20px;
}
.billingForm {
    border: 1px solid #808080;
    border-radius: 15px;
}
.billingForm form {
    padding: 20px 30px;
}
.billingForm h3 {
    color: #fff;
    font-size: 20px;
}
.billingForm form .form-row {
    padding: 0 0 10px 0;
}
.billingForm label {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}
.billingForm input, .billingForm .select2-selection {
    background: transparent !important;
    border: 1px solid #808080 !important;
    height: 40px !important;
    color: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.billingForm input {
    padding: 0 15px;
}
.billingForm .select2-selection {
    padding-left: 7px;
}
.billingForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.billingForm .select2-selection {
    display: flex;
    align-items: center;
}
.billingForm .select2-selection span {
    color: #FFF !important;
}
.billingForm button {
    border: 1px solid #606060 !important;
    background-color: #202020 !important;
    color: #ccc !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    height: 40px;
    width: 100%;
    max-width: 200px;
}
.woocommerce-EditAccountForm p {
    padding: 8px 0 !important;
}
.woocommerce-EditAccountForm label {
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
}
.woocommerce-EditAccountForm input {
    border: 1px solid #808080;
    background-color: transparent;
    padding: 0 15px;
    line-height: 40px !important;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #606060;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    margin-top: 25px;
}
.editACtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.woocommerce-EditAccountForm .updateAccountcol-2 label {
    font-size: 16px;
}
.woocommerce-MyAccount-content .show-password-input:after {
    color: #ccc;
}
.woocommerce-EditAccountForm button {
    background-color: #C2BFD6 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    min-height: 40px;
    padding: 10px 52px !important;
    margin: 32px auto 0 auto !important;
    width: 100%;
    max-width: 208px;
}
.woocommerce-EditAccountForm p.subtxtAC {
    font-size: 12px;
    color: #808080;
    text-align: center;
    padding-top: 0 !important;
}
.bigSlider .prodCardInfoBlock, .bigSlider .prodCardImg,
.twoSlider .prodCardInfoBlock, .twoSlider .prodCardImg,
.oneAndhalfSlider .prodCardInfoBlock, .oneAndhalfSlider .prodCardImg {
    min-height: 740px;
}
.bigSlider .sectionTitle {
    background-color: #F5F3DE;
}
.bigSlider .productCardPrice span {
    font-size: 50px;
}
.bigSlider .prodCardInfo h3 a {
    font-size: 32px;
}
.twoSlider .sectionTitle {
    background-color: #BACE85;
}
.oneAndhalfSlider .sectionTitle {
   background-color: #77964D;
}
#faqAccordion {
    padding: 12px 50px 9px 50px;
}
.page-id-422 h2  {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 40px auto 30px auto;
    font-family: 'Graphik Medium';
}

.page-id-422 p {
    color: #7A7A7A;
}
.single-product .tagged_as {
    display: inline-block;
    margin-top: 20px;
}
.custom-thumbs.hide-thumbs,
.custom-thumbs:empty {
    display: none !important;
}
.online-separator  {
    margin-top: 50px;
}
.woocommerce-account ul.digital-downloads li::before {
    content: none;
}
.woocommerce-account .akmf-info a {
     font-family: 'Graphik Medium';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.woocommerce-account .akmf-thumb {
    max-width: 90px;
}
.woocommerce-account .akmf-thumb img {
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.woocommerce-account .akmf-info {
    max-width: 275px;
    padding-right: 15px;
}
.woocommerce-account .akmf-date {
    font-size: 16px;
    color: #CCC;
    flex-grow: 1;
    text-align: center;
    padding: 0 15px;
}

.woocommerce-account .downloadBtn, .woocommerce-orders-table__cell-order-actions a,
.woocommerce-orders-table__cell-members-actions a,
.woocommerce-orders-table__cell-members-actions button {
    background-color: #C2BFD6 !important;
    border-radius: 3px !important;
    color: #101010 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 11px 20px !important;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border: 1px solid #C2BFD6 !important;
}
.woocommerce-account .downloadBtn:hover, .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-orders-table__cell-members-actions a:hover,
.woocommerce-orders-table__cell-members-actions button:hover {
    border: 1px solid #808080 !important;
    color: #CCCCCC !important;
    background-color: transparent !important;
}

.woocommerce-account .akmf-download-item,
.woocommerce-account .woocommerce-table__line-item.order_item td {
    border-top: 1px solid #606060;
    padding: 30px 0;
}
.woocommerce-account .woocommerce-table__line-item.order_item td {
    padding:  20px 0;
}
.woocommerce-Downloads  .akmf-download-item:last-child,
.woocommerce-account tbody .woocommerce-table__line-item.order_item:last-child td {
    border-bottom: 1px solid #606060;
}
.woocommerce-account .akmf-account-title {
    color: #FFF;
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-order-details .woocommerce-table__product-name a,
.wps_sfw_account_wrap {
    font-family: 'Graphik Medium';
    font-size: 18px;
    color: #fff;
}
.woocommerce-order-details .woocommerce-table__product-name>div {
    display: flex;
}
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-details {
   border-collapse: collapse !important; 
}
.woocommerce-account .woocommerce-orders-table td {
   border-top: 1px solid #606060 !important; 
   padding: 15px 8px !important;
}
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-orders-table__cell a,
.woocommerce-account .woocommerce-order-details th,
.woocommerce-account .woocommerce-order-details td {
    font-size: 16px;
    color: #CCC;
}
.woocommerce-account .woocommerce-order-details th {
    color: #FFF;
}
body.woocommerce-account .woocommerce-orders-table__cell {
    padding: 15px 8px 15px 0 !important;
}
.woocommerce-account .woocommerce-orders-table__cell a,
.woocommerce-order-details .woocommerce-table__product-name a {
    text-decoration: none;
}

.woocommerce-MyAccount-content p {
    color: #FFF;
}
.woocommerce-order-details td {
    padding-left: 0 !important;
}
.woocommerce-order-details .product-quantity {
    display: none;
}
.woocommerce-account .woocommerce-customer-details address {
    padding: 0;
    color: #FFF;
}
.woocommerce-account .woocommerce-table--order-details tfoot th,
.woocommerce-account .woocommerce-table--order-details tfoot td {
    padding-top: 20px;
}

/* Target the WooCommerce order details table */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
}

/* 1. Align the "Total" header and price cells to the right */
.woocommerce-table--order-details th.product-total,
.woocommerce-table--order-details td.product-total,
.woocommerce-table--order-details tfoot td {
    text-align: right;
}

/* 2. Remove extra white space by shrinking the Total column to its content */
.woocommerce-table--order-details th.product-total,
.woocommerce-table--order-details td.product-total,
.woocommerce-table--order-details tfoot td {
    width: 1%;
    white-space: nowrap;
    padding-right: 0 !important; /* Adjust this for a comfortable gap between Name and Price */
}

/* 3. Align Footer Labels (Subtotal, Payment method, Total) */
/* This ensures the labels stay on the left while prices stay on the right */
.woocommerce-table--order-details tfoot th {
    text-align: left;
    font-weight: normal;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none;
}
.woocommerce-MyAccount-content h3 {
    display: none;
}
/* Desktop: vertical gallery */
@media (min-width: 768px) {
    .billingInfo {
        display: flex;
        justify-content: space-between;
        gap: 80px;
    }
    .billingForm {
        width: 50%;
    }
    .updateAccount {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        gap: 60px;
    }
    .updateAccountcol-1 {
        margin-top: 10px;
    }
    .updateAccountcol-1, .updateAccountcol-2 {
        width: 50%;
    }
    .woocommerce-account .woocommerce-orders-table tr:last-child td {
       border-bottom: 1px solid #606060 !important;  
    }
}

/* Mobile: horizontal slider */
@media (max-width: 767px) {
     .custom-gallery {
        overflow: hidden;         /* hide stacked images */
        position: relative;
        display: flex;            /* lay slides horizontally */
        flex-wrap: nowrap;        /* prevent wrapping */
        width: 100%;
        opacity: 0;               /* hide until JS initializes */
    }
    .custom-gallery .gallery-item {
        flex: 0 0 100%;           /* each slide takes full width */
        max-width: 100%;
        display: block;
    }

    .custom-gallery.swiper-initialized {
        opacity: 1;               /* show after initialization */
        transition: opacity 0.3s ease;
    }
    .custom-gallery {
        width: 100%;
    }

    .custom-thumbs {
        display: flex;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
    }

    .custom-thumbs .thumb {
        flex: 0 0 auto;
        border: 2px solid transparent;
        cursor: pointer;
    }

    .custom-thumbs .thumb.active {
         border-color: #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    .mainBlock {
        min-height: 490px;
       -webkit-border-radius: 10px;
                border-radius: 10px;
    }
    .mainBlockBtn {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce-account .woocommerce {
        padding: 0 20px;
    }
    .woocommerce-MyAccount-navigation ul li a {
       font-size: 16px;
    }
    .woocommerce-account .akmf-thumb {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-account .akmf-download-item {
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .woocommerce-account .downloadBtn {
        max-width: 100%;
        margin-top: 20px !important;
    }
    .pricingMainTitle h2 {
        font-size: 26px;
    }
    .pricingMainTitle {
        padding: 25px;
    }
    .pricingMainDesc p {
        font-size: 14px;
    }
    .pricingMainDesc {
        padding: 25px;
    }
    .planPrice span, .pricingTitle {
        font-size: 26px;
    }
    .planPrice {
        font-size: 14px;
    }
    .planBtn .wps_membership_buynow {
        font-size: 14px;
    }
    .planFeaturesList li span {
        font-size: 12px;
    }
    .planFeaturesList li {
        margin-bottom: 5px;
    }
    .pricing2Col, .pricing3Col {
        border-radius: 15px;
        padding: 40px 25px 10px 25px;
    }
    .faqBlock {
        margin-top: 40px;
    }
    #faqAccordion {
        padding: 0 30px;
    }
    .accordion-button, .accordion-button:not(.collapsed) {
        font-size: 16px;
    }
    .accordion-body p {
        font-size: 12px;
    }
    .accordion-body {
        padding: 0;
    }
    .accordion-body p {
        margin-bottom: 20px;
    }
    .accordion-button {
       padding: 30px 0 20px 0;
    }
}

@media (max-width: 767px) { 
	.sectionTitle h2 {
    	font-size: 20px;
    }
    .sectionTitle span {
    	font-size: 10px;
    }
    .swipeBtn svg {
	    max-width: 10px;
	}
	.sectionTitle {
		padding: 20px;
	}
	.footerColCont {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	    gap: 20px;
	}
	.footerCol {
		width: 45%;
	}
	.newsBlock {
		display: none;
	}
	.footerLogoMobile {
		width: 30%;
	}
	.mainBlockTags {
		-webkit-align-self: flex-start;
		        align-self: flex-start;
	   	-webkit-align-items: flex-start;
	   	        align-items: flex-start;
	    gap: 0;
	}
	.mainBlockTop {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    -webkit-flex-grow: 1;
	            flex-grow: 1;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
	}
	.mainBlockTags .mockupsCount {
		font-size: 7px;
		padding: 6px 9px;
	}
	.mainBlockTags .cityName {
		font-size: 7px;
        padding: 3.5px 7px 3.5px 7px;
	}
	.mainBlock {
		padding: 20px 20px 30px 20px;
	}
	.mainBlockViewCol,
	.previewBlockOuter {
		display: none;
	}
	.mainBlockBtn {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    gap: 10px 20px;
	}
	.mainBlockTitle h2 {
		font-size: 24px;
    	line-height: 1.2em;
	}
	.mainBlockPrice {
    	font-size: 30px;
    	margin-top: 26px;
    	margin-bottom: 7px;
    }
    .mainBlockBtn a {
    	font-size: 10px;
    	padding: 5.5px 26px 3.5px 26px;
    }
    .mainBlockBtn a:first-child {
    	font-size: 10px;
    	padding: 4.5px 45px 4.5px 15px;
    }
    .mainBlockBtn a:first-child:after {
        font-size: 8px;
        padding: 0px 4px;
        top: 5px;
        right: 17px;
        max-height: 13px;
        line-height: 13px;
    }
    .reklamaBlock h3,
    .infoBlockInner h3 {
    	font-size: 18px;
    }
    .infoBlockCont .infoBlockInner .infoBlockInner2 {
        display: flex;
        -webkit-flex-grow: 1;
                flex-grow: 1;
        margin-bottom: 10px;
    }
    .infoBlockTop {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .infoBlockTagas {
        font-size: 8px;
        padding: 0 11px;
        line-height: 18px
    }
    .infoBlockInner a {
        font-size: 10px;
        padding: 7px 20px;
    }
    .infoBlockTagas {
        
    }
    .reklamaBlock p {
    	font-size: 10px;
    }
    .reklamaBlock .reklamaTag {
    	font-size: 8px;
	    padding: 3px 11.5px 3px 11.5px;
	    white-space: nowrap;
    }
    .reklamaBlock {
    	padding: 20px;
    }
    .hideDesktop>.container-fluid {
    	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
    }
    .headerMenu form {
    	margin: 0 20px;
    }
    .productCardATC a {
        font-size: 10px;
        padding: 4px 21px;
        max-height: 25px;
    }
    .productCardATC a:first-child:before {
        top: 4px;
    }
    .productCardATC {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .productCardPrice {
        margin-bottom: 5px;
    }
    .productCardPrice p {
        margin-bottom: 0;
    }
    body, .site-main {
        -ms-overflow-x: hidden;
            overflow-x: hidden;
    }
    .hiddenMobile {
        display: none;
    }
    #footer {
        margin-top: 45px;
    }
    .topFooter h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .topFooter li a, .topFooter p {
        font-size: 10px;
    }
    .topFooter li {
        margin-bottom: 0;
    }
    .bottomFooter p {
        font-size: 8px;
    }
    .custom-thumbs img {
       max-height: 70px;
        max-width: 70px;
        border-radius: 5px; 
    }
    .mainBlock {
        margin-top: 30px;
    }
    .tagContainer {
        gap: 10px;
    }
    .tagBlock a {
        font-size: 10px;
    }
    .tagBlock svg {
        max-width: 15px;
    }
    .tagBlock {
       padding: 3.5px 10px; 
    }
    .prodCardInfoBlock:before, .mainBlock:before {
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }
    .previewBlock, .reklamaBlock, .infoBlock {
        margin-top: 40px;
    }
    .prodCardInfo {
        padding: 15px 20px 20px 20px;
    }
    .prodCardInfo h3 a,
    .bigSlider .prodCardInfo h3 a {
        font-size: 20px;
    }
    .mockupsCount {
        padding: 5.5px 11px;
    }
    .cityName {
        padding: 3px 8px;
    }
    .cityName, .mockupsCount {
        font-size: 7px;
    }
    .prodCardTags>div {
        margin-bottom: 0;
    }
    .bigSlider .prodCardInfoBlock, .bigSlider .prodCardImg, .twoSlider .prodCardInfoBlock, .twoSlider .prodCardImg, .oneAndhalfSlider .prodCardInfoBlock, .oneAndhalfSlider .prodCardImg {
        min-height: 500px;
    }
    .bigSlider .productCardPrice span {
        font-size: 30px;
    }
}
@media (min-width: 768px) { 
	.sliderFullBlock {
		display: flex;
		padding-top: 70px;
	    gap: 20px;
	}
    .sliderFullBlock.twoSlider, .sliderFullBlock.bigSlider,
    .page-template-template-products .sliderFullBlock.oneAndhalfSlider{
        padding-top: 130px;
    }
    .page-template-template-pricing-plans .infoBlock, .page-template-template-pricing-plans .faqBlock {
        margin-top: 130px;
    }
    .pricingBlock {
        margin-top: 70px;
    }
    .sliderFullBlock.twoSlider h3 a, .sliderFullBlock.bigSlider h3 a,
    .sliderFullBlock.oneAndhalfSlider h3 a {
        font-size: 32px;
        line-height: 32px;
    }
    .sliderFullBlock.bigSlider .prodCardInfo {
        padding: 35px 30px 30px 30px;
    }
    .sliderFullBlock.bigSlider .mockupsCount {
        font-size: 12px;
        padding: 9px 11px;
    }
    .sliderFullBlock.bigSlider .prodCardTags>div {
        margin-bottom: 10px;
    }
	.gridFullBlock {
		padding-top: 130px;
	}
	.sliderFullBlock .sectionTitle {
		display: flex;
		width: 25%;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.sliderBlock {
		width: 75%;
	}
	.gridBlock .sectionTitle {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
    .swipeBtn .hiddenDesktop {
        display: none !important;
    }
}

@media (min-width: 1025px) { 
	.mansonryGrid .align-items-stretch .grid-item:nth-child(6) {
       grid-column: 4 / 5;
        grid-row: 1 / 5;
    }

    .mansonryGrid .align-items-stretch .grid-item:nth-child(3) {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }
    .mansonryGrid .align-items-stretch .grid-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .mansonryGrid .align-items-stretch .grid-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .mansonryGrid .align-items-stretch .grid-item:nth-child(4) {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
    }

    .mansonryGrid .align-items-stretch .grid-item:nth-child(5) {
        grid-column: 3 / 4;
        grid-row: 3 / 5;
    }
    .mansonryGrid .align-items-stretch .grid-item:nth-child(6) .prodCardInfoBlock,
    .mansonryGrid .align-items-stretch .grid-item:nth-child(6) .prodCardImg {
    	height: 100%;
    }
    .infoBlockCont {
	  display: grid;
	  grid-template-columns: 41fr 29.5fr 29.5fr; 
	  grid-template-rows: auto auto;      
	  gap: 20px; 
	  min-height: 740px;                         
	}
    .page-template-template-pricing-plans .infoBlockCont {
        grid-template-columns: 29.5fr 29.5fr 41fr;
    }
    .infoBlockCont {
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
    }
    .infoBlock .infoBlockInner {
        width: auto !important;
    }
	.infoBlock .infoBlockInner:first-child {
	  grid-column: 1 / 2;
	  grid-row: 1 / 3;
	}
    .page-template-template-pricing-plans .infoBlock .infoBlockInner:first-child {
      grid-column: 3 / 4;
      grid-row: 1 / 3;
    }
	.infoBlock .infoBlockInner:nth-child(2) {
	  grid-column: 2 / 3;
	  grid-row: 1 / 2;
	}
    .page-template-template-pricing-plans .infoBlock .infoBlockInner:nth-child(2) {
      grid-column: 1 / 3;
      grid-row: 1 / 2;
    }
	.infoBlock .infoBlockInner:nth-child(3) {
	  grid-column: 3 / 4;
	  grid-row: 1 / 2;
	}
    .page-template-template-pricing-plans .infoBlock .infoBlockInner:nth-child(3) {
      grid-column: 1 / 3;
      grid-row: 2 / 3;
    }
	.infoBlock .infoBlockInner:last-child  {
	  grid-column: 2 / 4;
	  grid-row: 2 / 3;
	}
	.contactInfo {
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.footerLogoMobile {
		display: none;
	}
	.gridBlock .align-items-stretch {
		display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    grid-template-rows: repeat(2, auto);
	    gap: 20px;
        transform: none !important;
	}
    .gridCont .swiper-slide {
        width: 100% !important;
    }
    .custom-product-gallery-wrapper {
        display: flex;
        align-items: flex-start;
        width: 73.5%;
    }

    .custom-thumbs {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        position: sticky;
        top: 50px;
        align-self: flex-start;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .custom-thumbs .thumb {
        margin-bottom: 10px;
        border: 2px solid transparent;
        cursor: pointer;
    }

    .custom-thumbs .thumb.active {
        border-color: #fff;
        -webkit-border-radius: 15px;
                border-radius: 15px;
    }

    .custom-gallery {
        display: block;
        flex: 1;
    }

    .custom-gallery .gallery-item {
        margin-bottom: 10px;
        display: block;
    }
    .product-main-wrapper {
        display: flex;
        gap: 20px;
    }
    .single-product .summary.entry-summary {
        position: sticky;
        align-self: start;
        top: 20px;
        width: 26.5% !important;
        float: none !important;
        margin-bottom: 10px !important;
    }
    body.admin-bar.single-product .summary.entry-summary {
        top: 50px;
    }
    .hiddenDesktop {
        display: none !important;
    }
}

.custom-gallery img {
    width: 100%;
}
 .custom-thumbs {
        /* Hide scrollbar for Chrome, Safari and Opera */
        &::-webkit-scrollbar {
            display: none;
        }

        /* Hide scrollbar for IE, Edge and Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
@media (max-width: 1024px) {
    .fixedMenu {
        display: none;
    }
    .footerLogo {
    	display: none;
    }
    .sectionTitle.hideMobile {
    	display: none;
    }
    .swiper-wrapper.align-items-stretch {
	    align-items: unset !important;
	}
    body, .site-main {
        padding: 0;
    }
    .prodMainInfoBlock {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 20px;
    }
    .custom-product-gallery-wrapper {      
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .custom-thumbs {
        -webkit-order: 2;
            -ms-order: 2;
                order: 2;
    }
    .custom-gallery {
        -webkit-order: 1;
            -ms-order: 1;
                order: 1;
    }
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .page-id-422 main {
        padding: 0 20px;
    }
    .woocommerce-account .woocommerce {
        padding: 0 30px;
    }
    .woocommerce-account .akmf-download-item {
        padding: 20px 0;
    }
    .woocommerce-account .akmf-info a {
        font-size: 16px;
    }
    .contactInfo a:first-child {
        display: inline-block;
        padding: 4.5px 20px;
    }
    .contactInfo a:last-child {
        display: none;
    } 
    .headerMenu li a {
        color: #101010;
    }
    .mainTitle.hideDesktop h1 {
        font-size: 60px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
    .infoBlockInner p {
        display: none;
    }
    .infoBlockCont .infoBlockInner {
       height: 320px;
    }
    .outerContainer.sliderFullBlock,
    .outerContainer.gridFullBlock {
        margin-top: 40px;
    }
    .outerContainer.sliderFullBlock .sectionTitle,
    .outerContainer.gridFullBlock .sectionTitle {
        margin-bottom: 20px;
    }
    .sectionTitle.hiddenMobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1200px) { 
    .headerMenu form {
        margin: 0 10px;
    }
    .infoBlockTop {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sectionTitle h2 {
        font-size: 30px;
    }
    .mainBlockTop {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mainBlockTags {
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 1024px) { 
    .woocommerce-account .akmf-date {
        display: none;
    }
    .showAll {
        padding: 0 30px;
    }
    .gridFullBlock .showAll {
        padding: 0;
    }
    .mainBlock {
        padding: 30px;
    }
    .previewBlock, .reklamaBlock {
        gap: 20px;
    }
    .sectionTitle {
        padding: 20px;
    }
    .sectionTitle h2 {
        font-size: 20px;
    }
    .swipeBtn svg {
        max-width: 14px;
    }
    .sectionTitle span {
        font-size: 14px;
    }
    .gridFullBlock {
        padding-top: 40px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) { 
    .pricingMainTitle h2 {
        font-size: 40px;
    }
    .pricingMainTitle, .pricingMainDesc {
        padding: 30px;
    }
    .pricing2Col, .pricing3Col {
        width: 35%;
    }

}
@media (max-width: 1600px) {
    .productCardATC {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}