* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #dedede !important;
  padding: 0 !important;
}
body * {
  font-family: "Avenir LT Std";
  color: #000000;
}

/* common */
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;
}
.text_btn{
  outline: 0;
  background-color: transparent;
  border: none;
  color: #1a73e8 !important;
  text-decoration: underline;
}
ul {
  list-style: none !important;
}
/* .navigating_element {
  cursor: pointer !important;
} */
/* common */

/* Header */

.header_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #f6f6f6;
}
.header_section_right,
.header_section_left {
  display: inline-flex;
  align-items: center;
}
.announcement_section {
  padding: 13px 0 9px;
  background-color: #3fbfb9;
}
.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;
  word-break: break-word;
}
.announcement_section p span{
  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: 16px 28px 8px;
  border-right: 2px solid #e6e6e6;
  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: 44px;
  height: 6px;
  background-color: #c4c4c4;
  margin: 7px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-55deg) translate(-9px, 5px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(55deg) translate(-12px, -9px);
}
.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,
.help:hover,
.help:focus {
  display: inline-flex;
  flex-direction: column;
  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;
  text-decoration: none;
  margin-left: 40px;
  margin-right: 55px;
  text-transform: uppercase;
}
.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: -100%;
  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;
  transition: all 0.3s linear;
  cursor: pointer;
}
.side-bar li a {
  display: block;
  padding: 21px 43px;
  color: #000000;
  text-decoration: none;
}
.side-bar li:hover,
.side-bar li.active {
  background-color: #ffffff;
}
.side-bar li.active a {
  padding: 18px 43px;
}
/* Header */

