@font-face {
  font-family: Hamillton;
  src: url(../../fonts/Hamillton.ttf);
  font-weight: 300;
}

#NSW .nav-tabs.custom_tab {
  background: none;
}
#NSW .nav-tabs.custom_tab {
  border: 1px solid #4bc3c9;
}
#NSW .nav-tabs.custom_tab li {
  border-right: 0;
  margin: 0;
}
#NSW .nav-tabs.custom_tab li a {
  color: #4bc3c9;
  text-shadow: none;
}
#NSW .nav-tabs.custom_tab li:hover a,
#NSW .nav-tabs.custom_tab li:focus a {
  color: #4bc3c9;
  text-shadow: none;
  border: none;
  background-color: transparent;
}
#NSW .nav-tabs.custom_tab > li.active > a,
#NSW .nav-wizard > li.active > a:hover,
#NSW .nav-tabs.custom_tab > li.active > a:focus {
  color: #ffffff;
  background: #4bc3c9 !important;
}
#NSW .nav-tabs.custom_tab > li.active > a,
#NSW .nav-tabs.custom_tab > li.active > a:focus,
#NSW .nav-tabs.custom_tab > li.active > a:hover {
  background-color: #4bc3c9;
}

#NSW .nav-tabs.custom_tab > li > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #4bc3c9;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
#NSW .nav-tabs.custom_tab > li:not(:last-child) > a {
  margin-right: 0;
}
#NSW .nav-tabs.custom_tab > li > a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  z-index: 2;
}

#NSW .nav-tabs.custom_tab > li.active:not(:last-child) > a:after {
  border-left: 10px solid #4bc3c9;
}
#NSW .nav-tabs.custom_tab > li:last-child > a:before,
#NSW .nav-tabs.custom_tab > li.active:last-child > a:before,
#NSW .nav-tabs.custom_tab > li:last-child > a:after,
#NSW .nav-tabs.custom_tab > li.active:last-child > a:after {
  display: none;
}
#NSW textarea#input_text {
  text-align: center;
  padding-top: 6%;
  background: #f5f5f5;
  border-radius: 15px;
}
#NSW .color_desc {
  width: 100%;
  background-color: #f5f5f5;
  color: #000;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#NSW .cdesc {
  padding: 0px 5px 0px 5px;
}
#NSW .demo_text {
  border-radius: 11px;
}
/* SHADOW ON/OFF  */
#NSW .demo_on_off.onswitch {
  background: url(../images/on_new.png) no-repeat;
  height: 34px;
  background-size: auto 100%;
  width: 74px;
}
#NSW .demo_on_off.offswitch {
  background: url(../images/off_new.png) no-repeat;
  height: 34px;
  background-size: auto 100%;
  width: 74px;
}
/* ///// */
#NSW .color_desc {
  width: 100%;
  background-color: #f5f5f5;
  color: #000;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* ///// */
#NSW .two_btn {
  margin-bottom: 0;
  padding: 30px 0;
}
/* TWO BUTTONS */
#NSW .two_btn .btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  background-color: #f4f4f4;
  width: 100%;
  letter-spacing: 0;
  margin: auto;
  padding: 15px;
  border-radius: 15px;
  font-family: "Brandon_reg";
  font-size: 20px;
  outline: none !important;
  text-transform: none;
}
#NSW .two_btn .col-md-6 a {
  color: #2b2b2b;
}
/* NOTICES */
#NSW .nsw-info-warning {
  /* padding: 1em 2em 1em 3.5em; */
  padding: 1em 2em;
  margin: 1em 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #e21033b2;
  border-top: 3px solid #e21033b2;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
/* BOTTOM FORM */
#quoteform {
  width: 100%;
  opacity: 0;
  transition: opacity 1000ms ease-in;
}
#quoteform {
  margin: 0;
  padding: 10px 30px;
}
#quoteform .for_more {
  font-size: 20px;
  text-transform: uppercase;
}
#quoteform button.btn.btn-success {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  background-color: #000;
  width: 100%;
  letter-spacing: 3px;
  max-width: 280px;
  margin: auto;
  padding: 15px;
  border-radius: 15px;
  font-family: "Brandon_reg";
  font-size: 140%;
  border: 0.1em solid #000;
  outline: none !important;
}
#quoteform.open {
  display: block;
}
#quoteform.open {
  opacity: 1;
}
/* * ~~~~~~~ * */
#NSW .custom-checkbox .custom-control-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
#NSW .custom-checkbox .custom-control-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#NSW .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid gray;
}
#NSW .custom-checkbox .custom-control-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

