/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.grid-wrap {
    display: grid;
    grid-gap: 0.8rem 1.8rem;
    padding: 0; 
    grid-template-columns: repeat(4, 1fr);
}
.sp-product {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.sp-product-img-block {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.sp-product img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}
.sp-product:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: translatey(-3%);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.ribbon {
	position: absolute;
    right: -10px;
    top: 20px;
    background: #46b450;
    display: block;
    z-index: 3;
    line-height: 14px;
    padding: 10px 20px;
    height: 16px;
    font-weight: 600;
    color: #fff;
}
.ribbon.pro {
    background: #ca4a1f;
}
.ribbon:before {
    position: absolute;
    left: -18px;
    top: 0;
    height: 0;
    width: 0;
    content: "";
    border-top: 18px solid #46b450;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #46b450;
}
.ribbon.pro:before {
    border-top-color: #ca4a1f;
    border-bottom-color: #ca4a1f;
}
.ribbon:after {
    position: absolute;
    right: 0;
    content: "";
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #46b450;
    border-right: 10px solid transparent;
}
.ribbon.pro:after {
    border-top-color: #ca4a1f;
    border-bottom-color: #ca4a1f;
}
.sp-sec-wid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,.1);;
    padding: 10px;
    background: #fff;
    border-radius: 4px
}
.sp-sec-wid-header .sp-sec-wid-title {
    margin-bottom: 0;
}
.sp-sec-wid-title h2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}
.sp-sec-product-filter-btn ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 8px;
    border-radius: 4px;
    padding: 0px 6px;
    display: block;
}
/*---------------------------------------
        2.4.Button Styles           
-----------------------------------------*/
.btn {
    padding: 4px 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s ease 0s;
    border-width: 2px;
    border-style: solid;
}
.btn-theme:hover, .btn-theme:focus {
    transition: all 0.3s ease 0s;
    outline: none;
    box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
@media (min-width: 1200px) {
    .container {
        max-width: 1330px;
    }
}

#customize-preview iframe {
    height: 100%;
    width: 100%;
    z-index: 20;
    transition: opacity .3s;
}

.modal-body iframe {
    height: 100%;
    width: 100%;
    z-index: 20;
    transition: opacity .3s;
}
#DesertdemoPreview{
    z-index:9999999;
    padding-right: 0 !important;
}
.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important 
}

.modal-header {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer {
    border-top: 1px solid #9ea2a2 !important;
}


.mx-auto {
    width: 20%;
}

 h2 {
    font-size: 20px !important;
}


.p-mobile{
  margin: auto 0 auto -160px;
width: 320px;
height: 480px;
max-height: 100%;
max-width: 100%;
left: 50%;  
}



.p-tablet{
margin: auto 0 auto -360px;
width: 720px;
height: 1080px;
max-height: 100%;
max-width: 100%;
left: 50%;  
}

/*---new changes --*/
html{
    background-color: unset !important;
}

.uk-subnav.uk-subnav-pill {
    margin-left: unset;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
}
.uk-subnav.uk-subnav-pill li{
    margin-bottom: 0px;
    margin-right: 15px;
}
.uk-subnav.uk-subnav-pill li a{
	font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #646970;
    border-radius: 50px;
}
.uk-subnav-pill.uk-subnav-pill>*>a:focus,
.uk-subnav-pill.uk-subnav-pill>*>a:hover {
	box-shadow: none;
}
.uk-subnav.uk-subnav-pill li.uk-active a{
    background: #dfdfdf;
}
.theme-browser .uk-card.theme {
    position: relative;
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.2);
}

.uk-card.theme .theme-screenshot {
    position: relative;
    z-index: 1;
    line-height: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #fff;
	min-height: 230px;
	overflow: visible;
}

.theme-browser .uk-card.theme .theme-screenshot:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    box-shadow: 0 -130px 70px -42px rgba(0,0,0,.8) inset;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out 0s;
}

.theme-browser .uk-card.theme:hover .theme-screenshot:after {
    visibility: visible;
    opacity: 1;
}

.theme-browser .uk-card.theme .theme-screenshot img {
    position: relative;
	opacity: 1 !important;
}

.theme-browser .uk-card.theme .more-details {
    z-index: 1;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: rgba(0,0,0,.8);
	transition: all .5s ease-in-out 0s;
}

.theme-browser .uk-card.theme .theme-name {
    padding: 20px;
    background: #fff;
    position: relative;
    height: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.theme-browser .uk-card.theme .theme-actions {
    padding: 18px 15px;
}

.theme-browser .uk-card.theme .theme-actions .button {
    line-height: 32px;
    height: 35px;
}

.theme-browser .uk-card.theme .theme-actions .button.updating-message:before {
    margin: 6px 5px 0 -2px;
}

.theme-browser .uk-card.theme .theme-actions .button span {
    width: 10px;
    height: 10px;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -7px;
}

[data-color="cat_8 cat_3 "] .uk-card.theme::before{
    display: none;
}
[data-color="cat_8 cat_3 "]  .uk-card.theme::after{
    display: none;
}

[data-color="cat_8 "] .uk-card.theme::before{
    display: none;
}
[data-color="cat_8 "]  .uk-card.theme::after{
    display: none;
}
.uk-grid-margin.uk-first-column .uk-card.theme::before{
    display: block;
}
.uk-grid-margin.uk-first-column  .uk-card.theme::after{
    display: block;
}

.wp-heading {
    text-align: center;
}


.desert-import-wrap {
	position: relative;
    margin: 40px 20px 30px 2px;
    padding: 20px;
	overflow: hidden;
    background: #fff;
    border-left-color: #46b450;
    border-width: 0 0 0 4px;
    border-style: solid;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.desert-import-wrap h1 {
    font-weight: 600;
    font-size: 1.375rem;
    padding: 0;
}

.desert-import-wrap p {
	font-size: 15px;
    margin-top: 10px;
	margin-bottom: 0;
}

.desert-import-wrap .desert-logo {
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0.2;
    transform: translateY(-50%);
}

@media screen and (max-width: 782px) {
	.desert-import-wrap .desert-logo {
		top: unset;
		transform: none;
		bottom: -12px;
	}
}

.desert-import-wrap .desert-logo img {
    max-width: 300px;
}

/*.desert-inner-container
{
    max-width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
}*/

/*.desert-inner-box
{
 width: 375px;
 display: inline-block;
 padding: 10px;
}*/

@media (min-width: 960px)
{
.uk-child-width-1-3\@m>* {
    width: calc(100% * 1 / 3.1) !important;
}
}
@media (max-width: 767.98px) { 
    .grid-wrap { 
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 991.98px) { 
    .grid-wrap { 
    grid-template-columns: repeat(2, 1fr);
}
}