/* new features */
/* .cw_welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 189px);
} */
.cw_welcome_box {
  border: 2px solid #888888;
  padding: 70px 60px;
  margin: 35px;
  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: 36px;
  font-weight: 900;
  line-height: 56px;
  margin: 0;
}
.cw_welcome_box .cw_welcome_box_desc {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
}
.cw_welcome_box .cw_select_section {
  position: relative;
  margin-bottom: 15px;
}
.cw_welcome_box .cw_select_section .cw_welcome_box_select {
  width: 100%;
  border: 3px solid #888888;
  padding: 5px 40px 5px 40px;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  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: 9;
}
.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: 20px;
  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: 9px;
  top: 9px;
  width: 24px;
  height: 24px;
}
.cw_welcome_box .cw_select_section .search_close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  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: 20px;
  line-height: 30px;
  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;
}
.cw_welcome_box .cw_select_link{
  color:#3fbfb9;
  font-weight: 500;
  text-decoration-color: #3FBFB9!important;
}
.cw_welcome_box .cw_select_link:hover {
  color: #019a92;
  text-decoration: none !important;
  
}
.cw_welcome_box .cw_btn_section {
  text-align: center;
}
.cw_welcome_box .cw_btn_section .cw_btn {
  background: #888888;
  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: 20px;
  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: 30px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  max-width: 585px;
  margin: 0 auto 10px;
}
.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: 20px;
  line-height: 140%;
  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 - 189px);
}
.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: 36px 59px;
  width: 100%;
  max-width: 406px;
  margin: 20px 20px;
  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: 290px;
  margin: 0 auto;
  color: #000000;
  margin-bottom: 48px;
}
.navigation_section button.primary_btn {
  border-radius: 78px;
  min-width: 219px;
  padding: 14px 5px 15px;
  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 */
/* Watch Video Section */
.watch_tutorial_section {
  background: #f8f8f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 32px 36px 27px;
  width: 100%;
  max-width: 878px;
  margin: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.watch_tutorial_section iframe {
  margin-bottom: 22px;
  border: none;
}
.watch_tutorial_section button.primary_btn {
  width: 112px;
  height: 29px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}
/* Watch Video Section */
/* 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;
}
/* Before Start 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: 42px;
  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: 16px;
  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: 12px;
  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 */
.template_navigation_section {
  max-width: 865px;
  padding: 0;
  flex-direction: row;
}
.template_navigation_image img {
  width: 530px;
  object-fit: cover;
}
.template_navigation_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 30px 63px;
  width: 100%;
}
.template_navigation_content h4 {
  font-family: "Avenir LT Std";
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 43px;
  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: 11px;
}
/* Template navigation */

/* Canvas */
.canvas-image-modal .modal-dialog {
  margin: 100px auto;
  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 */

/* Footer */
footer {
  background-color: #f6f6f6;
  padding: 11px 12px 5px 30px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.previous_page {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  margin-right: 38px;
  text-decoration: none;
  display: flex;
}
.previous_page:hover{
  color: #000000;
  text-decoration: none;
}
.previous_page img {
  margin-right: 25px;
}
.steps {
  list-style: none;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 541px;
  display: inline-flex;
  justify-content: space-between;
}
.app-steps {
  width: 13%;
  max-width: 161px;
  margin-bottom: 0!important;
}
.steps::after {
  content: "";
  position: absolute;
  width: 97%;
  height: 3px;
  background: #e8e8e8;
  top: 14px;
  left: 9px;
  z-index: 0;
}
.app-steps.steps::after{
  width: 90%;
}
.steps li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.steps li .steps_number {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7a7a7a;
  margin-bottom: 4px;
  color: #ffffff;
  border-radius: 15px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}
.steps li.active .steps_number {
  background-color: #3fbfb9;
}
.steps li .steps_title {
  font-family: "Avenir LT Std";
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
.footer_btns {
  display: flex;
  align-items: center;
  margin: 0 -8px;
  margin-left: auto;
}
.footer_btn,
.footer_btn:focus {
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  min-width: 197px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  margin: 0 8px;
  opacity: 0.2;
  cursor: revert;
}
.footer_btn-open, .footer_btn-edit, .footer_btn-mainapp {
  background-color: #2c2c2c;
}
.button-container {
  position: relative;
}
.footer_btn-save {
  background-color: #ce2b5c;
}
.footer_btn-add, .templatefooter_btn-add{
  background-color: #3fbfb9;
}
.total_btn div h3{
  margin-bottom: 0;
}
button.missing_btn#whyMissing{
  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;
  background: transparent;
}
button#whyMissing img {
  margin-right: 5px;
}
.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;
}

/* Template Tool */
.template_tool_page,
.template_choose_page {
  padding: 0 57px 0 45px;
}
.template_tool_container,
.canvas_section {
  padding: 50px 16px 50px;
}
/* Choose Template */
.panel-container {
  background: linear-gradient(0deg, #f8f8f8, #f8f8f8),
    linear-gradient(0deg, #595959, #595959), #ffffff;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  padding: 55px;
  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: 20px 25px 20px;
  /* 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;
}
.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: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 65px;
  left: -80px;
}
.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;
  width: 20%;
  padding: 0 27.5px;
  margin-bottom: 50px;
}
li.flag_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-bottom: 16px;
}
li.flag_stole_option img {
  margin-bottom: 18px;
  object-fit: contain;
}
li.flag_stole_option button.primary_btn {
  border-radius: 78px;
  height: 39.264705657958984px;
  width: 102px;
  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;
  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: 135px;
  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*/
.modal-backdrop{
  z-index: 0;
}
.flag_stole_popup .modal-body{
  padding: 0;
}
.flag_stole_popup .modal-dialog, .flag_stole_popup .modal-content, .flag_stole_popup .modal-body{
  height: calc(100% - 60px);
  max-height: 750px;
}
.flag_stole_popup h3.modal-title{
  font-size: 20px;
    font-weight: 900;
    margin-bottom: 7px;
}
.flag_stole_popup .flagbox p {
  font-size: 14px;
    font-weight: 400;
}
.fade.in{
  background: #000c;
}
#smallModal p, #smallModal1 p, #smallModal2 p, #smallModal3 p, #smallModal4 p {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}
#smallModal1 .modal-sm, #smallModal2 .modal-sm{
  height: 100%;
  display: flex;
  align-items: center;
}

.color-section-text .modal-dialog , .color-section-stole .modal-dialog, .color-section-trim .modal-dialog, .font-family-section .modal-dialog, .color-section-greek .modal-dialog, #smallModal .modal-dialog, #smallModal1 .modal-dialog, #smallModal2 .modal-dialog, #smallModal3 .modal-dialog,  #smallModal4 .modal-dialog{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 22px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
li.choose_logo_option {
  width: calc(33.333% - 24px);
  max-width: 85px;
  margin: 0 12px 16px;
}
li.choose_logo_option .choose_logo_img {
  min-height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
li.choose_logo_option h5 {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-transform: capitalize;
  white-space: wrap;
  height: 30px;
}
li.choose_logo_option h5.choose_logo_name{
  margin-bottom: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical ;
}

.choose_logo_option:hover,
.choose_logo_option:focus{
  background: #d1d1d1;
  border-radius: 5px;

}

.logo_choose_option:hover,
.logo_choose_option:focus{
  background: #eeeeee;

}
.flag_active{
  background: #eeeeee;
}

.templogo_active{
  background: #3fbfb9 !important;
  border-radius: 10px;
}

#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;
}
.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, .symbol_search_field, .greek_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, .symbol_search_field:focus, .greek_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 */

/* Actual App */

/* Choose Base */
.main_app_section {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 0 42px;
}
.choose_base_heading {
  background: #f8f8f8;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  border-radius: 80px;
  margin-bottom: 44px;
  padding: 29px 20px;
}
.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: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #727272;
  margin-bottom: 0;
}
.school_image{
  cursor: pointer;
}
.school_image:hover{
  border-bottom: 2px solid #3FBFB9;
}
.choose_base_heading p span, .choose_base_heading p span a {
  color: #0836ac;
  text-decoration: underline;
}
.base_list_section {
  background: #f8f8f8;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  padding: 56px 0 50px;
}

.school_base_list_section {
  background: #f8f8f8;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  padding: 20px 0 20px;
}
ul.base_stole_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

ul.choose_template_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 0;
  padding: 0 29px;
}

li.choose_template_option {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.side-bar-choose_template_option li.choose_template_option{
  width: 48%;
}

li.base_stole_option {
  display: inline-flex;
  flex-direction: column;
  width: 20%;
}
.base_btn_fixed li.base_stole_option {
  width: 49%;
}
/* .main_tool_section  .tool-section.plr-20 .base_btn_fixed {
  padding: 10px 20px 30px 20px;
} */
li.base_school_option {
  display: inline-flex;
  flex-direction: column;
  width: 21%;
  padding: 16px;
}
li.base_stole_option h5 {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.base_stole_option img {
  margin-bottom: 16px;
  padding: 0 29px;
  object-fit: contain;
  height: auto;
  width: 100%;
  max-height: 315px;
}
.base_btn_fixed li.base_stole_option img {
  max-height: 271px;
}
.base_btn_fixed .menu_base_stole_options li.base_stole_option img {
  max-height: 400px;
}
.menu_base_stole_options li.base_stole_option img{
  padding: 0px 0px;
  margin-bottom: 10px;
}
.menu_base_stole_options li.base_stole_option button.primary_btn{
  margin-bottom: 35px;
}
 
li.choose_template_option h5 {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.choose_template_option img {
  margin-bottom: 16px;
  padding: 0 29px;
  object-fit: contain;
  height: auto;
  width: 100%;
}

li.choose_template_option button.primary_btn {
  border-radius: 78px;
  height: 39.264705657958984px;
  width: 102px;
  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;
  margin: 0 auto;
}
li.base_school_option img {
  margin-bottom: 16px;
  padding: 0 29px;
  object-fit: contain;
  padding-bottom: 8px;
  height: auto;
  width: 100%;
}
li.base_stole_option button.primary_btn {
  border-radius: 78px;
  width: 102px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  height: 25px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
}
.flag_base_list_section {
  padding: 0;
}
.flag_base_options {
  max-height: 582px;
  overflow: auto;
}
.modal-body .flag_base_options{
  max-height: none;
  height: calc(100% - 60px);
  overflow: hidden;
  overflow-y: auto;
}
.flag_base_options ul.flag_stole_options {
  padding: 32px 0 30px;
}
.main_app_section input,
#flagModel 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: 50px;
  padding: 64px 53px 63px;
  max-width: 409px;
  position: relative;
}
.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;
  border: 1px solid #d1d1d1;
}
.color_overlay span{
  box-shadow: 0 0 1px 0.5px #000000;
}
.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 */
.d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}

.main_app_tool {
  width: 32.333%;
}
.actual-app-page {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 113px 81px 0px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.actual-app-page .main_app_heading {
  display: block !important;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 8%;
  margin-top: 20px;
  position: relative;
}
.main_app_heading h4 {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 31px;
  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;
  outline: 3.25091px solid #bcbcbc;
  box-sizing: border-box;
/*   max-width: 379px; */
min-height: 745px;
height: calc(100% + 235px);
max-height: 800px;
position: absolute;
left:2px;
display: flex;
top: 130px;
z-index: 1;
}
ul.tool_list {
  display: flex;
  /* align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
  width: 100%;
  margin-bottom: 0;
/*   box-shadow: 0px 4.33455px 4.33455px rgba(0, 0, 0, 0.25); */
  border: 3.5px solid #DFDFDF;
  flex-direction: column;
  max-width: 97px;
  background: #dfdfdf;
  overflow-y: auto;
}
ul.tool_list::-webkit-scrollbar {
  width: 5px;
  
}
ul.tool_list::-webkit-scrollbar-track {
  background: transparent;
}
ul.tool_list::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 10px;
}

.text-toggle_width{
  width: 400px;
  height: 100%;
  
}
#main-hybrid-option .text-toggle_width, #temp-main-flag-option .text-toggle_width, #template-dblogo  .text-toggle_width{
  padding: 0;
  height: 100%;
}
#template-dblogo p{
  padding: 20px 20px;
}
ul.tool_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* height: 190px; */
  max-width: 105px;
  padding: 12px 20px;
  /* width: 50%; */
  cursor: pointer;
  background: #DFDFDF;
}
/* ul.tool_list li:nth-child(1),
ul.tool_list li:nth-child(4),
ul.tool_list li:nth-child(5) {
  background: #f2f2f2;
} */
ul.tool_list li h4 {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  white-space: nowrap;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}
.tool_left_section{
  z-index: 1103;
}
.app_canvas_container button.canvas_zoom_btn,
.gown_canvas_container button.canvas_zoom_btn  {
  left: -80px;
  bottom: 0px;
}
.app_canvas_container button.canvas_share_btn,
.gown_canvas_container button.canvas_share_btn {
  left: -80px;
  bottom: -60px;
}
.app_canvas_container button.canvas_dress_btn,
.gown_canvas_container button.canvas_dress_btn {
  right: -80px;
  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{
  right: -80px;
}
.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;
}
.your-design-heading{
  margin-right: 20px;
}
.object_price{
  font-family: 'Avenir LT Std';
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #B4B4B4;
}
#tip_object_price{
  color: #3FBFB9;
}
.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: 900;
  line-height: 28px;
  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;
  margin-bottom: 11px;
}
.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 {
  max-width: 390.5px;
  margin-left: auto;
  position: relative;
}
.your-design-heading-edit input::placeholder, .overview-design-heading-edit input::placeholder, .name-heading-edit input::placeholder, input.product_name::placeholder{
  opacity: 0.3;
}
.text_values_container {
  max-height: 500px;
  overflow: auto;
}
.text_values{
  padding-right: 0px;
}
.your-design-section .text_list {
  padding:20px 5px 20px 0;
  border-bottom: 3px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.your-design-section .text_list:last-child {
  border-bottom: none;
}
.your-design-section .text_list .right {
  width: 100%;
  padding-right: 0px;
}
.your-design-section .text_list:not(:last-child){
  border-bottom: 3px solid #d1d1d1;
}
.your-design-section .text_value {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0;
}
.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: 16px;
  letter-spacing: 0px;
  text-align: left;
  word-break: break-all;
  max-width: 200px;
  margin-right: auto;
  color: #717171;
  margin-right: 10px;
}
.layer_text_blue.color_value3{
  font-size: 16px;
}
#choose_tip_div h4{
  font-size: 14px;
    font-weight: 900;
    padding-left: 20px;
}
.layer_text_blue{
  color:#3FBFB9;
  font-weight: 700;
  font-size: 16px;
}

