/*	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 ===========*/

/*=========== BEGIN COMMON ============*/

:root {
    --top-nav-custom-top-position: 50px;
}

html{
	position: relative;
	min-height: 100%;
	background:#ffffff;
	padding:0px!important;
}

.clear:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0}
body {
    font-family: 'Poppins', sans-serif !important;
	font-size: 0.9rem;
	font-weight: 400;
	background:#fff;
	overflow-x:hidden;
	color: #000000;
}

.main-container {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
.max-auto{ margin: auto;}
.main-container img{
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.header-title .title {
    color: #1D497E!important;
}
.header-main-title {
    text-align: center;
    width: 100%;
    margin: 30px auto 20px;
    color: #707070;
}
.main-title {
    color: #1D497E;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 35px;
    /* font-weight: 600; */
    align-items: end;
    line-height: 1;
}
.header-main-title .both-side-line {
    display: flex;
}
.sub-tagline {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.bg_entry_header .sub-tagline {
    font-size: 20px;
}
.main-title.both-side-line:before,
.main-title.both-side-line:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    -ms-flex: 1 0 20px;
    color: #e3e3e3;
}
.main-title.both-side-line:after {
    margin: 0 0 0 20px;
}
.header-title .sub-tagline{
    font-size: 22px;
    font-weight: 500 !important;
    color: #000 !important;
    margin-top: 10px;
}
a {
	color: #0075d5;
	outline: none !important;
}
a:link {
	outline: none !important;
}
a:visited {
	outline: none !important;
}
a:hover {
	text-decoration: none!important;
}
a:active {
	outline: none !important;
}
img { width: auto; height: auto; max-width: 100%; display: inline-block; vertical-align: top}
a img {
	border: 0px;
	outline: none !important;
}
button {
	outline: none !important;
}
.fas, .far {font-family: 'Font Awesome 5 Free';}
.category_smp {
    display: none !important;
 }
 nav.navbar a.entry-phone{
    font-size: 15px!important;
    font-weight: 700 !important;
    color: #5d5d5d!important;
 }

 /* for desktop view */
img.store_logo_CCAN{
    height: 100px !important;
}

 img.store_logo_CSGN,img.store_logo_CSN,img.store_logo_LPN,img.store_logo_PDN,img.store_logo_TBN,img.store_logo_TRADESHOW, img.store_logo_CPF, img.store_logo_TCN,img.store_logo_CSC {
    height: 70px !important;
}

img.store_logo_CKN, img.store_logo_CUSTOMSOCKSNOW{
    height: 65px !important;
}

img.store_logo_CBN, img.store_logo_CFN  {
    height: 60px !important;
}

img.store_logo_MPN, img.store_logo_BON, img.store_logo_CHN, img.store_logo_CAN, img.store_logo_CFD {
    height: 55px !important;
}

img.store_logo_CPM, img.store_logo_CRN, img.store_logo_CUSTOMCUPSNOW {
    height: 50px !important;
}


img.store_logo_APPAREL, img.store_logo_CNN, img.store_logo_CPN, img.store_logo_CTWN, img.store_logo_CTT,  img.store_logo_CPW {
    height: 45px !important;
}

img.store_logo_APN, img.store_logo_IMN, img.store_logo_CCN  {
    height: 40px !important;
}

img.store_logo_WCN {
    height: 39px !important;
}

img.store_logo_CBEN{
    height: 35px !important;
}
.review-badge-wrapper {
    text-align: center;
    display: inline-flex;
    margin-bottom: 5px;
    padding: 0;
}

.review-badge {
    max-width: 140px;
    border-radius: 5px;
}

/* old css for make product-title with deal-title center  */
/* .deal-header-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.deal-container {
    display: inline-block;
    margin-left: 65px;
} */

/* ---- START:: new css for only make product-title center ----*/
.deal-header-title{
    position: relative;
}

.deal-header-title .title{ /* For make header-title horizontaly centerd */
    display: inline-block;
}

.deal-container {
    transform: translateY(-50%);
    display: inline-block;
    margin-left: 65px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
}
/* ----------------- END ------------------------------ */

.deal-content {
    position: relative;
    background-color: #F9E079; /* Yellow background */
    color: #1D497E; /* Blue text */
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* padding: 10px 50px;
    display: inline-block; */
    height: 50px;
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: center;
}

/* Left triangular end */
.deal-content::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 0;
    height: 0;
    border: transparent;
    height: 50px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 60px solid #F9E079; /* Same yellow as the deal-content */
}
.deal-option-list .option-name{
    color:#1d497e;
    display: inline-block;
    margin-right: 5px;
}
.deal-option-list li::marker{
    color:#1d497e;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
/* for tablet view */
@media only screen and (max-width: 767px) {

    img.store_logo_CCAN{
        height: 80px !important;
    }

    img.store_logo_TBN{
        height: 65px !important;
    }

    img.store_logo_CPF, img.store_logo_TCN, img.store_logo_CKN, img.store_logo_CSGN,img.store_logo_CSN,img.store_logo_LPN,img.store_logo_PD,img.store_logo_TRADESHOW, img.store_logo_PDN, img.store_logo_CUSTOMSOCKSNOW,img.store_logo_CSC {
        height: 60px !important;
    }

    img.store_logo_CBN, img.store_logo_CHN, img.store_logo_CAN {
        height: 50px !important;
    }

    img.store_logo_MPN, img.store_logo_CFN,  img.store_logo_CAN, img.store_logo_CPM, img.store_logo_BON, img.store_logo_CFD, img.store_logo_CRN{
        height: 45px !important;
    }

    img.store_logo_CTT,img.store_logo_CTWN, img.store_logo_CPN, img.store_logo_CNN, img.store_logo_CUSTOMCUPSNOW, img.store_logo_APPAREL, img.store_logo_CPW {
        height: 40px !important;
    }

    img.store_logo_CCN, img.store_logo_APN, img.store_logo_IMN {
        height: 35px !important;
    }

    img.store_logo_CTWN {
        height: 30px !important;
    }

    img.store_logo_CBEN {
        height: 28px !important;
    }
}


/* for mobile view */
@media only screen and (max-width: 568px) {
    img.store_logo_TRADESHOW{
        height: 60px !important;
    }
    img.store_logo_CKN, img.store_logo_TBN{
        height: 55px !important;
    }

    img.store_logo_CPF, img.store_logo_TCN, img.store_logo_CSGN, img.store_logo_PDN, img.store_logo_CUSTOMSOCKSNOW {
        height: 50px!important;
    }

    img.store_logo_MPN, img.store_logo_CHN, img.store_logo_CAN, img.store_logo_BON{
        height: 40px !important;
    }

    img.store_logo_CPM, img.store_logo_CFD, img.store_logo_CRN, img.store_logo_APPAREL{
        height: 37px !important;
    }

    img.store_logo_CNN, img.store_logo_CUSTOMCUPSNOW, img.store_logo_CTT,img.store_logo_CSC{
        height: 35px !important;
    }

    img.store_logo_CCN, img.store_logo_APN, img.store_logo_CPN, img.store_logo_IMN, img.store_logo_CPW, img.store_logo_WCN {
        height: 30px !important;
    }
    .page-link{
        padding: 0.5rem 0.5rem;
    }

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


/*=========== BEGIN HERADER ============*/
#imn-products{
    background: #fbfbfb;
}
.timer-div {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.timer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer-div h5 {
    font-size: 18px;
    margin-bottom: 0;
}
.timer-div span {
    font-size: 12px;
    font-weight: 200;
}
.d-flex-align-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar {
    justify-content: center;
    background-color: #1D497E!important;
    color:#fff;
    border-radius: 0 0 20px 20px;
}
.mobile-top-bar-sticky{
    position: sticky;
    top: 0;
    z-index: 99999999;
}
.mobile-top-nav-custom-sticky {
    position: sticky;
    top: var(--top-nav-custom-top-position);
    z-index: 99999999;
}
.top-end-div h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
}
.top-end-div span,
.top-end-div span > a {
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
}

.bar-inner{
    line-height:1.1rem;
    padding:5px 0;
    text-align: center;
    color:#fff;
}
.bar-inner a{
    font-size:12px; color:#fff; text-decoration:underline !important;vertical-align: middle;line-height:1
}
.save_code {
    display: inline-block;
    background: white;
    padding: 0px 5px;
    border-radius: 5px;
    color: #1d497e;
    font-weight: 700;
    font-size: 17px;
    font-style: italic;
}
.top-menu{
    width : auto;
}
.cart-render{
    max-width: 1150px!important;
    min-height: 400px;
}
.top-right-wrap{
    text-align: center;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
}
.top-right-icon{ display: flex;align-items: center;}
.top-right-icon img{
    display: block;
}
span.top-right-text-small {
    font-weight: 500;
    font-size: 12px;
    color: #1d497e;
    display: block;
    line-height: 19px;
}

span.top-right-text {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: block;
}
.cart-count{
	position: absolute;
    border-radius: 20px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    bottom: 25px;
    right: -9px;
    border: 2px solid #fff;
    min-width: 24px;
    max-width: 45px;
    padding: 2px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ff5050 !important;
}
.mobile-tablets{display: none;}
.cart-text{
    font-weight: 500;
    font-size: 0.8rem;
    color: #000;
}
#mgmenu1{
    background: #ecf1f4;
    border-bottom: 0;
    border-top: 0;
    /* padding: 3px 0; */
}
.phone-wrap{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;

    font-weight: 700;
}
.order-first{
    color:#000;
}
.entry-phone{
    font-size: inherit!important;
}
.entry-local-phone{
    color:#000;
    font-weight:normal;
}
.mobile-menu{background: #000;}
.mobile-menu ul{ padding : 10px;}
.mobile-menu ul li{}
.mobile-menu ul li a{color: #fff; font-weight:normal;}
.mobile-menu ul li a:hover{ color: gray}
.top-bar .nav-item {
	margin-left: 3rem;
}
.top-bar .nav-item,
.top-bar .nav-link {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.2;
}
.top-bar .nav-link:hover {
	color: #00a5e6;
}
.top-bar .nav-item small,
.top-bar .nav-link small {
	display: block;
	font-size: 0.75rem;
	color: #eab4b4;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.navbar-wrap{
	justify-content: flex-end;
	padding-right: 50px;
}
.top-nav-custom {
	/* min-height: 65px; */
	outline: none!important;
    background-color: #fff;
    -moz-box-shadow: 0px 1px 4px #777;
    -webkit-box-shadow: 0px 1px 4px #777;
    box-shadow: none;
    padding: 15px 0;
}
.top-nav-custom > .container {
	position: relative;
}

.top-nav .dropdown-menu {
	border-radius: 0;
}
.top-nav ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000 !important;
    border-bottom: 1px solid transparent;
}
.top-nav .dropdown-menu li a {
	text-transform: none;
	font-weight: 400;
}
.top-nav ul > li{
    position: relative;vertical-align: middle;line-height: 1rem;text-align: center;padding: 0px 10px;
}
.top-nav ul > li:not(:last-of-type) a::before{
    font-size: 16px;position: absolute;right: -2px;top: 50%;margin-top: -10px;content: "";font-weight: 400;color: #d6d6d6;
}
.top-nav .dropdown-menu{
    margin: 0 !important;
}
.form-control:focus{
    box-shadow:none;
}
.border-radius-50 {
    border-radius: 50px;
}
.search_input{
    font-size: 15px;
    height: calc(1em + 0.75rem + 2px);
    background: #ecf1f4;
    padding: 5px 25px;
}
.search_icon{
    font-size: 12px;
    line-height: 0.5;
    background: #ecf1f4;
    padding: 5px 15px;
    color: #7e7e7e;
}
.search_icon:active,
.search_icon:hover,
.search_icon:focus,
.search_input:active,
.search_input:hover,
.search_input:focus{
    box-shadow: none !important;
    background-color: #ecf1f4 !important;
    color: #7e7e7e !important;
}
.dropdown-item { padding-left: 1rem; padding-right: 1rem;}

.user_menu_btn:hover{
    background-color: transparent !important;
}
.top-bar, .cart-count, .product-content .btn-wrap:hover, .see-all-btn, .home_welcome, .product-sec-title .badge-secondary, .breakpoint, .pages-title, .page-item.active .page-link, .style-wrapper.selected .od-product-name p, .checkmark, .container_inputs input:checked ~ .checkmark, .badge-specific .btext, .photo_later_btn, .base_quantity_affective_price, .description-head, .cartsuccessmessage, .shipping_guarrentee_delivery_message.should_choose_delivery, .product-tabs .ptabs span.active, .custom-btn.active, .custom-file-label::after, .theme-bg-color, .theme-btn-color, .styles-checked-item, .d-product .check{
    background-color: #1d497e!important;
    color: #fff;
}
.d-product .check{
    background-color: #54B3C3!important;
    color: #fff;
}
.btnAddToCart, .checkoutBtn{
    background-color: #54b3c3!important;
}
.h_descr h3, .featured-title, .page-link:hover, .product-page .sub-desc, .top-nav ul > li > a:hover, .phone-wrap .entry-phone, .product-content .card-header i.acc-arrow, .entry_header .description, .top-nav ul > li > a.active, .h_descr h3, .text-orange, .review-order-detail .heading, .custom-order-static-step, .slideControls i, .lSNext, .lSPrev, .footer-section a:hover, .header-title .tagline, .sub-text-orange span, .review-order-detail .addtocartspin, .shipping_guarrentee_delivery_message_date_placeholder, #accordion-faq .card-header:hover, #contact .card:hover i, #contact .card:hover h4, .theme-color{
    color: #54b3c3 !important;
}
.top-nav ul > li > a:hover, .top-nav ul > li > a.active, .page-item.active .page-link, .d-product .selected, .od-product-wrapper.selected, .style-wrapper.selected, .dselects li.selected, .dselects li:hover, .checkoutBtn, .product-content .btn-wrap:hover, .theme-btn-color{
    border-color: #54b3c3 !important;
}
.btn-customize:hover{
    color: #fff;
    opacity: 0.7;
}
.theme-btn-color:hover{
    color: #fff !important;
    opacity: 0.7;
}
.top-right-wrap img{
    max-width: unset;
}
.logoutBtn a {
    display: block;
    margin-top: 2px;
    background: #1d497e;
    width: fit-content;
    padding: 2px 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.sidebar-top-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
}
.top-logout-div a{
    display: block;
    margin-top: 2px;
    background: #1d497e;
    width: fit-content;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}
.dropdown-menu{
    margin-top: 0px;
}
.loged_user_name{
    width: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loading:before {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    width: 0px;
}
.width-55{
    width: 55px;
}
.width-85{
    width: 85px;
}
/* .mobile-logout-div{
    display: none;
    margin-left: 5px;
    color: #1d497e;
} */
 .mobile-user-account-div{
    font-weight: 500;
    display: none;
 }
 .mobile-user-account-div a{
    color: #1d497e !important;
 }
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
.light-loader{
    opacity: 0.2;
}
/*=========== END HERADER ============*/

/*=========== Begin Home ============*/
img:not([src]) {
    visibility: hidden;
}
.btn-primary{
    background-color: #54b3c3;
    border-color: #54b3c3;
    border-radius: 50px;
}
.btn-secondary{
    border-radius: 50px;
}
.header-title h2 {
    color: #1d497e;
    font-weight: 600;
}

.header-title span {
    color: #000;
    font-size: 19px;
    display: block;
}
.entry_header{
    text-align: center;
    width: 100%;
    margin: 30px auto;
    color: #707070;
}
.entry_header .description{
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    padding: 10px 0;
    color: #1d497e !important;
}
.entry_header h3{
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 25px;
}
.bg_entry_header{
    background: #ECF1F4;
}
.header-title{
    text-align: center;
    width: 100%;
    margin: 40px 0px !important;
    color: #000;
    background-color: rgb(236, 241, 244);
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-title .title{
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 2.7rem;
    font-weight: 500;
    align-items: end;
    line-height: 1;
}
.header-title .title.small{
    font-size: 2rem!important;
}
.testimonials_img_wrapper .col-4 {
    margin-top: 15px;
    padding-left: 0;
    text-align: end;
}
.testimonials_img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.testimonials_wrapper {background: #1d497e14;padding: 30px 45px 40px 45px;}
.testimonials_subtitle {
    color: #1d497e;
}
.testimonials_client_img {
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
}
.testimonials_left_div{
    padding-right: 70px;
}
.testimonials_client_comment {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: #000;
}
.testimonials_client_name {
    color: #00000075;
    display: block;
    margin: 15px 0px;
}
.testimonials_div {
    margin-bottom: 50px;
}
.header-title .both-side-line, .line-title .both-side-line{
    display: flex;
}
.line-title {
    text-align: center;
    width: 100%;
    margin: 30px auto 20px;
}
.line-title .title{
    font-size: 2rem;
    font-weight: 500;
    align-items:center;
    line-height: 1;
    color: #1c487e !important;
    justify-content: center;
}
.theme-btn {
    background: #54B3C3 !important;
    border-color: #54B3C3 !important;
    border-radius: 50px;
    padding: 5px 50px;
    text-transform: uppercase;
}
.header-title .both-side-line:before, .header-title .both-side-line:after,.line-title .both-side-line:before, .line-title .both-side-line:after {
    content: unset;
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    -ms-flex: 1 0 20px; /* IE 10 */
    color: #e3e3e3;

}
.header-title .both-side-line:after,.line-title .both-side-line:after {
    margin: 0 0 0 20px;
}
.header-title .tagline{
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-weight: 600;
}
.category_pagination{
    margin: 15px 0;
}
.user_menu_btn_border{
    padding: 5px 15px !important;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px #1d497e8c;
    margin: 15px 0px;
}
.user_menu_btn_border:focus{
    box-shadow: 0px 1px 10px 0px #1d497e8c !important;
}
.user_menu_wrapper.dropdown:hover .dropdown-menu {display: block;}
.font-11{font-size: 11px;}
.login-wrapper{left: -100px;}
.height-18{height: 18px;}
.mb-2rem{
    margin-bottom: 2rem !important;
}
@media (max-width: 1500px) {
    .login-wrapper {
        left: -145px;
    }
}
/*=========== END Home ============*/



/*=========== BEGIN CART PAGE ============*/
.cart-content .column{
  text-align: center;
}

.cart-content .cart-qty-wrap{
	width: 128px;
}
.cart-content .qtyInput-wrap{
	display: inline-block;
	width: auto;
}
.cart-content .inputBx {
	display: inline-block;
	width: 100%;
    max-width: 60px;
    height: 34px; /* add on 17-3 because of safari has extra height */
    min-height: 34px;
    margin:0;
    text-align: center;
    background:#828282;
    border: none;
    color:#fff;
    font-size: 20px;
    -webkit-appearance: none; /* add on 17-3 because of safari has rounded border */
    -webkit-border-radius: 0; /* add on 17-3 because of safari has rounded border */
    -webkit-padding-start:2px; /* add on 17-3 because of safari has extra padding */
    -webkit-padding-end:2px; /* add on 17-3 because of safari has extra padding */
}
.cart-content .qty-minus-btn{
    display: inline-block;
}
.cart-content .qty-plus-btn{
    display: inline-block;
}
.sec-title {
	width: 100%;
	padding: 40px 15px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize !important;
}
.cart-content .qty-number{
    width: 34px;
    height: 34px;
    border-radius: 0px;
    border: 0px!important;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cart-qty-wrap{
    width: 100%;
    display: inline-block;
}

.qty-minus-btn{
    float: left;
}
.qty-plus-btn{
    float: right;
}
.remove-item span{
	cursor: pointer;
	color: #ff0000;
	padding: 5px 0px 0px;
}
.coupon-wrap{
	float: left;
	width: 100%;
}
.coupon-wrap .input-group{
	max-width: 400px;
}

.coupon_message{
    display: none;
    width: 100%;
}
.coupon_message.success{
    color: green;
}
.coupon_message.error{
    color: red;
}

.cart-bottom{
	float: left;
    width: 100%;
    display: block;
}
.dselects {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}
.dselects li {
    border: 1px solid #F0F0F0;
    margin: 0 3px 10px 0;
    border-radius: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    max-width: 130px;
    min-width: 120px;
    box-shadow: 0px 11px 36px 0px #0000000D !important;
}
.dselects li.selected,
.dselects li:hover {
    box-shadow: -3px 3px 20px 0 #dedbdb;
}
.dselects li .check {
    display: none;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.dselects li.selected .check,
.dselects li:hover .check {
    display: block;
    border-radius: 20px 0px;
}
.dselects li .check i {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 15px;
    color: #fff;
}
.dselects li .delivery_date {
    font-weight: 400;
    font-size: 45px;
}
.dselects li .delivery_date span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
.dselects li .delivery_price {
    width: 100%;
    float: left;
    margin-top: 8px;
    border-top: 1px solid #F0F0F0;
    color: rgb(84, 179, 195);
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
}
.dselects li.selected .delivery_price,
.dselects li:hover .delivery_price {
    font-weight: 700;
}



.cart-total {
	float: right;
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
    max-width: 410px;
    margin-bottom: 30px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .1);
}

.table-total b{}
.cart-total h4 {
    background: #414143;
    margin: 0;
    padding: 7px 15px 6px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
}
.cart-total h4 span {
    font-weight: 300;
}
.cart-total table.table {
    border: 0;
    background: #fff;
    margin: 0;
    text-align: center;
}
.cart-total table.table tbody td {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border: 0;
}
.cart-total table.table tbody tr:last-child td {
    font-weight: bold;
}
.cart-table table.table tbody td:nth-child(1),
.cart-table table.table thead th:nth-child(1) {
    width: 16%;
}
.show-mobile {
	display: none;
}
/*=========== END CART 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: 300;
    color: #fff;
    background: #414143;
}
.checkoutBx h3 span {
    font-weight: 300;
    font-size: 20px;
}
.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: 20px;
    font-weight: 600;
}
.footer-section .footer-menu-column ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-product-details{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
}
.footer-left-copyright{
    color: #fff;
    font-size: 12px;
}
.payment-option-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-option-img img{
    max-width: 450px;
    width: inherit;
}
.footer-section .footer-menu-column ul li{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px!important;
    padding: 0px;
    list-style: none;
    line-height: 1.2rem!important;
    font-size: 15px;
    font-weight: 300;
    word-wrap: break-word;
}
.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;
}
.footer_logo{
    max-width: 190px;
}
.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;}
.od-d-flex{
    display:flex;
    justify-content:center;
    padding:40px 40px;
}
/*=========== 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;
  }
.user_menu_btn{
    display: flex;
    text-align: left;
    padding: 0;
    align-items: center;
}
.user_menu_btn::after{
    content: unset;
}
.user_menu_btn.focus, .user_menu_btn:focus{
    box-shadow:unset;
}
.user_menu_wrapper ul>li{
    padding: 5px 20px;
    font-size: 14px;
}
.user_menu_wrapper ul>li a{
    color: #000;
}
.user_menu_wrapper ul>li:hover,
.user_menu_wrapper ul>li:hover a,
.dropdown-item:focus,
.dropdown-item:hover{
    background: #1d497e;
    color: #fff;
}
.user_icon i,
.shipping_cart i,
.setting_icon i{
    font-size: 35px;
    color: #5D5D5D;
}
.setting_icon{
    margin-right: 0px;
}
.mb-100{
    margin-bottom: 120px;
}

.global-search {
    width: 95%;
    position: absolute;
    background: #fff;
    z-index: 99999;
    left: 10px !important;
    top: 40px !important;
    box-shadow: 0px 0px 5px #ccc;
    max-height: 500px;
    overflow-y: auto;
    text-align: left;
}
.global-heading {
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    font-weight: 800;
    color: #1d497e;
}
.global-items{
    margin-left: 10px;
}
.global-item {
    padding: 5px 4px !important;
    border-bottom: 1px solid #eee !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    cursor: pointer !important;
    width: 100% !important;
    display: flex !important;
    color: #000;
}
.global-item img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/*=========== 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;
}
.star-ratings-css {
    unicode-bidi: bidi-override;
    color:  #808080;
    font-size: 24px;
    letter-spacing: -2px;
    position: relative;
}
.star-ratings-css-top {
    color:#ffc107;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}
.contact_wrapper_div{
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.contact_option {cursor: pointer;color: #000;}
.contact_option i {
    display: block;
    font-size: 35px;
    margin-bottom: 15px;
}
.contact_option span {
    font-weight: bold;
}
.contact_option:hover i {
    color: #54b3c3;
}
.text-muted {
    color: #6c757d!important;
    display: block;
    text-align: center;
}
.contact_for_inquiry{
    font-size: 12px;
    line-height: 1.2;
}
@media (max-width: 768px) {
    img.store_logo{
        max-width: 150px;
    }
    .price_chart .nav-tabs .nav-link{
        padding: 5px;
        font-size: 13px;
    }
    .star-ratings-css{
        font-size: 22px;
    }
    .main-title {
        font-size: 24px;
    }
    .sub-tagline {
        font-size: 16px;
    }
    .header-title .sub-tagline{
        font-size: 18px;
        margin-top: 10px;
    }
    .review-badge-wrapper {
        justify-content: center;
    }

    .review-badge {
        max-width: 110px !important;
    }
    /*---------  old css for deal-title -------------*/
    /* .deal-header-title{
        display: block;
    }
    .deal-container {
        display: block;
        margin-left: 0;
        position: relative;
        transform: none;
    }
    .deal-content {
        display: block;
        width: 100%;
    }
    .deal-content::before {
        content: none;
    } */
}

  @media (max-width: 575.98px) {

    #contatti{padding-bottom: 50px;}
    #contatti .maps iframe{
      width: 100%;
      height: 450px;
    }
    .header-title .sub-tagline{
        font-size: 16px;
        padding-bottom: 10px;
        margin-top: 0;
    }
   }


  @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: center!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%;
}
.mobile-tablets i,
.mobile-menu-icon{
    color: #5D5D5D !important;
}
.forgot_password_div a{
    color: #000;
    font-size: 14px;
    text-align: center;
    display: block;
}
.breakpoint_line{
    display: flex;
    align-items: center;
    color: #b3b0b0;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.breakpoint_line:before,
.breakpoint_line:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    -ms-flex: 1 0 20px;
    color: #e3e3e3;
}
.breakpoint_line:after {
    margin: 0 0 0 20px;
}
.social_media_div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.social_media_div a {
    border-radius: 50%;
    padding: 7px;
    margin: 0px 10px;
}
.need_account{
    color: #000;
    font-size: 15px;
    display: block;
}
.need_account a{
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
.view_all_link {
    text-decoration: underline !important;
    color: #1d497e !important;
}
.side-menu-div .panel-group .panel+.panel {
    margin-top: 0px !important;
}
@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%;
    }
    .desktop-none{
        display: none !important;
    }
    .deal-header-title .title{
        max-width: 300px;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .deal-header-title .title{
        max-width: 400px;
    }
}

@media(min-width:1200px) {
    /* home page */
    /* .main-container .ginn:not(.slick-initialized) {
        display: flex;
    }
    .main-container .ginn:not(.slick-initialized) .gallery-image:nth-child(n+12) {
        display: none;
    } */
    .deal-header-title .title{
        max-width: 450px;
    }
}
@media(min-width:1400px) {
    .deal-header-title .title{
        max-width: 500px;
    }
}
@media(min-width:1600px) {
    .deal-header-title .title{
        max-width: 600px;
    }
}

@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%;
    }
    .main-title {
        font-size: 32px;
    }
    .sub-tagline {
        font-size: 20px;
    }
}


