/*	Title:

	Date:		Nov, 2019
-------------------------------------
*/

/*=========== FONTS ===========*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,200;1,400;1,700;1,800;1,900&display=swap');

/*=========== FONTS ===========*/

.product-content{
    justify-content: center;
	/* float: left;
	width: 100%; */
}

.product-content.home-product .product-content-inner-div{
    width: 20%;
}

.product-content .item-wrap{
    cursor: pointer;
    height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	border:2px solid #efefef;
	box-sizing: border-box;
    border-radius: 20px;
    min-height: 150px;
    transform: translateZ(0);
}
.product-items:hover .product-title ,.item-wrap:hover .product-title,.od-product-wrapper:hover .product-title{
    font-weight: 500 !important;
}
.product-items:hover,.item-wrap:hover,.od-product-wrapper:hover{
    box-shadow: rgba(0,0,0,0.2) 0px 6px 5px !important;
    /* border:2px solid #54B3C3 !important;
    background: #EEF7F9 !important; */
}
.product-items.selected , .style-wrapper.selected {
    box-shadow: rgba(0,0,0,0.2) 0px 6px 5px !important;
    border:2px solid #54B3C3 !important;
    background: #EEF7F9 !important;
}

/* .product-content .item-wrap .inner-item-wrap{
    max-width:366px;
    margin:auto;
} */

.product-content .item-content {
    width: 100%;
    padding: 10px 5px 0px;
    position: relative;
    text-align: center;
    color: #000;
}
.product-content .minheightset .item-content {
    min-height: 178px;
}
.product-content .product-thumb{
    width: 500px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: table-cell;
    vertical-align: middle;
    height:110px;
}
.product-content .product-thumb img {
    /*object-fit: cover;*/
    min-height: 100px;
    width: 100%;
    vertical-align: middle;
}
.product-content a{
    color: inherit!important;
}