footer .layer_text_blue{
  font-size: 24px;
}
.text_value .layer_value .layer_text_blue{
  color:#3FBFB9;
  font-size: 16px;
}
.text_value .layer_value .layer_text_black{
  color:#000;
  font-size: 16px;
  font-weight: 600;
}
.price_right_layer{
  display: flex;
  align-items: center;
}
.price_right_layer .object_price{
  color:#3FBFB9;
}
.base-layer, .text_values .layer{
  width: 100%;
}
.base-layer .layer_value{
  margin-left: 0px;
}
.base-layer h2{
  min-width: 65px;
}
.text_value .layer_edit,
.text_value .layer_delete,
.text_value .tip_delete, 
.text_value #tip_delete {
  margin-right: 5.5px;
  cursor: pointer;
}
.layer_delete img, .tip_delete, .tip_delete img,
.text_value #tip_delete img{
  vertical-align: baseline;
}
.text_value .tip_edit{
  cursor: pointer;
}
.count_arrow_section {
  /* Arrows hidden */
  display: none;
  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;
  min-width: 70px;
}
.text_list .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;
  min-width: 70px;
}
.overview-section{
  padding: 46px 36px !important;
  z-index: 1103;
}
.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;
}
.main_tool_section .tool-section {
  padding: 0;
  padding-bottom: 30px;
  border-radius: 0;
  width: 400px;
}
.tool-section_topcontent{
  padding: 25px 20px 15px 20px;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  width: 400px;
}
.main_tool_section .tool-section .tool-section_stoledemo{
  padding: 10px 20px 40px 20px;
}
.main_tool_section .tool-section .color-section-stole, .main_tool_section .tool-section .color-section-trim{
  padding: 0px 20px;
}
#base_school_template{
  margin-bottom: 0;
}
.base_btn_fixed{
  position: relative;
  min-height: 579px;
  /* height: calc(100vh - 130px); */
  height:100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 400px;
}
/*-----------------scrollbar------------------------------------------------*/
.custom-scrollbar_new::-webkit-scrollbar {
  width: 16px;              
}
.custom-scrollbar_new::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;    
  border-left: 4px solid #ebebeb;
  border-right: 3px solid #ebebeb;  
}
.custom-scrollbar_new::-webkit-scrollbar-track {
  background: #ebebeb;        
}
.custom-scrollbar_new::-webkit-scrollbar-button:single-button {
  background-color: #b4b4b4;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}
 
.custom-scrollbar_new::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 22px;
  width: 15px;
  background-position: center 4px;
  background-image: url("../../images/scroll_arrow_up.svg");
}
 
