/** disable preloader **/
body::after {
    display: none;
}
body {
    font-family: CardoRegular;
}

h1 {
    font-family: AbrilFatface;
    font-weight: 100;
    font-size: 36px;
    color: #0F0F0F;
}

h2 {
    font-family: CardoRegular;
    text-transform: uppercase;
    font-size: 14px;
    color: #0F0F0F;
}

h3 {
    font-family: auto;
    font-weight: 300;
}

h4 {
    font-family: CardoRegular;
    font-weight: 100;
    font-size: 35px;
    color: #0F0F0F;    
}

h5 {
    font-family: CardoRegular;
    text-transform: uppercase;
    font-size: 14px;
    color: #0F0F0F;
}

.navbar .nav .nav-item .nav-link {
    font-family: CardoRegular;

}

.navbar .nav .nav-item .nav-link:hover {
    color: #f48c27!important;
}

.btn, .button, .text-btn, .text-btn-2, .text-btn-3 {
    font-family: CardoRegular;
}

/** Fonts **/

@font-face {
    font-family: LatoLight;
    src: url(https://cdn.pixfizz.com/fz/00ef956c73/0/zl8rk7S9d-zcm9mCYOBN8z5bAULSQ_jtgp91kBmr0Kg/~/Lato-Light.ttf);
}

@font-face {
    font-family: AbrilFatface;
    src: url(https://cdn.pixfizz.com/fz/283b3c725a/0/fejIRFMbfxeXfr3QLgZd5TC8rjhupXsjS6wxk7lrulU/~/AbrilFatface-Regular.ttf);
}

@font-face {
    font-family:CardoRegular;
    src: url(https://cdn.pixfizz.com/fz/2bfa6d7d93/0/ydKwB8Jn61NrcrlnZjKCjakzF8f55lnljnArRCz73kk/~/Cardo-Regular.ttf);
}

.breadcrumb .breadcrumb-item {
    font: 100 12px "Heebo", sans-serif;
    font-weight: bold;
}

/** Logo sizing **/

.navbar .navbar-brand {
    margin-right: 0rem !important;
}
.navbar .navbar-brand img {
    max-height: 80px;
}
@media screen and (max-width: 991px) {
    .navbar .navbar-brand img {
        max-height: 55px;
    }
}
.navbar ul.list-horizontal-unstyled li.pxt-icon {
    margin-left: -18px;
}

.section {
    padding: 60px 0;
}

/** Button Colors **/

.button-reveal-right-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.button-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/** Announcement Bar **/

.header-top {
    background-color: #f78b26;
    padding: 9px 0;
    font-size:13px;
    color: #ffffff;
}

/** Home Blocks **/
.hoverbox-8 img {
    width: 500px;
}

.hoverbox-8 .content {
    top: 90%;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
}

/** Projects Page **/

.attr-title.preview {
    width: 22%;
}    
.attr-title.details {
    width: 40%;
}    
.attr-title.price {
    width: 10%;
}    
.attr-title.icons {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .project-icon {
        margin-bottom: 15px;
        float:none;
    }
}

@media screen and (min-width: 768px) {
    .project-icon {
        margin-left: 35px;
    }
}

@media screen and (min-width: 992px) {
    .project-icon {
        margin-left: 55px;
    }
}

@media screen and (min-width: 1200px) {
    .project-icon {
        margin-left: 75px;
    }
}


/** Cart and Checkout Page **/

#cart-attr-titles {
    padding: 10px 0px;
    border-bottom: 1px solid #dedede;
}
.cart-attr-titles {
    padding: 10px 20px;
    border-bottom: 0px solid #dedede;
    width:100%;
    font-weight:600;
}
.attr-title.item {
    width: 71%;
}    
.inline-center {
    display: inline-block;
    vertical-align: middle;
}
.attr-title.quantity {
    width: 14%;
}
.attr-title.total {
    width: 10%;
    text-align:center;
}

.attr-title.subtotal {
    width: 19%;
    text-align:right;
    padding-right: 30px;
}
   
.product-table {
    border: none;
} 
.product-table th, .product-table td {
    padding: 10px 0 12px 0;
}

.product-table img {
    max-width: 140px;
    margin-top: 10px;
}
.cart-project-subtotal{
    text-align:right;
    font-weight:600;
    font-weight:300;
    font-size:14;
}
.cart-continue {
    display:inline-flex;
    width:100%;
    padding: 20px 0 50px 0;
    justify-content: flex-end;
}
a.button-reveal-right-outline-dark {
    margin-right:20px;
}
.cart-product-subtotal .pxTemplateOptionType {
    margin-bottom: 10px;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline-offset: -1px;
}
.custom-select {
    min-width: 50px;
}
/**
select.pxVariantType {
    margin-bottom: 10px;
    background: #282828;
    border-color: #282828;
    color: #fff;
    border-style: solid;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}**/
select.Variant {
    margin-bottom: 10px;
    border-style: solid;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}
input.Variant {
    margin-bottom: 10px;
    background: #282828;
    border-color: #282828;
    color: #fff;
    border-style: solid;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    min-width:180px;
}
.variant-selector { --variant-image-size: 110px; --border-width: 1px; }
.variant-selector fieldset { border: none; padding: 0; margin: 0; text-align: left; width:100%; }
.variant-selector .checkbox_set { display: inline-block; }
.variant-selector .checkbox_set input { display: none; }
.variant-selector .checkbox_set label { display: inline-flex; flex-direction: column; border: var(--border-width) solid transparent; cursor: pointer; padding: 8px; width: calc(var(--variant-image-size) + 2*var(--border-width)); }
.variant-selector .checkbox_set label img { /**max-width: var(--variant-image-size);**/ max-height: var(--variant-image-size); }
.variant-selector .checkbox_set label span { font-size: 10px; text-align: center; }
.variant-selector .checkbox_set input:checked ~ label { border-color: #000000; border-width: 1px; border-radius:2px; background-color: #ffffff;}
.variant-selector label {
    transition: transform .2s;
}
.variant-selector label:hover {
    transform: scale(1.5);
}

.button-reveal-right-dark:hover {
    border-color: #282828;
    color: #ffffff;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.cart-product-quantity.mobile {
    display:none;
}
.cart-project-subtotal.mobile {
    display:none;
}
.mobile-qtn-total {
    display:none;
}
.project-edit {
    width:158px;
}
.moveright38 {
    margin-right: 38px;
}
.noshowondesktop {
    display: none;
}
.min-size {
    width: 220px;
    }

@media (max-width: 850px) {
    .cart-checkout {
        /**position: absolute;
        top: -50px;
        width: 90%;
        margin: 0 0 10px 0px;
        border-bottom: 1px solid #dedede;**/
        width: 92%;
        
    }
    #cart-attr-titles {
        display:none;
    }
    .cart-continue-shopping {
        display:none;
        width: 100%;
    }
    a.button-reveal-right-outline-dark {
        width: 100%;
    }
    .attr-title.total {
        width:100%;
    }
    .attr-title.subtotal {
        width: 50%;
        padding-right: 0px;
    }
    .mobile-qtn-total {
        display:block;
    }
    .cart-product-quantity.desktop {
        display:none;
    }
    .cart-project-subtotal.desktop {
        display:none;
    }
    .cart-product-quantity.mobile {
        display:block;
        width: 50%;
        float: left;
    }
    .cart-project-subtotal.mobile {
        display:block;
        width: 45%;
        float: right;
        margin: 8px 8px 0 0;
    }
    .product-table td {
       border-bottom: none;
    }
    .table-responsive {
        border-bottom: 1px solid #dedede;
    }
    .moveright38 {
        margin-right: 0px
    }
    .noshowonmobile {
        display:none;
    }
    .min-size {
        width:80%;
    }
}
@media (max-width: 991px) and (min-width: 800px) {
    .attr-title.quantity {
        width: auto;
    }
    td.cart-product-thumbnail {
        padding-right:20px;
    }
}
@media (max-width: 500px) {
    .heading-uppercase {
        font-size: 12px;
        /*white-space: nowrap;*/
    }
}
.variant-name {
    font-weight: 300;
    font-size:14px;
    letter-spacing:1.5px;
    text-transform: uppercase;
}
.variant-value {
    font-weight: 200;
    font-size:11px;
    letter-spacing:1.5px;
}
.styled-select {
   background: url(https://cdn.pixfizz.com/fz/386046f540/0/jN7Qq4KhZU3ydWOMQ71jMEfzqKMS0HNP5nbmaLXIfJc/~/angle-down-thin.svg) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

/** Number of Cart Items **/
span.circled {
    border-style: solid;
    border-width: 1px;
    border-color: #c5cfd5;
    background-color: #c5cfd5;
    display: inline-block;
    margin: 0 3px;
    width: 1.7em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family:heebo;
    font-size:10px;
    color:white;
}

/* -------------------- Colors: Background */
.black   { background-color: #000; }
/* -------------------- Colors: Text */
.black select   { color: #fff; }
/**  Confirm Page **/

.confirm table.product-table {
    border-collapse: unset;
    padding:0px;
    text-align: center;
}

.confirm-table-responsive {
    border-bottom: 1px solid #dedede;
}
.confirm input, textarea {
    margin-bottom: 0px;
}
.confirm-product-table {
    width: 100%;
    padding: 30px;
}
.confirm-product-table th, .confirm-product-table td {
    padding: 12px 0 12px 5px;
}
.confirm-product-table .total-title-desktop {
    display:block;
    width:100%;
}
.confirm-total-mobile {
    display:none;
    white-space: nowrap;
}
.shipping-detail-box {
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin-bottom: 12px;
}
.notes-box {
    margin-bottom: 12px;
}
.shipping-opton {
    margin-top:12px; 
}

@media (max-width: 850px) {
    .confirm-product-table .total-title-desktop {
        display:none;
    }
    .confirm-total-desktop {
        display:none;        
    }
    .confirm-total-mobile {
        display:block;
        float:right;
        padding-right: 20px;
    }
}

/** show/hide account menu on mobile **/
@media (max-width: 992px) {
    .nav.noshowonmobile {
        display: none !important;
    }
    .showonmobile {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .showonmobile {
        display: none !important;
    }
}

/** account project name **/
.product-info input, textarea {
    background: transparent;
    width: auto;
    border: none;
    margin-bottom: 0px;
    padding: 0px;
    box-shadow: none;
    font: auto;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}
.product-info input[type="image"] {
    display:none
}

/** cart page**/
.form-control {width:50px;}

/** product page**/
.prod-thumbTxt {
    font-size: 18px;
    lline-height: 1.5;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 4px;
    padding-bottom: 0px;
    color: #8d8d8d;
	text-align: center; 
	font-weight: 700;
}
.ppd-optionItemBox {
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0px;
    background-color: #f0f0f0;
}
a.textlink {
    text-decoration: underline;
    color: #0f0f0f;
}

.prod-disclaimer {
    margin-bottom:10px;
    font-size:12px; 
    font-weight: 200; 
    color: #0f0f0f;
    text-align: center;
}
.prod-discription {
    font-size: 14px; 
    line-height: 24px; 
    display: table; 
    color: #0f0f0f; 
    text-align: left; 
    padding-top: 16px;
}
#productCreateButton {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid #c2c2c2;
    background-color: #c2c2c2;
    text-transform: capitalize;
}
.product-quantity .prod input {
    max-width: 100%;
}
.product-single .product-single-img .product-single-img-slider .owl-dots {
    display:none;
}

/** cart qtn buttons smaller **/
.cart-product-quantity input, .desktop .btn .btn-xs {
    min-width: fit-content;
    max-height: 52px;
    padding: 16px ;
}
.cart-product-quantity #orderline_quantity {
    padding: 16px ;
    height:52px;
}

.payment-detail-box ul li span span {
    position: static;
}

.payment-detail-product-list {
    font-size: 13px;
}

.payment-detail-box ul li .payment-detail-product-quantity {
    font-size: 13px;
}

@media (max-width: 850px) {
   .cart-project-subtotal.p-top110{ 
        padding-top: 90px !important; }
    .cart-product-remove.p-top110{ 
        padding-top: 90px !important; }
    .product-table tr {
        border-bottom: 1px solid #dedede;
    }
    .navbar ul.list-horizontal-unstyled li.cart-mr  {
        margin: 0 0 0 0;
    }
    .cart-product-remove a.project-icon { 
        display:block;
    }
    .cart-product-remove a.project-icon.cart-options { 
        display:unset;
    }
}
.breadcrumb {
    display: inline-block !important;
    background: transparent !important;
    margin: 0 0 -10px !important;
    padding: 0 !important;
}

@media screen and (device-aspect-ratio: 40/71) {
    .product .product-img img {
        width: 50px;
    }
    td.product-info {
    max-width: 150px !important;
    }
}
/*--- home page banner text movment--*/
.container.text-right.b1{
    top: -110px;
}
.container.text-left.b2{
    top: 120px;
}
.container.text-left.b4{
    top: 80px;
}
/**
@media screen and (min-width: 1600px), screen and (min-height: 1000px) {
    .section-lg bg-image parallax {
        height:500px;
    }

}
**/

/** Parallax positioning 
.parallax-img {
    height: 700px !important;
}
**/

/** Product Filter Pages **/
    ul{
		list-style: none outside none;
		padding-left: 0;
        margin: 0;
	}
    .lightslider .item{
        margin-bottom: -40px;
        margin-top: 20px;
    }
	.content-slider li{
	    background-color: #ed3020;
		text-align: center;
		color: #FFF;
	}
	.content-slider h3 {
		margin: 0;
		padding: 70px 0;
	}
	.lightslider{
	    width: 100%;
	}
    .px-title {
        font-size: 20px;
        font-weight: 500;
        padding: 10px 0 10px;
    }
    .px-radio {
        display: inline-block;
        width: 100%;
    }
    .px-radio input { 
        display: none;
    }
    .px-radio label {
        width: 29%;
        background-color: #FFFFFF;
    }
    .px-radio input:checked {
        border: 2px solid #000000;
        padding: 9px;
        font-weight: bold;
        color: #000000;
    }
    .px-options {
        --variant-image-size: unset;--border-width: 1px;
    }
    .px-options {
        display: inline-block;
        width:100%;
    }
    .px-options label:hover {
        transform: scale(1.1);
        transition: transform .2s; 
    }
    .px-options input {
        display:none;
    }
    .px-options label {
        cursor: pointer;
        width:75%;
        font-size:12px;
        text-align:center;
    }
    .px-options input:checked + img {
        border: 2px solid #27b8fb;
        padding: 9px;
        font-weight: bold;
        color: #ca9b74;        
    }
    .px-options .checkbox_set {
        display: inline-block;
        width: 25%;
    }
    .px-options .checkbox_set input:checked + label {
        border: 2px solid #000000;
        color: #000000;
    }
    .px-options .checkbox_set label span {
        display: inline-block;
        padding: 4px 2px 2px;
    }
    .px-radio label span {
        cursor: pointer;
        display: inline-block;
        padding: 4px 12px;
    }
    .px-radio label span:hover {
        opacity: 0.75;
    }
    .px-radio label input:checked + span {
       background-color: #f5f5f5;
    }
/** Size selection **/
    .px-radio-text {
        display: inline-block;
        width: 100%;
    }
    .px-radio-text input { 
        display: none;
    }
    .px-radio-text input:checked {
        border: 2px solid #000000;
        padding: 9px;
        font-weight: bold;
        color: #5fabdb;
    }
    .px-radio-text label span {
        cursor: pointer;
        display: inline-block;
        padding: 8px 26px;
        min-width:100px;
        background-color:#f2f2f2;
        text-align:center;
        margin-bottom:4px;
    }
    .px-radio-text label span:hover {
        opacity: 1;
        color:#ffffff;
        font-weight:500;
        background:#000000;
    }
    /**
    .px-radio-text label input:checked + span {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    }   
    **/
    .px-radio-text label input:checked + span:hover {
    -webkit-box-shadow:inset 0px 0px 0px 2px #000000;
    -moz-box-shadow:inset 0px 0px 0px 2px #000000;
    box-shadow:inset 0px 0px 0px 2px #000000;
    color: #000000;
    background: #ffffff;
    padding:10px 20px;
    }      
.px-radio-text .px-options {
    position: relative;
}
.px-radio-text .px-options.px-promotion::after {
    background: #eee;
    color: #3eaeee;
    font-family: "Font Awesome 5 Free";
    content: "\f0c4"; 
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 3px;
    /*right: 0;*/
    height: 20px;
    width: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.px-radio-text label input:checked + span  {
    color: #ffffff;
    font-weight:500;
    background: #000000;
    padding:10px 20px;
}   
/** Footer Colors **/
.bg-dark-lighter {
    background:  !important;
}
.bg-dark {
    background:  !important;
}

.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 40px 20px;
}

.section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 100px 20px;
}