@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

#modal_customize_item .modal-header,
#modal_customize_item .modal-footer {
    display: none;
}

#modal_customize_item_product .modal-header,
#modal_customize_item_product .modal-footer {
    display: none;
}

#modal_customize_item .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

#modal_customize_photographer_store .modal-header,
#modal_customize_photographer_store .modal-footer {
    display: none;
}

#modal_customize_item_product .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

.canvasPreviewImg {
    background: url('../../../images/back-crop-modal.jpg');
    background-size: 88%;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-position: bottom center;
}

#modal_customize_photographer_store .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

.row-inner {
    width: 100%;
    margin: 0;
}

/*#modal_customize_item .modal-body { background: url("../images/new-design/seprator.png") no-repeat center #EBEBEB;padding: 0 }
#modal_customize_item_product .modal-body { background: url("../images/new-design/seprator.png") no-repeat center #EBEBEB;padding: 0 }
#modal_customize_photographer_store .modal-body { background: url("../images/new-design/seprator.png") no-repeat center #EBEBEB;padding: 0 }*/
#modal_customize_item .modal-body {
    background-color: #ebebeb
}

#modal_customize_item_product .modal-body {
    background-color: #ebebeb
}

#modal_customize_photographer_store .modal-body {
    background-color: #ebebeb !important
}

#modal_customize_photographer_store .catName:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 3px;
    top: -5px;
    width: 40px;
    background-color: #564c4c;
}

#modal_customize_item .catName::before {
    content: "";
    top: -5px;
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #564c4c;
}

#modal_customize_item_product .catName::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    top: -5px;
    width: 40px;
    /* background-color: #564c4c; */
}

.customize-preview, .category-block, .product-block, .properties-block {
    float: left;
    width: 50%;
}

.customize-image-inner {
    padding: 40px 20px;
    font-family: 'Roboto' !important;
}

.customize-image-inner-new {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    font-family: 'Roboto' !important;
}

.sectionPreview {
    overflow: hidden;
    margin-bottom: 20px;
}

.fullWidth {
    width: 100%;
    margin: 0px !important;
}

#divPreviewImg, #divPreviewImgStep2, .divPreviewImgStep {
    float: left;
    margin: 0;
    padding: 0px 10px 10px 10px;
}

#divPreviewImg img, #divPreviewImgStep2 img, .divPreviewImgStep img {
    height: 80px;
    width: auto;
    border: solid 2px #fff;
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
}

span.previewName {
    float: left;
    margin: 20px 15px;
    color: #000;
    font-size: 20px;
}

#divPreviewImg.vImage img { /*width: 80px;height: auto;*/
}

#divPreviewImg.nImage img { /* height: auto; width: 80px; */
}

span.PreviewImageName {
    margin: 0px 7px;
}

.previewAction {
    margin: 15px 0px;
    color: #BCBCBC;
    font-weight: 200;
    font-size: 25px;

}

.canvasPreview .item {
    width: 90%;
    height: 260px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.canvasPreview {
    clear: both;
    float: none;
    text-align: left;
    padding-left: 12px;
}

.stepHeading {
    clear: both;
    margin: 20px 15px;
    color: #717171;
    font-size: 28px;
    font-family: 'Roboto' !important;
    text-align: left;
    font-weight: 300;
}

.catItem, .prodItem {
    float: left;
    margin: 0px 10px 20px 10px;
    position: relative;
}

#modal_customize_item button.close {
    opacity: 1;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}

#modal_customize_item_product button.close {
    opacity: 1;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}

#modal_customize_photographer_store button.close {
    opacity: 1;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.sectionCategory, .sectionProduct, .sectionProperty {
    overflow: hidden;
    padding-top: 15px;
    height: 500px;
    overflow-y: scroll;
    margin: 20px 0px 0px 0px;
    background-color: white;
}