.custom-scrollbar_new::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 22px;
  width: 15px;
  background-position: center 2px;
  background-image: url("../../images/scroll_arrow_down.svg");
}
 
/*-----------------scrollbar------------------------------------------------*/
ul.tool_list li.currentpage{
  background-color: #f3f3f3;
}
.main_tool_section .tool-section ul.color-options {
  justify-content: flex-start;
}
#selectedColorDisplay{
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}
#selectedColorName{
  font-weight: 400;
}
.tool-left-section-heading {
  display: none;
  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;
}
.main_tool_section .color-section-stole,
.main_tool_section .color-section-trim {
  margin-bottom: 30px;
}
.main_tool_section .tool-section h6 {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
#main-tool-list{
  /* display: block!important; */
  background: #DFDFDF;
}
.main_tool_section .tool-section .d-flex h6{
  margin-bottom: 0;
}
.main_tool_section .tool-section .d-flex{
  margin: 5px 0 20px 0;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.flex_alertpopup span a{
color:#3fbfb9;
font-size: 13px;
font-weight: bold;
line-height: 15px;
}
.main_tool_section .tool-section .d-flex.flex_alertpopup{
  padding: 0;
  gap: 10px;
  justify-content: flex-start;
}
.main_tool_section .tool-section .d-flex span img{
  margin-right: 5px;
}
.font-sub_add_btn button{
  border: none;
    font-weight: 700;
    width: 17px;
    height: 17px;
   padding: 4px;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #00c2bc;
    color: #fff;
    line-height: 0;
    transform: scale(1.01);
}
.font-sub_add_btn button#textincreaseBtn b, .font-sub_add_btn button#greekincreaseBtn b{
  position: relative;
  top:0.8px;
  }