@media (max-width: 1199px) {
    .product-content.home-product .product-content-inner-div{
        width: 25%;
    }
    .top-nav ul > li{
        padding: 0px 0px;
    }
    img.store_logo{min-width: 130px;}
    .review-badge {
        max-width: 100px;
    }
}
@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;}
}
@media (max-width: 1064px) {
    .deal-header-title{
        display: block;
    }
    .deal-header-title .title{
        max-width: none;
        padding-bottom: 15px;
    }
    .deal-container {
        display: block;
        margin-left: 0;
        position: relative;
        transform: none;
        top: 0;
    }
    .deal-content {
        /* display: block; */
        width: 100%;
    }
    .deal-content::before {
        content: none;
    }
}
@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;padding-right: 0;padding-top: 0;padding-bottom: 0;}
    .top-nav-custom{padding: 15px 10px;}
    .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;
    }
    .desktop-none{
        display: block !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;
    }
    .product-content .fit-height {
        height: 20px !important;
    }
    .d-flex-align-center{
        justify-content: center;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .save_code{
        font-size: 15px;
    }
    .top-bar .row{
        margin: 0;
    }
    .search_input{
        font-size: 16px;
    }
    /* .mobile-logout-div{
        display: inline-block;
    } */
    .top-right-text-small.mobile-welcome-hide{
        display: none;
    }
    .mobile-user-account-div{
        display: inline-block;
    }
    .side-menu-wrapper .loged_user_name{
        width: auto;
    }
}

