:root {  
  --font-family: "DM Sans", sans-serif;
  --white: #ffffff;
  --black: #000000;
 }


*, *::before, *::after { box-sizing: border-box; }
:focus { outline: none; }
body { margin: 0; font-size: 16px; font-family: var(--font-family); font-weight: 400; color: #888686; overflow-x: hidden; font-optical-sizing: auto;  font-style: normal; }
a, button, ::after, ::before { transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -ms-transition: ease-out 0.5s; -o-transition: ease-out 0.5s; -webkit-transition: ease-out 0.5s; }

/*layout width*/
.container { width: 100%; max-width: 1440px; padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }

@media (min-width: 1400px) {
.container { padding-right: 40px; padding-left: 40px; }
}

@media (min-width: 1700px) {
.container { max-width: 1600px;  }
}
/*layout width*/

/*btn*/
.primary_btn { width: auto; position: relative; display: inline-flex; height: 48px; justify-content: center; align-items: center; margin: 0; padding: 0 30px; text-align: center; font-family: var(--font-family); font-size: 16px; font-weight: 500; text-decoration: none; color:var(--white); border: none; cursor: pointer; background:var(--black); border: 1px solid var(--black); border-radius: 8px; }
.no-touch .primary_btn:hover { color:var(--black); background-color: var(--white); border-color: var(--black); }
/*btn*/

.field_box { margin: 0 0 24px; }
.f_label { color: #333333; font-weight: 500; font-family: var(--font-family); display: block; margin: 0 0 8px; }

/*input Default*/
input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="datetime"],
input[type="date"], 
input[type="email"] { background: var(--white); background-clip: padding-box; border: 1px solid #B6B6B6; font-family: var(--font-family); font-size: 14px; font-weight: 500; height: 48px; line-height: 1.42857143; padding: 0 10px 0 16px; vertical-align: baseline; width: 100%; box-sizing: border-box; color: #6B6B6B; border-radius: 6px; transition: all 0.5s ease; }
input[type="password"] { padding-right: 40px; }

input[type="text"]:disabled, 
input[type="password"]:disabled, 
input[type="url"]:disabled, 
input[type="tel"]:disabled, 
input[type="search"]:disabled, 
input[type="number"]:disabled, 
input[type="datetime"]:disabled, 
input[type="email"]:disabled { opacity: 0.5; }

select { background: #fafafa url(../images/select-arrow-down.svg) no-repeat calc(100% - 14px) center; background-size: 18px 11px; border: 1px solid #B6B6B6; font-family: var(--font-family); font-weight: normal; font-size: 14px; height: 48px; line-height: 1.42857143; padding: 5px 35px 4px 16px; vertical-align: baseline; width: 100%; box-sizing: border-box; color: var(--content-color); border-radius: 6px; transition: all 0.5s ease; }
select:disabled { opacity: 0.5; }
select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; }

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color:#6B6B6B;
 }
 input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color:#6B6B6B;
 }
 input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color:#6B6B6B;
 }