.font-sub_add_btn button b{
  color: #fff;
}
.main_tool_section .flex_alertpopup{
  padding: 0;
}
.text-size-section .font_size.font-sub_add_btn span{
  margin: 0 5px;
  font-size: 18px;
  padding: 3px;
  display: flex;
  color: #000;
  align-items: center;
  width: 30px;
  height: 35px;
}
.back-btn {
  width: 100%;
  height: 31.54px;
  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;
}
.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{
  width: 33.33%;
  display: flex;
  justify-content: center;
}
.gown_canvas_section{
  max-height: 584px;
}
#your_design_section{
  width: 31%;
}
.app_canvas_section{
  background: url("../../images/canvas-bg-new-new.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
  max-width: 480px;
  height: 100%;
  position: relative;
  background-size: 100% 95%;
  color:#000000;
}
.app_canvas_section .app_canvas_container{
  margin-left: 74px;
}
.gown_canvas_section{
  background-image: url("../../images/gown-front.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 85% 0;
}
.main_tool_section .text-section h6 {
  margin-bottom: 4px;
}
.main_tool_section .text-section .text-adding-section {
  margin-bottom: 23px;
}
.main_tool_section .template-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: 60px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  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;
}
#main-class-template-option .text-toggle_width{
  padding: 20px;
}
#main-class-template-option .text-toggle_width 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;
}
#main-class-template-option .text-toggle_width .text_color_picker{
  margin-top: 15px;
}
#main-class-template-option .text-toggle_width .colorNotification a{
  margin-left: 2px;
  color: #3fbfb9;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}
.cantselect_hover a{
  color: #3FBFB9!important;
}
ul.orientation-options {
  display: flex;
  justify-content: flex-start;
  /* margin: 0 -10px; */
  flex-wrap: wrap;
  gap: 15px;
}
.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_logo_subbox{
  padding: 0 30px;
}
.logo-section .greek_logo_subbox .greek_logo_flex button.logo_add_btn{
  width: 49%;
}
.logo-section .greek_logo_subbox .greek_logo_flex{
  display: flex;
  gap: 25px;
}
.logo-section .greek_logo_flex button.logo_add_btn{
  width: 49%;
}
.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;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  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);
}
.text-confirm-section {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}
.text-confirm-section button {
  height: 31.5px;
  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.btn-100{
  width: 100%;
}
.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-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;
  gap: 5px;
}
.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;
}
.text-size-section .font_size.font-sub_add_btn span{
  margin: 0 5px;
  font-size: 18px;
  padding: 3px;
  display: flex;
  color: #000;
  align-items: center;
  width: 30px;
  height: 35px;
}
.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: 20px;
  -webkit-appearance: none;
  height: 20px;
  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: 50%;
  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: #000;
}
.font-family-choose p {
  display: flex;
  align-items: center;
  font-family: "Avenir LT Std";
  padding: 0 13px;
  white-space: nowrap;
  width: 100%;
  max-width: 50%;
  height: 31px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}
.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;
}
#noResultsMessage , #nohybridMessage , #noResultsMessageflag, #noResultsMessageGreek, #flagnoResult{
 text-align: center;
}
#noResultsMessage a , #nohybridMessage a, #noResultsMessageflag a, #noResultsMessageGreek a, #flagnoResult a{
  color: #3FBFB9;
  display: block;
}
/* Logo */
.main_tool_section .logo-section{
    padding: 0;
}
.main_tool_section .logo-section#main-greek-list{
  padding-top: 0px;
}
.add-logo-section{
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-bottom: 0px;
}
.logo-section .logo_add_btn{
  width: 100%;
  max-height: 141px;
  margin: 0 2px;
  min-width: 141px;
  padding: 12px 0;
  box-sizing: content-box;
}
.logo-section .logo_choose_btn img{
  margin-bottom: 13px;
}
.logo-section .logo_upload_btn img{
  margin-bottom: 16px;
}
.logo-section .logo_add_btn h5{
  font-family: 'Avenir LT Std';
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.flag_notes_heading {
  font-family: 'Avenir LT Std';
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    color: #7D7D7D;
    margin-bottom: 30px;
}
.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: 18px;
      letter-spacing: 0px;
      text-align: left;
}
.mail-us{
  color: #0836ac;
}
.flag_para{
  margin-top: 33px;
}
.add-logo-section p *{
  color: #7E7E7E;
}
.note-logo-section{
  padding: 0px 30px;
}
.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: #000;
  margin-bottom: 0;
}
.note-logo-section p * {
  color: #000;
}
.tool-section .logo_search_section {
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 0;
  bottom: 25px;
  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: 0 30px;
}

.logo-category-wrapper{
  max-height: 100%;
  overflow:hidden;
  overflow-y: auto;
  height: calc(100% - 60px);
  width: 400px;
}
.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;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.logo-category ul li{
  text-align: center;
  margin: 5px 9px;
  width: calc( 32% - 14px );
  padding: 10px;
  max-width: 290px !important;
}