@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;}
    .product-sec-title .badge{font-size: 18px}
    .entry_header{margin: 20px auto;padding: 0 !important;background: #ECF1F4;}
    .entry_header .description{font-size: 1.3rem;text-align: center;padding: 20px 0;}
    .bg_entry_header .description{padding: 10px 0;}
    .bg_entry_header .sub-tagline{padding-bottom: 10px;}
    .entry_header h3{font-size: 18px}
    .header-title,.line-title{margin: 20px auto 10px;padding: 0 !important;background: #ECF1F4;}
    .header-title .title{font-size: 2rem}
    .header-title .title.small{font-size: 1.7rem!important;}
    .line-title .title{font-size: 2rem;padding: 20px 0;}
    .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;
    }
    .home-product,
    .product-content{
        margin-bottom: 30px !important;
    }
    .product-content .product-title{
        font-size: 15px;
        line-height: 1.5;
    }
    .product-content .fit-height {
        height: 20px !important;
    }
    .product-content.home-product .product-content-inner-div{
        width: 50%;
    }
    .product-content .product-thumb img {
        min-height: auto;
    }
    /* .product-tabs,.product-tabs .ptabs{
        height: auto;
        display: initial;
    }
    .product-tabs .ptabs span {
        line-height: 18px;
        font-size: 14px;
        padding: 5px;
        display: table-cell;
        vertical-align: middle;
        min-width: 60px;
    } */
    .od-product-wrapper .od-product-img-wrap{
        height: 100px;
        min-height: 250px;
    }
    .top-right-wrap{margin-left: auto;margin-right: 10px;}
    .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;
    }
    .top-bar {
        border-radius: 0 0 15px 15px;
        font-size: 11px;
        padding: 0px 5px;
    }
    .bar-inner {
        padding: 3px 0;
    }
    .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;
    }
    .od-d-flex{
        padding:0px;
    }
}

