* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
  padding: 0 !important;
}
body * {
  font-family: "Avenir LT Std";
  color: #000000;
}

/* common */
li.base_stole_option button.base_btn {
  border-radius: 78px;
  height: 31.264706px;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
}
button.base_btn {
  background: #B6B6B6;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
}

button.primary_btn {
  background: #3fbfb9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
}
button.secondary_btn {
  background: #959595;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
}
button.btn-dissable{
  background: rgba(63, 191, 185, 0.3);
  cursor: not-allowed;
  pointer-events: none !important;
}
button:focus,
button.primary_btn:focus,
button.secondary_btn:focus {
  outline: 0;
  border: 0;
}
ul {
  list-style: none !important;
}
.navigating_element {
  cursor: pointer !important;
}
/* common */

/* Header */
header {
  background-color: #f6f6f6;
}
.header_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  padding: 8px 17px;
  background: #fff;
  width: 100%;
}
.header_section_right,
.header_section_left {
  display: inline-flex;
  align-items: center;
}
#header-logo img{
  max-width: 200px;
}
.header_section_left{
  margin: 0 -4px;
}
.header_section_left > *{
  margin: 0 4px;
}
.announcement_section {
  padding: 13px 0 9px;
  background-color: #3fbfb9;
  display: none;
}
.announcement_section p {
  color: #ffffff;
  font-family: "Avenir LT Std";
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 0;
}
.menu {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.menu p {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 0;
}
.bar1,
.bar2,
.bar3 {
  width: 22px;
  height: 3px;
  background-color: #c4c4c4;
  margin: 4px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: rotate(-55deg) translate(-9px, 5px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: rotate(55deg) translate(-4px, -2px);
}
.main_logo {
  display: inline-block;
  margin-bottom: 0;
  margin: 0 31px;
  font-size: unset;
}
.search_bar {
  display: flex;
  align-items: center;
  margin-right: 26px;
}
.search_bar button,
.search_bar button:focus {
  border: 0;
  outline: 0;
  background: transparent;
  margin-right: 11px;
}
.search_bar input,
.search_bar input::placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 5px;
}
.search_bar input,
.search_bar input:focus {
  max-width: 151px;
  outline: 0;
  border: none;
  border-bottom: 1.5px solid #000000;
  background: transparent;
  text-transform: capitalize;
}
button.cart,
button.cart:focus {
  border: 0;
  outline: 0;
  background: transparent;
  position: relative;
}
span.cart_count{
  display: none;
}
button.cart > span.cart_count {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  background: red;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  top: 0px;
  right: -5px;
}

.help span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 0;
  background-color: #e7e7e7;
  margin-bottom: 7px;
  border-radius: 20px;
  box-shadow: 0px 3.89744px 3.89744px rgba(0, 0, 0, 0.25);
}
.side-bar {
  background: #f6f6f6;
  border: 1.53754px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 21px 0;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  margin-left: 0px;
  left: -140%;
  min-width: 313px;
  transition: all 0.5s linear;
}
.side-bar.open {
  left: 0;
}
.side-bar li {
  font-family: "Avenir LT Std";
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding: 21px 20px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.side-bar li a {
  color: #000000;
  text-decoration: none;
}
.side-bar li:hover,
.side-bar li.active {
  background-color: #ffffff;
}
.side-bar li.active {
  padding: 18px 43px;
}
/* Header */

/* new features */

.cw_welcome_box {
  border: 2px solid #888888;
  padding: 50px 25px;
  margin: 20px;
  max-width: 950px;
  width: 100%;
}
.cw_welcome_box .cw_text_center {
  text-align: center !important;
}
.cw_welcome_box .cw_welcome_box_title {
  font-family: Avenir LT Std;
  font-size: 24px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}
.cw_welcome_box .cw_welcome_box_desc {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: #000000;
  text-align: center;
}
.cw_welcome_box .cw_select_section {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}
.cw_welcome_box .cw_select_section .cw_welcome_box_select {
  width: 100%;
  border: 2px solid #888888;
  padding: 5px 40px 5px 40px;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #000000;
}
.cw_welcome_box .cw_select_section .cw_welcome_box_select_option {
  border: 2px solid #888888;
  min-height: 100%;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-top-width: 1px;
  z-index: 9999;
}
.cw_welcome_box .cw_select_section .cw_welcome_box_select_option li {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 5px;
}
.cw_welcome_box .cw_select_section .cw_welcome_box_select_option li:hover{
  background-color:#eeeeee;
}
.cw_welcome_box .cw_select_section .cw_search_icon {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
}
.cw_welcome_box .cw_select_section .search_close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  padding: 10px;
  box-sizing: content-box;
}
.cw_welcome_box .cw_select_link {
  font-family: "Avenir LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    border-bottom: 1px solid #BABABA;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: block;
    text-align: right;
    margin-bottom: 50px;
}
.cw_welcome_box .cw_select_link:hover {
  color: #04726d;
  text-decoration: none !important;
}
.cw_welcome_box .cw_btn_section {
  text-align: center;
}
.cw_welcome_box .cw_btn_section .cw_btn {
  background: #A6A6A6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 78px;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
 
}
.cw_welcome_box .cw_btn_section .cw_highlight_btn {
  margin-bottom: 35px;
}
.cw_title_highlight {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  max-width: 585px;
  margin: 0 auto 20px;
}
.cw_title_highlight span {
  color: #3FBFB9;
  display: block;
}
.cw_welcome_box .proceed_to_app{
  color: #3fbfb9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
.cw_desc_highlight {
  max-width: 600px;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 138%;
  text-align: center;
  color: #000000;
  margin: 0 auto 35px;
}
.cw_highlight_btn {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF !important;
  background: #3FBFB9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 78px;
  padding: 9px 16px 9px 16px;
  margin: 0 auto;
}

.app_tutorial_cw_highlight_btn {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF !important;
  background: #3FBFB9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 78px;
  padding: 9px 16px 9px 16px;
  margin: 0 auto;
  width: 112px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* new features */

/* Main Page */
.main_section_container {
  background:#ffffff;
}
.main_section_container.template_choose_page,
.main_section_container.app_page {
  background: #ffffff !important;
}
.main_section_container.template_tool_page {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 188px);
  background: #ffffff !important;
}
.main_section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 50px);
}
.template_choose_page .main_section {
  align-items: unset;
  width: 100%;
}
.template_tool_page .main_section {
  display: block;
  max-width: 467px;
  height: auto;
}
.navigation_section {
  background: #f8f8f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
  width: 100%;
  max-width: 400px;
  margin: 20px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.navigation_section h4 {
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
  color: #000000;
  margin-bottom: 48px;
}
.navigation_section button.primary_btn {
  border-radius: 78px;
  min-width: 219px;
  padding: 12px 5px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 16px;
}
.navigation_section button.primary_btn_two {
  margin-bottom: 0;
}
.navigation_section .go_back {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 0;
  margin-top: 49px;
  text-decoration: underline;
  border: 0;
  background-color: transparent;
}
.navigation_section .go_back:focus {
  outline: none;
}
/* Main Page */
/* school */

 .school_image:hover{
  border-bottom: 2px solid #3FBFB9;
 }

li.base_school_option {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}

li.base_school_option img {
  margin-bottom: 16px;
  padding: 0 29px;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.not_selectable{
  opacity: 0.1;
  cursor: not-allowed !important;
  pointer-events: none;
}

.dont-see-school-btn{
    background: #787878;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 78px;
    min-width: 200px;
    padding: 12px 5px;
    font-family: "Avenir LT Std";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;
  }
/* school */
/* Before Start Section */
.before_start_section h4 {
  margin-bottom: 62px;
}
.before_start_section h4 span {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
}
.before_start_section h4 > span {
  display: block;
  margin-top: 10px;
}
.before_start_section button.primary_btn,
.template_navigation_section button.primary_btn {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  width: 219px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}

.template_navigation_section button.primary_btn:last-child, #skipTutorial {
  margin: 0;
}

.before_start_section button.secondary_btn,
.template_navigation_section button.secondary_btn {
  font-family: "Avenir LT Std";
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  letter-spacing: 0px;
  text-align: center;
  height: 29px;
  width: 155px;
  border-radius: 70px;
}
.before_start_section a.go_back {
  margin-top: 22px;
}

.no_thanks_btn{
  background: #959595;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
  padding: 13px 40px;
  border: 0;
  outline: 0;

}

/* Before Start Section */

/* watch tutorial Section */

.watch_navigation_section {
    background: #f8f8f8;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 7px 7px 15px 7px;
    width: 100%;
    max-width: 400px;
    margin: 20px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.continue_primary_btn{
  background: #3FBFB9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 30px;
  border: 0;
  outline: 0;
  margin-top: 25px;
}
/* watch tutorial Section */

/* Design For */
.navigation_section.design_for_section {
  padding: 30px 30px 21px;
}
.design_for_section h4,
.shipping_selection_section h4 {
  margin-bottom: 34px;
}
ul.design_for_options {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.design_for_options li {
  margin: 0 10px 25px;
}
.design_for_options li label {
  height: 124px;
  width: 124px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #eeeeee, #eeeeee),
    linear-gradient(0deg, #ececec, #ececec), #ececec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s linear;
}
.design_for_options li label:hover {
  background: linear-gradient(0deg, #3fbfb9, #3fbfb9),
    linear-gradient(0deg, #ececec, #ececec), #ececec;
}
.design_for_options input[type="radio"] {
  display: none;
}
.design_for_options li label img {
  margin-bottom: 9px;
}
.design_for_options li label h6 {
  margin-bottom: 7px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #4d4d4d;
}
.design_for_options li label p {
  margin-bottom: 0;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
}
.navigation_section .hint {
  color: #0836ac;
  margin-top: 4px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
}
.hint_msg {
  background: #ffffff;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 12px 14px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
  max-width: 238px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.hint_msg.open {
  display: block;
}
/* Design For */

/* Shipping selection */
.navigation_section.shipping_selection_section {
  padding: 24px 30px 15px;
}
.shipping_options {
  margin-bottom: 20px;
}
.shipping_options input[type="radio"] {
  display: none;
}
.shipping_options li label {
  padding: 20px 8px;
  width: 100%;
  min-width: 267px;
  background: linear-gradient(0deg, #eeeeee, #eeeeee),
    linear-gradient(0deg, #ececec, #ececec), #ececec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  cursor: pointer;
}
.shipping_options input[type="radio"]:checked + label,
.shipping_options li label:hover {
  background: linear-gradient(0deg, #3fbfb9, #3fbfb9),
    linear-gradient(0deg, #ececec, #ececec), #ececec;
}
.shipping_options h6 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 5px;
}
.shipping_options p {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}
.shipping_selection_section button.primary_btn {
  margin-top: 36px;
  margin-bottom: 24px;
  height: 29px;
  width: 112px;
  border-radius: 70px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: center;
  min-width: auto;
}
.please_note {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 5px;
}
.shipping_selection_section .go_back.learn_more {
  color: #0836ac;
  margin-top: 0;
}
.shipping_date_picker {
  display: flex;
  align-items: center;
}
.shipping_date_picker label {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}
.shipping_date_picker label span {
  display: block;
  font-family: "Avenir LT Std";
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  letter-spacing: 0px;
  text-align: left;
  color: #727272;
  margin-top: 2px;
  max-width: 120px;
}
.shipping_date_picker input.form-control,
.overview-detail input.form-control {
  background: #f7f7f7;
  box-shadow: 0px 2.38037px 2.38037px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
  font-family: "Avenir LT Std";
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  padding: 2px 6px;
  width: 97px;
  margin-left: 10px;
  text-align: left;
}
.shipping_date_picker input.form-control:focus,
.overview-detail input.form-control:focus{
  background: #f7f7f7;
  box-shadow: 0px 2.38037px 2.38037px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
}
.shipping_date_picker input.form-control::placeholder,
.overview-detail input.form-control::placeholder {
  color: #727272;
}
/* Shipping selection */

/* Template navigation */
.temp_navigation_section {
  background: #f8f8f8;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 0px 0px 40px 0px;
  width: 91%;
  max-width: 400px;
  margin: 20px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.template_navigation_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 30px 15px;
  width: 100%;
}
.template_navigation_content h4 {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  max-width: 247px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.template_navigation_content p {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 247px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.template_navigation_content p span {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}
.template_navigation_content p .template_tool {
  color: #3fbfb9;
}
.template_navigation_section button.primary_btn {
  margin-top: 27px;
  margin-bottom: 20px;
  border-radius: 78px;
  min-width: 219px;
  padding: 12px 5px;
}

/* Template navigation */
/* footer */
.d-flex{
  display: flex;
}
.button-container .total_btn h3{
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.button-container .total_btn p{
  font-size: 10px;
  margin-bottom: 0;
}
.button-container .total_btn{
  justify-content: space-between;
    width: 100vw;
    gap: 10px;
}
.button-container .footer_mobile_fixbtn{
padding-right: 15px;
padding-top: 5px;
}
.button-container .templatefooter_btn-add{
  width: 45%;
  text-transform: uppercase;
}
.footer_btns{
  display: inline-flex;
  width: 100%;
}
.footer_btn-mainapp{
  width: 200.96px;
  height: 48.81px;
  font-family: "Avenir LT Std";
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  background: #CE2B5C;
  color: #ffff;
  border: 0;
}
.templatefooter_btn-add{
  width: 200.96px;
  height: 48.81px;
  font-family: "Avenir LT Std";
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  background: #3FBFB9;
  color: #ffff;
  border: 0;
}
.footer_btn-add{
  width: 100%;
  height: 48.81px;
  font-family: "Avenir LT Std";
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  background: #3FBFB9;
  color: #ffff;
  border: 0;
}

.json_info_msg, .template_info_msg{
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px 8px 5px;
  width: 238px;
  bottom: 56px;
  left: -11px;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  display: none;
}
.json_info_msg_add{
  right: 8px;
  left: auto;
}
.json_info_msg.open, .template_info_msg_flag.open, .template_info_msg_all.open{
  display: block;
}
.template_info_msg_flag{
  bottom: auto;
  top: 170px;
  left: -70px;
}
.template_info_msg_all{
  bottom: auto;
  top: 250px;
  left: -13px;
}
/* footer */

/* Canvas */
.canvas-image-modal .modal-dialog {
  margin: 100px 10px;
  max-width: 493px;
}
.canvas-image-modal .modal_conflict_class {
  max-width: 493px;
  border-radius: 0px;
  background: #F8F8F8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.watch-tutorial-modal{
  padding-left: 0 !important;
}
.watch-tutorial-modal .watch_tutorial_section{
  margin: 0;
  padding: 51px 36px 59px;
}
.watch-tutorial-modal .watch_tutorial_section iframe{
  margin-bottom: 0;
}
.canvas-image-modal.watch-tutorial-modal .modal-dialog {
  max-width: 878px;
  /* width: 100%; */
}
.canvas-image-modal.watch-tutorial-modal .modal_conflict_class{
  max-width: 878px;
}
.canvas-image-modal .modal_conflict_class .close {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #747474 !important;
    right: 8px;
    z-index: 99999999;
    opacity: 1;
    top: 5px;
}
.modal_conflict_class #mCSB_1_scrollbar_vertical{
  width: 0!important;
}
.modal_conflict_class .modal-body{
  padding-bottom:0;
}
.zoom_modal_text{
  padding: 16px 15px 15px;
  text-align: center;
  background: #DFDFDF;
}
.zoom_modal_text p{
  font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}
.zoom-modal-body .mCSB_scrollTools {
  opacity: 0 !important;
}
.canvas-image-modal .modal-body {
  max-height: 422px;
  overflow-x: hidden;
}
.canvas-image-modal .mCSB_container {
  text-align: center;
}
/* Canvas */

/* Template Tool */
.template_tool_page,
.template_choose_page {
  padding: 0 15px 0 15px;
}
.template_tool_container,
.canvas_section {
  padding: 50px 16px 50px;
}
/* Choose Template */
.panel-container {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.panel-container h4 {
  max-width: 282px;
  margin: 0 auto;
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 19px;
  margin-top: 0;
}
.panel-container h4 span {
  display: block;
  margin-top: 10px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
}
.template_options {
  display: flex;
  flex-wrap: wrap;
  width: 214px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 4px;
  position: relative;
}
.template_options li.template_option {
  width: 98px;
  height: 98px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #eeeeee;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 19px;
  transition: all 0.3s linear;
  cursor: pointer;
}
li.template_option:hover {
  background: #3fbfb9;
}
li.template_option span {
  display: inline-block;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #4d4d4d;
}
.skip_btn {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 17px;
  text-decoration: underline;
  border: 0;
  background-color: transparent;
  color: #494949;
}
.skip_btn:focus {
  outline: none;
  border: none;
}
.note_message {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
  color: #939393;
}
.canvas_section {
  width: 100%;
  max-width: 807px;
}
.canvas_image_container .canvas_container,
.canvas_fabric_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 43px 0 72px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #595959, #595959), #ffffff;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.template_tool_page .canvas_section {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Choose Template */

/* Stole Color Template */
.stole_color_container .panel-container {
  padding: 78px 55px 54px;
  max-width: 467px;
}
.stole_color_container .panel-container h4 {
  margin-bottom: 54px;
}
.color-tool-section{
  align-items: center;
}
ul.template_color_options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
li.template_color_option {
  margin: 0px 25px 50px;
  /* width: calc(33.333% - 40px); */
  max-width: 69px;
  text-align: center;
}
li.template_color_option label {
  position: relative;
  line-height: 0;
  margin-bottom: 0;
}
.stole-color-box {
  display: inline-block;
  width: 42.47px;
  height: 42.47px;
  background: linear-gradient(135deg, #a60a3d 50%, #f1f3ff 50%);
  position: relative;
  z-index: 1;
}
.stole_color_one .stole-color-box {
  background: linear-gradient(135deg, #a60a3d 50%, #f1f3ff 50%);
}
.stole_color_two .stole-color-box {
  background: linear-gradient(135deg, #233aae 50%, #e8b012 50%);
}
.stole_color_three .stole-color-box {
  background: linear-gradient(135deg, #5c2372 50%, #c0a462 50%);
}
.stole_color_four .stole-color-box {
  background: linear-gradient(135deg, #007377 50%, #512d1c 50%);
}
.stole_color_five .stole-color-box {
  background: linear-gradient(135deg, #b50009 50%, #e8b012 50%);
}

li.template_color_option label:after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  top: -18px;
  left: -18px;
  border-radius: 65px;
  background-color: #b5b5b5;
  z-index: 0;
  transform: scale(0);
  transition: all 0.3s linear;
}
.template_color_option input[type="radio"] {
  display: none;
}
.template_color_option input[type="radio"]:checked + label:after,
li.template_color_option label:hover:after {
  transform: scale(1);
}
.stole_color_container .skip_btn {
  margin-bottom: 24px;
  color: #134ee5;
}
.stole_color_container button.secondary_btn {
  border-radius: 78px;
  width: 99px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 33px;
}
.hint_color_msg {
  padding: 20px 8px 19px;
  line-height: 12px;
  bottom: 154px;
  width: 100%;
  color: #939393;
}
.how_work_msg{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  bottom: 100px;
}
.hint_color_msg span {
  font-weight: bold;
}
img.select_template_image {
  width: 172px;
}
img.stole_template_image {
  /* width: 369px; */
}
/* Stole Color Template */

/* Canvas Section */
.canvas_fabric_container .canvas_container,
.app_canvas_container,
.gown_canvas_container {
  position: relative;
  left: 18px;
}
.canvas_container button,
.app_canvas_container button,
.gown_canvas_container button {
  border: 0;
  background: #e7e7e7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.canvas_container button img,
.app_canvas_container button img,
.gown_canvas_container button img {
  width: 24px;
}
.canvas_container button.canvas_zoom_btn {
  left: -64px;
}
.canvas_container button.back,
.canvas_container button.front{
  right: -74px;
}
.canvas_container button.canvas_dress_btn {
  right: -74px;
  bottom: 55px;
}
/* Canvas Section */

/* Stole Style Template */
.stole_style_container .panel-container h4 {
  margin-bottom: 49px;
}
ul.template_style_options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  margin-bottom: 19px;
}
ul.template_style_options li {
  width: 100%;
  margin-bottom: 42px;
  padding: 0 10px;
}
.stole-style-button {
  border: 1.78852px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 116.254px;
  background-color: transparent;
  font-family: "Avenir LT Std";
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  min-width: 123.41px;
  min-height: 57.23px;
  max-width: 141px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.stole-style-button:hover,
li.template_style_option.active button.stole-style-button {
  border: 1.78852px solid #dedede;
  background: #dedede;
  border-radius: 116.254px;
}
.flag-modal .modal-content {
  border-radius: 0;
}
.flag-modal .modal-header {
  padding: 0;
  background-color: #dfdfdf;
  border-bottom: 0;
}
.flag-modal .modal-title {
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  padding: 27px 0 19px;
  margin-bottom: 0 !important;
}
.flag-modal .close,
.flag-modal .close:hover,
.flag-modal .close:focus {
  text-shadow: none;
  background-color: transparent;
  opacity: 1;
  line-height: 0;
  margin-top: 5px;
  margin-right: 7px;
}
.flag-modal .modal-body {
  max-height: 568px;
  overflow: auto;
  padding: 0;
}
.contact-us-link,
.contact-us-link:hover,
.contact-us-link:focus {
  display: inline-block;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin: 17px auto 14px;
  text-decoration: underline;
}
.contact-us-link span {
  color: #0836ac;
}
ul.flag_stole_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0 20px;
}
li.flag_stole_option {
  display: inline-flex;
  flex-direction: column;
  padding: 9px;
  flex: 0 0 25%;
  width: 25%;
}
li.flag_stole_option h5 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 14px;
}
li.flag_stole_option img {
  padding: 10px 10px;
  width: 90px;
  margin: auto;
  object-fit: contain;
}

.templogo_active{
   background: #eeeeee;
   border-radius: 10px;
 }

li.flag_stole_option button.primary_btn {
  border-radius: 76px;
  height: 31.264706px;
  width: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
}
.flag-modal .modal-footer {
  text-align: center;
  padding: 9px;
}
.flag-modal .modal-footer input {
  background-color: transparent;
  border: 0;
  width: 100%;
  max-width: 289px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #939393;
}
.flag-modal .modal-footer input:focus {
  outline: none;
}
.flag-modal .modal-footer input::placeholder {
  text-align: center;
}
/* Stole Style Template */

/* Scroll bar */
.mCSB_draggerContainer {
  background-color: #ebebeb;
  width: 16px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  background-color: #b4b4b4 !important;
}
.mCSB_buttonUp,
.mCSB_buttonDown {
  background-color: #b4b4b4;
  position: relative;
  opacity: 1 !important;
  width: 16px;
  height: 18px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.mCSB_buttonUp:after,
.mCSB_buttonDown:after {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../../images/scroll_arrow_up.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.mCSB_buttonDown:after {
  background-image: url("../../images/scroll_arrow_down.svg");
}
.mCSB_draggerRail {
  display: none;
}
/* Scroll bar */

/* Class Year Template */
.class_year_container{
  padding: 0;
}
.class_year_container .panel-container{
  padding: 0;
  border: 0;
  background: transparent;
}
.class_year_container .panel-container h4 {
  margin-bottom: 22px;
}
.text_reflect_section {
  height: 241px;
  width: 209px;
  border: 1px solid #000000;
  box-sizing: border-box;
  margin: 0 auto 23px;
}
.input_label {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 8px;
}
.classyear_input_field {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  resize: none;
  width: 100%;
  max-width: 163px;
  padding: 8px 7px;
  max-height: 31px;
  overflow: hidden;
  border: 0;
}
.classyear_input_field:focus {
  outline: none;
}
.classyear_font .input_label {
  margin-bottom: 16px;
}
ul.classyear_font_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
  margin-bottom: 8px;
}
li.classyear_font_option {
  margin: 0 7px 8px;
}
li.classyear_font_option button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 65px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  padding: 9px;
  width: 91px;
  min-height: 32px;
  max-height: 51px;
}
li.classyear_font_option button:hover,
li.classyear_font_option button.active {
  background: #dedede;
  border-color: #dedede;
}
.class_year_container .note_message {
  margin-bottom: 12px;
}
.class_year_container .secondary_btn {
  margin-bottom: 22px;
}
.class_year_container .skip_btn {
  color: #494949;
  margin-bottom: 0;
}
/* Class Year Template */

/* Add Logo */
.logo_add_action_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.logo_add_btn {
  background: #eeeeee;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 114px;
  height: 114px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 5px;
  border: 0;
  margin-bottom: 22px;
  transition: all 0.3s linear;
}
.logo_add_btn:hover {
  background: #3fbfb9;
}
.logo_choose_btn img {
  margin-bottom: 11px;
}
.logo_upload_btn img {
  margin-bottom: 13px;
}
.logo_add_btn h5 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #4d4d4d;
  margin: 0;
}
.learn-more-link {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #494949;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  margin-bottom: 11px;
}
.learn-more-link span {
  color: #134ee5;
}
/* Add Logo */

/* Add Logo Modal*/
.internal-modal {
  padding: 0 !important;
}
.internal-modal .modal-backdrop {
  display: none;
}
.choose_logo_modal {
  position: absolute;
  right: unset;
  bottom: unset;
  margin: 83px auto 82px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 373px;
  padding-right: 0 !important;
}
.choose_logo_modal .modal-dialog {
  width: 100%;
  margin: 0;
}
.choose_logo_modal .modal-dialog .modal-content {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.choose_logo_modal .modal-body {
  max-height: 504px;
  overflow: auto;
  padding: 0;
}
.choose_logo_modal h4.choose_logo_heading {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  padding: 29px 0 10px;
  margin-bottom: 0;
}
ul.choose_logo_options {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
li.choose_logo_option {
  width: calc(33.333% - 24px);
  max-width: 150px;
  margin: 0 12px 16px;
}
li.choose_logo_option img{
  width: 100%;
}
li.choose_logo_option .choose_logo_img {
  margin-bottom: 11px;
  min-height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.choose_logo_option h5 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #888888;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-transform: capitalize;
}
li.choose_logo_option h5.choose_logo_name{
  margin-bottom: 16px;
}
.choose_logo_modal .modal-footer {
  padding: 0;
}
.logo_search_section {
  background: #ffffff;
  padding: 9px;
  max-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_search_field, .stole_search_field, 
.hyper_search_field, .greek_search_field,
.symbol_search_field {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
  border: 0;
}
.logo_search_field:focus, .stole_search_field:focus, 
.hyper_search_field:focus, .greek_search_field:focus,
.symbol_search_field:focus {
  outline: none;
}
.back_btn {
  border: 0;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  background-color: #b7b7b7;
}
/* Add Logo Modal*/

/* Template Tool */

/* Choose Base */
.main_app_section {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 0 42px;
}
.choose_base_heading {
  box-sizing: border-box;
  border-radius: 80px;
  padding: 29px 29px;
}
.choose_base_heading h4 {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.choose_base_heading p {
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 0;
}
.choose_base_heading p span a{
  color: #0836ac;
  text-decoration: underline;
}
.base_list_section {
  box-sizing: border-box;
}
ul.base_stole_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

li.base_stole_option {
  display: inline-flex;
  flex-direction: column;
  padding: 16px;
  flex: 0 0 50%;
}
ul.choose_template_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

li.choose_template_option {
  display: inline-flex;
  flex-direction: column;
  padding: 16px;
  flex: 0 0 50%;
}
li.choose_template_option h5 {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: -6px;
  margin-bottom: 2px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
    margin-right: 2px;
}
li.choose_template_option img {
  padding-bottom: 30px;
  margin: auto;
  object-fit: contain;
  width: 100%;
  height: 250px;
}
li.base_stole_option h5 {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: -6px;
  margin-bottom: 2px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
    margin-right: 2px;
}
li.base_stole_option img {
  padding-bottom: 30px;
  margin: auto;
  object-fit: contain;
  width: 100%;
  max-height: 350px;
}
.choose_base_stole .my-active{
  text-align: center;
}
li.base_stole_option button.primary_btn {
  border-radius: 78px;
  height: 31.264706px;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
}
li.choose_template_option button.use_primary_btn {
  border-radius: 78px;
  height: 31.264706px;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
  background: #B6B6B6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
}
.design-btn{
  border-radius: 78px;
  height: 35.264706px;
  width: 158px;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-left: 17px;
  background: #494949;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.flag_base_list_section {
  padding: 0;
}
.flag_base_options {
  max-height: 582px;
  overflow: auto;
}
.flag_base_options ul.flag_stole_options {
  padding: 0 0 30px;
}
.flag_stole_options {
  margin-bottom: 80px;
  padding-bottom: 70px;
}
.main_app_section input {
  background-color: transparent;
  border: 0;
  width: 100%;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #939393;
  background: #ffffff;
  border-top: 1px solid #b7b7b7;
  padding: 9px 0;
}
.main_app_section input:hover,
.main_app_section input:focus {
  outline: none;
}

/* Choose Base */

/* Choose Color */
.color_list_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 63px 171px 70px 114px;
}
.tool-section {
  background: #ffffff;
  border-radius: 0px;
  padding: 64px 53px 63px;
  width: 100%;
  /* max-width: 409px; */
  position: relative;
}

.base_btn_fixed{
  min-width: 300px;
}
#main-base-tool-option.tool-section{
  width: 100%;
  position: fixed;
  top: 0;
  height: calc(100vh - 47px);
  padding-bottom: 100px;
  overflow: scroll;
  overflow-x: hidden;
  top: 40px;
  z-index: 1105;
}
#main-color-tool-option.tool-section{
  position: absolute;
  top: -1px;
  z-index: 1105;
  padding: 5px 27px;
}
.fixed_bottombtn.back-btn{
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.tool-section_flag_stole{
  width: 100%;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  height: calc(100vh - 47px);
  overflow: scroll;
  overflow-x: hidden;
  top: 40px;
  z-index: 1105;
}
.flag_search{
  width: 100%;
  position: fixed;
  bottom: 40px;
  padding: 5px 10px;
  text-align: center;
}
.color-section-stole {
  margin-bottom: 61px;
}
.tool-section h6 {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}
.tool-section ul.color-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12.5px -14px;
}
.color-option {
  width: 12.5%;
  position: relative;
}
.color-option span {
  width: 16px;
  height: 16px;
  margin: 0 auto 14px;
  border: 0;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  
}
.logo-color-option span{
  opacity: 0.1;
}
.activeColor{
  opacity: 1 !important;
}
.color-option.active:after {
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #d1d1d1;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
}
.use_color_button {
  height: 40px;
  width: 136px;
  border-radius: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
/* Choose Color */

/* Main App Page */
.actual-app-page {
  display: block !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0px 0px 0px;
  max-width: 1440px;
  margin: 0 auto;
}
.actual-app-page .main_app_heading {
  display: block !important;
  width: 100%;
  margin-bottom: 30px;
}
.main_app_heading h4 {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.main_app_heading p {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 0;
}
.main_tool_section {
  background: #ffffff;
  border-top: 3.25091px solid #bcbcbc;
  box-sizing: border-box;
  position: initial;
}
ul.tool_list {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 0;
  border: 3.5px solid #f2f2f2;
  overflow: auto;
  white-space: nowrap;
  flex-direction: row;
  position: relative;
  z-index: 999;
  text-align: center;
}

ul.tool_list::-webkit-scrollbar {
  height: 8px;
}

ul.tool_list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
ul.tool_list::-webkit-scrollbar-thumb {
  background: #888; 
}


ul.tool_list li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  cursor: pointer;
}
ul.tool_list li.template_tool_option img {
  width: 50px;
  height: 58px;
}
ul.tool_list li.tool_option img {
  width: 40px;
  height: 40px;
  padding: 3px;
}
ul.tool_list li:nth-child(odd) {
  background: #f2f2f2;
}
ul.tool_list li h4 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14.4px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}
.app_canvas_container button.canvas_zoom_btn,
.gown_canvas_container button.canvas_zoom_btn  {
  left: -63px;
  bottom: -15px;
}
.app_canvas_container button.canvas_share_btn,
.gown_canvas_container button.canvas_share_btn {
  left: -65px;
  bottom: 0px;
}
.app_canvas_container button.canvas_dress_btn,
.gown_canvas_container button.canvas_dress_btn {
  right: -68px;
  bottom: 59px;
}
.app_canvas_container button.backside,
.app_canvas_container button.frontside,
.app_canvas_container button.back,
.app_canvas_container button.front,
.gown_canvas_container button.gown-back,
.gown_canvas_container button.gown-front,
.gown_canvas_container button.gown-backside,
.gown_canvas_container button.gown-frontside{
  left: -63px;
  bottom: 27px;
}
.your-design-heading, .your-design-heading-edit, .overview-design-heading-edit,
.your-temp-heading, .your-temp-heading-edit, .overtemp-design-heading-edit {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #d1d1d1;
  padding-bottom: 8.5px;
}
.overview-design-heading-edit,
.overtemp-design-heading-edit {
  border: none;
  justify-content: space-between;
}
.object_price{
  font-family: 'Avenir LT Std';
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #B4B4B4;
}

.your-design-heading-edit, .overview-design-heading-edit
.your-temp-heading-edit, .overtemp-design-heading-edit{
  align-items: center;
}
.your-design-heading-edit input, .overview-design-heading-edit input,
.your-temp-heading-edit input, .overtemp-design-heading-edit input{
  background: #f7f7f7;
  border: 0;
  outline: none;
  height: 30px;
  width: 100%;
  max-width: 170px;
  padding: 0 5px;
  margin-right: 10px;
}
.your-design-heading-edit button, .overview-design-heading-edit button,
.your-temp-heading-edit button, .overtemp-design-heading-edit button{
  height: 30px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  width: 52px;
  border: none;
  background-color: #00c2bc;
}
.your-design-heading h1, .your-temp-heading h1{
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  margin-right: 7px;
  text-transform: uppercase;
}
.your-design-heading img, .your-temp-heading img {
  margin-bottom: 5px;
}
.your-design-heading span,.your-temp-heading span{
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #3fbfb9;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.edit_design_name, .edit_temp_name{
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.overview-edit > *,
.overtemp-edit > *{
  cursor: pointer;
}
.your-design-section {
  padding: 8px 0px;
  margin-left: auto;
  position: relative;
  margin-bottom: 20px;
}

.text_values {
  padding-right: 0px;
}

.your-design-section .text_list {
  padding: 15px 0;
  border-bottom: 3px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
}
.your-design-section .text_list:last-child{
  border-bottom: none;
}
.overview-section-main{
  border-top: 3px solid #d1d1d1;
}
.your-design-section .text_list .right {
  width: 214px;
}
.your-design-section .text_value {
  width: 100%;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background: #f3f3f3;
  padding: 0 10px;
  margin-bottom: 10px;
}
.text_list .right .text_value:last-child {
  margin-bottom: 0;
}
.text_value .layer_value , .color_value3{
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 135px;
  margin-right: auto;
  color: #717171;
}
.text_value .layer_edit,
.text_value .layer_delete,
.text_value .tip_delete {
  margin-right: 5.5px;
  cursor: pointer;
}
.text_value .tip_edit{
  cursor: pointer;
}
.count_arrow_section {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.count_arrow_section img {
  margin: 1px 0;
  cursor: pointer;
}
.text_list .left h2 {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.overview-section{
  padding: 30px !important;
}
.addcart_btn, .update-cart, .templatecart_btn{
  margin-top: 40px;
  padding: 8px 16px;
  min-height: 35px;
  min-width: 154px;
  font-family: 'Avenir LT Std';
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 355.911px;
  display: block;
}
.templatecart_btn{
  margin-left: auto;
  margin-right: auto;
}
.addcart_btn{
  margin-left: auto;
  margin-right: auto;
}
#templateCartBack{
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
  width: 100%;
  background: #F6F6F6;
  font-weight: bolder;
}
#templateCartBack img{
  padding-right: 8px;
}
.main_tool_section .tool-section {
  padding: 33px 27px;
}
.main_tool_section .tool-section ul.color-options {
  justify-content: center;
}
.tab_center{
  display: flex;
  justify-content: center;
  border: none;
  gap:8px
}
.tab_center li a{
  border-radius: 200px;
  border: 1px solid #5E5E5E;
  color: #000;
  font-size: 12px;
  padding: 7px 18px;
  font-weight: bolder;
}
.tool-section_topcontent h4{
  font-family: "Avenir LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.tool-section_topcontent p{
    font-family: "Avenir LT Std";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #727272;
    margin-bottom: 0;
}
.tab_center.nav-tabs > li.active > a, .tab_center.nav-tabs > li.active > a:hover, .tab_center.nav-tabs > li.active > a:focus {
  background-color: #E0E0E0;
  box-shadow: 0px 5px 13px #c5c5c5;
  color: #000;
  font-weight: bolder;
}
.tabs_icon.tab_center li a{
  width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: #ececec;
}
.tabs_icon.tab_center li a img{
  max-width: 30px;
}
.color_picker_box{
  padding: 30px 0;
}
.text_tab_box{
  margin: auto;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 20px;
}
.text_tab_box textarea{
  background: #F6F6F6;
  width: 100%;
  max-width: 200px;
  height: 60px;
  padding: 10px 15px;
  box-shadow: 0px 4px 5px rgba(0,0,0,0.6);
}

.color_picker_box .selected_color_name{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.color_picker_box .selected_color_name{
  font-weight: bolder;
}
.color_picker_box .selected_color_name span{
  font-weight: 400;
}
#selectedColorDisplay {
  font-weight: bolder;
  padding-top: 20px;
}
#selectedColorDisplay span{
  font-weight: 400;
}
#selectedColorDisplay {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}
#selectedColorDisplay span{
  font-weight: 400;
}
.tool-left-section-heading {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -32px;
  max-width: 194px;
  width: 100%;
  padding: 9px 0 3px;
  background: #3fbfb9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.layer_text_blue {
  color: #3FBFB9;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.footer_mobile_fixbtn .layer_text_blue.subprice{
  font-size: 18px;
  font-weight: bolder;
  margin-right: 0;
}
.base h2{
  font-family: "Avenir LT Std";
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.main_tool_section .color-section-stole,
.main_tool_section .color-section-trim {
  margin-bottom: 61px;
}
.main_tool_section .tool-section h6 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.flag_btn_div{
  display: flex;
}

.flag_back_btn {
  width: 100%;
  height: 31.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b7b7b7;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}
.hybrid_back_btn{
  width: 100%;
  height: 31.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b7b7b7;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}
.back-btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5E5E5E;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.canvas-back-btn {
  width: 100%;
  height: 31.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b7b7b7;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}

ul.tool_list li#flag-tool-option img {
width: 45px;
}
ul.tool_list li#logo-tool-option img {
width: 40px;
}

.default_btn{
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  border: 1px solid #000000 !important;
  box-sizing: border-box !important;
  border-radius: 44px;
  width: 77px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: transparent;
}

.app_canvas_section, .gown_canvas_section{
  display: flex;
  justify-content: center;
}
.gown_canvas_section{
  max-height: 584px;
}

.app_canvas_section{
  background: url("../../images/canvas-bg-new-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px;
}
.gown_canvas_section{
  background-image: url("../../images/gown-front.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 52% 0;
  margin: 30px;
}
.main_tool_section .text-section h6 {
  margin-bottom: 4px;
}
.main_tool_section .text-section .text-adding-section {
  margin-bottom: 23px;
}
.main_tool_section .text-section textarea {
  background: #f7f7f7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 60px;
  width: 100%;
  overflow: auto;
  resize: none;
  border: none;
  padding: 11px 9px;
}
.template_tool_section .text-section textarea{
  height: 38px;
  max-width: 161px;
  padding: 9px;
} 
.main_tool_section .text-section textarea:focus {
  outline: none;
}
.main_tool_section .color-section-text {
  margin-bottom: 25px;
}
.main_tool_section .orientation-section {
  margin-bottom: 23px;
}
.main_tool_section .orientation-section h6 {
  margin-bottom: 9px;
}
ul.orientation-options {
  margin: 0 -10px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
}
.main-text-tool-option.tool-section{
  position: absolute;
  top: -1;;
}
.greek-orientation-section ul.orientation-options {
  justify-content: start;
}
.add-logo-section .greek_note_para{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #7E7E7E;
  margin-top: 10px;
}
.greek_note_para span{
  text-decoration: underline;
  color: #7E7E7E;
}
.greek_note_para b{
  color: #7E7E7E;
}


ul.orientation-options li {
  background: #ffffff;
  border: 0.666667px solid #bfbfbf;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  cursor: pointer;
}
ul.orientation-options li.active {
  background: #f1f1f1;
  box-shadow: 0px 2.66667px 2.66667px rgba(0, 0, 0, 0.25);
  border: none;
}
li.orientation-option.orientation-down img {
  transform: rotate(90deg);
}
li.orientation-option.orientation-slant-right img {
  transform: rotate(135deg);
}
li.orientation-option.orientation-slant-left img {
  transform: rotate(45deg);
}
li.orientation-option.orientation-clock img {
  transform: rotateY(180deg);
}
.font-sub_add_btn button {
  border: none;
  font-weight: 700;
  width: 26px;
  height: 26px;
  padding: 4px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: #00c2bc;
  color: #fff;
  line-height: 0;
  transform: scale(1.01);
}
.font-sub_add_btn button b{
  color: #fff;
}
#textincreaseBtn b{
  position: relative;
  left: -0.5px;
  top: 1px;
}
#font_size_value{
  width: 25px;
  margin: 0 5px;
  font-size: 16px;
  text-align: center;
}
.text-confirm-section {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1105;
}
.text-confirm-section button {
  height: 41px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  width: 50%;
  border: none;
}
.text-confirm-section button.cancel-btn {
  background-color: #5E5E5E;
  text-transform: uppercase;
}
.text-confirm-section button.confirm-btn {
  background-color: #3FBFB9;
  text-transform: uppercase;
}
.text-confirm-section button.btn-100{
  width: 100%;
}
.text-size-section {
  margin-bottom: 20px;
}
.text-size-section h6 {
  margin-bottom: 5px;
}
.text-size-section .font_size, .greek-size-section .font_size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-size-section .font_size span, .greek-size-section .font_size span {
  height: 27px;
  width: 27px;
  border: 0.870968px solid #bfbfbf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #3fbfb9;
  margin-right: 15px;
}
.range-slider__range {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 4px;
  background: #e3e3e3;
  outline: none;
  padding: 0;
  margin: 0;
}
input.range-slider__range[type="range"]::-webkit-slider-thumb {
  width: 17px;
  -webkit-appearance: none;
  height: 17px;
  background: #3fbfb9;
  border-radius: 13px;
}
.font-family-section {
  margin-bottom: 21px;
}
.font-family-section h6 {
  margin-bottom: 8px;
}
.font-family-section .font-family-choose {
  display: flex;
  align-items: center;
  margin: 0 -4.5px;
}
.font-family-choose select,
.font-family-choose p {
  background: #ffffff;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 4.5px;
}
.font-family-choose select {
  max-width: 163px;
  width: 100%;
  height: 31px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 9px;
  color: #727272;
}
.font-family-choose p {
  display: flex;
  align-items: center;
  font-family: "Times New Roman";
  padding: 0 13px;
  white-space: nowrap;
  width: 100%;
  max-width: 132px;
  height: 31px;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #bebebe;
}
.text-position-tabs {
  position: absolute;
  top: -32px;
  left: 0;
  display: flex;
  width: 100%;
  border-bottom: 0;
}
.text-position-tabs li {
  width: 33.33%;
  max-width: 100px;
  padding: 9px 0 3px;
  background: #3fbfb9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.text-position-tabs li a {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  border: none;
}
.nav-tabs.text-position-tabs > li.active > a,
.nav-tabs.text-position-tabs > li.active > a:hover,
.nav-tabs.text-position-tabs > li.active > a:focus,
.nav-tabs.text-position-tabs a:hover {
  color: #555;
  background-color: transparent;
  border: none;
}
.help-modal .modal-body {
    padding: 32px 42px 0px 42px;
    max-height: none;
}
.help-main-div {
    margin-bottom: 25px;
}
.help-main-div p {
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.help-main-div button, .help-main-div  a{
    border: none;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    width: 100%;
    background-color: #3fbfb9;
    padding: 12px 0px;
    margin-bottom: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
}
.help-main-div button:last-child {
    margin-bottom: 0px;
}
.share_preview{
  width: 62px;
}
#sharemodal .modal-body,
#templatesharemodal .modal-body {
    max-height: none;
    display: flex;
    padding: 37px 33px 67px 33px;
}
.share_product_info{
    max-width: 240px;
    text-align: center;
}
.share_cmpny_logo {

    margin-bottom: 10px;
}
.share_preview{
  margin-bottom: 14px;
}
.hash_tag {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.share_product_info p {
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
}
.social_media p {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 20px;
}
.social_media_icon {
    margin-right: 10px;
}
.social_media_icon:last-child{
  margin-right: 0px;
}
.social_media_icons {
    margin-bottom: 20px;
}
.social_media {
    margin-top: 54px;
    text-align: center;
}
#downloadShare {
    width: 99px;
    height: 29px;
    border-radius: 70px;
    font-family: "Avenir LT Std";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

/* Logo */
.main_tool_section .logo-section{
    padding: 61px 34px 33px;
}
.main_tool_section .logo-section#main-greek-list{
  padding-top: 109px;
}
.add-logo-section{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 37px;
}
.logo-section .logo_add_btn{
  width: 100%;
  height: 100px;
  margin: 0 2px;
  min-width: 100px;
  max-width: 100px;
}
.logo_tool_btn{
  justify-content: center;
  gap: 35px;
}
.logo-section .logo_choose_btn img{
  margin-bottom: 8px;
  width: 45px;
}
.logo-section .logo_upload_btn img{
  margin-bottom: 8px;
  width: 45px;
}
.greek_logo_flex .logo_add_btn img{
  width: 45px;
  margin-bottom: 8px
}
.logo-section .logo_add_btn h5{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.add-logo-section > p, .add-logo-section > div > p{
      color: #7E7E7E;
      margin-bottom: 0;
      font-family: "Avenir LT Std";
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      line-height: 14px;
      letter-spacing: 0px;
      text-align: left;
}
.add-logo-section p *{
  color: #7E7E7E;
}
.note-logo-section p{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #7E7E7E;
  margin-bottom: 0;
}
.note-logo-section p * {
  color: #7E7E7E;
}
.tool-section .logo_search_section {
  width: 100%;
  border: 1px solid #727272;
}
.main_tool_section .logo-category-section{
  padding: 0;
}
.main_tool_section .logo-category-container, .templogo-category-container, .medical-logo-category-container{
  padding: 32px 41px;
}
#select_temp_logo_list{
  max-width: 261px;
  width: 100%;
  height: 36px;
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 9px;
  color: #727272;
  background: #ffffff;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 4.5px;
}
.logo-category-wrapper{
  max-height: 544px;
  overflow-x: auto;
}
.logo-category, .templogo-category{
  margin-bottom: 16px;
}
.logo-category h3, .templogo-category h3{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.logo-category h3 span, .templogo-category h3 span{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: left;
  color: #3FBFB9;
  cursor: pointer;
  margin-left: 7px;
}
.logo-category ul, .templogo-category ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.logo-category ul li{
  text-align: center;
  margin: 0 15px;
  width: calc( 33.33% - 30px );
}
.templogo-category ul li{
  text-align: center;
  margin: 5px 15px;
  width: calc( 33.33% - 30px );
  /* background: #cccccc; */
}
img.select_logo_img, img.select_templogo_img, img.select_medical-templogo_img{
  max-width: 65px;
  max-height: 80px;
  object-fit: contain;
}
img.select_crest_img, img.select_tempcrest_img{
  max-width: 63px;
  max-height: 83px;
}
.main_tool_section .logo-upload-confirm{
  padding: 35px 27px;
}
.logo-upload-confirm h4{
  font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
}
.logo-upload-confirm h3{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
}
.logo-upload-confirm p, .validator-field{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.logo-upload-confirm p span.important{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #FF0000;
  text-decoration: underline;
}
.logo-upload-confirm p:nth-child(5){
  margin-bottom: 15px;
}
.validator-field {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 6px 0 60px;
}
.validator-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background: #FFFFFF;
  border: 1px solid #000000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.upload-logo-nav, .upload-templatelogo-nav {
  bottom: 38px;
  background: #747474;
  width: 100.1%;
}
.upload-logo{
  width: 100%;
  height: 31.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(63, 191, 185);
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}
#chooseFile.upload-logo, #logoChooseFile.upload-logo{
  outline: none !important;
  position: absolute;
  opacity: 0;
  bottom: 0;
  cursor: pointer;
  margin-left: -100%;
  padding-right: 100%;
  text-overflow: ellipsis;
  margin-left: -319px;
  padding-right: 319px;
  width: 638px;
}
.validator-field input:checked ~ .checkmark:after {
  display: block;
}
.validator-field .checkmark:after {
 	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background: #060606;
}
.main_tool_section .logo-options-section{
  padding: 0;
}
.logo-options{
  max-height: calc(100vh - 160px);
  overflow: auto;
}
h4.choose_logo_heading{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 0px 40px;
}
.greek-crest-options h4.choose_logo_heading{
  margin-bottom: 15px;
}
.logo-options ul.choose_logo_options {
  padding: 0;
  margin: 0;
}
.logo-options ul.choose_logo_options:last-child {
  margin-bottom: 50px;
}
.logo-options li.choose_logo_option {
  width: calc(50% - 30px);
  margin: 0 15px 16px;
  text-align: center;
}
.main_tool_section .logo-color-section{
  padding: 77px 37px;
  text-align: center;
}
.logo-color-section h3{
  font-family: 'Avenir LT Std';
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 51px;
  margin-top: 0;
}
.selected-logo{
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 15px;
  width: 100%;
  object-fit: contain;
}
.selected-logo-flag{
  max-width: 150px;
  max-height: 150px; 
}
.logo-name, .templogo-name{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #888888;
  margin-top: 0;
  margin-bottom: 27px;
}

.logo-confirm-btn, .greek-confirm-btn{
    bottom: 30px;
    background: #3FBFB9;
    width: 100.1%;
}
.color-option.logo-color-option.active::after{
    background-color: #D1D1D1;
}
.main_tool_section .logo_color_picker.color-options{
  justify-content: center;
}
.logo-upload-section h4{
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  margin-right: 7px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.file-select{
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.file-name, .logo-file-name{
  background: #f7f7f7;
  border: 0;
  outline: none;
  height: 30px;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
}
.greek-symbols {
    justify-content: space-around;
}
.symbol {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}
.symbol select {
    text-align: center;
    min-width: 88px;
    width: 100%;
    padding: 5px 6px 4px 6px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #B4B4B4;
    font-size: 12px;
    line-height: 12px;
}
.main_tool_section .color-section-greek {
    margin-bottom: 40px;
}
.greek-size-section {
    margin-bottom: 53px;
}
.symbol p {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #000000;
    text-transform: capitalize;
}
.symbol select {
    text-align: center;
    min-width: 88px;
    width: 100%;
    padding: 5px 6px 4px 6px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #B4B4B4;
    font-size: 12px;
    line-height: 12px;
}
.main_tool_section .color-section-greek {
    margin-bottom: 40px;
}
.greek-size-section {
    margin-bottom: 53px;
}
#main-flag-list .add-logo-section {
    margin-bottom: 22px;
}
#main-flag-list .logo_add_btn {
    margin: 0px;
    margin-right: 34px;
}
#main-flag-list .logo_add_btn {
    margin: 0px;
    margin-right: 34px;
    height: 141px;
    min-width: 141px;
}
#main-flag-list p span {
    color: #7E7E7E;
    display: block;
}
#main-flag-list p a {
    font-weight: 600;
    color: #7E7E7E;
}

.logo_choose_option:hover, .logo_choose_option:focus {
  background: #eeeeee;
}
/* Logo */

/* Flag */
.flag_active{
  background: #eeeeee;
}
.choose_logo_option:hover, .choose_logo_option:focus {
  background: #eeeeee;
}

.flag-category-section .logo-options li.choose_logo_option {
  width: calc(33.333% - 34px);
  margin: 0 17px 16px;
  max-width: none;
  padding: 5px 5px 5px 5px;
}
.flag-category-section li.choose_logo_option img{
  margin-bottom: 8px;
  max-width: 60px;
  max-height: 55px;
  min-height: auto;
}
.flag-category-section .logo-options ul.choose_logo_options{
  padding: 0 22px;
}
.flag_notlisted{
  margin-top: 10px;
}
.flag_notlisted a{
  color:#0050e4;
  text-decoration: underline;
}
/* Flag */

/* Tip */
.hybrid-category-section h4.choose_hybrid_heading{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #7D7D7D;
  margin-top: 35px;
}
.hybrid-category-section h4.choose_hybrid_heading{ 
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #7D7D7D;
}
.hybrid-category-section .logo-options li.choose_logo_option{
  width: calc(33.333% - 15px);
  margin: 0 7.5px 16px;
  max-width: none;
  padding: 10px;
}
.hybrid-category-section li.choose_logo_option img{
    margin-bottom: 14px;
    max-width: 92px;
    height: 70px;
    min-height: auto;
    background-color: #F4F4F4;
}
  
/* Tip */
/* Main App Page */

/* Actual App */

/* Login Pop Up */

.app_login_heading{
  margin-bottom: 20px;
  text-transform: uppercase;
}

.login-modal .modal-dialog{
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
}
.login-modal .modal-content{
  width: 100%;
  padding: 64px 63px 45px;
  position: relative;
  border-radius: 0;
}
.login-modal .modal-body{
  text-align: center;
  padding: 0;
}
.close_modal_btn{
  position: absolute;
  top: 6px;
  right: 9px;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1;
}
.save_design_heading{
  font-family: "Avenir LT Std";
  font-size: 29px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
}
.sign_up_heading{
  margin-bottom: 43px;
}
.login-modal.open-full-design-modal .modal-content{
  padding: 48px 33px 33px;
}
.open-full-design-modal .save_design_para{
  margin-bottom: 33px;
}
.save_design_para{
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 43px;
  color: #727272;
}
.save-confirm-modal .save_design_para{
  margin-bottom: 39px;
}
.save-confirm-modal .save_design_para span{
  color: #0836AC;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.save-confirm-modal .log_in_btn{
  margin-bottom: 0;
}
.main-app-confirm-btn{
  margin-right: 20px;
}
.open-full-design-modal .log_in_btn{
  font-size: 13px;
  line-height: 16px;
}
.login_form{
  text-align: center;
}
.login_form label{
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.login_form input:not([type=checkbox]){
  background: #F7F7F7;
  box-shadow: 0px 3.60736px 3.60736px rgba(0, 0, 0, 0.25);
  padding: 7.5px 10px;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  color: #727272;
  margin-bottom: 16px;
  width: 100%;
  border:0;
}
.login_form input:focus{
  outline: none;
}
.login_options{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}

.login_options .remember_checkbox,.agree-checkbox {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0;
  cursor: pointer;
  font-family: 'Avenir LT Std';
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: left;
  color: #6C6C6C;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.remember_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mini-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: transparent;
  border: 1px solid #7B7B7B;
}
.remember_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.remember_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.mini-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.remember_checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* .remember_checkbox .checkmark:after {
  left: 1px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
.login_options button{
  background-color: transparent;
  border: none;
  outline: none;
  font-family: 'Avenir LT Std';
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: right;
  color: #9E9E9E;
}
.log_in_btn{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px;
  min-width: 112px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  margin-bottom: 25px;
}
.signup_label, .signup_btn{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #BFBFBF;
  margin-bottom: 0;
}
.signup_btn{
  border: none;
  outline: none;
  background-color: transparent;
  color: #0836AC;
}
.formfield-control{
  position: relative;
} 
label.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: -3px;
  font-family: "Avenir LT Std";
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.login-modal{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* .login-modal .modal-dialog {
  width: 100%;
  max-width: 373px;
  min-height: 100vh;
} */
/* Login Pop Up */
/* Save Pop Up */
.save-design-modal .modal-content{
  padding: 41px 47px 35px; 
}
.save-design-section{
  display: flex;
  align-items: center;
  margin: 0 -21px 32px;
}
.design_list_item{
  cursor: pointer;
}
.save-preview{
  max-width: 65px;
  margin: 0 21px;
}
.design-details{
  margin: 0 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.design-details input{
  background: #F7F7F7;
  box-shadow: 0px 3.60736px 3.60736px rgba(0, 0, 0, 0.25);
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  padding: 8px 10px;
  color: #727272; 
  border: none;
  outline: none;
  margin-bottom: 22px;
}
.design-detail, .design-detail span{
  font-family: 'Avenir LT Std';
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 9px;
  letter-spacing: 0px;
  text-align: left;
  color: #A5A5A5;
  margin-bottom: 3px;
}
.start_date{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  color: #A5A5A5;
  margin-top:15px;
  margin-bottom: 0;
}
.save_btn{
  margin-bottom: 19px;
}
.never_btn{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #9C9C9C;
  text-decoration: underline;
  background: transparent;
  border: none;
  display: block;
  margin: 0 auto;
}
.object-count{
  margin-right:2px;
}
.overview-design-header,
.overtemp-design-header, .overview_title{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  max-width: 75%;
}
.overview-edit img,
.overtemp-edit img {
    height: 12.5px;
    width: 12.5px;
    margin-bottom: 4px;
}
#overview-edit-name,
#overtemp-edit-name {
    font-size: 8px;
    line-height: 9px;
    color: #3FBFB9;
    font-weight: bold;
    text-transform: uppercase;
}
.price-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.ammount-name{
    min-width: 230px;
}
.ammount-name, .ammount-value {
    color: #888888;
    font-size: 14px;
    line-height: 20px;
        display: flex;
        align-items: center;
}
.quantity {
       width: 60px;
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-left: 15px;
}
.quantity input{
      border: 1.37338px solid #888888;
    width: 100%;
    text-align: center;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 15px;
    top: 0;
    background-color: transparent;
    right: -20px;
    width: 15px;
    padding: 0;
}
.quantity-down{
      position: absolute !important;
    bottom: 0;
    height: 15px;
    background-color: transparent;
    height: 15px;
    top: 0;
    padding: 0;
    width: 15px;
    left: 10px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button.quantity-up img, .quantity-down img{
  width: 17px;
}
.total-price-values {
    margin-top: 24px;
}
.total-price-values .ammount-name, .total-price-values .ammount-value{
  font-size: 17px;
  line-height:23px;
  font-weight: bold;
  text-transform: uppercase;
}
.overview-section-main,
.overtemp-section-main{
    border-bottom: 1.37338px solid #C4C4C4;
    padding: 10px 0px 25px 0px;
    position: relative;
    margin-bottom: 27px;

}
.mobile_overview{
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.overview-section-main:before, 
.overtemp-section-main:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1.37338px;
    background-color: #C4C4C4;
    right: 80px;
    bottom: -1px;
}
.overview-detail, .overview-detail span.overview-detail-label{
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    font-weight: bold;
}
.overview_designing_for {
  position: relative;
  bottom: 3px;
  margin-top: 3px; 
  display: flex;
}
.overview-detail{
    margin-bottom: 7px;
}
.overview-detail-wrapper{
  display: flex;
}
.overview-content {
  margin-left: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.overview-content .overview-edit{
  margin-left: 6px;
  align-items: center;
}
.overview-detail-label{
  white-space: nowrap;
}
.overview-detail span {
    color: #888888;
    font-weight: normal;
}
.overview-detail-section p{
  font-size: 14px;
    color: #888888;
    line-height: 19px;
    margin-top: 20px;
}
.tnc_click{
  color: #3FBFB9;
  text-decoration: underline;
}
.agree-checkbox {
    font-size: 13px;
    line-height: 15px;
    padding-left: 17px;
}
.agree-checkbox .checkmark{
  height: 12px;
  width: 12px;
}
.overview-detail-section {
    /* padding: 0px 10px; */
}
.overview-detail .next,
.overview-detail .prev{
  position: relative;
}
.overview-detail .next::before{
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 10px;
  right: 15px;
}
.overview-detail .prev::before{
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 10px;
  right: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
/* Save Pop Up */
/* Open Pop Up */
.open-design-modal .modal-dialog{
  width: 100%;
  max-width: 550px;
  /* min-height: 100vh; */
}

.open-design-modal .modal-dialog.modal-dialog-centered{
  margin: 0 auto;
}
.open-design-modal.login-modal .modal-content{
  padding: 0; 
  padding-bottom: 50px;
  position: relative;
}
.open-design-modal.login-modal .modal-body{
  max-height: 445px;
}
.open-design-modal .save_design_heading{
  margin-top: 33px;
}
.open-design-modal .logo_search_section{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #727272;
}
.open_design_para{
  margin-bottom: 23px;
}
.open-design-modal .close_modal_btn{
  right: 21px;
}
.design-lists{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -40px;
  padding: 0 51px 30px;
}
.design-lists .save-design-section{
  width: calc(50% - 26px);
  margin: 0 13px 40px;
}
.selected-design-modal .design-lists{
  margin: 0;
  padding: 0;
}
.selected-design-modal .design-lists .save-design-section{
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.open-preview{
  max-width: 50px;
  margin-right: 14px;
}
.design-lists .design-details{
  margin: 0;
}
.design_name{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: left;
  color: #0C0C0C;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: start;
}
.open-design-modal .modal_conflict_class #mCSB_1_scrollbar_vertical{
  width: 16px !important
}
.object_detail-lists{
  margin-bottom: 0;
}
.selected-design-modal .save-design-section{
  justify-content: center;
}
.selected-design-modal .design-lists .design-details{
  width: auto;
}
.selected-design-modal .open-preview{
  max-width: 69px;
  margin-right: 43px;
}
.selected-design-modal .design_name{
  font-size: 16px;
  line-height: 16px;
}
.selected-design-modal .design-detail, .selected-design-modal .design-detail span{
  font-size: 13px;
  line-height: 13px;
}
.selected-design-modal .start_date{
  font-size: 14px;
  line-height: 14px;
}
.ammount-value span {
    color: #888888;
    font-size: 14px;
    line-height: 20px;
}
.ammount-name span {
    color: #888888;
    font-size: 14px;
    line-height: 20px;
}
.ammount-value span.total-price {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
}
.design-options{
  justify-content: center;
  margin-bottom: 15px;
}
.design-option-btn{
  min-width: 107px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  border-radius : 96px;
}
.designlist-nav-btn, .designlist-nav-btn:hover, .designlist-nav-btn:focus{
  min-width: 107px;
  min-height: 26px;
  background-color: #727272;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  border: 0; 
  outline: 0;
  border-radius : 96px;
}
.designlist-nav-btn img{
  margin-right: 3px;
}
.rename_heading{
  color: #000000;
  font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  padding: 25px 16px 16px;
  background: #DFDFDF;
  margin-top: 0;
  margin-bottom: 41px;
  text-align: center;
}
.save-design-btn, .cancel-design-btn{
  font-family: 'Avenir LT Std';
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  min-width: 125px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 96px;
  margin: 0 17.5px;
}
/* Open Pop Up */

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
span#bulkprice {
   
    padding: 0;
    /*font: normal 14px/21px 'Avenir Next';*/
    
}
.quantityimg{
    cursor: pointer;
    width: 17px;
    background: url(../../images/info.png) no-repeat;
    height: 17px;
   margin-left: 10px;
   background-size: cover;
    position: relative;
}
.logo_removal {
  cursor: pointer;
  width: 13px;
  background: url(../../images/info.png) no-repeat;
  height: 13px;
  margin-left: 10px;
  background-size: unset;
  position: relative;
}
.removal-card {
  position: absolute;
  background: #fff;
  border: 1px solid #B6B6B6;
  bottom: 17px;
  right: -65px;
  width: 250px;
  padding: 10px;
  z-index: 1;
  border-radius: 10px;
}
#removal-logo-detail p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 115%;
    text-align: center;
    color: #000000;
    margin-top: 0px;
}
.submit-request{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
    color: #134EE5;
}
.designing_info, .shipping_info{
  cursor: pointer;
  width: 17px;
  background: url(../../images/info.png) no-repeat;
  height: 17px;
  margin-left: 5px;
  background-size: cover;
  position: relative;
  display: inline-block;
  position: relative;
  top: 3px;
}
div.pricetip, .designing-info, .shipping-info {
    position: absolute;
    background: #fff;
    border: 1px solid #9e9e9e;
    top: 14px;
    right: 14px;
    width: 134px;
    padding: 10px;
    z-index: 1;
}
.pricetip table {
    
    width: 113px;
    font: normal 14px/22px 'Avenir Next';
    color: #717171;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: 1s 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#overlay > img {
  display: block;
  width: 5%;
}

#overlay > span {
  display: block;
  color: #b0acac;
}
p.instructions {
    padding: 0px 32px;
}
p.instructions a{
  text-decoration: underline;
  font-weight: bold;
}

/* Checkout */
.checkout_container.checkout{
  max-width: 1236px;
  margin: 0 auto;
  padding:0
}
.billing-heading{
  font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;  
  margin-bottom: 13px;
}
.checkout_container .form-row{
  margin-bottom: 20px;
}
.checkout_container .form-row.form-row-first{
  margin-right: 22px;
}
.checkout_container .form-row label{
  font-family: 'Avenir LT Std';
  font-size: 12px;  
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;  
  margin-bottom: 8px;
}
.checkout_container .form-row input, .checkout_container .form-row input:focus{
  padding: 8px 9px;
  background: #FFFFFF;
  border: 1px solid #9A9A9A;
  box-sizing: border-box;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #959595;
  outline: none;
  box-shadow: none !important;
}
.checkout_container .select2-container .select2-selection--single{
  padding: 8px 9px;
  background: #FFFFFF;
  border: 1px solid #9A9A9A;
  border-radius: 0;
  box-sizing: border-box;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #959595;
  height: auto;
  outline: none;
  box-shadow: none !important;
}
.checkout_container .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #959595;
}
.overview-content select{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  border: 1.37338px solid #888888;
  color: #888888;
  padding: 2px 0;
}
.overview-content .confrim_btn{
  font-family: 'Avenir LT Std';
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  line-height: 9px;
  letter-spacing: 0px;
  text-align: left;
  color: #3FBFB9;
  background: transparent;
  border: none;
  outline: none;
  margin-left: 6px;
}
  /* Checkout */

/* Cart Delete */
.delete-cart .modal-body{
  padding: 39px 30px 49px;
}
.delete-product_content {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 44px;
}
.delete-product_content_img {
  margin-right: 40px;
  width:66px
}
.delete-product_content_img img{
  width: 100%;
}
.delete-product_content_price {
  margin-top: 39px;
  position: relative;
}
.delete-product_price {
  display: flex;
  align-items: center;
}
label.price_label, p.price_value, label.price_label span {
  margin-bottom: 0;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
  color: #727272;
  margin-bottom: 4px;
}
label.price_label{
  width: 100px;
  margin-right: 20px;
}
.price_value.delete-product-value{
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
}
label.price_label.delete-product-title{
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
}
label.price_label.price_label_total, p.price_value.price_value_total{
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #727272;  
  text-transform: uppercase;
}
.delete-product_price_total{
  margin-top: 20px;
}
.delete-product_price_title{
  margin-bottom: 10px;
}
.delete-product_content_price::after {
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background: #C4C4C4;
  position: absolute;
  left: 110px;
}
.delete-product_actions{
  text-align: center;
}
.delete-product_actions button {
  background: #959595;
  box-shadow: 0px 5.51724px 5.51724px rgb(0 0 0 / 25%);
  border-radius: 96.5517px;
  width: 125px;
  height: 40px;
  border: none;
  font-family: 'Avenir LT Std';
  font-size: 18px;
  font-style: normal;
  font-weight: 750;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin: 0 17px;
}
span.quantity-value, .qib-container .quantity input{
  width: 17px !important;
  height: 17px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca !important;
  margin-bottom: 0 !important;
  font-family: 'Avenir LT Std';
  font-size: 10px !important;
  font-style: normal;
  font-weight: normal;
  line-height: 13px !important;
  letter-spacing: 0px;
  text-align: left;
  color: #727272 !important;
}
.qib-container .quantity{
  margin: 0 3px !important; 
}
.qib-container {
  display: flex !important;
  align-items: center;
  margin-bottom: 9px;
}


.add_to_pocket [type="checkbox"]:checked,
.add_to_pocket [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.add_to_pocket [type="checkbox"]:checked + label, 
.add_to_pocket [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  line-height: 11px;
  display: inline-block;
  color: #666;
}
.add_to_pocket [type="checkbox"]:checked + label:before, 
.add_to_pocket [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: transparent;
}
.add_to_pocket [type="checkbox"]:checked + label:after, 
.add_to_pocket [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.add_to_pocket [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.add_to_pocket [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Cart Delete */

/* Upsells */
.cart_order_total p{
  z-index: 99 !important;
}
.upsells-modal .modal-body {
  padding: 37px 44px 32px;
}
.upsells-section {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
.upsell-option {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 29px;
}
.upsell-image {
  margin-right: 20px;
}
.upsell-content {
  margin-right: 20px;
  min-width: 119px;
}
.upsells-product-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
}
.upsells-product-title h4 {
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  margin-right: 7px;
  max-width: 100px;
}

.upsells-product-title span {
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
}
span.quantity-value.upsells-quantity {
  margin-left: 17px;
  position: relative;
}
span.upsells-quantity::before, span.upsells-quantity::after{
  position: absolute;
  height: 10px;
  background: #727272;
  border-radius: 19px;
  width: 9px;
  height: 9px;
  font-family: 'Avenir LT Std';
  font-size: 7px;
  font-style: normal;
  font-weight: bold;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
span.upsells-quantity::before {
  content: "-";
  left: -13px;
}
span.upsells-quantity::after {
  content: "+";
  right: -13px;
}
.upsells-modal.canvas-image-modal .modal-dialog, 
.upsells-modal.canvas-image-modal .modal_conflict_class{
  max-width: 550px;
}
.upsell-content .price_label{
  margin-bottom: 7px;
}
.primary_btn.upsell-skip-btn{
  background: #3fbfb9;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
select.upsell-color {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  width: 88px;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #b4b4b4;
  height: 21px;
  padding: 3px;
  margin-bottom: 6px;
  outline: none;
}
button.single_add_to_cart_button {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px !important;
  text-decoration-line: underline;
  color: #3FBFB9 !important;
  border: none;
  background: transparent !important;
  padding: 0;
  height: auto !important;
  outline: none !important;
  margin-left: 0 !important;
}

.upsells-add-btn {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px !important;
  text-decoration-line: underline;
  color: #3FBFB9 !important;
  border: none;
  background: transparent !important;
  padding: 0;
  height: auto !important;
  outline: none !important;
  margin-left: 0 !important;
}
.quant-txt {
  margin: 0px !important;
  margin-right: 5px !important;
  color: #888888;
  font-size: 12px;
  line-height: 14px;
}
/* Upsells */

/* Cart Page */
.container.cart-form {
  width: 100%;
}
.cart-form .cart_item button.qib-button, .upsells-section button.qib-button {
  width: 17px !important;
  height: 17px !important;
  background: #888888 !important;
  border-radius: 19px !important;
  font-family: 'Avenir LT Std';
  font-size: 16px !important;
  font-style: normal;
  font-weight: 750;
  line-height: 10px !important;
  letter-spacing: 0px !important;
  text-align: left;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-color: #b7b7b7 !important;
}
.edit-option-container {
  display: flex;
  align-items: center;
}
.edit-option-container a {
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #727272;
  text-decoration: underline;
  outline: none !important;
}
.edit-option-container a.editProduct {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #b7b7b7;
}
.cart_totals .woocommerce-shipping-totals.shipping,
.cart_totals .tax-total{
  display: none;
}
.return-to-shop{
  display: none;
}
.cart_empty_container {
  padding: 86px;
  text-align: center;
  min-height: calc(100vh - 220px);
}
.cart-empty-heading{
  font-family: 'Avenir LT Std';
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 34px;
}
p.cart-empty-subhead, p.cart-empty-link {
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #616161;
  margin-bottom: 15px;
}
p.cart-empty-link a {
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #616161;
  margin-bottom: 15px;
  outline: none !important;
  text-decoration: underline;
}
/* Cart Page */

/* checkout */
.status-publish.hentry{
  margin-bottom: 0 !important;
}
/* checkout */

/* Hint */
button.primary_btn.use-app-btn {
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  width: 196.96px;
  height: 35.81px;
  border-radius: 50px;
  margin-bottom: 40px;
  background: #494949 !important;
  margin-left: 17px;
}

.hint-tooltip_container{
  position: absolute;
  z-index: 1102;
  opacity: 0;
  display: none;
}
.hint-tooltip_container.hint-tooltip_tools {
  top: -34px;
  left: 29px;
}

.hint-tooltip{
  font-family: "Avenir LT Std";
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #717171;
  background: #ffffff;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  bottom: 100%;
  padding: 15px;
  pointer-events: none;
  position: relative;
  width: 300px;
  -webkit-transition: all .7s ease-out;
     -moz-transition: all .7s ease-out;
      -ms-transition: all .7s ease-out;
       -o-transition: all .7s ease-out;
          transition: all .7s ease-out;
}

.hint-tooltip:before {
  bottom: -22px;
  content: " ";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  border-color: #727272 transparent transparent transparent;
  border-style: solid;
  border-width: 11px;
  transform: translate(-50%, 0px);
}
.hint-tooltip_left:before {
  bottom: 50%;
  left: -22px;
  position: absolute;
  border-color: transparent #BCBCBC transparent transparent;
  transform: translate(0, 50%);
}
.hint-tooltip_right:before {
  bottom: 50%;
  right: -22px;
  left: auto;
  position: absolute;
  border-color: transparent  transparent transparent #BCBCBC;
  transform: translate(0, 50%);
}
.hint-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ffffff 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  transform: translate(-50%, 0px);
}
.hint-tooltip_left:after {
  border-top: solid transparent 10px;
  border-bottom: solid transparent 10px;
  border-right: solid #ffffff 10px;
  bottom: 50%;
  left: -20px;
  transform: translate(0, 50%);
}
.hint-tooltip_right:after {
  border-top: solid transparent 10px;
  border-bottom: solid transparent 10px;
  border-left: solid #ffffff 10px;
  bottom: 50%;
  right: -20px;
  left: auto;
  transform: translate(0, 50%);
}
.hint-tooltip_container.open {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.hint-tooltip_container.hint-tooltip_canvas {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50% , 0);
  -moz-transform: translate(-50% , 0);
  -ms-transform: translate(-50% , 0);
  -o-transform: translate(-50% , 0);
  transform: translate(-50% , 0);
}
.hint-tooltip_container.hint-tooltip_yourdesign{
  left: 0;
  top: -94px;
}
.hint-tooltip_container.hint-tooltip_save {
  left: 181px;
  bottom: 138px;
}
.hint-tooltip_container.hint-tooltip_cart .hint-tooltip_bottom{
  width: 170px;
}
.hint-tooltip_container.hint-tooltip_share .hint-tooltip,
.hint-tooltip_container.hint-tooltip_zoom .hint-tooltip{
  width: 168px;
  padding: 10px 0;
}
.hint-tooltip_container.hint-tooltip_flip {
  bottom: 53px;
  left: 163px;
}
.hint-tooltip_container.hint-tooltip_share {
  left: -14px;
  bottom: 0;
}
.hint-tooltip_container.hint-tooltip_zoom {
  left: -14px;
  bottom: 0px;
}
/* Hint */

/* Multiple Address */
.content-area{
  background-color: #ffffff;
  min-height: calc(100vh - 234px);  
}
.ms-addresses-field select,
.address-select{
  padding: 8px 9px;
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #959595;
    outline: none;
    box-shadow: none !important;
}
.shop_table td{
  margin: 0 10px;
}
.qib-button{
  padding: 6px 15px;
}
.delete-line-item{
  margin: 0 10px;
}
.status-publish{
  background-color: #ffffff;
}
.entry-title{
  margin-bottom: 0;
  padding-bottom: 15px;
}
.entry-content{
  background-color: #ffffff;
  max-width: 1236px;
  margin: 0 auto;
}
.entry-content .multi_address_title{
  font-family: 'Avenir LT Std';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: 13px;
}
.multi_address_section{
  max-width: 1236px;
  margin: 0 auto;
}
.multi_address_section .wcms-address-form label{
  font-family: 'Avenir LT Std';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
.multi_address_section .wcms-address-form input{
  padding: 8px 9px;
  background: #FFFFFF;
  border: 1px solid #9A9A9A;
  box-sizing: border-box;
  font-family: 'Avenir LT Std';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #959595;
  outline: none;
  box-shadow: none !important;
}
/* Multiple Address End */
.next_prev_btn,.app_next_prev_btn{text-align: center;}
.next_prev_btn .previous_page,.app_next_prev_btn .previous_page{float: left;}

@media (max-width: 1122px) {
  footer {
    padding: 0;
  }
 
  .stole_color_container .panel-container {
    padding: 78px 15px 54px;
  }
}

@media (min-width: 768px) {
  .flag-modal .modal-dialog {
    width: 100%;
    max-width: 975px;
    margin: 30px auto;
  }
  .login-modal .modal-dialog {
    width: 100%;
    max-width: 373px;
    margin: 0 auto;
    /* min-height: 100vh; */
  }
  .open-design-modal .modal-dialog {
    width: 100%;
    max-width: 550px;
    /* min-height: 100vh; */
  }
}
@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
}

@media screen and (max-width: 767px){
  .nav_before_section,.design_for_section,.shipping_selection_section{
    padding: 40px 10px 10px 10px !important;
  }
  .nav_before_section .prev_btn,.nav_design .prev_btn,.shipping_selection_section .prev_btn{padding-right: 28rem !important;}
  .nav_temp .prev_btn{padding-right: 30rem !important;}
  .nav_temp{padding-bottom: 10px;}
  .prev_btn a{font-weight: 750;}
  .choose_base_stole h5,.app_choose_base_stole h5{margin-top: -S6px !important;}
  .choose_base_flag h5,.app_choose_base_flag h5{margin-top: -S6px !important;}
  .base_stole_options .active{background-color: #3FBFB9;}
  .temp_active {background: #3fbfb9 !important;}
    li.base_stole_option h5{margin-left: 6px;margin-right: 6px;}

    .flag_stole_options .active{background-color: #EEEEEE;border-radius: 30px;padding-top: 2px;padding-bottom: 2px;}
    li.flag_stole_option{padding-left: 3px;padding-right: 3px;}
    .next_prev_btn{position: sticky;bottom: 0;background-color: #F7F7F7;padding: 15px;width: 100%;}
    .footer_stricky {position: sticky;bottom: 0px;}
    .app_next_prev_btn{position: sticky;bottom: 0;background-color: #F7F7F7;padding: 15px !important;width: 100%;}
    .main_app_section{padding-bottom: 0px;}
    .help span{width: 25px;height: 25px;}
    .help span img{width: 9px;}
    button.cart img{
      max-width: 25px;
    }
    .template_tool_mobile{padding: 50px 0px 0px;}
    .template_tool_mobile .next_prev_btn{padding:15px !important;}
    .template_choose_page .main_section{display: block !important;}
    .tool-section.logo-section .note-logo-section {margin-bottom: 35px !important;}
    .help-main-div button, .help-main-div button a{background-color: #3fbfb9;}
}
@media screen and (max-width: 480px){
  .overview-design-header,
  .overtemp-design-header, .overview_title{
    max-width: 65%;
    word-break: break-all;
}
}

@media screen and (max-width: 420px){
  .nav_before_section .prev_btn,.nav_design .prev_btn,.shipping_selection_section .prev_btn{padding-right: 22rem !important;}
  .nav_temp .prev_btn{padding-right: 24rem !important;}
  .nav_before_section h4{margin-bottom: 30px;}
  li.base_stole_option h5{margin-left: 3px;margin-right: 2px;}
  .template_choose_page{padding: 0px;}
}

@media (min-width: 375px) and (max-width: 455px) {
  .ammount-name {
      min-width: 270px !important;
  }
}

/* Mobile Logo */
.mobileModal{
  z-index: 1150;
  background: rgba(0, 0, 0, 0.75);
}

.mobileModal .modal-header{
  background-color: #dfdfdf;
}

.mobileModal .modal-header .close{
  margin-top: -10px;
  font-size: 24px;
  color: #747474;
  opacity: 1;
}

.mobileModal .modal-header .modal-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.mobileModal .logo_search_section{
  border: 1px solid #dcdcdc;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#mobileGreek.mobileModal .logo_search_section, #mobileFlag.mobileModal .logo_search_section, #mobileHybrid.mobileModal .logo_search_section, #main-logo-category-list .logo_search_section{
  bottom: 39px;
} 

#mobileGreek .modal-body, #mobileFlag .modal-body, #mobileHybrid .modal-body{
  padding: 15px 0 0 0px;
}

#mobileGreek .modal-body .logo-options, #mobileFlag .modal-body .logo-options, #mobileHybrid .modal-body .logo-options{
  padding-bottom: 20px;
}

#choose_flg_div .flagtitle{
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 21px;
  font-weight: 800;
  margin-left: 15px;
}

/* Mobile Logo End */

/* Hybrid Mobile */
.hybrid_mob_tool{
  position: relative;
  width: 100%;
  z-index: 999;
  bottom: 0;
}

.hybrid_mob_tool .hybrid_btn_section{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 2px solid #bcbcbc;
}

.hybrid_mob_tool .hybrid_previous_section{
  background-color: #f6f6f6;
  border-top: 2px solid #bcbcbc;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
}

.hybrid_mob_tool .hybrid_previous_section img{
  margin-right: 10px;
}

.hybrid_mob_tool .hybrid_btn_section .hybrid_btn{
  background: #eeeeee;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.hybrid_mob_tool .hybrid_btn_section .hybrid_btn.disabled{
  opacity: 0.5;
}

h4.choose_logo_heading{
  padding: 0 25px;
  margin-top: 15px;
  margin-bottom:40px;
  font-weight: 400;
  color: #7D7D7D;
}
h4.choose_logo_heading span{
  font-weight: 900;
    color: #7D7D7D;
}

.hybridtitle{
  font-weight: 900;
  margin-bottom: 21px;
  margin-left: 20px;
}
.choose_logo_option.tip_asset-itembox img{
  padding-bottom: 7px;
}

/* Hybrid Mobile End */

/* Greek Mobile */
#main-greek-tool-option,
#main-logo-tool-option{
  /* position: absolute; */
 /*  bottom: -50px; */
  z-index: 999;
  padding: 30px 20px!important;
  /* border-top: 2px solid #bcbcbc; */
}

#main-greek-tool-option .tool-left-section-heading,
#main-logo-tool-option .tool-left-section-heading{
  display: none;
}
.choose_crest_options{
  margin-bottom: 50px !important;
}
/* Greek Mobile End */

/* Error Message */
#noResultsMessage a, #nohybridMessage a, 
#noResultsMessageflag a, #noResultsMessageGreek a, 
#flagnoResult a {
  color: #3FBFB9;
  display: block;
}
/* Error Message End */

/* Logo mobile */
#mobileLogo .modal-body,
#mobileLogoUpload .modal-body{
  padding: 0;
}
#mobileLogo .modal-content, #mobileGreek .modal-content{
  overflow: hidden;
}
#mobileLogo .logo-options, #mobileLogo .modal-body, #mobileGreek .logo-options{
  overflow: scroll;
}
#main-logo-category-list .logo_search_section, #main-logo-category-list #logo-category-list-button-group{
  position: fixed;
}
/* #mobileLogo .modal-body{
  max-height: 80vh;
  overflow: auto;
}
.model_bottom_fixed_btn{
  position: fixed;
    bottom: 1px;
    width: 100%;
    margin-left: -21px;
} */
.logo_choose_img{
  margin-bottom: 40px;
  padding: 30px 20px;
 /*  position: relative; */
}

.logo_choose_color{
  text-align: center;
  height: 100%;
}

.logo_choose_color #logo-color-button-group{
  margin-top: 40px;
}

#mobileLogoUpload .tool-section{
  padding: 30px;
}

#logo-category-list-button-group .back-btn {
  position: relative;
}

#logo-category-list-button-group .logo-confirm-btn {
  width: 50%;
  position: relative;
  bottom: -1px;
  height: 40px;
  min-width: 195px;
}

#logo-color-button-group .back-btn {
  position: relative;
  width: 50%;
  bottom: 0;
}

#logo-category-list-button-group, #logo-color-button-group, #logo-upload-select-button-group {
  display: flex;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Logo mobile end */

/* Font family start */
#fontFamilyList{
  overflow: auto;
  display: flex;
  white-space: nowrap;
}
.fontLi{
  border: 1px solid #c4c4c4;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 65px;
  float: left;
  font-size: 14px;
}

.fontActive{
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
/* Font family end */

/* Flag Mobile */
#mobileFlag .select_flag_img{
  box-shadow: 0px 5px 13px #c5c5c5;
}
/* Flag Mobile End */


/* Greek Letters */
#main-greek-letter-list.tool-section{
  padding: 0;
}
#main-greek-letter-list .nav-tabs{
  border-bottom: none;
  /* margin-bottom: 30px; */
}
#main-greek-letter-list .nav-tabs > li{
  width: 25%;
}
#main-greek-letter-list .nav-tabs > li > a{
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #E0E0E0;
  padding: 10px 0;
  text-align: center;
  margin-right: 0;
  border-radius: 0;
  color: #b4b4b4;
}

#main-greek-letter-list .nav-tabs > li.active > a{
  background-color: #b7b7b7;
  color: #ffffff;
}

#main-greek-letter-list .tab-content{
  padding: 30px 15px 75px;
}
#main-greek-letter-list .tab-content .greek-symbols{
  display: flex;
  text-align: center;
}

#main-greek-letter-list .tab-content .greek-symbols .symbol {
  margin: 0;
}

#main-greek-letter-list .tab-content .greek-symbols .symbol p{
  font-weight: 600;
}

#main-greek-letter-list .tab-content #greek_size_value{
  margin: 0 auto 20px;
  display: block;
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  color: #3fbfb9;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 3px 5px 5px #bfbfbf;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
}
#greekSize .font-sub_add_btn{
  margin-bottom: 20px;
}
/* Greek Letters End */
.app_side-bar{
  left: -140%;
}

/*----------------iphone changes----------------*/

@supports (-webkit-touch-callout: none) {
  .logo-options{
      height: calc(100vh - 195px);
      overflow: auto;
    } 
    .modal-body .logo-options{
      max-height: calc(100vh - 200px);
    } 
  #main-base-tool-option.tool-section{
    padding-bottom: 120px;
  }
  .flag_stole_options {
    margin-bottom: 200px;
  }
  #mobileHybrid .logo-options {
    max-height: calc(80vh - 75px);
  }
} 

/* CSS for tooltip when no logo uploaded */
#logo-tooltip-text{
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 13%;
  left: 50%;
  margin-left: -60px;
}

#logo-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.policylink{
  color: #3FBFB9!important;
}