.templogo-category ul li{
  text-align: center;
  margin: 5px 15px;
  width: calc( 50% - 30px );
  padding: 10px;
  max-width: 120px !important;
  /* background: #cccccc; */
}
.logo-category-section .templogo-category ul li{
  margin: 5px 9px;
  width: calc( 32% - 14px );
  padding: 10px;
  max-width: 290px !important;
}
img.select_logo_img, img.select_templogo_img, img.select_medical-templogo_img{
  /* max-width: 90px;
  max-height: 90px; */
  width: 100%;
  object-fit: contain;
  height: 75px;
  max-height: 105px;
  cursor: pointer;
}
.select_logo_box:hover, .select_medical-templogo_box:hover{
  cursor: pointer;
}
img.select_crest_img, img.select_tempcrest_img{
  aspect-ratio: 4/5;
    width: 100%;
    max-height: 110px;
    object-fit: contain;
    padding-bottom: 10px;
}
.main_tool_section .logo-upload-confirm{
  padding: 35px 27px;
}
.main_tool_section .logo-upload-confirm#template-logo .text-toggle_width{
  padding-left: 0;
  padding-right: 45px;
}
.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 a,
.note-logo-section p a{
  color: #1a73e8;
}
.logo-upload-confirm p:nth-child(5){
  margin-bottom: 15px;
}

.logo-confirm-content {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}

/* Fixed footer */
.logo-confirm-footer {
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
}
.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 32px;
}
.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: 30px;
  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{
  height: calc(100% - 60px);
  overflow: hidden;
  overflow-y: 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;
}
.greek-crest-options a{
  color: #337ab7;
  cursor: pointer;
}
.logo-options ul.choose_logo_options {
  padding: 0 20px;
  margin: 0;
}
.logo-options li.choose_logo_option {
  width: calc(33.333% - 10px);
  margin: 0 5px 16px;
  max-width: none;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.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: 5px;
  margin-top: 30px;
}
.selected-logo{
  max-width: 110px;
  max-height: 110px;  
  margin-bottom: 15px; 
}
.selected-logo-flag{
  max-width: 150px;
  max-height: 150px; 
}
.logo-name, .templogo-name{
  font-family: 'Avenir LT Std';
  font-size: 14px;
  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: 31px;
    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 !important; 
}
.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-symbol-section {
    margin-bottom: 40px;
}
.greek-symbols {
    /*display: flex;
    justify-content: space-between;*/
}
.symbol {
  display: inline-block;
  margin-right: 15px;
  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: #000;
    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: #000;
    font-size: 12px;
    line-height: 12px;
}
.greek_sub_symbol{
  padding: 30px 30px 0 30px;
}
.greek_sub_symbol .tool-section_topcontent{
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
}
.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 {
    text-decoration: underline;
    color: #1a73e8;
}
/* Logo */

/* Flag */
.flag-category-section .logo-options li.choose_logo_option {
  width: calc(33.333% - 0px);
  margin: 0 0px 8px;
  max-width: none;
  padding: 13px 5px 5px 5px;
  transition: all 0.5s ease-in;
}

.flag-category-section li.choose_logo_option img{
  margin-bottom: 8px;
  max-width: 75px;
  max-height: 55px;
  min-height: 55px;
  object-fit: cover;
}
.flag-category-section .logo-options ul.choose_logo_options{
  padding: 0 8px 0 8px;
}
.flag_overlay{
  box-shadow: 0 0 1px 0.5px grey;
}
/* 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% - 7px);
  margin: 0 3.5px 6px;
  max-width: none;
  padding: 6px 0px;
}
.hybrid-category-section #choose_tip{
  padding-left: 11px;
  padding-right: 11px;
}
.hybrid-category-section li.choose_logo_option img{
    margin-bottom: 14px;
    max-width: 92px;
    height: 92px;
    min-height: auto;
    background-color: #F4F4F4;
}
.not_selectable{
  opacity: 0.1;
  cursor: not-allowed !important;
  /* pointer-events: none; */
}

  
/* 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: #000000;
  -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 span{
  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;
  cursor: pointer;
}
.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;
} */
.forget_password{
  font-size: 12px !important;
}	
/* 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: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  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: 11px;
  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{
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.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: #000000;
    font-size: 13px;
    line-height: 20px;
        display: flex;
}
.quantity {
       width: 60px;
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-left: 15px;
}
.quantity input{
      border: 1.37338px solid #000000;
    width: 100%;
    text-align: center;
    color: #000000;
    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;
}
.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: 0px 10px 25px 10px;
    position: relative;
    margin-bottom: 27px;

}
.overview-section-main:before, 
.overtemp-section-main:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1.37338px;
    background-color: #C4C4C4;
    right: 100px;
    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: #000000;
    line-height: 19px;
    margin-top: 20px;
}
.overview-detail-section p a{
  color: #1a73e8;
  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: 35px;
  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: #000000;
    font-size: 14px;
    line-height: 20px;
}
.ammount-name span {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.ammount-value span.total-price {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
}
.design-options{
  display: flex;
  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: 0 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: 13px;
  background: url(../../images/info.png) no-repeat;
  height: 13px;
  margin-left: 10px;
  background-size: unset;
  position: relative;
  margin-top: 3px;
}
.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;
  top: 10px;
  left: 10px;
  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: 8px;
    left: 8px;
    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;
  padding:0;
  margin:70px 0px 0px 0px;
}
.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;
  font-weight: 600;
}
.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: #000;
  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: #000;
  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: #000;
}
.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: #000;
  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;
}
.object_count{
  margin-right: 3px;
}
  /* Checkout End*/