@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;}
    .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: 55.6px !important;
    }
    .product-content .height-40{
        height: 40px !important;
    }
    .product-content .fit-height {
        height: 20px !important;
    }
    .home-available-detail{
        font-size: 0.8rem;
    }
    .home-rating-review{
        font-size: 0.85rem;
    }
    .home-price{
        font-size: 1rem !important;
    }
    .product-content .btn-wrap{
        padding: 0.25rem;
    }
    .with_gel_wrist_pad select {
        font-size: 11px;
        padding: 0;
    }
    .footer-section{
        text-align: center;
        padding: 20px 0px 5px;
    }
    .copyright-section{
        padding-bottom: 40px !important;
    }
    .top-nav-custom .container{
        max-width: 90% !important;
    }
    .navbar-expand-md .navbar-toggler{
        padding-left: 5px;
    }
    .shipping_cart{
        margin-right: 5px;
    }
    .mobile-tablets i,
    .shipping_cart i,
    .setting_icon i{
        font-size: 24px;
    }
    /* .top-right-wrap img{
        width: 26px;
    } */
    .cart-count{
        bottom: 16px;
        min-width: 20px;
        padding: 1px;
    }
    .mobile-menu-icon{
        font-size: 24px;
    }
}
@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;}
    /* .main-container .ginn:not(.slick-initialized) .gallery-image:nth-child(n+4) {
        display: none;
    } */
}
.home-free-shipping-truck{
    background: url("/assets/app-images/images/free-shipping-32x32.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
}
@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 15px;}
    .with_gel_wrist_pad label {
        font-size: 12px;
    }
    .with_gel_wrist_pad select {
        font-size: 9px;
        padding: 0;
    }
}

