.elementor-add-new-section .elementor-add-better-site-button {
    background: #152592;
    margin-left: 5px;
}

.better-kits-elementor-templates-card {
    background: #404349;
    max-width: 100%;
    width: 90%;
    height: 85%;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 20px 30px 3px rgb(0 0 0 / 55%);
    z-index: 1;
}

.better-kits-elementor-templates-card .templates-card-header {
    position: relative;
    width: 100%;
    height: 55px;
    border-bottom: solid 1px rgb(172, 172, 172);
}

.better-kits-elementor-templates-card .close-templates-card {
	background: #ff5d5d;
    cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
}

.better-kits-templates-container {
	display: grid;
	padding: 35px 0 0;
	grid-gap: 2em;
	width: 100%;
    padding: 10px;
    overflow-x: auto;
    overflow-y: auto;
    height: 85%;
}

.better-kits-templates-container::-webkit-scrollbar {
	width: 9px !important;
}

.better-kits-templates-container::-webkit-scrollbar-track {
	background: #949494b3 !important;
}

.better-kits-templates-container::-webkit-scrollbar-thumb {
	background: #d2d2d2 !important;
}

.better-kits-templates-container .template-name {
	float: left;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
    color: #000;
}

.better-kits-template {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 8px 5px rgb(0 0 0 / 9%);
	cursor: pointer;
}

.better-kits-template:nth-child(3n) {
	margin-right: 0;
}

.better-kits-template:hover .better-kits-template-actions,
.better-kits-template:hover .better-kits-preview-template {
	opacity: 1;
}

.better-kits-template:hover .better-kits-template-screenshot {
	opacity: 0.4;
}

.more-details.better-kits-preview-template {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 51px;
	left: 0;
	opacity: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.more-details.better-kits-preview-template span {
	display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 45%;
    padding: 15px 12px;
    border-radius: 3px;
    color: #fff;
    background: #000000a6;
    box-shadow: 0px 0px 7px 3px #0000007a;
    font-size: 17px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.better-kits-template-screenshot {
	display: inline-block;
	background-size: cover;
    height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.better-kits-template-screenshot img {
	width: 100%;
}


@media only screen and (max-width: 2000px) {
	.better-kits-templates-container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 1450px) {
	.better-kits-templates-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 1000px) {
	.better-kits-templates-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.better-kits-templates-container {
		grid-template-columns: 1fr;
	}
}

@media only screen and (min-width: 2000px) {
	.better-kits-templates-container {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}









.better-kits-template-preview {
    background: #404349;
    max-width: 100%;
    width: 90%;
    height: 85%;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 20px 30px 3px rgb(0 0 0 / 55%);
    z-index: 1;
}

.better-kits-template-preview .templates-card-header {
    position: relative;
    width: 100%;
    height: 55px;
    border-bottom: solid 1px rgb(172, 172, 172);
}

.better-kits-template-preview .close-templates-card {
	background: #ff5d5d;
    cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
}

.better-kits-template-preview .back-to-templates {
	background: transparent;
    cursor: pointer;
	color: #fff;
	border: none;
	border: solid 1px #fff;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 40px;
}

.better-kits-template-preview.theme-install-overlay .install-theme-info.better-kits-theme-info {
	display: none;
}

.better-kits-template-preview.theme-install-overlay .install-theme-info.better-kits-theme-info.active {
	display: block;
}

.better-kits-template-preview .templates-card-header .better-kits-import-template {
	position: relative;
    display: flex;
    float: right;
    right: 53px;
    background: #0071A1;
    cursor: pointer;
    height: 41px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
}

.better-kits-template-preview .templates-card-header .better-kits-done-import {
	position: relative;
    display: flex;
    float: right;
    right: 53px;
    background: #28a745;
    cursor: pointer;
    height: 41px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
}

.better-kits-template-preview .templates-card-header .better-kits-updating:before {
	content: "\f463";
    animation:spin 2s linear infinite;
	-webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
	margin: 3px 5px 0 -2px;
	color: #fff;
	display: inline-block;
    font: normal 20px/1 dashicons;
    vertical-align: top;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.better-kits-get-access {
    float: right;
    right: 47px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: #2271b1;
    color: #fff;
    padding: 13px 20px;
    border-radius: 0px;
}

.better-kits-get-access:hover {
	background: #135E96;
	color: #fff;
}

.better-kits-get-access:focus {
	background: #135E96;
	color: #fff;
}

.pro-templates {
    width: 80px;
    height: 40px;
    background: #dc3545;
    box-shadow: 1px 2px 5px 0px #000000ba;
	text-align: center;
    position: absolute;
	z-index: 1;
}

.pro-templates span {
	color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 9px;
}

.better-kits-template-preview .card {
	height: 70%;
}

.card_left h1 {
	margin-top: 25px;
	text-align: center;
}
 
.better-kits-template-preview .better-kits-main-preview {
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

.better-kits-template-preview .better-kits-main-preview::-webkit-scrollbar {
	width: 9px !important;
}

.better-kits-template-preview .better-kits-main-preview::-webkit-scrollbar-track {
	background: #949494b3 !important;
}

.better-kits-template-preview .better-kits-main-preview::-webkit-scrollbar-thumb {
	background: #d2d2d2 !important;
}

.better-kits-template-preview .better-kits-main-preview .better-kits-template-frame {
	width: 100%;
    position: relative;
    display: inline-block;
    height: fit-content;
    top: 0;
}

.better-kits-required-plugins {
	display: flex;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    margin-top: 20px;
}

.better-kits-required-plugins span.dashicons-yes {
    color: #28a745;
}

.better-kits-required-plugins span.dashicons-admin-plugins {
    color: #ffc107;
}

.better-kits-required-plugins span.dashicons-no-alt {
    color: #dc3545;
}

.better-kits-required-plugins > p {
	font-weight: 800;
}

.better-kits-required-plugins .button {
	margin: -5px 0 0 10px;
    color: #fff;
    background: #0071a1;
    padding: 8px;
}

.better-kits-required-plugins div {
	margin-left: 10px;
}

.better-kits-required-plugins span.dashicons.dashicons-yes {
    margin-top: -6px;
    font-size: 25px;
}

.better-kits-required-plugins span.dashicons.dashicons-admin-plugins {
    margin-top: -3px;
    font-size: 20px;
}

.better-kits-required-plugins span.dashicons {
    margin-right: 3px;
    position: relative;
    margin-top: -3px;
}