/* 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;
}
.delete-product_actions button.yes_delete_ajax{
  background: #3fbfb9;
}
span.quantity-value, .qib-container .quantity input{
  width: 23px !important;
  height: 23px !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: 13px !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;
  margin: 0px;
}
.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;
}
.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: 219px;
  padding: 14px 5px 15px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 15px;
}
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: 13px !important;
  height: 13px !important;
  background: #727272 !important;
  border-radius: 19px !important;
  font-family: 'Avenir LT Std';
  font-size: 10px !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: 38px 0px 0px 86px;
}

.hint-tooltip_container{
  position: absolute;
  z-index: 1102;
  opacity: 0;
  display: none;
}
.hint-tooltip_container.hint-tooltip_tools {
  left: 135px;
  top: 21pc;
}
.hint-tooltip_container.hint-tooltip_templatetools {
  left: 135px;
  top: 109px;
}
.hint-tooltip_container.hint-tooltip_basetools {
  left: 135px;
  top: 10px;
}

.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: 230px;
  -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_canvas.heading_tooltip {
  top: -10px;
}
.hint-tooltip_container.hint-tooltip_yourdesign{
  left: 0;
  top: -94px;
}
.hint-tooltip_container.hint-tooltip_save {
  top: -99px;
  right: 0px;
}
.hint-tooltip_container.hint-tooltip_cart .hint-tooltip_bottom{
  width: 170px;
}
.hint-tooltip_container.hint-tooltip_save.hint-tooltip_cart {
  top: -83px;
  right: 10%;
}
.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: 50px;
  right: calc(100% + 96px);
}
.hint-tooltip_container.hint-tooltip_share {
  left: -250px;
  bottom: 0;
}
.hint-tooltip_container.hint-tooltip_zoom {
  left: -263px;
  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{
    font-weight: 600;
    font-size: 23px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.entry-content{
  background-color: #ffffff;
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 20px;
}
.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 */

/* cart header */
.cart_header_mobile,.cart_img_mobile{display: none;}
.cart_mobile{display: none !important;}

/* cart header */
@media (max-width: 1440px) {
  li.flag_stole_option{
    width: 16%;
  }
  ul.flag_stole_options{
    align-items: flex-end;
  }
  .flag_stole_popup .modal-dialog{
    height: 100%;
  }
  .actual-app-page{
    padding: 0px 50px 81px 0px;
  }
  .app_canvas_section .app_canvas_container {
    margin-left: 96px;
}
.main_app_tool {
  width: 27.333%;
}
.app_canvas_section, .gown_canvas_section {
  width: 38.33%;
}
#your_design_section {
  width: 31%;
}
.app_canvas_section{
  max-width: 440;
  background-size: 98% 95%;
  background-position: 11px 20px;
}
}
@media (max-width: 1300px) {
  .main_tool_section .tool-section.overview-section{
    width:330px ;
    padding: 46px 15px !important;
  }
}


@media (max-width: 1122px) {
  footer {
    padding: 11px 12px 5px;
  }
  .previous_page {
    margin-right: 18px;
  }
  .stole_color_container .panel-container {
    padding: 78px 15px 54px;
  }
  .actual-app-page{
    padding: 60px 30px 81px 30px;
  }
  .actual-app-page{
    padding: 60px 30px 81px 30px;
  }
}