.product-content .product-title{
    display: table;
    width:100%;
    height: 37.8px;
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    line-height: 1;
}
.product-content .product-title .outer-title{
    vertical-align: middle;
    display: table-cell;
}
.product-content .product-title .inner-title{
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* .product-content .product-title, .product-content .product-title a{
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 37.8px;
    line-height: 1.05;
} */
.product-content .price{
	color: #00a5e6;
	font-weight: 700;
}
.product-content .btn-container{
    width: 100%;
    margin-bottom: 10px;
	text-align: center;
}
.product-content .btn-wrap {
	display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 140px;
    border-radius: 12px;
    padding: 0.45rem;
    font-weight: 600;
    outline: none;
    background: white;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
    color: #1e1e1e;
    border: 2px solid #e5e5e5;
}
.product-content .btn-wrap:hover{
    color: white;
}

.product-content .card{
    border: 0px;
}
.product-content .card-header {
    background-color: transparent;
    cursor: pointer;
    padding:1rem;
}
.product-content .accordion>.card .card-header{
    margin-bottom: 0px;
}
/* .product-content .option-title{
    font-weight: 600;
    color: #1a1a1a;
    display: inline-block;
    font-size:1.1rem
} */
.product-content .card-header{
    border-bottom: 0px;
    border-top: 1px solid rgba(0,0,0,.125)
}
.product-content .card-header i.acc-arrow{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.product-content .card-header.collapsed .fa-chevron-circle-up,
.product-content .card-header .fa-chevron-circle-down {
    display: none;
}

.product-content .card-header.collapsed .fa-chevron-circle-down,
.product-content .card-header .fa-chevron-circle-up {
    display: inline-block;
}
.product-content .product-thumb,.od-product-wrapper .od-product-img-wrap{
    background-color: white;
    height: auto;
    /* position: relative; */
}
.product-content .od-product-name .option-value {
    height: auto;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: left;
    color: #6c6c6c;
}
.product-content .rendering-large-options-area .od-product-name .option-value{
    text-align: center;
    padding:0!important;
}
.product-content .most {
    display: inline-block;
    border-radius: 10px;
    padding: 3px 9px;
    font-size: 14px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    max-width: 95%;
    font-weight: 400 !important;
}
.product-page .product-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-product{
    justify-content: left;
}
/* .home-free-shipping-truck{width: 31px;} */

/*=========== END HOME ============*/

/*=========== BEGIN PRODUCT PAGE ============*/
.custom-scroll::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
.custom-scroll::-webkit-scrollbar:horizontal {
    height: 12px;               /* width of the entire scrollbar */
}
.custom-scroll::-webkit-scrollbar-track,.custom-scroll::-webkit-scrollbar-track:horizontal {
    background: #f1f1f1;        /* color of the tracking area */
}
.custom-scroll::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb:horizontal  {
    background-color: #c1c1c1;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #f1f1f1;  /* creates padding around scroll thumb */
}
.custom-scroll {
    scrollbar-width: thin;          /* "auto" or "thin"  */
}
.product-tabs .ptabs{
    width: 100%;
    display: table!important;
    table-layout: fixed;
}
.product-tabs .ptabs span{
    cursor: pointer;
    padding: 15px 10px;
    display: table-cell;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.2rem;
    font-size: 18px;
    background: #fff !important;
    border: 1px solid #ECF1F4;
    height: 60px;
}

.product-tabs .ptabs span.active {
    color: #ECF1F4 !important;
    background:  #1D497E !important;
}
.table-striped tbody tr{ background-color: transparent;}
.price_chart{max-height: 250px;}
.price_chart{max-height: 250px}
.price_chart table td:first-child{white-space:nowrap;}
.price_chart table td{padding: 3px;text-align: center;vertical-align: middle}
.price_chart_dimentional_row{ background: #f0f0f0;}
.price_chart_size_row{background: white;}
.price_chart_price_row{}
.price_chart_qty_row td{
    background:#ECF1F4;
    border: none !important;
}
.price_chart_qty_row{
    border-right: 1px solid #dee2e6!important;
}
.price_chart_head{
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    background:#ECF1F4 !important;
    border: none !important;
}
.scrollbar-outer{
    overflow: auto;
    width: 100%;
}
.tab-contents .tab-body .tab-body-body{
    display: none;
    text-align: left;
    padding: 10px 0px;
}
.tab-contents .tab-body .tab-body-body.active{
    display: block;
}
.scrollbar-outer{
    overflow: auto;
    width: 100%;
}
.breakpoint{
    color:#fff!important;
    background-color: #1D497E !important;
}

.pdescription-content, .pdescription-content p,.pdescription-content span,.pdescription-content p span,
.descriptionN, .descriptionN  p,.descriptionN  span,.descriptionN  p span,
.product-descriptions, .product-descriptions p,.product-descriptions span, .product-descriptions p span{
    /* font-family: 'Gilroy', sans-serif !important; */
    font-family: 'Poppins' !important;
    font-size: 1rem!important;
    background-color: transparent !important;
}

.faq-list{
    margin: 0 auto;
}
.faq-list:first-child {
    border-top: none;
}
.faq-list div.que{
    font-size: 14px;
    margin-top: 10px;
    font-family:  sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    color:#3b4044;
}
.faq-list div.ans{
    font-family:  sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    color:#3b4044;
}
.review_header .overall_head_text{
    color:#bdbcbc;
    font-size: 12px;
}
.review_header .overall_outof_text{
    font-size: 15px;
}

.product_reviews_block ul{
    padding: 0;
    margin: 0;
}
.product_reviews_block ul li{
    list-style: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.product_reviews_block ul li .cr_block{}
.product_reviews_block ul li .reviews_rating{
    display: inline-block;
    padding: 0;
}
.reviews_rating{
    display: inline-block;
    padding: 0;
}
.product_reviews_block ul li .cr_date{
    font-size: 12px;
}
.product_reviews_block ul li .c_review{
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
}
.product_reviews_block ul li .c_review_by{
    color:#a4a4a4;
    font-size: 12px;
}

.category_pagination .pagination {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paging ul {
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.paging ul li{ padding: 0; border-top: none;}

.page-link{ font-size: 11px;}
.page-link { color: #000;}

.product-sec-title .badge{
    font-size: 23px;
    background-color: #1D497E !important;
    font-style: italic;
    text-transform: uppercase;
}
.grayish-step{
    background: #ECF1F4 !important;
    padding: 8px 0;
}
h4.badgeh4{
    margin: 0px 0px 0px 0px !important;
}
.product-sec-title{
    width: 100%;
	/* margin: 0px; */
    /* text-align: left; */
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
.sec-title {
	width: 100%;
	padding: 40px 15px 0;
    text-align: center;
    position: relative;
}
.sec-title-qty-price-area{
    color:black;
    font-size: 16px;
    position: relative;
    right: 19px;
    top: 0px;
    background:none;
    height: 100%;
    /* padding: 14px 40px; */
    font-weight: 500;
    font-style: italic;
}
.sec-title-min-qty{
    margin-right: 10px;
}
.sec-title-qty-price{}
.sec-title-qty{
    margin-right: 10px;
}
.sec-title-price{
    margin-left: 10px;
}
.sec-title-total-qty{
    font-weight: 800;
}
.sec-title-total-price{
    font-weight: 800;
}

.pages-title {
    margin-bottom: 25px;
    color:#fff;
}

.products-pre{
    max-height: 470px;
    overflow-y: auto;
}

.with_gel_wrist_pad{ text-align: center;}
.with_gel_wrist_pad label{
    margin: 0 auto;
}
.d-product .selected .check {
    display: block;
}

.most-popular-best-seller{ position: absolute;}
.most-popular-best-seller span{
    color:#fff;
    text-align: center;
    padding-top: 4px;
    font-size: 20px;
    float: left;
}
.badge-specific {
    position: absolute;
    right: 0;
    height: 30px;
    overflow: hidden;
}

.badge-specific .btext{
    padding: 5px 12px;
    font-size: 14px;
}

.photo_later{
    margin: 15px auto 0;
    font-size: 16px;
}

.photo_later_btn{
    width: 160px;
    color:#fff;
}

.customStyle-sizeQualityPrint .od-product-wrapper {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.od-product-wrapper.customStyle-product {
    overflow: hidden;
    transform: translateZ(0);
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: white;
    position: relative;
    border:2px solid #efefef;
    border-radius: 20px;
}

.od-product-wrapper .od-product-img-wrap{
    /* background: #f5f5f5; */
    position: relative;
    text-align: center;
    height: auto;
    min-height: 70px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: flex;
}
.od-product-wrapper.selected .size_head{
    border-bottom: 1px solid #ECF1F4 !important;
}
.od-product-wrapper .size_head{
    border-bottom: 1px solid #F0F0F0;
    text-align: center;
    /* background: white; */
    color: black;
    padding: 5px;
    z-index: 1;
    font-size: 20px;
}

/* .od-product-wrapper .od-product-img-wrap img{ margin: auto; width: 100%; height: auto;} */
.od-product-wrapper:hover .od-product-img-wrap{
    /* background: #EEF7F9 !important; */
}
.od-product-wrapper:hover .od-product-name{
    /* background: #EEF7F9 !important; */
}
.od-product-wrapper:hover{
    /* background: #EEF7F9 !important; */
}

.od-product-wrapper.selected .od-product-img-wrap{
    background: #EEF7F9 !important;
    display: flex;
}

.product-content .size_blocks,
.product-content .style_blocks,
.product-content .child_style_blocks{
    margin-bottom: 30px;
}

.od-product-name p{
     font-size: 16px;
     padding-top: 5px;
     padding-bottom: 5px;
     font-weight: 500;
}
.most {
    display: inline-block;
    border-radius: 10px;
    padding: 3px 15px;
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    max-width: 95%;
    line-height: 1;
}
.od-product-name .option-value{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
    font-size: 17px;
    padding: 5px 10px;
    line-height: 1.1;
}
.style-wrapper.selected .option-value,.style-wrapper:hover .option-value{
    font-weight: 500!important;
    /* color: #54B3C3 !important; */
}
.form-group label{
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
}
.style-wrapper.selected .od-product-name p{
    color: whitesmoke;
}
.od-product-wrapper.customStyle-product .od-product-name .fits{
    margin: 5px 0;
    color:#220202;
    font-size: 13px;
}

.od-product-name{
    border-bottom: 3px solid #F0F0F0;
}
.selected .od-product-name{
    border-bottom: 1px solid #DEF0F3;
    background: #EEF7F9 !important;
}
.od-product-wrapper .od-product-name{
    display: table;
    text-align: center;
    width: 100%;
}
.od-product-wrapper{
    background: #f5f5f5;
}
.od-product-wrapper.selected .sizes-checked-item {
    display: block;
}
.sizes-checked-item {
    border-radius: 0px;
    border-bottom: 75px solid transparent;
    border-right: 34px solid transparent;
    width: auto !important;
    height: auto !important;
    background: none !important;
    position: absolute;
    top: 0px;
    display: none;
    border-top-left-radius: 8px;
}
.d-product .check,.styles-checked-item {
    display: none;
    border-radius: 0 0 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.styles-checked-item{
    background-color:#54B3C3 !important;
}
.d-product .check i,.sizes-checked-item i,.styles-checked-item i {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 18px;
    color: #fff;
}
.multiselect {
    position: relative;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    border: 1px solid#e5e5e5;
    padding: 5px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    z-index: 999;
    background:white;
    width: 97%;
}

#checkboxes label {
    display: block;
    margin: 5px;
}

#checkboxes label input{
    margin: 5px;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.step51,
.step52,
.step53{
    float: left;
    width: 45%;
    padding: 15px;
}
.step51 {
    padding: 0px;
    width: 34%;
}
.step53 textarea{
    width: 100%;
    margin-top: 10px;
}

.tab_heads{}
.tab_heads ul{}
.tab_heads ul li{
    margin-right: 1px;
}
.tab_heads ul li a{
    text-align: center;
    color: #acabab;
}
.tab_heads ul li a img{ margin-bottom: 10px;}

.step5tabcontents{
}
.step-5-or1,
.step-5-or2{
    width: 2%;
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
}
.od-product-wrapper.selected .styles-checked-item {
    display: block;
}
.step-2-1st .item-content {
	float: none;
	width: auto;
	text-align: left;
	padding: 20px 20px 20px 0;
	margin-left: -10px;
}
.step-2-1st .item-content h6 {
	font-size: 0.875rem;
}
.step-2-1st .item-content p {
	margin: 0;
	font-size: 0.8rem;
}

.border-line {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.d-product .item-content,
.step-2-2nd .item-content {
	padding-top: 15px;
	padding-bottom: 0px;
}
.step-3-product {
	max-height: 360px;
	overflow-y: auto;
}
.step-3-product .item {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	border: 2px solid #ddd;
	min-height: 116px;
}
.step-3-product .new-item:before {
	font-size: 18px;
	font-family: 'Font Awesome 5 Free';
	content:"\f057";
	position: absolute;
	right: 7px;
	top: 5px;
	cursor: pointer;
}
.material_bullets{}
.material_bullets ul{}
.material_bullets ul li{
    list-style: disclosure-closed;
}
.add-more-custom label {
	display: block;
	margin: 0 auto;
	padding: 25px 15px 0;
	text-align: center;
}
.add-more-custom label:hover,
.add-more-custom:hover {
	cursor: pointer;
}
.step-3-product .item .col-4 {
	padding-right: 0;
}
.step-3-product .item label {
	font-size: 0.8rem;
}
.small-field {
	font-size: 0.875rem;
}
.step-4-product .product-title, .step-4-product .product-title a {
	font-size: 14px;
	font-weight: 600;
}
.step-4-product .btn-wrap {
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	max-width: 100px;
	text-transform: none;
}
.product-page .step-4-product .item-content {
	padding-bottom: 50px;
}
.step-5-product {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: #f4f4f4;*/
    position: relative;
    justify-content: center;
}
.step-5-product .col-md-6 {
	padding-left: 50px;
	padding-right: 50px;
}
.step-5-or {
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 25%;
	display: block;
    border-left: 1px solid #222;
    border-right: 1px solid #958383;
    height: 66px;
}

.custom_engrave_fonts{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
.custom_engrave_fonts li.selected{
    background: #0c92df;
    color: #fff;
}
.custom_engrave_fonts li.georgia_font{
    font-family: georgia;
}
.custom_engrave_fonts li.magik_font{
    font-family: magik;
}

.custom_engrave_fonts li.coneria_font{
    font-family: coneria;
}

.custom_engrave_fonts li.bickham_font{
    font-family: bickham;
    font-size: 26px;
}

.custom_engrave_fonts li{
    cursor: pointer;
    line-height: 27px;
    list-style: none;
    padding: 5px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(12,146,223,.15);
    box-shadow: 0 0 10px 0 rgba(12,146,223,.15);
    font-size: 18px;
    border-radius: 5px;
}

#messageinput{
    font-family: georgia;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
    height: 36px;
}

.quantities_selection{
    width: 70px;
    margin: 10px auto 0;
}
.quantities_selection input{
    width: 100%;
    text-align: center;
    border: 1px solid#7d938a;
    box-shadow: 0px 1px 1px#abaeb0;
}

.fileUploadProgressMessage{
    margin-bottom: 10px;
}
.fileUploadProgressMessage.progress{}
.progress-message,
.instructions-message{
    margin-bottom: 10px;
    color:#1f9f87;
    margin-left: 10px;
    display: none;
}
.progress-bar{background-color: #dd4421;}

.paddingless{ padding: 0px;}
.marginless{ margin: 0px !important;}
.base_quantity_affective_price_outer{display: none;}
.base_quantity_affective_price{
    width: auto;
    display: inline-block;
    padding: 0 5px;
    color:#fff;
    border-radius: 5px;
    box-shadow: 0px 1px 1px#5e5e5e;
}
.description-head{
    text-align: center;
    color:#fff;
    padding: 15px;
    font-size: 28px;
}
.description-text{padding: 24px 0;}
.max-auto{ margin: auto;}

.review-order-detail{
    text-align: center;
    width: 100%;
    margin: 40px auto;
    margin-top: 10px !important;
    overflow: hidden;
    background-color: transparent;
    max-width: 600px;
    padding: 1rem;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0px #e1e1e1;
}

.review-order-detail .heading{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.review-order-detail .order-detail{
    padding: 5px 30px;
    text-align: left;
}
.review-order-detail .order-detail p{
    color:black;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.review-order-detail .order-detail p span{ font-size: 17px; font-weight: bold;color: black;}
.review-order-detail .addtocartspin.forceshow{
    position: relative;
    opacity: 1;
}
.review-order-detail .addtocartspin{
    font-size: 24px;
    opacity: 0;
    right: 0;
    position: absolute;
}
.cart-error{
    display: none;
    font-weight: 500;
    font-size: 0.95rem;
    border: 0;
    box-shadow: 0px 3px 5px 0px #d1d1d1;
    margin: auto;
    background: none;
    color: #dc3545;
    position: relative;
    border-radius: .25rem;
    padding: .50rem;
    width: auto;
}
.cartsuccessmessage{
    color:#fff;
    display: none;
}

.another-option-qty{ display: none;}
.another-option-qty input{width: 60px;}

.shipping_guarrentee_delivery_message{
    margin: 0;
    color:#fff;
    background:#f1cd7d;
    background-color: transparent;
}

.shipping_guarrentee_delivery_message.should_choose_delivery{
    background:#f2441c !important;

}
.shipping_guarrentee_delivery_message.should_choose_delivery > .shipping_guarrentee_delivery_message_head{
    color: #fff !important;
}

.shipping_guarrentee_delivery_message_head{
    font-size: 16px;
    text-transform: uppercase;
    color: #6e6e6e;
    margin: auto;
    padding: 0;
}
.shipping_guarrentee_delivery_message_date{
    margin: auto;
    padding: 0;
}
.shipping_guarrentee_delivery_message_date_placeholder{
    font-size: 1rem;
    width: auto;
    background: transparent;
    /* border-radius: 0px !important; */
    padding: 0px !important;
    display: block;
    font-family: 'Poppins';
    color: black !important ;
}

.styleimage{
    border: 0px solid;
    box-shadow: none !important;
    width: 100%;
    max-width: 450px;
}

.tcn_templates{
    text-align: center;
}
.tcn_templates a{
    color: #222;
    border-bottom: 1px solid;
}

.uploaded_files:not(:empty) {
    margin: 10px 0 0 0;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    max-width: 500px;
}
.uploaded_files .uploaded_files_node{
    padding: 5px;
    margin: 5px 0;
    color: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
}
.uploaded_files .uploaded_files_node a{
    color: #7a7a7a !important;
    display: block;
    padding-right: 17px;
}

.uploaded_files .addfile{
    background:#398e39;
    cursor: pointer;
    border: none;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.uploaded_files .uploaded_files_node span{
    background:#7b7a7a;
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    padding: 4px 0px;
}
.uploaded_files_node_parent .file-name{
    font-size: 0.8rem;
    line-height: 1rem;
}

#ColorsModal .modal-dialog{
    max-width: 900px !important;
}
.color_list ul{
    padding: 0;
}
.color_list ul li{
    float: left;
    list-style: none;
    margin: 3px;
    width: 100px;
    cursor: pointer;
}
.color_list ul li:hover{
    background: #bd4f05;
    color: #fff;
}

.color_list ul li > .color_bg i{
    display: none;
}
.color_list ul li.active > .color_bg i{
    display: block;
}
.color_list ul li .color_bg{
    width: 100%;
    height: 60px;
    text-align: center;
    padding-top: 20px;
    color:#fff;
}
.color_list ul li .color_code{
    text-align: center;
}
.with_gel_wrist_pad select{
    font-size: 13px;
    padding: 0 2px;
    text-align: center;
    text-align-last:center;
    margin: auto;
    width: auto;
    max-width: 100%;
}
.help_question{
    background:gray;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:
    #fff;
    border-radius: 50%;
    cursor: pointer;
}
#accordion-faq .card {
    border-radius: 0px !important;
    float: left;
    margin-left: 10px !important;
}
#accordion-faq .card-header {
    font-size: 16px;
    border-bottom: 0;
    border-left: none !important;
    background-color: transparent !important;
}
#accordion-faq .card-header:hover {
    text-decoration: none;
    color: #1D497E !important;
}
#accordion-faq .card-body {
    font-size: 15px;
}
.previewHolder-note {
    background: #d74352;
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.previewHolder-note h4 {
    color: #fff;
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
}
.previewHolder-note::before {
    content: '';
    position: absolute;
    top: -29px;
    left: 20px;
    border: 15px solid transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #d74352;
    border-bottom-color: #d74352;
}
.quantities-box,.quantities-box-temp{
    max-width: 160px;
}
.quantities-box{
    max-width: 100px;
}
.quantities-box .input-group-text{
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background: #54B3C3;
    margin: 0px -20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantities-box .quantities{
    /* border-radius: 30px !important; */
    /* height: auto !important; */
    /* background: #ECF1F4; */
    /* font-size: 13px; */
    color: #000000;
    border-radius: 6px !important;
    font-size: 1rem;
    font-weight: 400 !important;
}
.quantities-box .custom-quantities{
    /* border-radius: 30px !important;
    height: auto !important;
    background: #ECF1F4;
    font-size: 13px;
    color: #000000; */
}
.font-style li img {
    vertical-align: middle;
}

.font-style {
    display: block;
    height: 456px;
    overflow-x: auto;
    padding-left: 0;
}

.font-style li {
    border: 1px solid rgb(193 193 193);
    float: left;
    height: 40px;
    margin: 2px;
    text-align: center;
    list-style: none;
    display: table;
}

.font-style li a {
    display: table-cell;
    height: 36px;
    padding: 2px;
    position: relative;
    vertical-align: middle;
    width: 190px;
}

.drop-down ul {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #dfdfdf;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 2;
}

.drop-down {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    font-family: 'Poppins', sans-serif !important;
}

.cdd {
    border: 1px solid #aaa;
    padding: 5px;
    cursor: pointer;
    display: flex;
    height: auto;
    position: relative;
}
.ddselected_color {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.ddselected_text {
    display: inline-block;
}

.ddarrow:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.drop-down select {
    display: none;
}

.dd_uploaded_artwork {
    border: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.drop-down .select-list .dd_custom_color {
    width: 0px !important;
    border: none !important;
}

.drop-down .select-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    margin-top: 33px;
    padding: 5px 0 0 0;
    background-color: #fff;
    width: 100%;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    max-height: 200px;
    overflow-x: auto;
}

.drop-down .select-list li {
    display: flex;
    list-style: none !important;
    margin-bottom: 5px;
    padding: 0 5px;
    cursor: pointer;
    line-height: 30px;
}
.drop-down .select-list li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f4f4f4;
    font-size: 16px;
    text-align: left;
    color: #222;
    box-sizing: border-box;
    margin-right: 5px;
    border: 1px solid;
}

.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}
.disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5c4;
    display: none;
}
.ekko-lightbox.modal .modal-header {
    border: none !important;
}
.ekko-lightbox.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100000;
}
.ekko-lightbox.modal .modal-title {
    display: none;
}
.ekko-lightbox.modal .modal-body {
    padding-top: 0 !important;
}

#LanyardColorsModal ul li a .nm span {
    color: #3b4044;
    font-size: 12px;
    white-space: pre;
}

#LanyardColorsModal ul li {
    border: 1px solid rgb(215, 215, 215);
    border-radius: 0;
    box-shadow: none;
    margin: 4px;
    padding: 5px 0;
    width: 90px;
    float: left;
    list-style: none;
    position: relative;
}

#LanyardColorsModal ul li a .img {
    display: block;
    height: 128px;
    margin: 0 auto;
    width: 49px;
}

#LanyardColorsModal.modal .modal-header {
    border: none !important;
    text-align: center;
    padding: 0;
    padding-top: 10px;
}

#LanyardColorsModal.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
}

#LanyardColorsModal.modal .modal-title {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

#LanyardColorsModal.modal .modal-body {
    padding-top: 0 !important;
}

.slideControls {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 0;
}

.slideControls i,
.lSNext,
.lSPrev {
    font-size: 25px;
    opacity: 1 !important;
    color: #fc0046 !important;
}

.slideControls i:hover,
.lSNext:hover,
.lSPrev:hover {
    opacity: 0.5 !important;
}

.slideControls .slideNext {
    right: -20px;
    position: absolute;
    cursor: pointer;
}

.slideControls .slidePrev {
    left: -20px;
    position: absolute;
    cursor: pointer;
}
.lSAction>a{
    background-image: none!important;
}
.lSAction>.lSPrev{
    left: 0px!important;
}
.lSAction>.lSNext{
    right: 0px!important;
}
.lightSlider{
    height: auto !important;
}
#lightSlider_color li {
    max-width: 225px;
}

.lSSlideOuter .lSPager.lSGallery li,.lSSlideWrapper {
    border: 2px solid #efefef;
    border-radius: 15px
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border-color:#ff5a88;
    border-radius: 15px!important;
}
.lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 15px!important;
}
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%
}