/* *** */
#NSW .form-group.main_radio {
  padding: 0 5px;
}
#NSW .main_radio .col-xs-6 {
  padding: 0 5px;
}
#NSW .custom-control.custom-radio {
  margin-bottom: 5px;
}
#NSW .custom-radio input {
  position: absolute;
  opacity: 0;
}

#NSW .custom-radio label {
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #000;
  font-family: "Brandon_reg";
  font-size: 14.4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 66px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
}
#NSW .custom-radio input:checked + label {
  border: 2px solid #f55aff;
}
#NSW span.radio_span {
  display: inline-block;
  margin: 10px 0 0;
  font-family: "Brandon_reg";
  color: #010101;
}
/* *** */
#NSW .make_style_form div.size-box {
  margin: 5px;
  padding: 5px;
  border: 0px;
  /* border: 2px solid #e7e6e6; */
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 1.1rem !important;
}
#NSW .make_style_form div.size-box.active,
#NSW .make_style_form div.size-box:hover {
  box-shadow: unset;
  border-color: transparent;
  border-radius: 15px;
  border: 2px solid #f55aff;
  background: #fff;
}
#NSW .make_style_form .size-box .s_price div:nth-child(2),
#NSW .make_style_form .s_size2 div:nth-child(2),
#NSW .make_style_form .s_size div:nth-child(2) {
  /* background: #e7e6e6; */
  background: #f5f5f5;
}
#NSW .make_style_form .size-box .s_price div:nth-child(2) {
  color: #000;
  font-family: "Brandon_reg";
  font-size: 19px;
  padding-left: 0px;
}
#NSW .make_style_form div.size-box.active .s_price div:nth-child(2),
#NSW .make_style_form div.size-box.active .s_size2 div:nth-child(2),
#NSW .make_style_form div.size-box.active .s_size div:nth-child(2),
#NSW .make_style_form div.size-box:hover .s_price div:nth-child(2),
#NSW .make_style_form div.size-box:hover .s_size2 div:nth-child(2),
#NSW .make_style_form div.size-box:hover .s_size div:nth-child(2),
#NSW .make_style_form div.size-box.active strong,
#NSW .make_style_form div.size-box.active .s_size2 div,
#NSW .make_style_form div.size-box.active .s_size div,
#NSW .make_style_form div.size-box:hover strong,
#NSW .make_style_form div.size-box:hover .s_size2 div,
#NSW .make_style_form div.size-box:hover .s_size div {
  background: #fff;
}
#NSW strong,
#NSW .strong {
  background: #f5f5f5;
  text-transform: capitalize;
  padding-left: 0px;
}

/* *** */
#NSW .form-group.plug_style {
  margin-left: 10px;
}
#NSW .plug_style label {
  text-transform: uppercase;
  font-family: "Brandon_reg";
}
#NSW .form-group.plug_style .btn-default {
  border: 0;
  background: #f5f5f5;
}
#NSW .plug_style h4 {
  font-family: "Brandon_reg";
  color: #333333e8;
}
#NSW .form-group.plug_style i {
  border: 0;
}
/* *** */
#NSW .option-label {
  text-transform: uppercase !important;
  font-family: "Brandon_reg";
  font-size: 15pt !important;
}
#NSW .dropdown-design,
#NSW .dropdown-toggle-design {
  background: #f5f5f5;
  padding: 10px 0;
  border-radius: 15px;
  margin: 10px;
  font-family: "Brandon_reg";
}
#NSW .dropdown-item {
  padding: 10px 0;
  white-space: normal;
}
#NSW .dropdown-menu.dropdown-toggle-design > li > a {
  white-space: normal;
  height: 36px;
}
#NSW a.board-box .text-left,
#NSW a.board-box .text-right {
  pointer-events: none;
  cursor: default;
}

#NSW .dropdown-design .btn-default {
  background: #f5f5f5;
  border: 0px;
}