@media (max-width: 365px) {
    .mobile-tablets{margin: 0px 10px;}
}

.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;
}
.expand_preview_parent {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.expand_preview {
    margin: 0px 0.5rem 2px 0px;
}
.parent-hover-div {
    width: 100%;
}
.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 5px;
    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;
}
.guaranteed_text {
    color: #239903;
    font-weight: 500 !important;
    display: block;
}

.estimated_text {
    color: #dc3545;
    font-weight: 500 !important;
    display: block;
}
.nagative_delivery_date .delivery_date span {
    color: #dc3545;
    font-weight: 500 !important;
}

@media (max-width: 556px){
    .printing-method-button {
        padding: 5px;
        font-size: 0.8rem;
    }
}
@media (max-width: 356px){
    .policy_banner_title{
        font-size: 1.20rem;
    }
    .home-rating-review{
        flex-wrap: wrap;
    }
}
/* @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;
    }
}
.mgmenu .card-columns{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.mgmenu .card{
    background-color: transparent;
    background-clip: unset;
    border: unset;
    border-radius: unset;
    margin-bottom: 0;
    margin-top: 5px;
}
.top-nav-custom .container{max-width:100% !important;}

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

  .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;
 }

 .prfix_minus_sign::before{
    content: "-";
    font-size:20px;
    display:contents;
    font-weight:300;
    font-family:courier;
    line-height: initial;
    color: #0075d5;
  }

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

 .instruction-label{
    font-weight: 600;
 }
 .home-rating-review{
    font-size: 0.9rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
 .home-rating-review-wrap {
    display: inline-flex;
    position: relative;
    height: 19px;
    text-align: left;
}
.home-rating-review .stars-active {
    color: #ffc107b0;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.home-rating-review .stars-inactive {
    color: grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
}
.home-rating-review .stars-inactive .fa-star{
    font-weight: initial!important;
}
.pricing_chart_title_td{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.contact_for_inquiry {
    vertical-align: top !important;
}
.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
    line-height: inherit !important;
    font-size: 14px !important;
}
.fa-question-circle:before {
    font-size: 15px !important;
}
.customize_tab_btn{
    border: 1px solid #54b3c3 !important;
    color: #54b3c3 !important;
    background: white !important;
    text-decoration: none !important;
    font-size: 16px !important;
    outline: none !important;
    transition: 0.5s;
    padding: 0.5rem 1rem !important;
    line-height: 1.5;
    border-radius: 50px;
    font-weight: normal !important;
}
.fa-question-circle:before {
    content: "\f059";
    color: #54b3c3 !important;
}
.fa-question-circle{
    vertical-align: 0rem !important;
}
.save_shipping_order_text{
    display: block;
    font-size: 12px;
}
.py-15{
    padding: 15px 0px !important
}

.nagative_delivery_price, .nagative_delivery_price > .delivery_price_number{
    color: #239903 !important
}
/* .dummy-cache-clear{display: none;} */
.product-content .product-thumb .hover_loader_img {
    object-fit: scale-down !important;
}
.product-content .product-thumb .hover_loader_img {
    object-fit: contain;
    min-height: 100px;
    width: 100%;
    vertical-align: middle;
    aspect-ratio: 1/1;
}
.product-content .product-thumb .hover_loader_img {
        max-width: 270px;
}
/* .od-product-wrapper .od-product-img-wrap .hover_loader_img {
    object-fit: scale-down !important;
} */
.od-product-wrapper .od-product-img-wrap .hover_loader_img {
    object-fit: contain;
    min-height: 100px;
    width: 100%;
    vertical-align: middle;
    aspect-ratio: 1/1;
}
/* .od-product-wrapper .od-product-img-wrap .hover_loader_img {
        max-width: 270px;
} */
#product_preview img{
    aspect-ratio:1/1;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery img{
    aspect-ratio:1/1;
}
.hover_video_style{
    width: 100%;
    height:auto;
}
.hover_video{
    object-fit: cover;
}
.hover_video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
@media (max-width: 568px) {
    .customize_tabLink .nav-tabs li {
        margin-bottom: 10px !important;
    }
    .customize_tab_btn {
        font-size: 14px !important;
        padding: .2rem .8rem !important
    }
}
@media (max-width: 420px) {
    .customize_tabLink .nav-tabs li {
        margin-left: 0px !important;
    }
}
.dynamic_menu .dropdown_container {
    display: none; /* Hide the submenu by default */
}