textarea { background: var(--white); background-clip: padding-box; border: 1px solid #B6B6B6; border-radius: 6px; font-family: var(--font-family); font-size: 14px; font-weight: 500; min-height: 120px; line-height: 1.42857143; margin: 0; padding: 10px 10px 10px 16px; vertical-align: baseline; width: 100%; box-sizing: border-box; resize: vertical; resize: none; transition: all 0.5s ease; }
textarea:disabled { opacity: 0.5; }
textarea::-moz-placeholder { color:#6B6B6B; }
textarea::-webkit-input-placeholder { color:#6B6B6B; }
textarea:-ms-input-placeholder { color: #6B6B6B; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="datetime"]:focus,
input[type="date"]:focus, 
input[type="email"]:focus,
select:focus,
textarea:focus { /*background-color: #D9D9D9;*/ box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); }

/*input Default*/


/*header Footer*/
.header { background: var(--black); padding: 16px 0; }
.header_content { display: flex; justify-content: space-between; align-items: center; }
.header_right_content { display: flex; justify-content: space-between; align-items: center; }

.signup_btn { display: flex; justify-content: flex-start; margin-left: 30px; }
.signup_btn a { margin-right: 10px; width: 130px; background-color: var(--black); border-radius: 6px; border: 1px solid #4F4F4F; }
.signup_btn a:last-child { margin: 0; }

.shopping_bag { height: 34px; padding: 0 20px; border-left: 1px solid #333333; border-right: 2px solid #333333;display: flex; justify-content: center; align-items: center; }
.shopping_bag a { position: relative; }
.header_cart_qty { min-width: 16px; height: 16px; display: inline-block; border-radius: 100px; position: absolute; right: -7px; top: -7px; background-color: #EA4335; font-size: 12px; font-weight: 500; color: var(--white); text-align: center; }

.head_favorites_icon { height: 34px; padding: 0 20px; border-left: 1px solid #333333; display: flex; justify-content: center; align-items: center; margin-left: 20px; } 

.user_profile_inner { position: relative; }
.user_profile_info { cursor: pointer; display: flex; justify-content: flex-start; align-items: center; margin: 0 0 0 19px; padding-right: 14px; position: relative; }
.user_img { width: 40px; height: 40px; border-radius: 12px; overflow: hidden; }
.user_img img { width: 100%; height: auto; max-width: 100%; }
.name_number { margin: 0 0 0 12px; text-align: left; min-width: 94px; }
.name_number .user_name { display: block; color: var(--white); font-size: 14px; font-weight: 500; font-family: var(--font-family); padding-bottom: 5px; }
.name_number .user_id { display: block; color: #E2B40B; font-size: 14px; font-weight: 400; font-family: var(--font-family); }
.u_arrow { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

.user_profile_links { position: absolute; right: 0; top: 100%; z-index: 2; padding: 14px 0 0; width: 170px; transition: all 0.5s ease; opacity: 0; visibility: hidden; }
.user_profile_links ul.profile_list { padding: 10px 0; margin: 0; list-style: none; overflow: hidden; background-color: var(--white); border-radius: 6px; -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); width: 100%; }
.user_profile_links ul.profile_list li a { line-height: 34px; padding: 0 12px; display: block; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 400; color:var(--black); border-left: 2px solid var(--white); text-decoration: none; }
.no-touch .user_profile_links ul.profile_list li a:hover,
.user_profile_links ul.profile_list li.active a { background-color: #f3f3f3; border-left: 2px solid var(--black); }
.user_profile_inner.show-list .user_profile_links { opacity: 1; visibility: visible; }

@media (min-width: 1151px) {
ul.menu { margin: 0; padding: 0; list-style: none; display: flex; justify-content: flex-start; align-items: center; }
ul.menu > li { margin: 0 0 0 22px; position: relative; }
ul.menu > li:first-child { margin-left: 0; }  
ul.menu > li > a { display: block; font-family: var(--font-family); font-size: 16px; color: var(--white); font-weight: 500; text-decoration: none; position: relative; z-index: 2; }
ul.menu > li > a:before { content:""; width: 0px; height: 1px; position: absolute; left: 0; bottom: -2px; background-color: var(--white); opacity: 0; visibility: visible; }
ul.menu > li:hover > a:before { width: 100%; opacity: 1; visibility: visible; }


ul.level-one { padding: 10px 0; margin:15px 0 0; list-style: none; background-color: var(--white); border-radius: 6px; -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15); width: 145px; position: absolute; top: 18px; left: 0; z-index: 2; display: none; }
ul.level-one:before { content:""; position: absolute; left: 0; top: -20px; width: 100%; height: 30px; background-color: transparent; z-index: 1; }
ul.menu li:hover ul.level-one { display: block; }
ul.menu li:hover ul.level-one:before { display: block; }
ul.level-one > li > a { line-height: 34px; padding: 0 12px; display: block; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 400; color:var(--black); border-left: 2px solid var(--white); text-decoration: none; }
ul.level-one > li > a:hover,
ul.level-one > li.active > a { background-color: #f3f3f3; border-left: 2px solid var(--black); }
}

.menu_trigger { display: none; } 
.menu_logo_close { display: none; }
.nav-item.mob-only { display: none; }

/*mobile menu*/
@media (max-width: 1150px) {
.menu_trigger { display: block; margin: 0 30px 0 0; } 
.menu_trigger span { display: inline-block; cursor: pointer; } 
.menu_logo_close { display: block; position: relative; padding-right: 40px; }
.menu_logo_close span.menu_close { width: 30px; height: 30px; position: absolute; right: 0; top: 0; display: inline-block; background: url(../images/menu-close.svg) no-repeat center center; background-size: 30px; cursor: pointer; }

.logo { display: flex; justify-content:flex-start; align-items: center; }
.main_menu { background: var(--black); width: 100%; max-width: 430px; height: 100vh; overflow: hidden; padding: 50px 20px; position: fixed; top: 0; right: -100%; z-index: 3; font-size: initial; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }
body.show_menu { overflow: hidden; }
.show_menu .main_menu { right: 0; }
.overlay-bg { content: ''; width: 100%; position: fixed; top: 0; left: 0; bottom: 0; z-index: 999; background: rgba(0,0,0,0.85); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; transform: translateX(100%); -o-transform: translateX(100%); -webkit-transform: translateX(100%); }
.show_menu .overlay-bg { transform: translateX(-430px); -o-transform: translateX(-430px); -webkit-transform: translateX(-430px); }
.nav-item.mob-only { display: block; } 
.user_profile_info .name_number,
.user_profile_info .u_arrow { display: none; }
.shopping_bag { border-left: 0; border-right: 0; padding: 0; margin-left: 0; }
.head_favorites_icon { border-left: 0; padding: 0 15px 0 0; margin-left: 0;}
.shopping_bag svg path { fill: var(--white); } 
.head_favorites_icon svg path { fill: var(--white); }
.user_profile_info { padding-right: 0;  }
.user_img { border-radius: 100px; border: 2px solid var(--white); }

nav { position: relative; margin: 30px 0; overflow-y: auto; overflow-x: hidden; max-height: 100%; }
nav ul { list-style: none; margin: 0; padding: 0; }
nav ul li { border-top: 1px solid #333333; position: relative; }
nav ul li .menu_arrow { display: inline-block; width: 41px; height: 41px; position: absolute; right: 0; top: 0; background: url(../images/menu-arrow.svg) no-repeat center center; cursor: pointer; }
nav ul li .menu_arrow.active { transform: rotate(180deg); }
nav ul li:first-child { border: 0; }
nav ul li a { display: block; background: var(--black); padding: 10px 45px 10px 0; color: var(--white); font-weight: 400; font-size: 14px; font-family: "Poppins", sans-serif; text-decoration: none; -webkit-transition: 0.2s linear; -moz-transition: 0.2s linear; -ms-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;  }
nav ul li a .fa { width: 16px; text-align: center; margin-right: 5px; float:right; }
nav ul ul { background-color:#121212; display: none; }
nav ul li ul li { border-bottom: 1px solid var(--black); }
nav ul li ul li a { background: #121212; border-left: 4px solid transparent; padding: 10px 20px; }
nav ul li ul li a:hover { border-left: 4px solid var(--white); }
}
/*mobile menu*/

.footer_main { background:var(--black); padding: 16px 0; }
.footer_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }

.copyright_main span { font-family: var(--font-family); font-weight: 400; color: var(--white); }
.social-link ul { margin: 0; padding: 0; list-style: none; } 
.social-link ul li {
display: inline-block;
vertical-align: top;
margin: 0 13px 0 0;
}

.social-link ul li:last-child {
margin: 0;
}

.social-link ul li a {
width: 34px;
height: 34px;
line-height: 34px;
display: inline-flex;
justify-content: center;
align-items: center;
}

.social-link ul li a svg {
display: inline-block;
vertical-align: middle;
}

@media (min-width: 768px) {
.social-link { order: 3; }
}

@media (max-width: 767px) {
.footer_main { padding: 30px 0; }
.copyright_main { max-width: 100%; flex: 100%; margin-top: 30px; padding-top: 30px; border-top: 1px solid #333333; text-align: center; }
.footer_content { align-items: flex-end; }
}

@media (max-width: 767px) {
#logo img { max-width: 160px; }
.footer_logo img { max-width: 160px; }
}
/*header Footer*/

.main-content { background-color: #fafafa; }
section { padding: 60px 0; }
.section_title { font-size: 24px; color: #121212; font-weight: 700; font-family: var(--font-family); margin: 0 0 20px;  }
.section_title a { color: #121212; text-decoration: none; display: inline-block; }

.section_title.prepay-student-name { font-size: 40px; !important}

.section_description { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eff0f2; }
.section_description :last-child { margin: 0; }
.section_description h4 { font-size: 24px; color: #121212; font-weight: 700; font-family: var(--font-family); margin: 0 0 5px; }
.section_description p { font-size: 14px; font-weight: 400; font-family: var(--font-family); margin: 0 0 20px; }


/*Grid*/
.pro_photo { display: block !important; width: 100% !important; line-height: 0; }
.pro_container { display: inline-block !important; max-width: 100% !important; width: 100% !important; }
.pro_wrapper { display: block; height: 0; overflow: hidden; position: relative; z-index: 1; padding-bottom: 67%; }
.pro_image_photo { bottom: 0; display: block !important; height: auto; left: 0; margin: auto; position: absolute; right: 0; top: 0; /*max-width: 100% !important;*/ /*width: 100%;*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; object-fit: cover; height: 100%;}
.no-touch .grid_box_inner:hover .pro_image_photo { transform: scale(1.1); }  


.grid_main { display: flex; flex-wrap: wrap; overflow: hidden; margin: 0 -11px; }
.grid_box { padding: 0 11px; box-sizing: border-box; flex: 25%; max-width: 25%; margin: 0 0 30px; }
.grid_box_inner { background-color: var(--white); border-radius: 14px; overflow: hidden; -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15); box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15); position: relative; height: 100%; }
.grid_box_inner a { text-decoration: none; color: #121212; }
.grid_box_inner .product_info { padding: 14px 20px 25px; }
.grid_box_inner .product_info h4 { font-size: 18px; font-weight: 500; font-family: var(--font-family); margin: 0; color: #121212; } 

@media (min-width: 1700px) {
.grid_box { flex: 20%; max-width: 20%; }
}

@media (max-width: 1023px) {
.grid_box { flex: 33.3%; max-width: 33.3%; }
section { padding: 40px 0; }
}

@media (max-width: 767px) {
 section { padding: 30px 0; }
.grid_box_inner .product_info h4 { font-size: 16px; }
}

@media (max-width: 639px) {
.grid_main { margin: 0 -10px; } 
.grid_box { flex: 50%; max-width: 50%; margin: 0 0 20px; padding: 0 10px; }
.grid_box_inner .product_info { padding: 15px 10px 20px; }
}    

@media (max-width: 400px) {
.grid_box_inner .product_info h4 { font-size: 14px;  text-align: center;} 
.grid_main { margin: 0 -8px; }
.grid_box { padding: 0 8px; margin: 0 0 16px; }

.section_description h4 { font-size: 20px; }
}
/*Grid*/


/*sign in Forms*/
.log_form_main { display: flex; justify-content: center; height: calc(100vh - 92px); }

.log_form_main .log_left_content { position: relative; width: 58.3%; box-sizing: border-box; padding: 20px 50px 70px 50px; display: flex; justify-content: flex-start; align-items: flex-end; background: url(../images/sigin-bg.png) no-repeat center center; background-size: cover; overflow: hidden; }
.log_form_main .log_left_content:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.70); }
.log_form_main .log_right_conntent { display: flex; width: 41.7%; padding: 50px 20px; justify-content: center; align-items: center; background: #ffffff; overflow: auto; }
.log_left_inner { position: relative; }

.log_left_inner .log_content { margin-top: 34px; width: 100%; max-width: 482px; }
.log_left_inner .log_content:first-child  { margin-top: 0; }
.log_left_inner .log_content h3 { color: var(--white); font-size: 24px; margin: 0 0 12px; font-weight: 700; }
.log_left_inner .log_content p { font-size: 16px; font-weight: 400; color: var(--white); margin: 0; }

.log_right_inner { max-width: 600px; width: 100%; }
.field_box.mb-12 { margin: 0 0 12px; }
.log_right_inner .choice_box { display: flex; justify-content: space-between; align-items: center; }
.log_right_inner .button_box { margin: 40px 0; }  
.log_right_inner .button_box .primary_btn { width: 100%; height: 52px; font-size: 18px; font-weight: 500; }
.log_right_inner .signup_link { text-align: center; }
.log_right_inner .signup_link p { font-size: 16px; color:#333333; display: flex; align-items: center; justify-content: center; margin: 0; }
.log_right_inner .signup_link p a { color: #282828; font-weight: 500; margin-left: 5px; font-size: 16px; text-decoration: none; }
/* .log_right_inner hr {  border-top: 6px solid #eff0f2 !important; margin: 40px 0 30px; } */
.log_right_inner hr {  border-top: 6px solid #eff0f2 !important; margin: 10px 0 10px; }

.link_line { font-size: 14px; text-decoration: none; position: relative; color: #282828; font-weight: 500; }
.link_line:before { content:""; width: 0px; height: 1px; position: absolute; left: 0; bottom: -2px; background-color:var(--black); opacity: 0; visibility: visible; }
.link_line:hover:before { width: 100%; opacity: 1; visibility: visible; }

.title_description h3 { font-size: 32px; font-weight: 700; margin: 0 0 10px; color: var(--black); }
.title_description p { color: #3D3D3D; font-size: 14px; margin: 0 0 40px; }
.signup .title_description h3 { margin: 0 0 30px; }
.signup .title_description p { margin: 0 0 15px; }
.signup .title_description span { font-size: 14px; display: block; margin: 0 0 8px; font-weight: 500; color: #121212; }

.form-check-input[type=checkbox] { border-radius: 5px; width: 18px; height: 18px; margin: 0 8px 0 0 !important; border: 1px solid #d9d9d9; }
.form-check { padding: 0; display: flex; align-items: center; justify-content: flex-start; } 
.form-check-input:focus { box-shadow: none; } 
.form-check-label { color: #333333; font-weight: 500; font-size: 14px; cursor: pointer; }
.form-check-input:checked { background-color: var(--black); border-color: var(--black); }

.input_field.password { position: relative; }
.input_field.password .password_eye { width: 20px; height:20px; display: inline-block; cursor: pointer; position: absolute; right: 16px; top: 14px; background: url(../images/eye.svg) no-repeat center center; background-size: 20px; }
.input_field.password .password_eye.active { background: url(../images/eye-normal.svg) no-repeat center center; }

.log_right_inner.signup .button_box { padding-top: 6px; margin-top: 0; }

.back-button { margin: 0 0 70px; }
.back-button a { display: inline-block; font-size: 16px; color: var(--black); font-weight: 700; padding-left: 34px; background: url(../images/back.svg) no-repeat left center; text-decoration: none; }

.mobille_back_btn { margin: 0 0 20px; display: none; }
.mobille_back_btn a { display: inline-block; font-size: 16px; color: var(--black); font-weight: 700; padding-left: 34px; background: url(../images/back.svg) no-repeat left center; text-decoration: none; }

/*edit profile*/
.edit_profile .container { max-width: 782px; }
.edit_profile_box { background-color: var(--white); padding: 60px; border-radius: 10px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); }
.edit_profile_box .button_box { margin: 20px 0 0; text-align: center; }
.edit_profile_box .button_box button { width: 100%; max-width: 280px; }
.edit_profile_box .field_box input[type="email"] { background-color: #f3f3f3; border-color: #f3f3f3; }
.edit_profile_box .button_box .cancle_btn  { display: none; }

.change_password .container { max-width: 940px; }
.change_password_box { background-color: var(--white); padding: 40px 60px 40px 20px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); }
.change_password .button_box { margin: 36px 0 0; text-align: center; }
.change_password .button_box button { width: 100%; max-width: 280px; }
.change_password_right  { width: 100%; padding-left: 60px; }

.edit_profile .f_label,
.change_password .f_label { color: #4F4F4F; font-size: 14px; } 
.change_password .field_box,
.edit_profile .field_box { margin: 0 0 16px; }

.add_event .container { max-width: 1152px; }
.add_event .add_event_box { background-color: var(--white); padding: 20px 20px 20px 20px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); }
.add_event .add_event_right  { width: 100%; padding-left: 60px; }
.add_event_right_inner { max-width: 496px;} 
.add_event_right_inner > h3 { margin: 0 0 10px; font-size: 24px; } 
.add_event_right .addcode { font-size: 18px; font-weight: 400; margin:0 0 20px; color: var(--black); } 
.add_event_right .addcode span { font-size: 14px; }
.apply_code { padding-right: 178px; position: relative; margin: 0 0 20px; }
.apply_code input[type="text"] { background-color:#f3f3f3; padding-left: 21px; border-color: #f3f3f3; }
.apply_code .primary_btn { width: 172px; position: absolute; right: 0; top: 0; }
.add_event_right p { font-size: 18px; font-weight: 400; color: var(--black); }


.order_success .container { max-width: 817px; }
.order_success .order_success_content { background-color: var(--white); padding: 20px 20px 30px 20px; border-radius: 10px; display: flex; justify-content: center; align-items: center; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); }
.order_success_inner { text-align: center; }  
.order_success_img { margin: 0 0 20px; }
.order_success_img img { width: 150px; height: 150px; }
.order_success_inner h3 { font-size:24px; font-weight: 700; color: var(--black); margin: 0 0 20px; }
.order_success_inner h4 { font-size: 20px; font-weight: 700; color: var(--black); margin: 0 0 20px; }
.order_success_inner p { color: #333333; font-size: 16px; font-weight: 400; margin: 0 0 40px; }
.order_success_inner .primary_btn { width: 100%; max-width: 280px; }

.edit_profile_box .three-col { margin: 0 -8px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.edit_profile_box .three-col > div { max-width: 33.3%; flex: 33.3%; padding: 0 8px; }

/*edit profile*/

@media (min-width: 768px) {
.two-col { margin: 0 -12px; display: flex; justify-content: flex-start; }
.two-col > div { max-width: 50%; flex: 50%; padding: 0 12px; }

.edit_profile_box .two-col { margin: 0 -8px; display: flex; justify-content: flex-start; }
.edit_profile_box .two-col > div { max-width: 50%; flex: 50%; padding: 0 8px; }

}

@media (max-height: 900px) {
.log_form_main .log_right_conntent { align-items: flex-start; }
}

/*sign in Forms*/

/*breadcrumb*/
.breadcrumb-main { padding: 12px 0; background-color: #F3F3F3; margin: 0 !important; }
.breadcrumb-main .breadcrumb { margin: 0; align-items: center; }
.breadcrumb-main .breadcrumb li { min-height: 21px; }
.breadcrumb-main .breadcrumb a { color: #4F4F4F; font-weight: 400; font-size: 14px; text-decoration: none; }
.breadcrumb-main .breadcrumb a:hover { color: var(--black); }
.breadcrumb-main .breadcrumb-item.active { color: var(--black); font-weight: 400; font-size: 14px; line-height: 21px; }
.breadcrumb-item + .breadcrumb-item { padding-left: 9px !important; }
.breadcrumb-item + .breadcrumb-item::before { position: relative; top: 6px; padding-right: 0; margin-right: 9px; content: "" !important; width: 6px; height: 10px; background: url(../images/breadcrumb-arrow.svg) no-repeat center center; background-size: 6px 10px; }

@media (max-width: 767px) {
.breadcrumb-main { display: none; }
}
/*breadcrumb*/

/*inner grid pages*/
.grid_main  .total_photo_caption { display: inline-flex; align-items: center; padding: 0 10px 0 32px; font-size: 16px; font-weight: 700; color:var(--white); background:#121212 url(../images/photo-icon.svg) no-repeat 6px center; border-radius: 4px; z-index: 1; position: absolute; right: 10px; top: 10px; height: 28px; }
.grid_main.event_list .grid_box_inner .product_info h4 { min-height: 45px; display: flex; justify-content: flex-start; align-items: center; word-break: break-all; }
.grid_main.event_list .grid_box_inner .product_info { padding: 14px 20px; }

.photoid_wishlist { display: flex; justify-content: space-between; align-items: center; } 
.photoid_wishlist h4 { min-height: inherit !important; padding-right: 10px; }
.photoid_wishlist .heart_icon { position: relative; top: -3px ; }
.photoid_wishlist .heart_icon:hover svg path { fill: #f00; }

.wishlist_page .photoid_wishlist .heart_icon svg path { fill: #f00; }
.total_download p { font-size: 16px; font-weight: 400; color: #121212; margin: 8px 0 0; }

.download_favorites_inner { display: flex; justify-content: flex-start; margin: 0 0 40px; } 
.download_favorites_inner > div { display: flex; justify-content: flex-start; align-items: center; max-width: 260px; width: 100%; background-color: var(--white); padding: 10px 20px; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); margin-left: 20px; } 
.df_icon { display: inline-flex; width: 64px; height: 64px; justify-content: center; align-items: center; border-radius: 100px; background-color: #EFF0F2; margin: 0 24px 0 0; }
.download_favorites_inner > div:first-child { margin-left: 0; }
.df_info h5 { font-size: 20px; }
.df_info span { font-size: 14px; color: var(--black); }
.last_downloads { margin: 0 0 30px; }

@media (min-width: 1200px) {
.wish_list .grid_box { flex: 20%; max-width: 20%; }
}

/*inner grid pages*/

/*photo list*/
.pl-title { font-weight: 700; color:#121212; font-size: 16px; margin: 0 0 8px; }

.qty_box { padding: 4px 10px; display: flex; justify-content: flex-start; align-items: center; border: 1px solid #eff0f2; background-color: #FAFAFA; border-radius: 4px; width: 117px; }
.qty_box .qty_minus { width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.qty_box .qty_plus { width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.qty_box .input_qty_text { width: auto; padding: 0 2px; display: flex; justify-content: center; align-items: center; width: 40px; text-align: center; border: 0; border-radius: 0; height: 34px; background-color: transparent; font-size: 14px; font-weight: 700; color: var(--black); }
.qty_box .input_qty_text:focus { box-shadow: none; }

.photo_list { margin: 0; padding: 0; list-style: none; }
.photo_list > li { margin:0 0 20px; background-color: var(--white); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); padding:10px; border-radius: 10px; }
.photo_list_inner { display:flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.photo_list_inner .pro_photo { max-width: 52.3%; flex: 52.3%; border-radius: 4px; overflow: hidden; }
.photo_list_inner .pro_photo .pro_wrapper { padding-bottom: 26%; }
.photo_list_inner .photo_list_info { max-width: 47.7%; flex: 47.7%; padding-left: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.photo_info_left { padding-right: 20px; padding-top: 12px; max-width: 74%; flex: 74%; border-right: 1px solid #eff0f2; min-height: 180px; } 
.photo_info_right { text-align: center; padding:0 20px; max-width: 26%; flex: 26%; }
.photo_price h5 { font-weight: 700; margin: 0 0 22px; font-size: 18px; }
.product_list_pay .photo_price h5 { margin: 0; }
.photo_info_left h4 { font-weight: 700; color: #121212; margin: 0 0 10px; font-size: 20px; }
.bullet_list { margin: 0 0 10px 8px; padding: 0; list-style: none;  }
.bullet_list li { font-size: 14px; font-weight: 400; color: #121212; position: relative; padding-left: 14px; }
.bullet_list li:before { content:""; width: 5px; height: 5px; border-radius: 100px; background-color: #121212; position: absolute; left: 0; top: 6px; } 
.qty_cart span { color: #121212; font-weight: 700; font-size: 14px; }
.photo_info_right .input_qty_main { display: inline-block; }

.photolist_btn { display: flex; justify-content: space-between; align-items: center; }
.photolist_btn.pay { display: block; }
.photolist_btn.pay .photolist_left { float: left; }
.photolist_btn.pay .photolist_right { float: right; }
.photolist_btn.pay .photolist_middle { float: right; margin-right: 16px; }

.photolist_btn.addon { justify-content: right; }

.review-sibling { display: flex; }
.review-sibling .primary_btn {margin-right: 10px;}
.review-sibling #sibling-dd { width: 200px; }

.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.product_list_review .pl-title { margin: 0 0 20px; }
.total_price { display: flex; justify-content: flex-end; margin: 30px 0; }
.total_price span { font-size: 20px; font-weight: 700; color: #282828; margin-left: 5px;}
.product_list_pay .photo_list {  margin-bottom: 30px; }

/* .payment_bottom { margin: 64px 0 0; border: 1px solid #dbdbdb; background-color: #fdfdfd; border-radius: 10px; padding: 40px; } */
.payment_bottom { margin: 0 0 0; border: 1px solid #dbdbdb; background-color: #fdfdfd; border-radius: 10px; padding: 40px; }
.payment_bottom_inner { max-width: 1107px; margin: 0 auto; }
.payment_bottom_content { display: flex; justify-content:flex-start ; align-items: center; } 
.payment_content_left { max-width: 41.2%; flex: 41.2%; }
.payment_content_left img { max-width: 100%; }
.payment_content_right { max-width: 58.8%; flex: 58.8%; padding-left: 70px; }
.payment_content_right h3 { color: #121212; margin: 0 0 40px; font-size: 24px; }
.payment_form .field_box { margin: 0 0 16px; }
.payment_form .three-col { margin: 0 -5px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.payment_form .three-col > div { max-width: 33.3%; flex: 33.3%; padding: 0 5px; }

.payment_form .field_box .form-check { padding: 15px 20px; background-color: var(--white); border: 1px solid #eff0f2; border-radius: 6px; margin: 0; }
.payment_form .field_box .form-check .form-check-input { margin: 0 20px 0 0; width: 18px; height: 18px; }
.payment_form .field_box input[type="text"], 
.payment_form .field_box input[type="password"] { height: 41px; background-color: #fdfdfd; border-color: #dadada; padding-right: 40px; padding-left: 15px; font-size: 14px; color: #848EA0; }
.payment_form .field_box ::-webkit-input-placeholder {color:#848EA0;}
.payment_form .field_box :-moz-placeholder {color: #848EA0; opacity:  1;}
.payment_form .field_box ::-moz-placeholder {color: #848EA0; opacity:  1;}
.payment_form .field_box :-ms-input-placeholder {color: #848EA0;}


.place_order_btn { display: flex; justify-content: right; margin: 24px 0 0; }
.place_order_btn .primary_btn { height: 52px; font-size: 18px; width: 262px; }

.paycard input[type="text"] { background-image: url(../images/card.svg); background-position: calc(100% - 16px) center; background-repeat: no-repeat; }
.calender input[type="text"] { background-image: url(../images/calender.svg); background-position: calc(100% - 20px) center; background-repeat: no-repeat; }
.cvv input[type="password"] { background-image: url(../images/cvv.svg); background-position: calc(100% - 20px) center; background-repeat: no-repeat; }

/*photo list*/

/*order table*/
.order_data_table { border: 1px solid #eff0f2; }
.order_data_table thead th,
.order_data_table tbody td { padding: 12px 10px 12px 0; vertical-align: middle; }
.order_data_table thead th:nth-child(1),
.order_data_table tbody td:nth-child(1) { padding-left: 20px; }   

.order_data_table thead { background:var(--white); border-bottom: 1px solid #f4f4f4; }
.order_data_table thead th  { color: #333333; font-size: 14px; font-weight: 700; }
.order_data_table tbody td { color: #1D1929; font-size: 14px; font-weight: 400; }
.order_data_table tbody td a { text-decoration: none; color: #1D1929; }
.order_data_table tbody td.id_order { font-weight: 700; }
.order_data_table td.status a { display: inline-block; text-decoration: none; }
.order_data_table span.status  { display: inline-flex; justify-content: center; align-items: center; width: 85px; height: 30px; border-radius: 4px; font-size: 12px; font-weight: 400; background-color: #d8e6ff; color: #1D4E9E; }
.order_data_table span.status.paynow { background-color: #282828; color: var(--white); }

/* .order_data_table .action { text-align: center; } */
.order_data_table tbody tr:nth-child(odd) { background: var(--white); }
.order_data_table tbody tr:nth-child(even) { background: #F3F3F3; }
/*order table*/

/*photo detail*/
.photo_detail_main .container { max-width: 1164px; } 
.photo_detail_content { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; }
.photo_detail_content .photo_detail_left { width: 61%; flex: 61%; }
.detailbottom_description { width: 100%; }
.photo_detail_left .pro_container { position: relative; border: 5px solid #eff0f2; border-radius: 4px; }
.photo_detail_left .pro_container .zoom_icon { display: inline-flex; justify-content: center; align-items: center; width: 39px; height: 39px; position: absolute; right: 15px; top: 15px; border: 2px solid rgba(255,255,255,0.25); background-color: rgba(0,0,0,0.60); z-index: 1; border-radius: 100px;}
.photo_detail_content .photo_detail_right { width: 39%; flex: 39%; padding-left: 20px; }
.print_pack_download_tab nav {  margin: 0; }

.detail_right_top { padding: 20px; background:#ffffff; box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2); margin: 0 0 10px; }
.print_pack_download { padding: 20px; background:#ffffff; box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2); border-radius: 4px; }
.add_tocart_btn { margin: 30px 0 0; }
.add_tocart_btn button { height: 52px; width: 100%; font-size: 18px; font-weight: 500; }


.detail_right_top { display: flex; justify-content: space-between; align-items: center; }
.detail_right_top_right { display: flex; justify-content: space-between; align-items: center; }
.detail_right_top_left { padding-right: 10px; }
.detail_right_top_left h3 { font-size: 20px; font-weight: bold; margin: 0; color: var(--black); }

.photo_view { display: flex; justify-content:flex-start; align-items: center; min-height: 35px; border-right: 1px solid #b6b6b6; padding-right: 20px; margin-right: 20px; }
.photo_view .photo_view_number { font-size: 18px; color: var(--black); font-weight: 700; margin-right: 8px; }
.photo_view .eye_icon { line-height: 0; }

.addto_fav a:hover svg path,
.addto_fav a.active svg path { fill:#ea4335; }

.print_pack_download_tab .nav-tabs button { width: 50%; flex: 50%; border: 0; border-bottom: 1px solid #b6b6b6; font-size: 14px; font-weight: 400; color: #4F4F4F; cursor: pointer; padding: 0 10px 10px 10px; }
.print_pack_download_tab .nav-link:focus-visible { box-shadow: none;  }
.print_pack_download_tab .nav-tabs .nav-link.active, 
.print_pack_download_tab .nav-tabs .nav-item.show .nav-link { border-color: #000000; font-weight: 700; color: #000000; }
.print_pack_download_tab .tab-content { margin: 30px 0 0; }
.print_pack_download_tab .tab_content_inner { border: 1px solid #eff0f2; border-radius: 4px; padding: 20px; }
.print_pack_download_tab .rab_radio_list { padding: 0; margin: 0; list-style: none; }
.print_pack_download_tab .rab_radio_list li { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid #eff0f2; }
.print_pack_download_tab .rab_radio_list li:first-child { padding-top: 0; }
.print_pack_download_tab .rab_radio_list li:last-child { padding-bottom: 0; border-bottom: 0; }
.rab_radio_list li .form-check-input { margin: 0 12px 0 0; width: 18px; height: 18px; background-color: #eff0f2; border: 1px solid #bebebe; }
.rab_radio_list li .form-check-label { color: #333333; }
.rab_radio_list li .form-check-input:checked[type=radio] { border-color:var(--black); background-color: var(--black); }
.print_pack_download_tab .rab_radio_list li .price_right { padding-left: 12px; }
.print_pack_download_tab .rab_radio_list li .price_right h5 { font-size: 14px; font-weight: 700; color: #000000; margin: 0; }

.detailbottom_description { margin: 30px 0 0; }
.description_inner { margin: 0 0 30px; } 
.description_inner h3 { font-size: 20px; font-weight: 700; color: var(--black); margin: 0 0 15px; }
.description_inner p { font-size: 14px; color: var(--black); margin: 0; font-weight: 400; }

.btn-close:focus { outline: none; box-shadow: none; }
#addtocart { background-color: rgba(0,0,0,0.85); }
#addtocart .modal-title { font-size: 20px; font-weight: 700; margin: 0; color: var(--black); }
#addtocart .modal-body { padding: 30px; } 
.model_cart_content {  display: flex; justify-content: space-between; align-items: center; max-width: 420px; margin: 0 auto; }
.model_cart_content .model_right_info { padding-left: 26px; }
.model_cart_content .left_img { border-radius: 4px; }
.model_cart_content .left_img img { width: 100%; max-width: 240px; }
.model_right_info h4 { font-size: 20px; color: var(--black); font-weight: 700; margin: 0 0 5px; }
.model_right_info .model_right_id { display: block; font-size: 18px; color: #333333; margin: 0 0 5px; } 
.model_right_info .print_size { display: block; font-size: 18px; color: #333333; margin: 0 0 5px;} 
.model_right_info .m_price { font-size: 18px; color: #1D4E9E; font-weight: 700; margin: 0; } 
.cart_model_button { display: flex; justify-content: center; margin: 30px 0 0; }
.continue_shopping { margin-right: 20px; }
/*photo detail*/

/*cart page*/
.shopping_cart_main { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; }
.shopping_cart_main .shopping_cart_left { width: 67.7%; flex: 67.7%; }
.shopping_cart_main .shopping_cart_right { width: 32.3%; flex: 32.3%; padding-left: 20px; }

.cart_data_table { padding: 20px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; }
.cart_data_table .delete_cart { padding: 0; border: 0; background: transparent; cursor: pointer; }
.cart_data_table table { margin: 0 0 30px; }
.cart_data_table table thead tr th { font-size: 14px; color: #4F4F4F; font-weight: 700; padding-bottom: 20px; }
.cart_data_table table thead tr { border-bottom: 1px solid #b6b6b6; }
.cart_data_table table tbody tr td { vertical-align: middle; padding: 15px 10px; font-size: 14px; color: var(--black); font-weight: 400; }
.cart_data_table table tbody tr { border-bottom: 1px solid #e0e0e0; }
.cart_data_table .prints_products select { width: 135px; height: 40px; background: #fafafa url(../images/select-arrow-down.svg) no-repeat calc(100% - 14px) center; border: 1px solid #eff0f2; }
.price_summary { background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 20px 30px 30px; }

.cart_btn_bottom { display: flex; justify-content: right; }
.cart_btn_bottom .primary_btn { background-color: #4f4f4f; border-color:#4f4f4f; }
.cart_productinfo { display: flex; justify-content: flex-start; align-items: center; }
.photo_name { padding-left: 22px; }
.photo_name a { display: inline-block; color: var(--black); font-size: 14px; text-decoration: none; margin: 0 0 5px; }
.photo_name span { display: block; color: #333333; font-size: 14px; font-weight: 400; }
.checkout_btn { margin: 30px 0 0; }
.checkout_btn .primary_btn { width: 100%; font-size: 18px; }

.price_summary h4 { font-size: 20px; font-weight: 700; color: #282828; margin: 0 0 15px; } 
.summary_table_data { width: 100%; }
.summary_table_data tbody { border-top: 1px solid #b6b6b6; border-bottom: 1px solid #b6b6b6; }
.summary_table_data tr th { font-size: 14px; color: #333333; font-weight: 400; padding: 7px 0; }
.summary_table_data tr td { text-align: right; font-weight: 700; font-size: 14px; color: #000000; padding: 7px 0; }

.summary_table_data tbody tr:first-child th,
.summary_table_data tbody tr:first-child td { padding-top: 20px; }  

.summary_table_data tfoot tr:first-child th,
.summary_table_data tfoot tr:first-child td { padding-top: 20px; }  

.summary_table_data tbody tr:last-child th,
.summary_table_data tbody tr:last-child td { padding-bottom: 20px; }  

.summary_table_data tfoot tr th { font-size: 16px; }
.summary_table_data tfoot tr td { font-size: 18px; }

#deletecart,#emptycart,#changesibiling_modal .modal-content { border-radius: 20px; }
#deletecart,#emptycart,#changesibiling_modal .modal-body { text-align: center; padding: 50px; }
#deletecart,#emptycart,#changesibiling_modal .modal-body h3 { font-size: 32px; margin: 0 0 20px; }
#deletecart,#emptycart,#changesibiling_modal .modal-body .delete_img { margin: 0 0 20px; }
#deletecart,#emptycart,#changesibiling_modal .modal-body p { font-size: 18px; margin: 0; color: #000000; font-weight: 400; }
#deletecart,#emptycart,#changesibiling_modal .cart_model_button { margin: 20px 0 0; }
/*cart page*/

/*checkout*/
.checkout_content_main { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; }
.checkout_content_main .checkout_content_left { width: 54.6%; flex: 54.6%; }
.checkout_content_main .checkout_content_right { width: 45.4%; flex: 45.4%; padding-left: 20px; }

.checkout_left_inner { padding: 20px 60px 60px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; }
.checkout_right_inner { padding: 20px 30px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; }

.checkout_table_data table { width: 100%; }
.checkout_table_data table tbody tr { border-bottom: 1px solid #dadada; }
.checkout_table_data table tbody tr td { padding-top: 15px; padding-bottom: 10px; }
.checkout_table_data table tbody tr td.co_img { padding-right: 10px; width: 64px; }
.co_image { border-radius: 4px; overflow: hidden; width: 64px; height: 64px; }
.co_image img { width: 64px; height: auto; }

.checkout_table_data table tfoot tr th { text-align: left; padding: 7px 0; color: var(--black); font-size: 14px; font-weight: 400; }
.checkout_table_data table tfoot tr td { text-align: right; padding: 7px 0; font-size: 14px; font-weight: 700; color: var(--black); }
.checkout_table_data table tfoot tr.checkout_totalprice { border-top: 1px solid #dadada;  }
.checkout_table_data table tfoot tr.checkout_totalprice th {  padding-top: 20px; font-weight: 700; }
.checkout_table_data table tfoot tr.checkout_totalprice td { padding-top: 20px; }

.accordion-button { font-size: 16px; font-weight: 700; }
.accordion-button:not(.collapsed) { box-shadow: none; background-color: transparent; color:var(--black); }
.accordion-button:focus { box-shadow: none; }
.checkout_left_inner select { background: var(--white) url(../images/select-arrow-down2.svg) no-repeat calc(100% - 19px) center; background-size: 18px 11px; }

.checkout_left_inner .form_main .three-col { margin: 0 -8px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.checkout_left_inner .form_main .three-col > div { max-width: 33.3%; flex: 33.3%; padding: 0 8px; }

.checkout_left_inner .accordion-item { margin: 0 0 20px; border-radius: 10px; border: 1px solid #dbdbdb; overflow: hidden; background-color: #fdfdfd; } 

.checkout_left_inner .accordion-button:before { content:""; left: 20px; right: 20px; position: absolute; bottom: 0; height: 1px; background-color: #dbdbdb; opacity: 1; }
.checkout_left_inner .accordion-button.collapsed:before { opacity: 0; }

.shipping-check .form-check-input[type=checkbox] { width: 22px; height: 22px; background-color: #F3F3F3; }
.shipping-check .form-check-input:checked[type=checkbox] { background-color: var(--black); } 

.checkout_left_inner input[type="text"], 
.checkout_left_inner input[type="password"], 
.checkout_left_inner input[type="url"], 
.checkout_left_inner input[type="tel"], 
.checkout_left_inner input[type="search"], 
.checkout_left_inner input[type="number"], 
.checkout_left_inner input[type="datetime"], 
.checkout_left_inner input[type="date"], 
.checkout_left_inner input[type="email"],
.checkout_left_inner select { height: 44px; }

.checkout_left_inner .field_box { margin: 0 0 16px; }
.checkout_left_inner .accordion-body { padding: 19px; }
.checkout_left_inner .payment_form .two-col .field_box { max-width: inherit; flex: none;  }
.accordion-body.paynow-order { padding: 0px; }

.shiping_option h4 { font-size: 14px; color: var(--black); font-weight: 700; }
.pickup_main { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px 0; border-top: 1px solid #dbdbdb; }
.pickup_main h4 { font-size: 16px; font-weight: 400; color: var(--black); }
.pickup_main p { font-size: 14px; font-weight: 400; margin: 0; color: var(--black); }
.checkout_left_inner .placeorder_btn { padding: 20px 0 0; }
.checkout_left_inner .placeorder_btn .primary_btn { width: 100%; max-width: 262px; font-size: 18px; }
.pickup_right h5 { font-size: 16px; font-weight: 700; }

.checkout_right_inner > h4 { font-weight: 700px; font-size: 20px; color: #282828; padding-bottom: 15px; border-bottom: 1px solid #b6b6b6; }

.co_info_box { display: flex; justify-content: space-between; align-items: center; }
.co_info_left h5 { font-size: 14px; color: var(--black); font-weight: 700; margin: 0 0 5px; }
.co_info_left h6 { font-weight: 400; font-size: 14px; color: var(--black); margin: 0 0 2px; }
.co_info_left span { font-weight: 400; font-size: 14px; color: var(--black); }  
.co_info_right span { font-weight: 400; font-size: 14px; color: var(--black); }
/*checkout*/

/*order detail data*/
.order_detail_data .cart_data_table { border-radius: 10px; padding: 20px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; }
.billing_shipping_address { padding: 20px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; margin-top: 20px; }    
.date_status { display: flex; justify-content: flex-start; align-items: center; margin: 0 0 30px; }
.date_status .date_icon { margin-right: 9px; position: relative; top: -2px; }
.date_status .date { font-size: 14px; font-weight: 400; margin-right: 16px; }
.date_status .status { display: inline-flex; justify-content: center; align-items: center; height: 24px; padding: 0 11px; font-size: 14px; color: #FF7629; background-color: #FFEFE7; }

.order_detail_data { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; }
.order_detail_data .order_detail_data_left { width: 67.7%; flex: 67.7%; }
.order_detail_data .order_detail_data_right { width: 32.3%; flex: 32.3%; padding-left: 20px; }

.billing_shipping_inner { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; }
.billing_shipping_inner .address_box { width: 50%; border-right: 1px solid #b6b6b6; padding-right: 10px; }
.billing_shipping_inner .address_content_box { padding-left: 30px; position: relative; }
.billing_shipping_inner .home_icon { position: absolute; left: 0; top: -2px; }
.billing_shipping_inner .address_box:nth-child(2) { border-right: 0; padding-left: 44px; }
.billing_shipping_inner .address_box h4 { font-size: 18px; color: #333333; font-weight: 400; margin: 0 0 10px; }
.billing_shipping_inner .address_box h5 { font-weight: 700; color: #000000; margin: 0 0 8px; }
.billing_shipping_inner .address_content_box p { font-size: 16px; color: var(--black); }

.cart_data_table .photo_name { font-size: 16px; font-weight: 700; }
.cart_data_table .table .quantity { text-align: center; }

.order_detial_main .section_title { margin: 0 0 10px; }

.order_pro_img img { max-width: 410px; width: 100%; }
.choose_img_list { display: flex; justify-content: flex-start; flex-wrap: wrap;  list-style: none; margin: 0 -10px; padding: 0;}
.choose_img_list li { width: 14.2857%; padding: 0 5px; margin: 0 0 15px; }
.choose_img_content  { background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 8px; overflow: hidden; }
.choose_img_content img { width: auto; height: 80px; }
.choose_img_content .cimg a { display: block; text-align: center; }
.choose_btn { padding: 8px 5px; }
.choose_btn .primary_btn { height: 28px; padding: 0 2px; font-size: 12px; background-color:var(--white); color: var(--black); width: 100%; border-radius: 4px; } 
.choose_btn .primary_btn:hover { color: var(--white); background-color: var(--black); }
.pay_status .choose_row td { padding:0 10px 5px 10px; border: 0;  }
tr.no_border_bottom,
tr.no_border_bottom td { border-bottom: 0 !important; }

#choosephoto .modal-body { text-align: center; padding: 50px; }
#choosephoto .modal-body h3 { margin: 0 0 30px; font-size: 32px; }
#choosephoto .modal-body p { margin: 0; font-size: 20px; color: var(--black); }
#choosephoto .chosee_img { margin: 0 0 30px; }
.cart_model_button .primary_btn { width: 152px; }
.cart_model_button .primary_btn.no { background-color: var(--white); color: var(--black); margin: 0 20px 0 0; }
.cart_model_button .primary_btn.no:hover { background-color: var(--black); color: var(--white); } 

.order_detial_main  .cart_data_table table { margin: 0;}

/*order detail data*/

.logo_for_mobile { margin: 0 0 30PX; display: none; }

#desc_image_modal .pro_wrapper { background-color: #000000; }
#desc_image_modal .pro_wrapper .pro_image_photo { height: 100%; }

.cart_image { width: 105px; border-radius: 4px; overflow: hidden; }
.cart_image img { max-width: 100%; height: auto; }

/*404 page*/
#oopss {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 15px 130px 15px;
  text-align: center;
}

#oopss #error-text {
  font-size: 40px;
  color: #000000;
}
#oopss #error-text img {
  margin: 0 auto 20px;
  height: 342px;
}
#oopss #error-text span {
  position: relative;
  font-size: 120px;
  font-weight: 900;
  margin-bottom: 0;
  display: block;
  margin-top: -80px;
}
#oopss #error-text p.p-a {
  font-size: 19px;
  margin: 0 0 30px;
}

/*=================================================================================================================================
====== Responsive CSS ====================================================================================================================*/

@media (max-width: 1300px) { 
.photo_info_left { max-width: 60%; flex: 60%; }
.photo_info_right { max-width: 40%; flex: 40%; }


}

@media (max-width: 1200px) {
.checkout_left_inner { padding: 20px; }

.payment_bottom { padding: 20px; }
.payment_content_right { padding-left: 20px; }

.choose_img_list li { width: 20%; } 
}

@media (max-width: 1079px) {
.log_form_main .log_left_content { width: 50%; padding: 30px; }
.log_form_main .log_right_conntent { width: 50%; }

.shopping_cart_main .shopping_cart_left { max-width: 100%; flex: 100%; margin-bottom: 20px; }
.shopping_cart_main .shopping_cart_right { max-width: 100%; flex: 100%; padding-left: 0; }
.cart_data_table { background-color: transparent; padding: 0; box-shadow: none; border-radius: 0; }
.price_summary { padding: 20px; }

#choosephoto .modal-body { padding: 15px; }

.choose_img_list li { width: 25%; } 
.order_detail_data .order_detail_data_left { width: 100%; flex: 100%; margin: 0 0 20px; } 
.order_detail_data .order_detail_data_right { width: 100%; flex: 100%; padding-left: 0; }
.order_detail_data .billing_shipping_address { max-width: 100%; flex: 100%; margin-top: 20px; }
}

@media (max-width: 991px) {
.photo_detail_content { position: relative; padding: 50px 0 0; }
.photo_detail_content .photo_detail_left { width: 100%; flex: 100%; margin: 0 0 10px; }
.photo_detail_content .photo_detail_right { width: 100%; flex: 100%; padding-left: 0; }
.detail_right_top { position: absolute; top: 0; width: 100%; box-shadow: none; background-color: transparent; border-radius: 0; padding: 0; margin-bottom: 10px; }
.photo_view  { padding-right: 15px; margin-right: 15px; }
.detail_right_top_left h3 { padding-left: 30px;  background: url(../images/title-back-arrow.svg) no-repeat left 2px; font-size: 22px; }
.print_pack_download_tab .tab_content_inner { padding: 10px; }

.change_password_box { padding: 15px; } 
.change_password_right { padding-left: 15px; }

.add_event .add_event_right { padding-left: 20px; }

.checkout_content_main { flex-direction: column; }
.checkout_content_main .checkout_content_left { width: 100%; flex: 100%; order: 2; }
.checkout_content_main .checkout_content_right {  width: 100%; flex: 100%; padding-left: 0; order: 1; margin: 0 0 20px; }
.checkout_right_inner { padding: 20px 15px; }
.checkout_left_inner { padding: 0; background-color: transparent; box-shadow: none; border-radius: 0; }
.checkout_left_inner .accordion-body { padding: 15px; }
.checkout_left_inner .placeorder_btn  {text-align: center; }
.accordion-body.paynow-order { padding: 0px; }

.product_list_main .container { max-width: 800px; }
.photo_list_inner { flex-direction: column; }
.photo_list_inner .pro_photo { max-width: 100%; flex: 100%; margin: 0 0 20px; }
.photo_list_inner .photo_list_info { padding-left: 0; max-width: 100%; flex: 100%; width: 100%; }
.photo_info_left { max-width: 100%; flex: 100%; padding: 0; border: 0; min-height: inherit; margin: 0 0 20px; }
.photo_info_right { max-width: 100%; flex: 100%; display: flex; justify-content: space-between; align-items: center; padding: 10px 0 0; border-top:1px solid #eff0f2; }
.photo_price h5 { margin: 0; }
.product_list_pay .photo_list { margin-bottom: 20px; }
.total_price { margin: 0 0 20px; display: flex; justify-content: space-between; align-items: center; }
.total_price span { font-size: 17px; }
.total_price span:nth-child(1) { color: #282828; }

.product_list_pay .photo_info_right { justify-content: right; }
.product_list_pay .photo_list_info { position: relative; }
.product_list_pay .qty_cart { position: absolute; left: 0; bottom: 4px; }


}

@media (max-width: 767px) {
section { padding: 30px 0; }

.log_form_main { flex-direction: column; }
.log_form_main .log_left_content { width: 100%; display: none; }
.log_form_main .log_right_conntent { width: 100%; height: 100%; }
.log_form_main .log_right_conntent { align-items: center; }
.sign_up .log_form_main .log_right_conntent { align-items: flex-start; }

.signin .log_form_main { display: block; }
.signin .log_form_main .logo_for_mobile { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; left: 10px; right: 10px; text-align: center; margin-top: -20px; }
.signin .log_form_main .log_left_content { display: block; min-height: 320px; }
.signin .log_form_main .log_left_content .log_left_inner { display: none;}
.signin .log_form_main .log_right_conntent { display: block; height: auto; border-radius: 40px 40px 0 0; margin-top: -40px; position: relative; overflow: hidden; }
.signin .title_description { text-align: center; }

.logo_for_mobile { display: block; }
.title_description p { margin: 0 0 30px; }
.title_description h3 { font-size: 26px; }
.signup .title_description h3 { margin: 0 0 8px; }
.log_right_inner hr { margin: 24px 0; }
.f_label { font-size: 14px; color: #121212; }
.field_box { margin: 0 0 20px; }

.forgot_pw .back-button { margin: 0 0 68px; }

.signin .header,
.sign_up .header,
.forgot_pw .header { display: none; }
.log_form_main { height: 100vh; }
.log_right_inner hr { border-top: 4px solid #eff0f2; } 

.signin .signup_link { margin-top: 40px; }


input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="datetime"],
input[type="date"], 
input[type="email"] { height: 44px; }

select { height: 44px; }


.log_right_inner.signup .button_box { padding-top: 4px; }
.two-col.first_name { margin: 0 -12px; display: flex; justify-content: flex-start; }
.two-col.first_name > div { max-width: 50%; flex: 50%; padding: 0 12px; }

.section_title  { font-size: 22px; color: #1D1D1D; }
.section_title.goback-mobile { padding-left: 40px;  background: url(../images/title-back-arrow.svg) no-repeat left 2px; }
.grid_box_inner { border-radius: 8px; }
.grid_box_inner .product_info { padding: 10px; }
.grid_main.event_list .grid_box_inner .product_info { padding: 10px; }
.grid_main.wish_list .grid_box_inner .product_info { padding: 12px; }
.grid_main.event_list .grid_box_inner .product_info h4 { text-align: left; }
.my_event_galleries .grid_main.event_list .grid_box_inner .product_info h4 { text-align: left; }


.print_pack_download { padding: 15px 10px; } 
.print_pack_download_tab .tab-content { margin: 10px 0 0; }
.add_tocart_btn { text-align: center; margin: 20px 0 0; }  
.add_tocart_btn button { width: 270px; }

.change_password_box { flex-direction: column; }
.change_password_left { margin-bottom: 20px; width: 100%; }
.change_password_left img { width: 100%; }
.change_password_right { padding-left: 0; }
.change_password .button_box { margin-top: 30px; }

.edit_profile_box { padding: 25px 15px; }
.edit_profile_box .three-col > div { max-width: 50%; flex: 50%; }
.edit_profile_box .three-col .field_box:nth-child(1) { max-width: 100%; flex: 100%; }
.edit_profile_box .button_box { display: flex; justify-content: flex-start; margin: 15px 0 0; }
.edit_profile_box .button_box .cancle_btn { display: block; max-width: 50%; flex:50%; padding-right: 5px; }
.edit_profile_box .button_box .cancle_btn button { width: 100%; max-width: 100%; background-color: var(--white); color: var(--black); }
.edit_profile_box .button_box .submit_btn { max-width: 50%; flex:50%; padding-left: 5px; }

.add_event .add_event_box { flex-direction: column; padding: 15px; }
.add_event_left { width: 100%; margin: 0 0 30px; }
.add_event .add_event_right { padding-left: 0; }
.add_event_left img { width: 100%; max-width: 100%; }
.add_event_right_inner { max-width: 100%; }
.apply_code .primary_btn { height: 44px; position: static; margin: 10px 0 0; width: 100%; }
.apply_code { padding-right: 0; }

.order_success .order_success_content { padding: 30px 15px; }
.order_success_inner p { margin: 0 0 25px; }

.photolist_btn.pay .photolist_middle {  float: left; margin: 15px 0 0; clear: both; width: 100%; }
.photolist_btn.pay .photolist_middle .primary_btn  { width: 100%; }

.payment_bottom_content { flex-direction: column; }
.payment_bottom_content .payment_content_left { max-width: 100%; flex: 100%; width: 100%; text-align: center; margin: 0 0 30px; }
.payment_bottom_content .payment_content_right { max-width: 100%; flex: 100%; width: 100%; padding-left: 0;  }
.payment_bottom { padding: 15px; }
.place_order_btn { margin: 10px 0 0;  justify-content: center; }
.payment_content_right h3 { margin: 0 0 20px; text-align: center; }
.payment_bottom { margin: 40px 0 0; }

.download_favorites_inner { justify-content: space-between; margin: 0 0 20px; }
.download_favorites_inner > div { padding: 10px 5px 10px 15px; margin-left: 0; max-width: 49%; }
.df_icon { width: 44px; height: 44px; margin:0 15px 0 0; }   
.df_icon svg { width: 22px; height: auto; }
.df_info h5 { margin: 0 0 5px; }
.df_info span { font-size: 12px; }

.mobille_back_btn { display: block; }
.cart_btn_bottom { justify-content: flex-start; }

.order_detail_data_left .cart_data_table { padding: 10px; }
.order_detail_data_left .cart_data_table thead { display: none; }
.order_detail_data_left .cart_data_table table,
.order_detail_data_left .cart_data_table table tbody,
.order_detail_data_left .cart_data_table table tr,
.order_detail_data_left .cart_data_table table td  { display: block; text-align: left; }
.order_detail_data_left .cart_data_table table td  { padding: 5px 0; }
.cart_data_table .table .quantity { text-align: left; } 

.qty_box .qty_plus,
.qty_box .qty_minus { width: 24px; height: 24px; } 
.qty_box .input_qty_text { height: 24px; }
.cart_data_table .prints_products select { height: 34px; width: 117px; }

.shopping_cart .cart_data_table thead { display: none; }
.shopping_cart .cart_data_table table,
.shopping_cart .cart_data_table table tbody,
.shopping_cart .cart_data_table table tr,
.shopping_cart .cart_data_table table td  { display: block; text-align: left; }
.shopping_cart .cart_data_table table td  { padding: 8px 0; }

.shopping_cart .cart_data_table table tr {  position: relative; }
.shopping_cart .cart_data_table table tr:nth-child(1) { border-top: 1px solid #b6b6b6; }
.shopping_cart .cart_data_table table td.price { position: absolute; left: 110px; top: 50px;}
.shopping_cart .cart_data_table table td.cart_action { position: absolute; right: 5px; top: 5px; }
.shopping_cart .cart_data_table table td.prints_products { position: absolute; left: 202px; top: 69px; }
.shopping_cart .cart_data_table table td.quantity { position: absolute; left: 202px; top: 26px; }
.shopping_cart .cart_data_table table td.subtotal { position: absolute; left: 110px; top: 74px; }
.shopping_cart .cart_data_table table td.subtotal { position: absolute; left: 110px; top: 74px; }

.shopping_cart .cart_data_table .cart_productinfo { align-items: flex-start; margin: 0 0 10px; }
.cart_productinfo .cart_image { width: 100px; height: 100px; }
.cart_productinfo .cart_image img { width: 100%; }
.shopping_cart .cart_data_table .cart_productinfo .photo_name { padding-left: 10px;  }

.order_table_data tbody tr { position: relative; }
.order_table_data .photo_name { padding-left: 10px; }
.order_table_data .cart_productinfo {  align-items: flex-start; }
.order_table_data td.Product_id { position: absolute; left: 110px; top: 27px;}
.order_table_data td.quantity { position: absolute; left: 110px; top: 50px;  }
.order_table_data td.subtotal { position: absolute; right: 10px; top: 0px;}

.order_detial_main.pay_status tbody tr { position: relative; }
.order_detial_main.pay_status td.subtotal { position: absolute; right: 10px; bottom: 15px; }

.billing_shipping_inner { flex-direction: column; }
.billing_shipping_inner .address_box { width: 100%; border-right: 0; padding-right: 0; border-bottom: 1px solid #b6b6b6; padding-bottom: 15px; margin-bottom: 15px; } 
.billing_shipping_inner .address_box:nth-child(2) { border-bottom: 0; padding-left: 0; padding-bottom: 0; margin-bottom: 0; }

.my_orders .order_data_table thead th, 
.my_orders .order_data_table tbody td

.my_orders .order_data_table thead { display: none; }
.my_orders .order_data_table tr,
.my_orders .order_data_table td  { display: block; text-align: left; }
.my_orders .order_data_table tr { position: relative; }
.my_orders .order_data_table td  { padding: 10px !important; display: inline-block; width: 100%; }

.my_orders .order_data_table td.action { position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding: 0 10px !important; width: inherit; }
/* .my_orders .order_data_table td.status { position: absolute; right: 45px; top: 50%; transform: translateY(-50%); padding: 0 !important; width: inherit; } */

.my_orders .order_data_table td.discount,
.my_orders .order_data_table td.shipping,
.my_orders .order_data_table td.taxes,
.my_orders .order_data_table td.total { display: none; }

.photolist_btn {flex-direction: column;}
.photolist_btn .review-sibling .primary_btn{ margin-top: 15px; margin-right: 0;}
}

@media (max-width: 639px) {
.choose_img_list li { width: 33.3%;}  
}

@media (max-width: 400px) {
.section_title.goback-mobile { padding-left: 30px; }
.container { padding-left: 15px; padding-right: 15px; }
.primary_btn { height: 42px; }

.checkout_left_inner .placeorder_btn .primary_btn { max-width: 100%; }
.checkout_left_inner .form_main .three-col > div:nth-child(1) { max-width: 100%; flex: 100%; }
.checkout_left_inner .form_main .three-col > div:nth-child(2),
.checkout_left_inner .form_main .three-col > div:nth-child(3) {  max-width: 50%; flex: 50%; }

.payment_form .three-col > div:nth-child(1) { max-width: 100%; flex: 100%; }
.payment_form .three-col > div:nth-child(2),
.payment_form .three-col > div:nth-child(3) {  max-width: 50%; flex: 50%; }

.payment_bottom .three-col > div:nth-child(1) { max-width: 100%; flex: 100%; }
.payment_bottom .three-col > div:nth-child(2),
.payment_bottom .three-col > div:nth-child(3) {  max-width: 50%; flex: 50%; }

.choose_img_list li { width: 50%;}
.price_summary { padding: 15px; }

.shopping_cart .cart_data_table table td.prints_products { left: inherit; top: 75px; right: 0; }
.shopping_cart .cart_data_table table td.quantity { left: inherit; top: 35px; right: 0; }

.photolist_btn .review-sibling{flex-direction: column; align-items: center;}
.photolist_btn .review-sibling #sibling-dd{ margin-top: 15px;}
}


@media (max-width: 374px) {
.download_favorites_inner { justify-content: flex-start; margin: 0 0 20px; flex-direction: column; }
.download_favorites_inner > div { margin: 0 0 10px; max-width: 100%; }
}


/*Responsive CSS*/

/*new css*/
.signup_confirm .container { max-width: 900px; }
.signup_confirm_inner { padding: 18px; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 4px; text-align: center;}
.signup_confirm_inner h3 { font-size: 22px; color: #282828; }

.linelink { font-size: 18px; text-decoration: none; position: relative; color: #282828; }
.linelink:before { content:""; width: 100%; height: 2px; position: absolute; left: 0; bottom: -2px; background-color:var(--black); opacity: 1; visibility: visible; }
.linelink:hover:before { width: 0px; opacity: 0; visibility: hidden; }

#add_as_fav .model_cart_content .pro_image_photo { position: static; }
#add_as_fav .model_right_info hr { display: none; }
#add_as_fav .model_right_info h4 { font-size: 20px; color: var(--black); font-weight: 700; margin: 0 0 10px; }

.fav-manage tbody tr td.fav-title:before { content: "Title: "; font-weight: bold; }
.fav-manage tbody tr td.fav-files:before { content: "Files: "; font-weight: bold; } 
.fav-manage tbody tr td.fav-owner:before { content: "Owner: "; font-weight: bold; }
.fav-manage tbody tr td.fav-action:before { content: "Action: "; font-weight: bold; }
.fav-manage tbody tr td:before { display: none; }

/* .order_data_table tbody tr td.id_order:before { content: "Order ID: "; font-weight: bold; }
.order_data_table tbody tr td.date:before { content: "Date: "; font-weight: bold; } 
.order_data_table tbody tr td.subtotal:before { content: "Subtotal: "; font-weight: bold; }
.order_data_table tbody tr td.discount:before { content: "Discount: "; font-weight: bold; }
.order_data_table tbody tr td.shipping:before { content: "Shipping: "; font-weight: bold; }
.order_data_table tbody tr td.taxes:before { content: "Taxes: "; font-weight: bold; } 
.order_data_table tbody tr td.total:before { content: "Total: "; font-weight: bold; }
.order_data_table tbody tr td.status:before { content: "Status: "; font-weight: bold; }
.order_data_table tbody tr td.action:before { content: "Action: "; font-weight: bold; }
.order_data_table tbody tr td:before { display: none; } */

@media (min-width: 1250px) {
  .main-content .signup_confirm { height: calc(100vh - 183px); display: flex; align-items: center; }
}

.my_fav_title { display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px; }
.my_fav_title .section_title { margin: 0; }

@media (max-width: 479px) {
  .my_fav_title { flex-direction: column; }
  .my_fav_title .section_title { margin: 0 0 15px; }
}

@media (min-width: 768px) {
  html {  min-height: 100%; position: relative; }
  body { padding: 0 0 91px; }
 .footer_main { position: absolute; width: 100%; bottom: 0; height: 91px; }
 .signin, .sign_up { padding-bottom: 0; }
}

@media (max-width: 767px) {
  .signup_confirm_inner h3 { font-size: 18px;}

  .fav-manage tbody tr td:before { display: inline-block;margin-right: 4px; }

  /* .order_data_table tbody tr td:before { display: inline-block;margin-right: 4px; } */
}

@media (max-width:767px) {
  #oopss #error-text span { font-size: 64px; margin-bottom: 20px; }
}

/*Kushang*/
span.help-block {
  color: red;
}

span.has-error.error {
  color: red;
}

.hide-eye {
  display: none !important;
}

.load_more_btn {
  /* transform: translate(45%, 25%) !important; */
  padding: 0 15px;
  text-align: center;
}

.loadersmall:after {
  content: '';
  background: url(../images/img-ajax-loader.gif) no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}    
.loadersmall {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#free_download_btn {
  width: 100%;
}

.loader_btn {
  display: block;
  content: "";
  position: relative;
  background-image: url(../images/loader_btn.svg);
  z-index: 123;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  pointer-events: none;
}

.loader_black_btn {
  /* display: block; */
  content: "";
  position: relative;
  background-image: url(../images/loader_black_btn.svg);
  z-index: 123;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  pointer-events: none;
}

.qty_box .qty_minus_prepay { width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.qty_box .qty_plus_prepay { width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; cursor: pointer; }

.payment-bottom-main {padding: 0;}
.payment-bottom-main .payment_bottom {margin-bottom: 60px;}

.order_detail_data_right.prepay-price-summary {
  margin-top: 36px;
}

@media (max-width: 1079px) {
  .order_detail_data_right.prepay-price-summary {
    margin-top: 0;
  }
}

select#sibling {
  background-color: #000;
  color: #fff;
  background: #000000 url(../images/select-arrow-white.svg) no-repeat calc(100% - 14px) center;
  background-size: 18px 11px;
  border: 1px solid var(--black); 
  border-radius: 8px;
}

h4#no_photos_msg {
  margin-left: 11px;
}

h4.no_records {
  text-align: center;
}

.user-title {
  min-height: 36px;
}

.my_orders .order_data_table td.action a:nth-child(1) { margin-right: 6px; }

/*old
.top_info_section h4 { font-size: 20px; margin-bottom: 10px; }
.top_info_section { margin: 0 0 30px; padding: 15px; background-color: #f2f2f2; border: 1px solid #f4f3f8; box-shadow: 0 5px 15px rgba(0, 0, 0, .25); }
.top_info_section p { margin-bottom: 10px; font-size: 14px; color: #000000; }*/

.top_info_section h4 { font-size: 30px; margin-bottom: 10px; }
.top_info_section { margin: 0 0 20px; padding: 90px; background-color: #f2f2f2; border: 1px solid #f4f3f8; box-shadow: 0 5px 15px rgba(0, 0, 0, .25); }
.top_info_section p { margin-bottom: 18px; font-size: 20px; color: #000000; }

/* .selected-download-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid black;
        border-radius: 4px;
        padding: 3px 6px;
        width: fit-content;
        margin: auto;
        gap: 5px;
        font-weight: bold;
        color: black;
    }

    .selected-download-box svg {
        cursor: pointer;
    } */

    .selected-download-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: auto;
    width: fit-content;
}

.selected-box {
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px 9px;
    font-weight: bold;
    color: black;
    line-height: 1;
}

.download-icon a {
    background-color: #1C274C;
    padding: 3px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* prevents stretching the container */
}

.download-icon svg {
    fill: white;
    width: 17px; 
    height: 17px;
}