.bc-icons-2 .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    font-weight: 600!important;
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64;
    line-height: 1.35;
}

.selected-option-title{
    font-weight: 600;
    display: none;
}
.header-product-title{
    font-size: 1.7rem;
    color:#7e7e7e;
}
/* .d-product .selected .check,.od-product-wrapper.selected .styles-checked-item{
    display: none
} */

.simple-stel-title{
    color:#ff004f;font-weight:700;font-size: 2rem
}
.btnAddToCart {
    color: #fff;
    border: 0px !important;
    outline: none !important;
    width: 100%;
    font-weight: 200;
    font-size: 1.7rem;
    padding: 10px;
    margin: 15px 0px;
    border-radius: 20px;
}
.btnAddToCart:disabled{
    background: #e6e6e6;
}
.custom-btn{
    border-radius: 10px;
    background-color: white;
    border:1px solid #dfdfdf;
}
.custom-btn.active{
    color: white;
}
.br-20{
    border-radius: 20px!important;
}
.custom-file-label{
    border-radius: 10px!important;
}
.custom-file-label::after{
    color: #54B3C3 !important;
    background: none !important;
    /* border-radius: 0 10px 10px 0px;
    background-color: #54B3C3 !important; */
}

.custom-order-static-step{
    font-weight:700
}
.custom-order-static-step .title{
    font-size: 1.3em;
    font-weight: 600;
    color: #666666;
}
.custom-order-static-step .description{
    color: grey;
    font-size: 0.9rem;
    font-weight: 400;
}
.btnAddToCart:hover{
    opacity: 0.8;
}