.dynamic_menu.menu-open .dropdown_container {
    display: block; /* Show the submenu when hovered or right-clicked */
}

.termsfeed-com---nb .cc-nb-text {
    font-size: 14px !important;
}
.termsfeed-com---nb .cc-nb-title {
    font-size: 18px;
}
#termsfeed-com---nb {
    left: 0 !important;
    right: auto !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 900px;
    max-width: 500px;
    background: #1d497e;
    border-radius: 8px;
}
@media (max-width: 575.98px){
    #termsfeed-com---nb {
        width: auto;
    }
    #termsfeed-com---nb , .termsfeed-com---nb-simple{
        max-width: unset;
    }
}
.termsfeed-com---nb .cc-nb-main-container {
    padding: 1rem !important;
}

.termsfeed-com---palette-dark .cc-pc-head {
    background: #1d497e !important;
    border-bottom: 1px solid #1d497e !important;
}

.termsfeed-com---palette-dark .cc-cp-body-tabs .cc-cp-body-tabs-item[active=true] {
    background: #2e5f99 !important;
}
.termsfeed-com---pc-dialog .cc-pc-container .cc-cp-body-content  {
    background: #2e5f99 !important;
    color: #f5f5f5;
}

.termsfeed-com---palette-dark .cc-cp-foot {
    background: #1d497e !important;
    border-top-color: #1d497e !important;
}
/* .intructions-textarea-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.intructions-text-placeholder {
    position: absolute;
    top: 1px;
    padding: .375rem .75rem;
    color: #757575;
    font-size: 1rem;
    pointer-events: none;
} */
.option_value_24_hour_rush_label{
    background-color: #ff0000 !important;
    color: #fff !important;
    display: inline !important;
    border-radius: 7px 7px 0px 0px !important;
    font-weight: 500 !important;
    margin: auto !important;
    padding: 1px 10px !important;
    font-size: 12px !important;
}
.option_value_24_hour_rush_label_parent{
    position: absolute;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
}
.rush_label_card_top_padding{
    padding-top: 20px !important;
}
@media (max-width: 351.98px){
    .option_value_24_hour_rush_label {
        font-size: 10px !important;
    }
    .rush-shipping-early-label{
        font-size: 13px !important;
    }
}
@media (max-width: 425.98px) and (min-width: 352.98px){
    .rush-shipping-early-label{
        font-size: 13px !important;
    }
}
@media (max-width: 1024.98px) and (min-width: 426px){
    .rush-shipping-early-label{
        font-size: 15px !important;
    }
}
.is_rush_shipping_color_label{
    margin-bottom: 0px !important;
}
.apparel_category_page_hex_image{
    object-fit: none;
}
/* Common css for previous files selection */
.append_previous_files .prev-files-title {
    display: flex;
    justify-content: center;
}
.append_previous_files .or-separator {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.append_previous_files .previous_files {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c9c9c9;
    overflow-y: auto;
    border-radius: 6px;
    max-height: 0;
    overflow: auto;
    opacity: 0;
    transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.append_previous_files .img-wrapper {
    width: 120px;
    height: 120px;
    position: relative;
    padding: 4px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px;
}

.append_previous_files .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.append_previous_files .img-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #54B3C3;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
    font-size: 12px;
    line-height: 24px;
}
.append_previous_files .previous_files.open {
    max-height: 300px; /* or any large enough value */
    border: 1px solid #c9c9c9;
    opacity: 1;
}
.append_previous_files .img-wrapper.selected {
    border: 1px solid #54B3C3;
}
.append_previous_files .img-wrapper.selected .styles-checked-item {
    display: block;
    height: 22px;
    width: 22px;
}
.img-wrapper.selected .styles-checked-item i.fa.fa-check {
    font-size: 12px;
    top: 4px;
    left: 4px;
}
/* Sweet Alert On Login Start----------------------------------------------------------------------*/
.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-alert-overlay.active {
    display: flex;
}

.custom-alert-overlay .custom-alert-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    max-width: 320px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.custom-alert-overlay .custom-alert-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #d4edda;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-alert-overlay .custom-alert-icon::before {
    content: "✓";
    color: #28a745;
    font-size: 36px;
    font-weight: bold;
}

.custom-alert-overlay .custom-alert-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.custom-alert-overlay .custom-alert-text {
    font-size: 14px;
    color: #666;
}
/* Sweet Alert On Login End----------------------------------------------------------------------*/