@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){
  .cart_header_desk,.announcement_section,.menu p,.cart_img_desk{display: none !important;}
  .cart_header_mobile{display: inline-flex;}
  .cart_desktop{display: none;}
  .cart_mobile{display: block !important;}

  header {
    background-color: #f6f6f6;
  }
  .app_header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 15px 17px;
  }

  .app_header_section_right,
  .app_header_section_left {
    display: inline-flex;
    align-items: center;
  }
  .app_header_section_left{
    margin: 0 -4px;
  }
  .app_header_section_left > *{
    margin: 0 4px;
  }
  /* .announcement_section {
    padding: 13px 0 9px;
    background-color: #3fbfb9;
  }
  .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;
  } */
  .app_menu {
    display: inline-block;
    padding: 0;
    cursor: pointer;
  }
  .app_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;
  }
  .app_bar1,
  .app_bar2,
  .app_bar3 {
    width: 22px;
    height: 3px;
    background-color: #c4c4c4;
    margin: 4px 0;
    transition: 0.4s;
  }
  .change .app_bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-55deg) translate(-2px, -2px);
  }
  .change .app_bar2 {
    opacity: 0;
  }
  .change .app_bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(55deg) translate(-13px, -6px);
  }
  .app_main_logo {
    display: inline-block;
    /* margin-bottom: 0; */
    margin: 0 31px;
    font-size: unset;
  }
  .app_search_bar {
    display: flex;
    align-items: center;
    margin-right: 26px;
  }
  .app_search_bar button,
  .app_search_bar button:focus {
    border: 0;
    outline: 0;
    background: transparent;
    margin-right: 11px;
  }
  .app_search_bar input,
  .app_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;
  }
  .app_search_bar input,
  .app_search_bar input:focus {
    max-width: 151px;
    outline: 0;
    border: none;
    border-bottom: 1.5px solid #000000;
    background: transparent;
    text-transform: capitalize;
  }
  button.app_cart,
  button.app_cart:focus {
    border: 0;
    outline: 0;
    background: transparent;
    position: relative;
  }
  span.cart_count{
    display: none;
  }
  .app_cart{padding: 0px;}
  button.app_cart > span.app_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);
  }
  .app_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;
  }
  .app_side-bar.open {
    left: 0;
  }
  .app_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 43px;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .app_side-bar li a {
    color: #000000;
    text-decoration: none;
  }
  .app_side-bar li:hover,
  .app_side-bar li.active {
    background-color: #ffffff;
  }
  .app_side-bar li.active {
    padding: 18px 43px;
  }
  
  /* welcome page changes for mobile(--hesh) start*/
  .announcement_section{display: block!important;}
  .main_logo{
    margin: 0 10px;
  }
  .main_logo a img{
    max-width: 150px;
  }
  .menu{
    padding: 8px 15px 8px;
  }
  .bar1, .bar2, .bar3{
    width: 34px;
    height: 3px;
  }
  #cart-nav img{
    width: 35px;
  }
  .help{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px;
  }
  .help span{
    width: 30px;
    height: 30px;
  }
  .help span img{
    width: 10px;
  }
  .cw_welcome_box{
    padding: 30px 15px;
    margin: 15px;
  }
  .side-bar{
    left: -110%;
  }
  /* welcome page changes for mobile(--hesh) end*/
}
@media screen and (min-width: 1200px){
  body{
    background: #fff!important;
  }
}
@media screen and (min-width: 1920px){
  body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main_section_container{
    flex:1;
  }
  .main_tool_section{
    max-height: none;
    min-height: 745px;
    height: calc(100vh - 225px);
  }
}

.cw_welcome_box .cw_btn_section .cw_btn span{
   font-size: 35px;
   color:#ffffff;
   line-height: 0;
}
.tool-image{
  width: 100px;
  height: 39px;
  max-width: 39px;
  margin-bottom: 8px;
  padding: 3px;
}
.modal-content .flagbox{
  background-color: #D9D9D9;
}
#ce_checkout_consent_checkbox_field{
  display: none;
}
.choose_tip_div > h4{
  padding: 0 15px;
}

/* Overview Cart */
.cart-overview {
  height: auto;
  min-height: 600px;
  left: 5%;
 top: 225px;
 }
 
 .cart-overview .tool-left-section-heading {
 display: block;
 top: -31px
 }

 .cart-overview .addcart_btn, 
 .cart-overview .templatecart_btn{
  margin: 45px auto 0;
}
/* Overview Cart End */
/*14/12/2023*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline:none!important;
  outline-offset: 0;
  }
  #font_size_value,
  #greek_size_value{
      width: 25px;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid #BFBFBF;
      padding-top: 2px;
      text-align: center;
      line-height: 18px;
  }
  
  .cart_order_total_section{
       max-width: 500px;
      margin: 0 auto 50px;
  }
  
  .order_summary .primary_btn{
   border-radius: 78px;
      padding-left: 35px;
      padding-right: 35px;
  }
  
  .order_summary .primary_btn a{
      text-decoration: none !important;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px;
  }
  .template-base-layer{
  width: 100%;
  margin-left: 15px;
  }

/* Generic hide class for display none */
.display-none{
  display:  none !important;
}

.flagtitle{
padding:0 20px;
}
.thank_you_page .primary_btn:hover{
  background-color: #3fbfb9 !important;
}
.order_confirm_link button{
  background-color: #3fbfb9 !important;
}

#logo-category-list-button-group, #logo-color-button-group, #logo-upload-select-button-group{
  display: flex;
  width: 100%;
  height: 31.54px;
  position: absolute;
  bottom: 0;
}
#logo-category-list-button-group .back-btn{
  position: relative;
}
#logo-color-button-group .back-btn{
  position: relative;
  width: 50%;
  bottom: 0;
}
#logo-upload-select-button-group .back-btn {
  position: relative;
  width: 50%;
  bottom: 0;
}
#logo-category-list-button-group .logo-confirm-btn{
  width: 50%;
  position: relative;
  bottom: -1px;
  height: 30.54px;
  min-width: 195px;
}
.policylink{
  color: #3FBFB9!important;
}
.help-main-div a:hover{
color:#fff !important;
text-decoration:none !important;
}
.help-main-div button:hover{
background-color:#3FBFB9;
color:white;
}
.help-main-div button:focus{
  outline-color:none !important;
  outline:none !important;
}

#royalty_fees {
    display: flex;
    align-items: flex-start;
}

#royalty_fees .ammount-name {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    word-break: break-word;
}

#royalty_fees .ammount-name a {
    display: contents;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 5px;
    text-decoration: underline;
}