#NSW .dropdown-design,
#NSW .dropdown-toggle-design {
  background: #f5f5f5;
  padding: 10px 0;
  border-radius: 15px;
  margin: 10px;
  font-family: "Brandon_reg";
}
#NSW .dropdown-toggle-design {
  margin: 10px 0px;
}
/* *** */
#NSW .custom-control.custom-option .col-xs-6,
#NSW .custom-control.custom-option .col-xs-5,
#NSW .custom-control.custom-option .col-xs-7 {
  padding: 0;
  margin-top: 10px;
}

#NSW .custom-control.custom-option label {
  float: left;
  color: #00c4c8;
  font-size: 20px;
}
#NSW .custom-control.custom-option small {
  float: right;
  width: 52%;
  font-weight: bold;
  font-size: 14px;
}
#NSW .custom-control.custom-option .col-xs-6,
#NSW .custom-control.custom-option .col-xs-5,
#NSW .custom-control.custom-option .col-xs-7 {
  padding: 0;
  margin-top: 10px;
}
#NSW .custom-control.custom-option span {
  font-weight: bold;
}
#NSW .custom-checkbox .custom-control-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#NSW .custom-control.custom-option small {
  float: right;
  width: 52%;
  font-weight: bold;
  font-size: 14px;
}
#NSW .custom-control.custom-option .col-xs-7 small {
  width: 65%;
}
#NSW .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid gray;
}
#NSW .custom-checkbox .custom-control-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
#NSW .custom-checkbox .custom-control-label input:checked ~ .checkmark {
  background-color: #4bc3c9;
  border-color: #4bc3c9;
}

#NSW .custom-checkbox .custom-control-label input:checked ~ .checkmark:after {
  display: block;
}
/* *** */
#NSW .custom-control.custom-option {
  text-align: left;
  font-family: "Brandon_light", sans-serif;
}
#NSW .custom-control.custom-option .info-light {
  display: none;
  border-radius: 5px;
  background-color: #dcfcfd;
  color: #00c4c8;
  padding: 5px 15px;
  margin-top: 5px;
}
#NSW .custom-control.custom-option .col-xs-6,
#NSW .custom-control.custom-option .col-xs-5,
#NSW .custom-control.custom-option .col-xs-7 {
  padding: 0;
  margin-top: 10px;
}
/* *** */
#NSW .custom-control {
  padding-left: 0;
  min-height: auto;
}
#NSW .custom-control-label::before {
  display: none;
}
/* TOTAL PRICE */
#NSW .total-section {
  background: #f5f5f5;
  font-family: "Brandon_bld";
  padding: 15px;
  border-radius: 15px;
  text-align: left;
}
#NSW .total_sel_price {
  float: right;
}
/* SUBMIT BUTTON */
#NSW button.addtocart:hover {
  color: #fff;
  background-color: #ff6df9;
}
#NSW button#add_to_cart {
  padding: 15px;
  border-radius: 15px;
  font-family: "Brandon_bld";
  font-size: 140%;
}

#NSW .MagicScroll[data-mode="carousel"] img,
#NSW .MagicScroll[data-mode="cover-flow"] img {
  padding: 0 !important;
}
#NSW p:empty {
  display: inline-block;
  font-size: 32px !important;
  font-size: 2rem !important;
}
/* *** */

#NSW input[type="checkbox"] + label,
input[type="radio"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#NSW .slidecontainer,
#NSW .dropdown-toggle:after {
  display: none;
}
#NSW .form-group.plug_style .btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  justify-content: space-between;
}
#NSW textarea {
  max-height: 90px !important;
}
@media (max-width: 1024px) {}
/* @media (min-width: 768px) {
  .nsw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nsw-container {
    width: 970px;
  }
} */

@media screen and (min-width: 992px) {
  #NSW .demo_text {
    padding-top: 90%;
    background-position: top center;
  }
  #NSW .col-md-8-5 {
    width: 64%;
  }
  #NSW .two_btn .row {
    margin-right: -15px;
    margin-left: -11px;
  }

  #NSW .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  #NSW .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* @media (min-width: 1200px) {
  .nsw-container {
    width: 1170px;
  }
} */
/* Additonal */
#NSW .dropdown-toggle::after {
  display: none;
}