.sectionCategory-4 {
    padding: 0px 20px !important;
    height: 618px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.catPreview .item, .prodPreview .item {
    width: 185px;
    height: 185px;
    background-size: 185px;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.item-4 {
    width: 327px !important;
    /*height: 261px !important;*/
    height: 240px !important;
    background-size: 270px !important;
    margin-right: 40px !important;
    margin-left: 40px !important;

}

.catName, .prodName {
    margin-top: 10px;
    font-size: 14px;
    position: relative;
}

.catItem.selected .catPreview .item,
.prodItem.selected .prodPreview .item {
    border: solid 8px #33A535;
}

.catItem.selected .catPreview:after,
.prodItem.selected .prodPreview:after {
    content: " ";
    background: url("../images/new-design/checkmark.png") no-repeat top;
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 0;
    left: 125px;
    background-size: contain;
    margin-bottom: 25px;
    margin-left: 35px;
}

.catItem.selected .catName,
.prodItem.selected .prodName {
    /* color: #297833; */
}

.catPreview .item:hover, .catPreview:hover .item,
.prodPreview .item:hover, .prodPreview:hover .item {
    box-shadow: 1px 1px 8px #999;
    cursor: pointer;
}

.sectionCategory::-webkit-scrollbar,
.sectionProduct::-webkit-scrollbar,
.sectionProperty::-webkit-scrollbar,
li.shopping-cart-items::-webkit-scrollbar,
li.shopping-cart-items::-webkit-scrollbar,
table.cart-table-scroll tbody::-webkit-scrollbar {
    width: 0.7em;
}

.sectionCategory::-webkit-scrollbar-track,
.sectionProduct::-webkit-scrollbar-track,
.sectionProperty::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    border-radius: 60px;
}

.sectionCategory::-webkit-scrollbar-thumb,
.sectionProduct::-webkit-scrollbar-thumb,
.sectionProperty::-webkit-scrollbar-thumb,
li.shopping-cart-items::-webkit-scrollbar-thumb,
table.cart-table-scroll tbody::-webkit-scrollbar-thumb {
    /*background-color: #5A5A5A;*/
    background-color: #BEBEBE;
    outline: 1px solid slategrey;
    border-radius: 60px;
}

.step-action {
    margin: 20px 0px 0px 0px;
}

.step-action .btnCancel {
    background: #CCCFD6;
    border: 0;
    color: #fff;
    padding: 6px 30px;
    border-radius: 15px !important;
    font-size: 15px;
    font-family: 'Roboto' !important;
}

.step-action .btnNextStep {
    background: #19CA5E;
    border: 0;
    color: #fff;
    padding: 6px 30px;
    border-radius: 15px !important;
    font-size: 15px;
    font-family: 'Roboto' !important;
}

.selectedProductInfo, .selectedProductSize {
    color: #BCBCBC;
    font-weight: 200;
    font-size: 22px;
}

.selectedProductSize {
    margin-top: 5px;
}

.selectedProductTotal {
    margin: 25px 0px;
}

.selectedProductTotalInner {
    border: solid 3px #727272;
    padding: 12px 10px;
}

.prodStr {
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    padding: 1px;
}

.ProdTot {
    color: #908C8D;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #727272;
    text-align: left;
    padding: 1px;
}

.form-horizontal.text-left .form-group .control-label {
    text-align: left;
}

.pointer {
    cursor: pointer;
}

.padding-5 {
    padding: 5px;
}

.margin-5 {
    margin: 5px;
}

.inline-block {
    display: inline-block;
}

.vside-padding-10 {
    padding: 10px 0;
}

.side-padding-10 {
    padding: 0 10px;
}

.square-35 {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.square-75 {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
}

.optional-radio,
.optional-checkbox {
    padding: 15px;
    min-width: 100px;
    text-align: center;
    color: #ababab;
    border: 2px solid #737373;
    border-radius: 2px;
    font-size: 150%;
}

.optional-radio.selected,
.optional-checkbox.selected {
    color: #538d1d;
    background-color: #9ad061;
    border: 2px solid #adba9c;
    border-radius: 4px;
}

.optional-radio:not(.selected):hover,
.optional-checkbox:not(.selected):hover {
    color: #737373;
    background-color: #c9deb5;
    border: 2px solid #538d1d;
    border-radius: 4px;
}

.optional-radio-image,
.optional-checkbox-image {
    position: relative;
}

.optional-radio-image .radio-placement,
.optional-checkbox-image .checkbox-placement {
    width: 25px;
    display: inline-block;
}

.optional-radio-image .image-placement,
.optional-checkbox-image .image-placement {
    height: 100%;
    width: 95px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
}

.optional-radio-image .text-placement,
.optional-checkbox-image .text-placement {
    height: 100%;
    width: 95px;
    display: block;
    font-size: 150%;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 10px;
}

.optional-radio-image .image-placement .square-75,
.optional-checkbox-image .image-placement .square-75 {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    margin-bottom: 10px;
}

.optional-radio-image.selected .image-placement .square-75,
.optional-checkbox-image.selected .image-placement .square-75 {
    /*border: 4px solid #c9deb5;
    border-radius: 4px;*/
}

.optional-radio-image:not(.selected):hover .image-placement .square-75,
.optional-checkbox-image:not(.selected):hover .image-placement .square-75 {
    /*border: 2px solid #ecfadf;
    border-radius: 3px;*/
}

.optional-radio-image .radio-placement .fa.fa-optional-radio,
.optional-checkbox-image .checkbox-placement .fa.fa-optional-checkbox {
    position: relative;
    top: -45px;
}

.optional-radio-image .radio-placement .fa.fa-optional-radio:before,
.optional-checkbox-image .checkbox-placement .fa.fa-optional-checkbox:before {
    font-size: 150%;
}

.optional-radio-image .radio-placement .fa.fa-optional-radio:before {
    content: '\f10c';
}

.optional-radio-image.selected .radio-placement .fa.fa-optional-radio:before {
    content: '\f192';
    color: #538d1d;
}

.optional-checkbox-image .checkbox-placement .fa.fa-optional-checkbox:before {
    content: '\f096';
}

.optional-checkbox-image.selected .checkbox-placement .fa.fa-optional-checkbox:before {
    content: '\f046';
    color: #538d1d;
}

.color-selector .color {
    border-radius: 100%;
    height: 75px;
    width: 75px;
    margin-bottom: 5px;
}

.color-selector.selected .color {
    background-color: #fff;
}

.color-selector .color .fa {
    font-size: 400%;
    margin-top: 5px;
    margin-left: -3px;
}

.color-selector .text-placement {
    font-size: 150%;
    text-align: center;
}

.optional-checkbox-image.selected .text-placement,
.optional-radio-image.selected .text-placement {
    color: #538d1d;
}

.ui-select-large.ui-select-container > .ui-select-match > .btn > .ui-select-match-text {
    width: 100%;
    padding: 0px 9px;
}

.ui-select-large.ui-select-container > .ui-select-match > .btn > .ui-select-placeholder {
    position: relative;
    top: 12px;
}

.ui-select-large.ui-select-container > .ui-select-match > .btn.form-control {
    height: 57px;
}

.ui-select-large.ui-select-container > .ui-select-search.form-control {
    height: 57px;
}

/*******************
Top Menu Cart Items 
*******************/
.header .user-meta .umeta-part.umeta-part-2 {
    display: inline-block;
    float: right;
    margin-top: 8px;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart {
    margin-left: -240px !important;
    min-width: 280px;
    border-radius: 0px;
    border-color: #E7DCDA;
    border-top: solid 2px #A2A2A2;
    box-shadow: none;
    padding-top: 0;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #A2A2A2;
    border-left: 7px solid transparent;
    content: '';
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li {
    border-bottom: solid 1px #E5E5E5;
}

html body .dropdown ul.custom-dropdown.items-shopping-cart li:hover {
    background: #F4F4F4;
    color: inherit;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li .item-price {
    padding: 0;
    font-family: 'Cabin', sans-serif !important;
    margin: 0;
    color: #000;
    font-weight: 700;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li .row.cart-item {
    margin: 0;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li:first-child,
ul.dropdown-menu.custom-dropdown.items-shopping-cart li:last-child,
ul.dropdown-menu.custom-dropdown.items-shopping-cart li {
    padding: 0;
    padding-top: 8px;
    cursor: inherit;
    margin: 0 !important;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li .item-part-1 {

}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li .item-part-2 {
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart li .item-part-3 {
    text-align: center;
    padding-left: 0;
}

button.btnViewCart {
    background: #40CCCD;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
}

html body .dropdown ul.custom-dropdown.items-shopping-cart li:first-child {
    padding-top: 17px !important;
}

ul.dropdown-menu.custom-dropdown.items-shopping-cart .remove-item img {
    cursor: pointer;
}

.cart-item-name {
    font-family: 'Cabin', sans-serif !important;
    color: #000;
    font-weight: 700;
    position: relative;
    top: -4px;
}

.cart-item-qty {
    font-family: 'Cabin', sans-serif !important;
    color: #878789;
    font-weight: 400;
    padding: 0;
    margin: 0;
    position: relative;
    top: -14px;
}

.cart-item-thumb {
    position: relative;
    top: -15px;
}

html body .dropdown ul.custom-dropdown.items-shopping-cart li.cart-sub-total {
    padding: 20px 0px;
    border: none;
    border: 0px !important;
}

html body .dropdown ul.custom-dropdown.items-shopping-cart li.cart-sub-total:hover,
html body .dropdown ul.custom-dropdown.items-shopping-cart li.view-cart:hover {
    background: none;
}

ul.custom-dropdown.items-shopping-cart li.view-cart {
    border: none;
}

ul.custom-dropdown.items-shopping-cart li.view-cart .row-view-cart {
    margin: 0px auto;
    width: 90%;
    padding: 20px 0px;
    border-top: dashed 1px #DEDEDE;
}

.row-view-cart .col-md-12 {
    padding: 0px;
}

.cart-str-subtotal {
    font-family: 'Candal', sans-serif;
    color: #BABABA;
    font-size: 12px;
    text-shadow: normal;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
}

.cart-subtotal-amnt {
    text-align: center;
    font-family: 'Cabin', sans-serif !important;
    margin: 0;
    color: #000;
    font-weight: 700;
}

li.shopping-cart-items, li.shopping-cart-items ul {
    padding: 0px !important;
}

li.shopping-cart-items {
    max-height: 325px;
    overflow: hidden;
}

li.shopping-cart-items:hover {
    overflow-y: scroll;
}

body.cart-enable div#content_wrap {
    background: rgba(0, 0, 0, 0);
}

body.cart-enable, body.checkout-enable, body.payment-done {
    /*margin-top: 120px;*/
    margin-top: 150px;
}

/**********
  Shoping cart
***********/
.fb-cart {
    width: 1000px;
    margin: 0px auto;
}

.dib {
    display: inline-block;
    float: left;
    padding: 0px 20px 0px 0px;
}

.fb-cart-heading {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 10px;
}

.fb-cart-sub-hd, .fb-cart-sub-hd-sep, .fb-cart-item-number {
    font-size: 32px;
    color: #000;
}

.fb-cart-str-subtotal {
    color: #000;
}

.fb-cart-amnt-subtotal {
    color: #F39558;
}

.fb-cart-prod-descr-ref {
    font-size: 10px;
    text-transform: initial;
    color: #606060;
    text-shadow: none;
    font-style: italic;
}

.fb-cart-prod-descr {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;

}

.cart-enable .header.header-3, .checkout-enable .header.header-3 {
    display: none;
}

table.fb-cart-table .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0px 15px;
}

.fb-cart-prod-prpt-color, .fb-cart-prod-prpt-size, .fb-cart-prod-qty, .fb-cart-prod-prc {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

.fb-cart-back-links {
    overflow: hidden;
    margin: 20px 0px;
}

.fb-cart-checkout {
    text-align: right;
    padding: 0;
}

.fb-cart-back {
    text-align: left;
    padding: 0;
}

.fb-cart-back a, .btnSaveCartInfoBack {
    background: #9A9898;
    color: #fff;
    padding: 15px 60px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.btnSaveCartInfoBack {
    border: none;
    font-size: 15px;
    padding: 12px 30px;
    margin-left: 10px;
}

.fb-cart-checkout a {
    background: #19CC60;
    color: #fff;
    padding: 15px 45px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

table.fb-cart-table {
    width: 100%;
    margin-top: 30px;
}

table.fb-cart-table thead {
    border-bottom: solid 1px #E1E1E1;
}

table.fb-cart-table tfoot td {
    padding: 15px 0px;
    background: #E7E4E4;
}

table.fb-cart-table thead tr th {
    font-size: 12px;
    text-transform: uppercase;
    color: #B0B0B0;
    font-weight: 400;
    padding: 4px 0px 15px 0px;
}

table.fb-cart-table tbody td {
    padding: 20px 0px;
    text-align: left;
    vertical-align: middle;
}

table.fb-cart-table tbody tr:last-child td {
    padding: 4px 0px;
    border-top: solid 1px #E1E1E1;
}

/*** total price table ****/
table.fb-cart-footer-table thead th {
    color: #FAFAFA !important;
}

td.fb-cart-footer-tables-space {
    width: 70%;
}

td.fb-cart-str-subtotal {
    width: 15%;
}

td.fb-cart-amnt-subtotal {
    width: 15%;
}

.tbl-bottom-border {
}

/**scroll cart table **/

table.cart-table-scroll {
    width: 100%; /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
}

table.cart-table-scroll tbody,
table.cart-table-scroll thead {
    display: block;
    padding-right: 20px;
}

thead tr th {

    /*text-align: left;*/
}

table.cart-table-scroll tbody {
    max-height: 440px;
    overflow: hidden;
}

table.cart-table-scroll tbody:hover {
    overflow-y: auto;
}

tbody td, thead th {
    width: 20%; /* Optional */
}

tbody td:last-child, thead th:last-child {

}

/***icons**/
.ico-setting:after {
    content: " ";
    background: url("../images/new-design/facebook/cart/EDIT1.png") center no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin: 0px 2px;
}

.ico-qty:after {
    content: " ";
    background: url("../images/new-design/facebook/cart/ARROW-SMALL-QUANTITY.png") center no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin: 0px 2px;
}

.ico-remove:after {
    content: " ";
    background: url("../images/new-design/facebook/cart/X.png") center no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin: 0px 2px;
}

/**********************************************
************** Checkout ***********************
**********************************************/

.fb-checkout {
    background: #FAFAFA;
}

.fb-checkout-heading .badge {
    margin-right: 10px;
}

.fb-checkout-shipping, .fb-checkout-payment-select, .fb-checkout-cart-summery {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    padding: 7px 0px;
}

.chk-step-p-enable, .chk-step-enable, .chk-step-default {
    padding: 0px;
    border-top: solid 1px #C2C0C0;
}

.chk-step-default {
    border-bottom: solid 1px #C2C0C0;
}

.fb-checkout-step-3 {
    border-bottom: solid 1px #C2C0C0;
}

.chk-step-disable, .chk-step-p-enable .fb-checkout-body, .chk-step-default .fb-checkout-body {
    display: none;
}

.fb-checkout-step-2 .badge, .fb-checkout-step-2.chk-step-default .badge {
    padding: 7px 12px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 400;
}

.fb-checkout-step-1 .badge, .fb-checkout-step-1.chk-step-default .badge {
    padding: 7px 14px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 400;
}

.fb-checkout-step-3 .badge, .fb-checkout-step-3.chk-step-default .badge {
    padding: 7px 12px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 400;
}

.chk-step-enable .badge {
    background: #32C1C2;
}

.chk-step-p-enable .badge {
    background: #86DDDE;
}

.fb-checkout-body {
    background: #fff;
}

.fb-checkout-body-inn {
    padding: 20px 40px;
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

/**input elements */
.fb-checkout-body-inn .form-control {
    box-shadow: 0px 2px 2px 1px rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 2px 2px 1px rgba(150, 150, 150, 0.2);
    border: solid 1px #DADADA;
    border-radius: 3px;
    padding: 8px 12px;
    height: 40px;
}

.fb-checkout-body-inn .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.fb-checkout-body-inn .row-input {
    margin-top: 2px;
    margin-bottom: 15px;
}

.fb-checkout-body-inn .row-lbl {
    margin-top: 2px;
    margin-bottom: 5px;
}

.fb-checkout-body-inn label {
    font-size: 15px;
    font-weight: 400;
    font-family: verdana;
    letter-spacing: 0.5px;
    color: #CFCFCF;
}

.fb-checkout-body-inn label.active {
    color: #66afe9;
}

.fb-checkout-heading {
    font-size: 19px;
    color: #000;
}

.fb-checkout-heading {
    font-size: 19px;
    color: #000;
}

.chk-step-p-enable .fb-checkout-heading {
    cursor: pointer;
}

.fb-chk-sub-heading {
    font-size: 18px;
    color: #000;
}

.fb-chk-payt-sub-heading:before {
    content: " ";
    background: url("../images/new-design/facebook/checkout/dot.png");
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    margin: 0px 6px 0px 0px;
    position: absolute;
    left: -6px;
}

.payt-card-ico {
    float: right;
    margin-left: 10px;
}

.btnSaveCartInfo, .btnCompleteOrder {
    background: #19CC60;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

.btnCompleteOrder {
    background: #19A536;
}

.body-cart-summery .product-frame img {
    width: 100%;
}

.fb-checkout-frame {
    font-size: 24px;
    color: #000;
    padding: 5px 10px 30px 0px;
    font-weight: bold;
}

img.item-preview {
    border: solid 2px #000;
}

.product-attr div {
    font-size: 19px;
    font-weight: 400;
    font-family: verdana;
    color: #BFBFBF;
    padding-bottom: 7px;
}

/**** last step checkout *******/
.fb-checkout-total .row {
    margin-bottom: 25px;
}

.fb-checkout-subtot-str, .fb-checkout-total-str {
    color: #000;
}

.fb-checkout-subtot-amnt {
    color: #000;
    font-size: 23px;
}

.product-qty {
    margin: 20px 0px;
}

.product-qty select {
    border: solid 1px #ccc;
    color: #000;
    font-weight: 400;
    font-family: verdana;
    padding: 6px 10px;
}

.fb-checkout-total-amnt {
    color: #000;
    font-size: 26px;
}

.orderCompletedMSG {
    text-transform: uppercase;
    color: #19A536;
    text-align: center;
    display: none;
}

.orderCompletedMSG img {
    margin: 5px 0px;
}

.chk-step-p-enable .fb-checkout-heading:hover {
    background: #EFEFEF;
    -webkit-transition: background-color 50ms linear;
    -moz-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.chk-step-enable .fb-checkout-heading-outer {
    border-bottom: solid 1px;
}

.checkout-back {
    text-align: right;
}

.checkout-paypal {
    color: #716D6D;
    padding: 15px 150px 15px 20px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    margin: 0px 15px;
    background: #E9E9E9 url("../images/new-design/facebook/cart/paypal.png") 80% no-repeat;
    background-size: 90px;
}

.cart-btn-grey {
    background: #9A9898;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin: 40px 0px;
}

/****** Payment Done ******/
.fb-cart-payment-done {
    margin: 20px 0px;
    padding: 25px 0px;
}

.fb-cart-payment-done-inn img {
    width: 72px;
}

.str-payt-succ {
    font-size: 24px;
    color: #000;
    padding: 10px 0px;
    font-weight: 600;
}

.str-payt-succ-sub {
    padding: 10px 0px;
    line-height: 22px;
    color: #000;
    font-size: 14px;
}

.thumbnail .thumbnail-wrapper {
    position: relative;
    min-height: 100px;
}

.thumbnail .thumbnail-wrapper .actions {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: none;
    z-index: 0;
}

.thumbnail .thumbnail-wrapper:hover .actions {
    display: block;
}

.thumbnail .thumbnail-wrapper:hover .actions:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.btn.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent:focus, .btn.btn-transparent.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent:active, .btn.btn-transparent.active,
.open > .btn.btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent:active:hover, .btn.btn-transparent:active:focus, .btn.btn-transparent:active.focus, .btn.btn-transparent.active:hover, .btn.btn-transparent.active:focus, .btn.btn-transparent.active.focus,
.open > .btn.btn-transparent.dropdown-toggle:hover,
.open > .btn.btn-transparent.dropdown-toggle:focus,
.open > .btn.btn-transparent.dropdown-toggle.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent:active, .btn.btn-transparent.active,
.open > .btn.btn-transparent.dropdown-toggle {
    background-image: none;
}

.btn.btn-transparent.disabled:hover, .btn.btn-transparent.disabled:focus, .btn.btn-transparent.disabled.focus, .btn.btn-transparent[disabled]:hover, .btn.btn-transparent[disabled]:focus, .btn.btn-transparent[disabled].focus,
fieldset[disabled] .btn.btn-transparent:hover,
fieldset[disabled] .btn.btn-transparent:focus,
fieldset[disabled] .btn.btn-transparent.focus {
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-transparent .badge {
    color: transparent;
    background-color: #fff;
}

.btn.btn-bordered-lightgray {
    border: 1px solid #e0e3eb;
}

.btn.btn-circle {
    border-radius: 100% 100%;
    display: inline-block;
    padding: 9px;
}

.btn.btn-circle.btn-lg, .btn-group-lg > .btn.btn-circle {
    font-size: 150%;
    padding: 25px;
}

.btn.btn-view {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-view:hover, .btn.btn-view:active, .btn.btn-view:focus {
    background-color: #5bc0de;
    border-color: #8492af;
    color: #fff;
}

.btn.btn-remove {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-remove:hover, .btn.btn-remove:active, .btn.btn-remove:focus {
    background-color: #d9534f;
    border-color: #8492af;
    color: #fff;
}

.margin-5 {
    margin: 5px;
}

/********** New 19 May 2017 *************/

#modal_customize_item_product .modal-body, #modal_customize_photographer_store .modal-body, #modal_customize_item .modal-body {
    padding: 0px
}

#modal_customize_photographer_store .modal-body, #modal_customize_item .modal-body {
    background-color: #fff !important;
}

#modal_customize_item_product .modal-content, #modal_customize_item .modal-content {
    background: none;
}

.customize-image-inner-new {
    padding: 0;
}

#modal_customize_item_product .modal-body {
    background: #fff;
    /* max-height: 700px; */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
}

.stepHeading {
    background: #d3bfa5;
    color: #fff;
    padding: 20px 15px;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

#modal_customize_item_product button.close img,
#modal_customize_photographer_store button.close img,
#modal_customize_item button.close img {
    width: 18px;
    margin: 10px 10px 0px 0px;
    vertical-align: middle;
    /* display: table-cell; */
}

.catItem, .prodItem {
    /* display: inline-block; */
    float: left;
    margin: 0;
    width: 31.1%;
    margin: 10px;
}

.catItem.catItem-nos-4,
.prodItem.prodItem-nos-4 {
    width: 22.6%;
}

.catPreview .item, .prodPreview .item {
    margin: 0px !important;
    /*background-size: cover!important;*/
    margin: 4px !important;
    width: 100% !important;
}

.sectionCategory, .sectionProduct, .sectionProperty {
    /*height: auto !important;*/
    /*max-height: 535px;*/
    overflow: hidden;
    /*overflow-y: scroll;*/
    margin: 10px 10px;
    /** new  22 may 17**/
    height: auto !important;
    min-height: 250px;
    /*overflow: hidden;*/
    overflow-y: auto;
    /*margin: 10px 10px;*/
    max-height: 535px;
}

/**** New 20 May 2017****/

.prodItem.selected .prodPreview .item,
.catItem.selected .catPreview .item {
    border: none;
}

.catItem.photo.selected .catPreview .item {
    border: solid 3px #33A535;
}

.catItem.selected .catPreview:after, .prodItem.selected .prodPreview:after {
    background: none;
}

.catItem, .prodItem {
    text-align: initial;
}

.prodName, .prodPrice, .prodItem.selected .prodName, .catName {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 5px 0px;
}

.prodDescr, .catDescr {
    font-size: 12px;
    color: #000;
    padding: 8px 0px;
    min-height: 110px;
}

.prodPreview:hover .item {
    box-shadow: none;
    cursor: pointer;
}

.prodItem {
    padding: 5px;
}

.prodItem:hover {
    /* box-shadow: 1px 1px 8px #999;
   cursor: pointer; */
}

.prodPreview .item {
    margin: 0px !important;
}

button.prodBuyNow {
    display: inline-block;
    background: #91ab50;
    border: none;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    margin: 10px 0px;
}

button.prodBuyNow:hover {
    color: #fff;
    background-color: #139f4b;
    border-color: #129546;
}

.prodItem, .catItem {
    padding: 0;
    margin: 0;
}

.prodItem .prodMeta, .prodItem div.prodBuyNow, .catMeta, .catAction {
    padding: 10px 20px;
    padding-top: 0;

}

.prodItem .prodMeta, .catItem .catMeta {
    border-right: solid 2px #d4d4d4;
}

.prodItem:last-child .prodMeta, .prodItem:last-child:hover .prodMeta,
.catItem:last-child .catMeta, .catItem:last-child:hover .catMeta {
    border: none;
}

.catItem.catItem-nos-4, .prodItem.prodItem-nos-4 {
    width: 25.0%;
}

.catItem, .prodItem {
    width: 33.33%; /*height:490px;*/
}

.prodItem {
    height: 490px;
}

.prodItem:last-child .prodMeta,
.prodItem:last-child:hover .prodMeta,
.prodItem:last-child:focus .prodMeta,
.prodItem:last-child:active .prodMeta,
.prodItem.prodItem-nos-4.prodItem-item-number-3 .prodMeta,
.prodItem.prodItem-nos-3.prodItem-item-number-2 .prodMeta,
.prodItem.prodItem-nos-2.prodItem-item-number-1 .prodMeta,
.prodItem.prodItem-nos-1.prodItem-item-number-0 .prodMeta,
.prodItem.prodItem-item-number-0.selected.prodItem-nos-1 .prodMeta,
.catItem:last-child .catMeta,
.catItem:last-child:hover .catMeta,
.catItem:last-child:focus .catMeta,
.catItem:last-child:active .catMeta,
.catItem.catItem-nos-4.catItem-item-number-3 .catMeta,
.catItem.catItem-nos-3.catItem-item-number-2 .catMeta,
.catItem.catItem-nos-2.catItem-item-number-1 .catMeta,
.catItem.catItem-nos-1.catItem-item-number-0 .catMeta,
.catItem.catItem-item-number-0.selected.catItem-nos-1 .catMeta {
    border: none;
}

.btn-back {
    font-size: 0;
    background: url(../images/button-back.png) no-repeat center;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin: 0px 20px;
    width: 28px;
    height: 28px;
    margin-top: -5px;
    border: 0;
    left: 0;
}

/**21 my 2017***/

.customize-image-inner {
    padding: 0px;
}

.no-bg, #modal_customize_photographer_store .catName:before {
    background: none;
}

.step-action, .step-action .btnCancel {
    display: none;
}

.step-action.step-action-properties, .step-action.step-action-category {
    display: block;
}

.step-action.step-action-properties {
    display: block;
    margin-bottom: 20px;
}

.custom-ele-group span.input-group-addon, .custom-ele-group label.input-group-addon {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 120px;
    text-align: left;
}

.custom-ele-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border-left: 0;
    border: none;
}

.custom-ele-group, html body .custom-ele-group, .form-horizontal .form-group.custom-ele-group {
    margin: 0px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    margin-top: 7px;
    position: relative;
    display: table;
    border-collapse: separate;
}

.group-addon-textarea {
    vertical-align: top;
}

.catPreview .item:hover, .catPreview:hover .item, .prodPreview .item:hover, .prodPreview:hover .item {
    box-shadow: none;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
    /*border: solid 1px #ccc;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
	    padding: 5px;*/
}

.optional-radio.selected, .optional-checkbox.selected, .optional-radio, .optional-checkbox, .optional-radio:not(.selected):hover, .optional-checkbox:not(.selected):hover {
    font-size: 110%;
    border: solid 1px;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.optional-radio-image .text-placement, .optional-checkbox-image .text-placement {
    font-size: 110%;
    font-weight: normal;
}

.form-horizontal .control-label {
    font-weight: normal;
}

/**** 22 May 2017 ****/
.custom-ele-group-combo {
    max-height: 60px !important;
}

.custom-ele-group-combo .ui-select-large.ui-select-container > .ui-select-match > .btn.form-control {
    max-height: 57px !important;
    height: 57px !important;
    background: none;
}

.custom-ele-group .margin-5 {
    margin: 0px 5px;
}

.custom-ele-group .optional-radio.selected,
.custom-ele-group .optional-checkbox.selected,
.custom-ele-group .optional-radio,
.custom-ele-group .optional-checkbox,
.custom-ele-group .optional-radio:not(.selected):hover,
.custom-ele-group .optional-checkbox:not(.selected):hover {
    font-size: 110%;
    border: solid 1px;
    padding: 10px;
    /*	    padding: 10px 0px 0px 15px;*/
    margin-top: 4px;
    margin-bottom: 4px;
    background: none;
    border: none;
}

#CurrentPhotographerStoreImage_2 .customize-image-inner.customize-image-inner-new,
#CurrentPhotographerStoreImage_1 .customize-image-inner.customize-image-inner-new,
#CurrentCustomizeProductImage_1 .customize-image-inner.customize-image-inner-new,
#CurrentCustomizeProductImage_2 .customize-image-inner.customize-image-inner-new {
    padding-bottom: 0px !important;
}

/*** custom check box ***/

.custom-ele-group .optional-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.custom-ele-group .optional-checkbox {
    position: relative;
}

.custom-ele-group .optional-checkbox span {
    margin: 0px 5px;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.custom-ele-group .optional-checkbox.selected:after {
    content: "✔";
    position: absolute;
    left: 3px;
    line-height: 0.8;
    color: rgb(9, 173, 126);
    font-size: 0px;
    width: 11px;
    height: 9px;
    transition: all 0.2s;
    background: url(../images/tick-checked.png) center center / contain no-repeat;
    margin-top: 4px;
}

/*** custom radio box ***/

.custom-ele-group .optional-radio:before {
    content: '';
    position: absolute;
    left: -3px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0px 0px;
    border-radius: 15px;
}

.custom-ele-group .optional-radio {
    position: relative;
}

.custom-ele-group .optional-radio span.ele-label {
    margin: 0 5px 0 10px;
    font-size: 14px;
    position: relative;
    /*top: -2px;*/
}

.custom-ele-group .optional-radio span {
    font-size: 14px;
}

.custom-ele-group .group-addon-radio {

}

.custom-ele-group .optional-radio.selected:after {
    content: "✔";
    position: absolute;
    left: 0;
    line-height: 0.8;
    color: rgb(9, 173, 126);
    font-size: 0px;
    width: 11px;
    height: 9px;
    transition: all 0.2s;
    background: url(../images/tick-checked.png) center center / contain no-repeat;
    margin-top: 4px;
    top: 10px;
}

.ProdTot, .prodStr {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-transform: none;
}

.prodStr {
    font-weight: normal;
    font-size: 14px;
}

.selectedProductTotalInner {
    border: none;
}

.selectedProductInfo, .selectedProductSize, .previewAction {
    color: #333;
    font-size: 15px;
}

/*div#modal_customize_photographer_store .modal-content { background:none; }*/

.row-total-container {
    margin: 5px 10px;
    padding: 0 10px;
    overflow: hidden;
}

.row-total-container strong {
    font-weight: bold;
}

.step-action .prodBuyNow {
    display: inline-block;
    background: #91ab50;
    border: none;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    margin: 10px 0px;
    border-radius: 0 !important;
}

.tr {
    text-align: right;
}

.custom-ele-group .color-selector .color {
    width: 50px;
    height: 50px;
}

.custom-ele-group .color-selector .color .fa {
    font-size: 300%;
}

.custom-ele-group .color-selector .text-placement {
    font-size: 100%;
    margin-bottom: 10px;
}

/** 24 may 2017 **/
.custom-ele-group .optional-checkbox.selected:after {
    top: 10px;
}

.custom-ele-group .optional-checkbox span.ele-label {
    margin: 0px 5px;
    top: 0px;
}

.custom-ele-group .optional-checkbox span {
    top: 0px;
    margin: 0px;
}

/******** Responsive :20 My 2017 ************/

@media screen and (max-width: 1024px) and (min-width: 801px) {

    #modal_customize_item_product .modal-dialog {
        width: 98%;
    }

    #modal_customize_photographer_store .modal-dialog {
        width: 98%;
    }

    .step-action .col-md-6 {
        margin: 10px 0px;
    }

    .catItem.catItem-nos-4, .prodItem.prodItem-nos-4, .catItem, .prodItem {
        width: 50%;
    }

    .prodItem .prodMeta {
        border: 0;
    }

    .prodItem .prodMeta, .catItem .catMeta {
        border: none;
    }
}

@media screen and (max-width: 800.99px) and (min-width: 700px) {

    #modal_customize_item_product .modal-dialog {
        width: 98%;
    }

    #modal_customize_photographer_store .modal-dialog {
        width: 98%;
    }

    .step-action .col-md-6 {
        margin: 10px 0px;
    }

    .catItem.catItem-nos-4, .prodItem.prodItem-nos-4, .catItem, .prodItem {
        width: 50%;
    }

    .prodItem .prodMeta {
        border: 0;
    }

    .prodItem .prodMeta, .catItem .catMeta {
        border: none;
    }

}

@media screen and (max-width: 699.99px) and (min-width: 100px) {

    .sectionCategory-4 {
        padding: 0px 0px !important;
        margin: 10px 5px;
    }

    #modal_customize_item_product .modal-dialog {
        width: 98%;
    }

    #modal_customize_photographer_store .modal-dialog {
        width: 98%;
    }

    .prodItem .prodMeta, .catItem .catMeta {
        border: none;
    }

    .prodDescr, .catDescr {
        min-height: 0;
    }

    .step-action .col-md-6 {
        margin: 10px 0px;
    }

    .catItem.catItem-nos-4, .prodItem.prodItem-nos-4, .catItem, .prodItem {
        width: 100%;
    }

    .prodItem .prodMeta {
        border: 0;
    }

    .sectionCategory, .sectionProduct, .sectionProperty {
        max-height: 430px
    }

    .step-action.step-action-properties, .step-action.step-action-category {
        display: none;
    }

    .customize-preview, .category-block, .product-block, .properties-block {

        width: 100%;
    }

}

.customize-image-properties .custom-ele-group label.control-label {
    display: table-cell;
    vertical-align: top;
    text-transform: capitalize;
    padding-top: 15px;
}

.custom-ele-group .optional-radio {
    /*padding-bottom: 0;*/
    /*margin-bottom: 0;*/
}

.custom-ele-group.has-error,
html body .custom-ele-group.has-error,
.form-horizontal .form-group.custom-ele-group.has-error {
    border: solid 1px #a94442;
}

.catPreview .item, .prodPreview .item, .item-4 {
    height: 185px !important;
}

.prodDescr, .catDescr {
    min-height: 33px;
}

.prodName, .prodPrice, .prodItem.selected .prodName, .catName {
    margin-top: 0;
}

.prodItem .prodMeta, .prodItem div.prodBuyNow, .catMeta, .catAction {
    padding: 10px 20px 0 20px;
}

.prodItem .prodMeta, .catItem .catMeta {
    border-right: 1px solid #ddd;
}

.prodItem {
    height: auto !important;
}

.catItem, .prodItem {
    width: 25%;
}

.custom-ele-group .optional-checkbox span.ele-label {
    margin: 0 10px;
}

.popover.in {
    z-index: 9999;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    text-shadow: none;
    color: #000;
}

.popover-content {
    padding: 9px 14px;
    color: #111;
    font-size: 14px;
    text-align: justify;
    line-height: 1.2rem;
}

.canvasPreview .item {
    width: 100%;
}

p.text-placement {
    margin: 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    color: #ababab;
}

.optional-radio-image .radio-placement .fa.fa-optional-radio, .optional-checkbox-image .checkbox-placement .fa.fa-optional-checkbox {
    top: 3px;
}

.custom-ele-group .optional-checkbox > span.checkbox-option-title {
    margin-left: 10px;
}

/*
.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    position: relative !important;
    top: 0 !important;
}
*/
.inline-block {
    vertical-align: top;
}

.custom-ele-group .optional-radio > span:first-child {
    margin-left: 5px;
}

.inline-product {
    float: none !important;
    display: inline-block !important;
}

.prodItem .prodMeta, .catItem .catMeta {
    border-right: 1px solid #ddd !important;
}

.custom-ele-group, html body .custom-ele-group, .form-horizontal .form-group.custom-ele-group {
    padding-bottom: 2px;
}

/*
Media queries for popups
 */
@media screen and (max-width: 767px) {
    .catItem, .prodItem {
        width: 100%;
    }

    #products .grid li {
        /*height: 270px;*/
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .modal_download.model_special .modal-dialog {
        width: auto !important;
    }

    #modal_selection_complete .actions-container {
        left: 5px;
        bottom: 5px !important;
    }

    .grid li a, .grid li img.theGalImage {
        /*max-height: 252px;*/
        overflow: hidden;
    }

    #modal_customize_item .modal-dialog {
        width: auto !important;
    }

    #wrapper.toggled {
        position: absolute;
    }

    .cart-single-item {
        margin-left: 15px;
        margin-right: 0;
    }

    .inline-xs {
        display: inline-block;
        vertical-align: top;
    }

    .pull-right-xs {
        float: right;
    }

    .shopping-cart select.form-control {
        margin-left: 0;
        margin-right: 0;
    }

    ul.dropdown-menu.custom-dropdown.items-shopping-cart li .item-part-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .catItem.catItem-nos-4, .prodItem.prodItem-nos-4, .catItem, .prodItem {
        width: 33.33%;
    }

    #modal_customize_item .modal-dialog {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .step-action.step-action-properties, .step-action.step-action-category {
        display: block;
    }

    .form-control.ui-select-search,
    .ui-select-focusser.ui-select-offscreen {
        display: none;
    }

    .canvasPreview.canvasPreviewImg {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

.galBottomAction.bottomaction-store- i.fa.fa-download,
.galBottomAction.bottomaction-store-no i.fa.fa-download {
    left: -45px;
}

.catPreview .item, .prodPreview .item {
    background-size: cover !important;
}

.ui-select-large {
    z-index: auto !important;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    z-index: 9999;
}

.color.white {
    border: 1px solid #000;
    margin-top: 5px;
}

.color.white i {
    margin-top: 0 !important;
    margin-left: -6px !important;
}

.color.white i.fa-check-circle {
    font-size: 333% !important;
    color: #000 !important;
    margin-top: -2px !important;
    margin-left: -10px !important;
}