.fa-option-selected{
    margin-left: 0.5rem;
    display: inline-block!important;
}
.cat-list-heading {
    border-bottom: 3px solid #d74352;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.category-list-div ul {
    margin-left: -5px;
    margin-top: 20px;
    font-size: 16px;
}
.category-list-div ul li {
    list-style: none;
}
.category-list-div ul li a {
    color: #636566;
    text-transform: capitalize;
    font-weight: 600;
}
.category-list-div li a:hover, .category-list-div li a.active {
    color: #d74352;
}
@media (max-width: 789px){
    .d-product .check,.styles-checked-item {
        border-radius: 0 0 15px;
        width: 25px;
        height: 25px;
    }
    .d-product .check i, .sizes-checked-item i, .styles-checked-item i{
        font-size: 14px;
    }
    .od-product-wrapper.customStyle-product,.product-content .item-wrap {
        border-radius: 15px;
    }
    .custom-btn{
        font-size: 0.8rem;
        padding: 5px;
        margin-top: 5px;
    }
    .review-order-detail .heading{
        font-size: 1.5rem;
    }
    .gif-step-title,.why-choose-us-title{
        font-size: 1.4rem;
    }
    .header-product-title{
        font-size: 1.5rem;
    }
    .product-content .accordion>.card:first-of-type .card-header{
        border: none!important;
    }
    .doubleFiled-wrap.double-responsive .form-group {
        width: 100%;
    }
}
@media (max-width: 556px){
    .simple-stel-title{
        font-size: 1.2rem;
        font-weight:600;
    }
    /* .product-content .option-title{
        font-size: 1rem;
    } */
}

