.design_loader
{
  background: url(../../views/img/pie.gif) no-repeat scroll center center #fff;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.working_loader
{
  background: url(../../views/img/working.gif) no-repeat scroll center center #fff;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;

}

#front-dragable-wrapper{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#customize_product{
    background: #0661db;
    color: #ffffff; 
    border-radius: 30px;
    border: none 1px;
    border-radius: 30px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
} 
#customize_product:before{
    font-family: "FontAwesome";
    content: "\f1fc";
    display: inline-block;
    font-weight: normal;
    padding-right: 0.5rem;
}
#customize_product:hover{
    background: #cec988;
    color: #3d3b26; 
}

#preview-design{
    display: none !important;
}

#add_custom_product_to_cart{
    color: #ffffff;
    background: #7ed321;
    border-color: none;
    float: left;
}
#add_custom_product_to_cart:hover{
    background: #4cbb6c;
    color: #ffffff; 
}
#add_custom_product_to_cart:before{
    font-family: "FontAwesome";
    content: "\f291";
    display: inline-block;
    font-weight: normal;
    font-size: 1.3rem;
    padding-right: 0.5rem;
}
#cancel_customize_product{
    background: #aaa9a9;
    border-color: none;
    float: right;
    color: #ffffff; 
}
#cancel_customize_product:hover{
    background: #ff1919;
}
#cancel_customize_product:before{
    font-family: "FontAwesome";
    content: "\f00d";
    display: inline-block;
    font-weight: normal;
    padding-right: 0.5rem;
}
#design_preview{
    padding-bottom: 5px;
}
#front_dragable_area{
    width: 100% !important;
    height: 100% !important;
}


#btn-cargo-font{

}
#btn-cargo-font a{
    font-size: 35px !important; 
    color: #000000; 
    font-family: 'Cargo_symbols Regular' !important;
}
#btn-cargo-font a:hover{
    color: #f00;
}






/*//////////////////////////NEW\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/









body{
    font-family: "Maven Pro", sans-serif !important;
}

#content-wrapper .page-title{
    text-transform: uppercase;
}

.block-categories ul > li{
    margin: 10px;
}
.block-links ul > li a{
    font-size: 16px;
    font-weight: 600;
}
#wrapper .breadcrumb {
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
}

.btn-product-list {
    padding: 0.5357142857rem 1.0714285714rem;
    border: none 1px;
    border-radius: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700;
}

#product-images-large .product-lmage-large{
    display: none;
}
#product-images-large .product-lmage-large:first-child{
    display: block;
}


.product-quantity .qty{
    display: none;
}
.add-to-cart {
    /*padding: 1.3125rem 3.75rem;*/
    background: #0661db;
    color: #ffffff;
    border: none 1px;
    border-radius: 30px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
}
.add-to-cart:hover{
    background: #cec988;
    color: #3d3b26;
}

.product_header_container .product-price, .product_p_price_container .product-price{
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.225rem;
    color: #0761db;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.nav-tabs .nav-link{
    text-transform: uppercase;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #000;
    border-bottom: solid 3px #0661db;
}



.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    border-left: 0;
}

.cbp-horizontal > ul > li > a:after {
    width: 2px !important;
    background: #46442c !important;
}

@media (min-width: 1200px){
    .cbp-horizontal > ul > li > a:after {
        position: absolute;
        content: '';
        background: #bfbfbf;
        width: 1px;
        height: 15px;
        top: 27px;
        left: 0;
        z-index: -1;
    }
}
.cbp-horizontal > ul > li:first-child > a:after {
    width: 0px !important;
}

.product-additional-info{
    border: 0px;
}
.iqitproducttags{
    border-top: 1px solid hsla(0,0%,63%,.25);
    padding-top: 1rem;
}
#custom-design-center-column{
    width: 50%;
}
#cpd-editor-container .canvas-container{
    border: 0;
}



#total-price{
    padding: 15px;
   border-top: 1px solid hsla(0,0%,63%,.25);
   border-bottom: 1px solid hsla(0,0%,63%,.25);
}
#total-price .tax-shipping-delivery-label, #total-price .product-available{
    display: none;
}
#total-price .product-price {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.225rem;
    color: #0761db;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.add_to_cart_container .btn{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background: #292929;
    border-radius: 30px;
}


















.search-widget .form-search-control {
    border-radius: 30px !important;
    background: #ffffff !important;
    color: #a6a6a6 !important;
    box-sizing: border-box !important;
    border: solid 1px #2f2f2f !important;
    transition: all 0.3s ease-in-out !important;
    height: 4rem !important;
    padding: 1.3125rem 2.1875rem !important;
}
.search-widget .search-btn:hover{
    color: #0761db;
}
#header .header-btn-w .header-btn {
    background: #0761db !important;
    color: #ffffff !important;
    position: relative;
    border-radius: 30px;
    padding: 1.25rem 3.125rem;
}
#header .header-btn-w .header-btn:hover {
    background: #cec988 !important;
    color: #3d3b26 !important;
}
#header .header-btn-w .header-btn span{
    float: right;
    font-size: 20px;
    line-height: 7px;
    padding-left: 10px;
    font-weight: 600;
}
#header .header-btn-w .header-btn span.cart-products-count-btn{
    font-size: 13px;
    line-height: 14px;
    padding-left: 4px;
}
#header-user-btn{
    display: none;
}


.cart-content-btn .btn-primary,.cart-buttons .btn-primary{
    background: #0761db !important;
    color: #ffffff !important;
}
.cart-content-btn .btn-primary,.cart-buttons .btn-primary{
    background: #0761db !important;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-content-btn .btn-secondary, .cart-buttons .btn-secondary{
    background: #ffffff !important;
    color: #3d3b26 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-content-btn .btn-secondary:hover, .cart-buttons .btn-secondary:hover{
    color: #0761db !important;
}
.cart-content-btn .btn-primary:hover, .cart-buttons .btn-primary:hover{
    background: #cec988 !important;
    color: #3d3b26 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.product-miniature-default .product-thumbnail img{
	width: 100%
}

.product-miniature-list .product-price {
    font-size: 1.7142857143rem;
    font-weight: bold;
}
.product-miniature-list .product-functional-buttons, .product-miniature-list .input-group-add-cart .bootstrap-touchspin{
	display: none;
}
.products-grid .product-add-cart{
	margin-bottom: 20px;
}



#content-wrapper .product_header_container .page-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: 0.02em;
    color: #292929;
    text-transform: capitalize;
    font-weight: 500;
}
.product_header_container {
    padding-bottom: 0;
    margin-bottom: 0; 
    border-bottom: 0px;
}
.product_p_price_container {
    border:0;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    padding-bottom: 1rem;
}