.custom-puzzle-content .text-left{
    text-align: left;
}
.custom-puzzle-content .text-center{
    text-align: center;
}
.custom-puzzle-content .trust-section {
    margin-bottom: 50px;
    display: flex;
}
.custom-puzzle-content .trust-section .trust-content {
    flex: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.custom-puzzle-content .trust-section .trust-img {
    flex: 50%;
    margin-bottom: 20px;
}
.custom-puzzle-content .trust-section .trust-img img {
    width: 100%;
}
.custom-puzzle-content .trust-section .trust-row {
    display: flex;
}
.custom-puzzle-content .trust-section .trust-row.trust-row-column {
    flex-direction: column;
}
.custom-puzzle-content .trust-section .text-center {
    text-align: center;
}
.custom-puzzle-content .trust-section .no-border {
    border: 0 !important;
}
.custom-puzzle-content .trust-section .trust-item {
    display: flex;
    margin: 10px;
    width: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #535353;
    padding: 20px;
    text-align: center;
    border: 1px solid #ee731eb3;
    border-radius: 5px;
	min-height: 65px;
}

.trust-badges .trust-item{
	background: #ffe9da;
}

.custom-puzzle-content .trust-section .trust-item i {
    font-size: 25px;
    margin-right: 15px;
}
.custom-puzzle-content .trust-section .trust-item p {
    margin: 0 !important;
    line-height: 20px;
}
.custom-puzzle-content .trust-section .trust-item.trust-item-100 {
    flex: 100% !important;
    width: 100% !important;
}

.quantity_add_to_cart_btn_wrapper{
    overflow: hidden;
    display: flex;
}

.quantity_add_to_cart_btn_wrapper .quantity input{
    height: 100%;
}

.quantity_add_to_cart_btn_wrapper .single_add_to_cart_button{
    width: 100%;
    padding: 16px 47px 16px 16px !important;
    height: auto;
}

.quantity_add_to_cart_btn_wrapper .single_add_to_cart_button .icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ee731e;
}

.quantity_add_to_cart_btn_wrapper .single_add_to_cart_button .icon i{
    color: #ee731e;
}

.trust-content .custom_btn {
    width: 100%;
    background: #ee731e;
    border-color: #ee731e;
    color: #fff;
    padding: 13px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    height: auto;
}

.trust-content .custom_btn:hover, .trust-content .custom_btn:focus {
    border-color: #ee731e !important;
    background: #ee731e !important;
}

@media all and (max-width: 1169px) {
    .custom-puzzle-content .container {
        width: 100% !important;
    }
}
@media all and (max-width: 600px) {
	body.postid-13707 .cart-icon-nav{
		right: 5px !important;
	}
	body.postid-13707 #ht-site-navigation .toggle-bar{
		display: none !important;
	}
    .custom-puzzle-content .trust-row {
        flex-direction: column;
    }
    .custom-puzzle-content .trust-row .trust-item {
        flex: 100% !important;
        width: 100% !important;
    }

    .custom-puzzle-content .trust-section .trust-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .custom-puzzle-content .trust-section-img {
        flex-direction: column;
    }
    .custom-puzzle-content .trust-section-img .trust-content {
        flex-direction: column;
    }
    .custom-puzzle-content .trust-section-img .trust-item, .trust-section-img .trust-img, .trust-section-img .trust-content {
        flex: 100% !important;
        width: 100% !important;
    }
}
/************* CUSTOM FILE UPLOAD ****************/
.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}
.file-upload p.text-center{
    font-size: 12px;
}
.file-upload .text-center{
    text-align: center;
}
.file-upload-btn{
    width: 100%;
    border-radius: 40px;
    padding: 12px 16px;
    height: auto;
    color: #fff;
    border-color: #535353;
    background: #535353;
    position: relative;
}

.file-upload-btn .icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    bottom: 0;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 2px;
}

.file-upload-btn:hover .icon i {
    color: #ee731e;
}

.file-upload-btn .icon.icon-round {
    border-radius: 50%;
}

.file-upload-btn .icon i {
    font-size: 20px;
    color: #535353;
}


.file-upload-btn:hover, .cta-btn:hover {
    background: #ee731e !important;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px dashed #625d5c;
    position: relative;
}

.image-upload-wrap .wcff_image_prev_shop_continer{
    display:none !important;
}

.image-dropping,
.image-upload-wrap:hover {
    border: 2px dashed #ee731e;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #625d5c !important;
    padding: 50px 0;
    font-size: 16px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 100%;
    margin: auto;
    padding: 20px;
}
@media all and (max-width: 600px) {
    form.cart{
        margin-bottom: 0px !important;
    }
    .image-upload-wrap{
        height: 1px !important;
        border: none !important;
        overflow: hidden;
        margin-top: -10px;
    }
    .woocommerce-page .ht-main-title{
        font-size: 25px !important;
    }
    .woocommerce-page .ht-main-header {
        padding: 85px 0 10px;
    }
    .file-upload-btn:hover{
        background: #535353 !important;
    }
    .woocommerce-page .file-upload-btn:hover i{
        color: #535353 !important;
    }
}

.summary.entry-summary .product_meta{
    display: none;
}

.trust-row .trust-item{
    padding: 10px !important;
}
.custom-puzzle-content > .trust-row .trust-item p{
    font-weight: 600;
    font-size: 12px;
}
.woocommerce-breadcrumb, .woocommerce-ordering, .woocommerce-result-count{
    display: none;
}
.uploadImageBox p {
	text-align: center;
	padding: 15px;
}