/*=========== END PRODUCT PAGE ============*/

/*=========== BEGIN CHECKOUT PAGE ============*/
.checkout-error i{ margin-right: 5px;}
.checkout-error{ display: none; color: red;}
.page-content{}
.page-content img{
    border: 1px solid#e5e5e5;
    padding: 5px;
    margin: 5px;
}
.page-content p{ margin: 10px;}
.checkout-content{
	float: left;
	width: 100%;
}
.checkoutBx h3 {
    padding: 14px 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #414143;
}
.checkoutBx h3 span {
    font-weight: 300;
    font-size: 18px;
}
.checkout-inner{
	float: left;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.05);
}
.checkout-inner .form-group label,
.checkout-inner .singleFiled-wrap label{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.payment-method-ul li.active {
    background: #7fb709;
    color: #fff;
}
.payment-method-ul li {
    border: 1px solid #d3d3d3;
    color: #444444;
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px;
    margin: 0px 2px 5px;
}
.payment-method-ul .fa {
    font-weight: 400;
}
.singleFiled-wrap,
.doubleFiled-wrap{
	float: left;
	width: 100%;
}
.doubleFiled-wrap .form-group{
    width: 48.5%;
    float: left;
}
.doubleFiled-wrap .form-group:nth-child(2n+2) {
    float: right;
}
.copy-billing{
	float: left;
	width: 100%;
	text-align: center;
}
.tab-menu-wrap{
	float: left;
	width: 100%;
	border:0px;
	display: flex;
    justify-content: center;
}
.tab-menu-wrap .tab-menu{
	display: inline-block;
	margin: 0 10px;
}
.tab-menu-wrap .tab-menu label{
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.card-expiry{
	display: flex;
	flex-wrap: wrap;
}
.paymentBx .tooltip-wrap {
    position: relative;
}
.paymentBx .tooltip {
	font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background: #bababa;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-style: italic;
    position: absolute;
    top: -2px;
    right: -22px;
    opacity: 1;
    padding-right: 2px;
}
.paymentBx .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    bottom: 135%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.paymentBx .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.paymentBx .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.paymentBx .form-check-label{
	text-transform: none!important;
	position: relative;
	margin: 0px;
	top: 1px;
}
.paymentBx .paypalBtn{
	border:none;
	margin: 0px;
	padding: 0px;
}

.checkoutPaypal{
    background: url(/assets/app-images/images/checkout-logo-large.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 228px;
    height: 44px;
    border: none;
    display: none;
}
.checkoutAffirm{
    background: url(/assets/app-images/images/affirm-checkout.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 215px;
    height: 45px;
    border: none;
    display: none;
}
.cc_exp{ width: 50%;padding-right: 0;}

#tncModel .modal-dialog{ min-width: 767px;}
.select2-container{ width: 100% !important;}

.checkoutBtn{
    width: 250px;
    height: 56px;
}

.select2-hidden {
    display:none !important;
}

/*=========== END CHECKOUT PAGE ============*/

/*=========== BEGIN FOOTER ============*/
.footer{
    width: 100%;
    position: relative;
    background: #fbfbfb;
    /* min-height: 160px; */
    z-index: 99;
}

.footer-section{
    float: left;
    width: 100%;
    background: #1D497E;
    padding: 50px 0px 60px;

}

.footer-section .footer-menu-column{
    float: left;
    /*width: 22.666666%;*/
    width: 33.667%;
}
.footer-section .footer-social-column{
    float: left;
    width: 32%;
}

.footer-section h3{
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer-section .footer-menu-column ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-section .footer-menu-column ul li{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 8px!important;
    padding: 0px;
    list-style: none;
    line-height: 1.2rem!important;
}
.footer-section .footer-menu-column ul li a{
    line-height: 1.2rem!important;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 8px!important;
}
.footer-section .footer-menu-column ul li a:hover{
    text-decoration: underline!important;
}
.footer-social-media{
    float: left;
    width: 100%;
}
.footer-social-media ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-social-media ul li {
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}
.footer-social-media ul li a {
    float: left;
    display: block;
    color: #ffffff;
    font-size: 26px;
}
.footer-social-media ul li a:hover {
    color: #0075d5;
}

.footer-social-column .footer-contact{
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: right;
    margin: 5px 0px 10px;

}
.footer-social-column .footer-contact a{
    color: #ffffff;
}
.footer-social-column .footer-contact a:hover{
    text-decoration: underline!important;
}
.footer-social-column .trust-icon{
    float: left;
    width: 100%;
    overflow: hidden;
}
.footer-social-column .trust-icon img{
    float: right;
    width: auto;
    height: auto;
}
.copyright-section .copyright{
	float: none;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
}

.copyright-section{
    float: left;
    width: 100%;
    background-color: #1D497E;
    padding: 20px 0px;
}
.copyright-section .copyright a{
    color: #ffffff;
}
.copyright-section .copyright a:hover{
    text-decoration: underline!important;
}

.contact-info{}
.contact-info ul{}
.contact-info ul li{ color: #fff; line-height: 28px;}
.contact-info ul li i{margin-right: 10px;}
/*=========== END FOOTER ============*/


/*=========== COMMON ============*/
.show-mobile{ display: none;}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.container_own_w95{
    width: 95%;
    max-width: 1440px;
}

/* @media (min-width: 2000px) {
    .container_own_w95 {
        max-width: none;
    }
} */

.container-fluid{
    max-width: 1440px;
}
.radio-hidden{
    opacity: 0;
    position: absolute;
}
.ajax-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    display:none;
    text-align: center;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.ajax-loader img,.ajax-loader i{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -35px;
    margin-left: -35px;
    color: #5456d4;
    font-size: 70px;
}
.ajax-loader-save-design{
    display:none;position: fixed;left: 0;right: 0;top: 50%;bottom: 0;background-color: rgba(255,255,255,0.7);-ms-transform: translateY(-50%);transform: translateY(-50%);color: #5456d4;font-size: 78px;width: 100%;height: 100%;z-index: 9999;display: none
}
.ajax-loader-save-design div{
    left: 50%;top: 50%; position: fixed;text-align: center;margin-left: -105.35px;margin-top:-61.5px
}
.margin-bottom-50{
    margin-bottom: 50px;
}

.faqs{}
  .faqs ul{
    padding: 0;
  }
  .faqs ul li{
      list-style: none;
      margin-bottom: 5px;
      border: 1px solid #a9a9a987;
      padding: 10px;
      border-radius: 5px;
      cursor: pointer;
  }
  .faqs ul li h6{
      cursor: pointer;
  }
  .faqs ul li p{
    display: none;
      padding-left: 22px;
      margin-top: 5px;
      padding-top: 5px;
  }

  .triangle-right{
    background: url("/assets/app-images/images/triangle-right-arrow.svg");
    background-size: auto;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
  }

  .triangle-down{
    background: url("/assets/app-images/images/triangle-down-arrow.svg");
    background-size: auto;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
  }

/*=========== END COMMON ============*/

   /* Customize the label (the container) */
.container_inputs {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container_inputs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid#582b97;
  }

  /* On mouse-over, add a grey background color */
  .container_inputs:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #582b97;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container_inputs input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container_inputs .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.pages-contents, .pages-contents div, .pages-contents p, .pages-contents p span, .pages-contents div span {
    font-family: 'Poppins', sans-serif !important;
}
.pages-contents hr{
    margin-top: 0px;
}
.pages-contents h3 { line-height: 30px !important;}

#contatti{
    background-color: #70c3be;
    letter-spacing: 2px;
    }
  #contatti a{
    color: #fff;
    text-decoration: none;
  }

  /* .cart-total-render {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
} */
.store_credit {
    text-align: right;
    color: #325277;
    font-size: 17px;
}
.store_credit b {
    color: #fc0046;
}
.conLogin {
    text-align: right;
}
.conLogin .btnLogin {
    cursor: pointer;
}
.accnt_model_cross_btn {
    background-color: #192026 !important;
    height: 35px;
    width: 35px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -10px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 25px;
    opacity: inherit;
    z-index: 999999;
}

@media (max-width: 768px) {
    .store_logo{
        max-width: 150px;
    }
    .price_chart .nav-tabs .nav-link{
        padding: 5px;
        font-size: 13px;
    }
    .star-ratings-css{
        font-size: 22px;
    }
}

  @media (max-width: 575.98px) {

    #contatti{padding-bottom: 50px;}
    #contatti .maps iframe{
      width: 100%;
      height: 450px;
    }
   }


  @media (min-width: 576px) {

     #contatti{padding-bottom: 50px;}

     #contatti .maps iframe{
       width: 100%;
       height: 450px;
     }
   }

  @media (min-width: 768px) {

    #contatti{padding-bottom: 50px;}

    #contatti .maps iframe{
      width: 100%;
      height: 850px;
    }
  }

  @media (min-width: 992px) {
    #contatti{padding-bottom: 50px;}

     #contatti .maps iframe{
       width: 100%;
       height: 563px;
     }
     .home-product{
        justify-content: left!important;
    }
  }
  #author a{
    color: #fff;
    text-decoration: none;

  }

  .col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (min-width: 576px) and (max-width: 810px) {
    .cart-total table.table tfoot td a {float: none;width: 100%;margin: 0 0 15px;}
}
@media (min-width: 768px) and (max-width: 1920px) {
    .d-block-768-to-1920 {
        display: block !important;
    }
}
@media (min-width: 1921px) and (max-width: 2400px) {
    .d-block-1921-to-2400 {
        display: block !important;
    }
}
@media (min-width: 2401px){
    .d-block-2401-to-more {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.checkout-inner .form-group label{font-size: 12px;	line-height: 14px;}
	.top-nav {margin-left: 0;}
	.cart-bottom .col-sm-8,
	.cart-bottom .col-sm-4 { max-width: 100%;	flex: 100%;	}
    .doubleFiled-wrap.double-responsive .form-group {
        width: 100%;
    }
}


@media (max-width: 1199px) {
    .product-content.home-product .product-content-inner-div{
        width: 25%;
    }
}
@media (max-width: 1140px) {
    .review-order-detail .order-detail{padding: 5px 0;}
    .btnAddToCart{padding:8px;font-size: 1.5rem;border-radius: 10px;}
    .rendering-delivery-dates h4{font-size: 1rem;text-align: center}
    a.navbar-brand {max-width: 210px;}
    .cart-total table.table tfoot td a {float: none;width: 100%;margin: 0 0 15px;}
    .sec-title-qty-price-area{ margin-bottom: 5px; right: 0; top:5px;padding: 0px;}
}
@media (max-width: 1024px) {
    .cart-count{bottom: 20px;}
    .cart-text{display: none;}
    .our-styles .our-style-box{
        max-width: 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    }
    .navbar-expand-md .navbar-toggler { display: block; }
    .desktop{display: none;}
    .mobile-tablets{display: block;line-height: 0;margin: 0px 50px;}
    .top-right-wrap{ margin-left: auto;}
    .sec-title{padding:15px 15px 10px !important }
    .mobile-none{
        display: none !important;
    }
    .mobile-menu-icon{
        font-size: 30px;
    }
    .header-title{
        margin: 0 !important;
    }
    .header-title h2{
        font-size: 20px;
    }
    .header-title span{
        font-size: 14px;
    }
    .custom-product-list-title{
        font-size: 20px;
    }
    .custom-product-list-subwrapper{
        justify-content: space-between;
        padding-top: 10px;
    }
    .custom-product-list-items span{
        font-size: 15px;
    }
    .btn-cstm-skyblue{
        font-size: 14px;
    }
    .product-content .product-title{
        font-size: 15px;
        line-height: 1.5;
    }
    .d-flex-align-center{
        justify-content: center;
    }
    .save_code{
        font-size: 15px;
    }
    .product-tabs .ptabs {
        table-layout: auto;
    }
    .product-tabs .ptabs span{
        font-size:16px;
        height: 50px;
        padding: 10px 10px;
        line-height: 1rem;
    }
}

@media (max-width: 991px) {
    .product-content.home-product .product-content-inner-div{
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .mobile-tablets{margin: 0px 30px;}
    .payment-method-ul li{padding: 5px;margin: 0 1px 5px;font-size: 13px;}
    .checkoutBx h3{font-size: 17px}
    .review-order-detail .order-detail p span{font-size: 16px}
    h4.grayish-step,h4.badgeh4{ font-size: 17px;margin: 0 !important;color: #1D497E;font-weight: 600;}
    .product-sec-title .badge{font-size: 18px;
    }
    .entry_header{margin: 20px auto}
    .entry_header .description{font-size: 1.3rem}
    .entry_header h3{font-size: 18px}
    .header-title,.line-title{margin: 20px auto 10px}
    .header-title .title{font-size: 2rem}
    .header-title .title.small{font-size: 1.7rem!important;}
    .line-title .title{font-size: 2rem}
    .header-title .tagline{font-size: 1.3rem}
    .our-styles .our-style-box{
        max-width: 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
    .header-title{
        margin: 0 !important;
    }
    .header-title h2{
        font-size: 20px;
    }
    .header-title span{
        font-size: 14px;
    }
    .custom-product-list-title{
        font-size: 20px;
    }
    .custom-product-list-subwrapper{
        justify-content: space-between;
        padding-top: 10px;
    }
    .custom-product-list-items span{
        font-size: 15px;
    }
    .btn-cstm-skyblue{
        font-size: 14px;
    }
    .product-content .product-title{
        font-size: 15px;
        line-height: 1.5;
    }
    .product-content.home-product .product-content-inner-div{
        width: 50%;
    }
    .product-content .product-thumb img {
        min-height: auto;
    }
    /* .od-product-wrapper .od-product-img-wrap{
        height: 100px;
        min-height: 250px;
    } */
    .top-right-wrap{margin-left: auto;}
    .home_welcome span{
        font-size: 24px;
    }
    .contact-us-top-icons .col-md-3{ width: 50%;}
    .col-2dot4{ -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%;}
    #tncModel .modal-dialog{ min-width: 90%;}
    .od-product-name .option-value{
        font-size: 15px !important;
        line-height: 1 !important;
        padding: 4px !important;
    }
    .home-right-content { padding-left: 0;}
    .step-2-1st .item-content {
        padding-left: 30px;
    }
    .footer-section .footer-menu-column {	width: 100%; padding-bottom: 20px;}
    .footer-section .footer-social-column {	width: 100%;	padding: 0 15px;}
    .shippingadd,
    .billingadd{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .checkout-inner .form-group label{font-size: 12px;line-height: 14px;}
    /* .item-content2 { padding-left: 25px;} */
    .featured-title{font-size: 1.3rem}
    .store_credit {
        font-size: 14PX;
        margin-bottom: 5px;
        /* text-align: center; */
    }
    .conLogin {
        margin: 10px auto;
        /* width: 135px; */
        overflow: hidden;
    }
    .review-order-detail .order-detail p {
        font-size: 16px;
    }
    .product-sec-title{
        flex-direction: column;
    }
    .sec-title-qty,.sec-title-price{
        color: #1D497E !important;
    }
    .review_card_body{
        margin: 10px;
    }
    .badge-secondary{
        margin-left:0px!important;
    }
    .product-tabs{
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-tabs .ptabs span {
        font-size: 14px;
        padding: 10px 5px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .mobile-tablets{margin: 0px 20px;}
    .entry_header p.description{font-size: 1.3rem}
    .home-description{padding: 20px 0px 0px}
    .h_descr{margin-top: 15px}
    .h_descr h3{font-size: 20px;margin-top: 10px}
    .entry_header h3{font-size: 15px}
    .header-title h3{font-size: 15px}
    .header-title .title{font-size: 1.5rem}
    .header-title .title.small{
        font-size: 1.2rem!important;
        padding: 15px;
    }
    .line-title .title{font-size: 1.5rem}
    .header-title .tagline{font-size: 1rem;font-weight: 500;}
    .line-title .tagline{font-size: 1rem;}
    .cvv_block{ padding: 0 15px 0 0 !important;}
    .cvv_block input{ width: 50%;}
    .see-all-btn a{font-size: 20px;}
    .product-content .item-content {
        padding: 10px 1px 0px;
    }
    .product-content .product-title{
        font-size: 1rem;
        font-weight: 600;
        height: 33.6px;
    }
    .home-available-detail{
        font-size: 0.9rem;
    }
    .home-rating-review{
        font-size: 0.85rem;
    }
    .home-price{
        font-size: 1rem;
    }
    .product-content .btn-wrap{
        padding: 0.25rem;
    }
    .with_gel_wrist_pad select {
        font-size: 11px;
        padding: 0;
    }
    .product-tabs .ptabs span {
        font-size: 12px;
        padding: 5px;
    }
}
@media (max-width: 568px) {
    .contact-us-top-icons .card-body{ padding: 0;}
    .contact-us-top-icons .card-body p{ font-size: 12px;}
    .our-styles .our-style-box{
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .ginn{ max-height: 350px;}
    .nav-tabs .nav-link{
        width: 100%;
        text-align: center;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color:whitesmoke;
    }
    .home-free-shipping-truck{background-position-y: bottom;}
}
@media (max-width: 499px){
    .cart-total table.table tfoot td a {float: none;width: 100%;margin: 0 0 15px;}
}
@media (max-width: 460px) {
    .mobile-tablets{margin: 0px 10px;}
    .with_gel_wrist_pad label {
        font-size: 12px;
    }
    .with_gel_wrist_pad select {
        font-size: 9px;
        padding: 0;
    }
}

.br-20-wrap #sss {
    border-radius: 20px;
}

.video-btn i {
    color: #54b3c3 !important;
    border: 3px solid;
    border-radius: 50%;
    padding: 6px 5px;
    background-color: #ffffff;
}

.video-btn{
    z-index: 99;
    display: contents;
}

.video-btn-w{
    visibility: hidden;
}

.product_video_gallery{
    display: none;
}

.gprev.disabled {
    right: auto !important;
}
.gnext.disabled {
    left: auto !important;
}
.product-video-wrap{
    position: absolute;
    right: 0.5rem;
    bottom: 2px;
}
.product-thumb{
    position: relative;
}
figure.zoom {
    background-position: 50% 50%;
    overflow: hidden;
    cursor: zoom-in;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}
.product-content .product-thumb img.fast_delivery_img {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 35%;
    min-height: auto;
}

/* ================================= CHECKOUT PAGE BOOTSTRAP CUSTOM SWITCH ===================================== */
.switch-main-span{
margin-top: -8px;
display: inline-block;
vertical-align: middle;
}
.custom-switch {
    padding-left: 2.25rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-switch.custom-switch-md .custom-control-label:before {
    height: 1.5rem;
    width: 3.25rem;
    border-radius: 3rem;
}

.switch-main-span .custom-switch .custom-control-label:before {
    content: "No";
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    padding-top: 1px;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.switch-main-span .custom-control-input:checked~.custom-control-label:before {
    content: "Yes";
    font-size: 13px;
    padding-left: 4px;
    padding-top: 1px;
    border-color: #75d153;
    background-color: #75d153;
    text-align: left;
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(1.75rem);
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch.custom-switch-md .custom-control-label:after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: 1.25rem;
}

.package-protection-info-sup{
    vertical-align: super !important;
}
.package-protection-info-icon {
    vertical-align: middle;
    margin-left: 2px;
    border: 1px solid #000;
    height: 15px;
    width:15px;
    padding: 1px 4px;
    border-radius: 100%;
    font-size: 8px;
    cursor: pointer;
    color:#000000;

}
.package-protection-info-icon:hover{
    border: 1px solid #d74352;
    color:#d74352;
}

/* * ================================= CHECKOUT PAGE INFO MODAL ===================================== */
.package-protection-info-modal .modal {
    padding: 0 !important;
}

.package-protection-info-modal .close{
    margin: 0 !important;
}

.package-protection-info-modal .close:hover, .package-protection-info-modal .close:focus {
    opacity: 1 !important;
    color: #fff;
    outline: none;
    border: 0;
}

.package-protection-info-modal .modal-dialog {
    /* max-width: 860px; */
    max-width: 800px;
    margin: 30px auto;
    width: 100%;
    padding: 0 10px;
}

.package-protection-info-modal .modal-header {
    padding: 0;
    border: 0;
}

.package-protection-info-modal .close {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #d74352;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
    z-index: 9;
}


/* ==================================== printing method ======================================= */

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.printing-method-button {
    color: #000000 !important;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-right: 10px;
    padding: 5px 25px;
    font-weight: 400 !important;
    cursor: pointer;
}
.printing-method-button:last-child {
    margin-right: 0;
}

.printing-method-button.active,
.printing-method-button:active {
    color: #ffffff !important;
    background-color: #ff004f !important;
    box-shadow: none;
}

@media (max-width: 556px){
    .printing-method-button {
        padding: 5px;
        font-size: 0.8rem;
    }
}
@media (max-width: 356px){
    .policy_banner_title{
        font-size: 1.20rem;
    }
}
/* @media (min-width: 457px) and  (max-width: 556px){
    .policy_banner_title{
        font-size: 1.5rem;
    }
} */
@media (min-width: 357px) and (max-width: 768px){
    .policy_banner_title{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px){
    .policy_banner_title{
        font-size: 2rem;
    }
    .pricing-chart-rendering{
        padding-top: 0px!important;
    }
}


.prfix_plus_sign::before{
    content: "+";
    font-size:20px;
    display:contents;
    font-weight:300;
    font-family:courier;
    line-height: initial;
    color: #54B3C3;
  }

  .dselects li:hover  .prfix_plus_sign::before,.dselects li:active  .prfix_plus_sign::before,.dselects li.selected .prfix_plus_sign::before{
    font-weight: 700;font-size:20px;
 }

 .instruction-label{
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500 !important;
    line-height: 30px;
 }

 .badge-secondary{
    background-color: #1D497E !important;
    margin-left: 20px;
 }

 .header-title{
    margin: 20px 0px !important;
 }
 .customize_rendering .form-control,.custom-file-label{
    /* border-radius: 2rem !important; */
    border-radius: 6px !important;
}
.ms-options-wrap button{
    border-radius: 6px !important;
}
.cdd{
    border-radius: 4px !important;
}
.intructions_text.form-control{
    border-radius: 6px !important;
}
.banner_rendering .form-control,.custom-file-label{
    border-radius: 6px !important;
    font-size: 1rem;
    font-weight: 400 !important;
}
.dselects li.selected,.dselects li:hover{
    border-color: #1D497E !important;
}
.dselects li .check {
    border-left: 20px solid #1D497E !important;
    border-top: 20px solid #1D497E !important;
}
.review-order-detail .heading{
color: #54B3C3 !important;
padding: 5px 30px;
}
.delivery_price_number{
    color: #54B3C3 !important;
}
.btnAddToCart{
background-color: #54B3C3 !important;
}

.text_theme_color{
    color: #54B3C3 !important;
}

/* product-card */
.od-product-wrapper.customStyle-product {
    box-sizing: border-box;
    position: relative;
    /* width: 316px;
    height: 164px; */
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #F0F0F0;
    box-shadow: 0px 11px 36px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}


/* image */
.od-product-wrapper .od-product-img-wrap img {
    /* position: absolute;
    width: 316px;
    height: 164.6px;
    left: 202px;
    top: 842px; */
    margin: auto;
    width: 100%;
    vertical-align: middle;
    object-fit: contain;
    aspect-ratio: 1/1;
}

/* title */
.od-product-name .option-value {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
}

/* radio-btn */
.customStyle-product input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #F0F0F0;
    background: #FFFFFF;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
}

.customStyle-product input[type="radio"]:checked {
    background: #fff;
    border: 6px solid #54B3C3;
}

.shipping_radio_button_custom_style {
    opacity: 100 !important;
    width: 20px;
    height: 20px;
    border: 1px solid #F0F0F0;
    background: #FFFFFF;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
}

.shipping_radio_button_custom_style:checked {
    background: #fff;
    border: 6px solid #54B3C3;
}

/* separator-line */
.od-product-name {
    border: 1px solid #F0F0F0;
}

.carryingbag h5{
    color: #1D497E;
}
.carryingbag h4{
    color: #54B3C3;
}
.info-carrying-bag{
    position: absolute;top: 5px; right: 10px;
    color: #54B3C3;
}
.faq_tab_item_title:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f0a8";
    float: right;
    transition: all 0.5s;
 }
 .faq_tab_item_title.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page-item.active .page-link{
    border-color: #1D497E !important;
    background-color: #1D497E !important;
}
.page-link:hover{
    color: #1D497E !important;
}
.review_card_body{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 11px 36px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 10px;
}
.c_review_by{
    font-weight: 600;
}
#accordion-new-faq .card {
    border-radius: 0px !important;
    float: left;
    width: 100%;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
#accordion-new-faq .card-body {
    border-top: 1px solid rgba(0,0,0,.125);
    color: #3A3A3A;
}
#accordion-new-faq .card-header {
    padding: 0rem 0rem !important;
    font-size: 16px;
    border-bottom: 0;
    border-left: none !important;
    background-color: transparent !important;
}
#accordion-new-faq .card-header .btn{
    text-align: left !important;
    font-weight: 500;
}
#accordion-new-faq .card-header:hover {
    text-decoration: none;
    color: #1D497E !important;
}
#accordion-new-faq .card-body {
    font-size: 15px;
}

.accordion_title:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 16px;
}
.accordion_title:not(.collapsed)::after {
    content: "\f106";
}

.runner_size_qty_box{
    border: 1px solid #F0F0F0;
}

.get_free_offer_qty.text-warning{
    color: #54B3C3 !important;
}
.promo-tab{
    font-size: 22px;
    color: #fff;
    background: linear-gradient(91deg, rgb(3 168 78) 0%, rgb(0 53 255) 80%, rgb(0 29 252 / 48%) 100%) !important;
}
.btn-custom-head.active{
    background-color: #54B3C3 !important;
}
.selected .size_head {
    border-bottom: 1px solid #DEF0F3;
    background: #EEF7F9 !important;
}
.runner_quantities_box.selected{
    background-color: #EEF7F9 !important;
}
.grayish_step_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-rating-review .stars-active {
    color: #ffc107b0;
    /* color: #ffff00 !important; */
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.customize_step_new_form_control{
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.ms-options-wrap > button
{
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.customize_rendering .cdd
{
    align-items: center;
    /* display: block !important; */
    display: flex !important;
    width: 100% !important;
    /* height: calc(1.5em + 0.75rem + 2px) !important; */
    height: auto;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.custom-file-label::after {
    border-left: none !important;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    margin-right: 5%;
}
@media (max-width: 769px) {
    .grayish_step_row {
        display: block;
        text-align: center;
    }
  }


.klaviyo-email-input{
    border-radius: 6px !important;
}
@media (min-width: 768px) and (max-width: 1141px){
    .review-order-detail{
        padding: 2rem;
    }
}
@media screen and (max-width: 575px){
    .order_free_tab_span{
        display: none !important;
    }
}
.dselects li.selected .check, .dselects li:hover .check {
    display: block !important;
}
@media (min-width: 357px) and (max-width: 426px){
    /* .step5_style_image_rendering{
        display: none !important;
    } */
}
@media (min-width: 357px) and (max-width: 426px){
    .mobile_tcn_5_d_none{
        display: none !important;
    }
}
@media (min-width: 357px) and (max-width: 768px){
    .mobile_d_none{
        display: none !important;
    }
}
@media screen and (min-width: 574.98px) {
    .promo_tab_2_hide{
        display: none !important;
    }
}
.max_h_570{
    max-height: 570px !important;
}
.dfs-select-bg-blue{
    border: 1px solid #c3c3c3 !important;
    border-radius: 5px !important;
}

.btn.dropdown-toggle.btn-light{
    padding: 0.225rem 0.75rem !important;
    background-color: white !important;
}

.customize-repeater .form-control {
    border-radius: 4px !important;
    height: auto !important;
}
.impclr_cdd{
    height: auto !important;
}
.checkout-form-list label {
    font-size: 20px;
    /* letter-spacing: 0.38px; */
    text-transform: capitalize;
    color: #000;
    /* margin-bottom: 10px; */
    font-weight: 500 !important;
    line-height: 30px;
}
.error_text_center{
    text-align: center !important;
}
.shipping_error{
    text-align: center !important;
}
.rendering-large-options .cart-error{
    text-align: center !important;
}
.before_we_start_text{
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
}
.file_type_text{
    padding-top: 10px;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
}
.banner_rendering label {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 30px;
}
@media (max-width: 769px){
    .form-group label {
        font-weight: 500;
        font-size: 14px !important;
        line-height: 21px;
    }
    .instruction-label {
        font-size: 14px;
        text-transform: capitalize;
        color: #000;
        font-weight: 500 !important;
        line-height: 21px;
    }
}
@media (min-width: 1025px){
    .download_templates_text_mobile{
        display: none;
    }
    .desktop_flex_end{
        justify-content: flex-end !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        display: flex;
        flex-direction: column;
        /* justify-content: end !important; */
        align-items: flex-end;
        padding-bottom: 0.5rem !important;
        padding-right: 2rem !important;
    }
}
@media (max-width: 1024px){
    .download_templates_text_desktop{
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 992px){
    .mt_820_5px{
        margin-top: 5px;
    }
}
.download_templates_text_mobile .download_temp_mobile_row{
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    box-shadow: 3px 3px 3px 1px #ced4da !important;
}
.dummy-cache-clear{display: none;}
