/********************************************************/

/**         wcop_definitions                  **/

/********************************************************/

/********************************************************/

/**         wcop_container                    **/

/********************************************************/

.wcop_main {

  margin-bottom: 40px;

  font-size: 16px;

  line-height: 1.4;

}

.wcop_main,

.wcop_main *,

.wcop_main:before,

.wcop_main:after,

.wcop_main input[type="search"] {

  -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

          box-sizing: border-box;

}

.wcop_main .wcop_response {

  margin: 0;

  padding: 5px 10px;

}

/********************************************************/

/**      Section: WCOP Modal Container                 **/

/********************************************************/

.wcop_modal_container .wcop_modal {

  display: none;

  z-index: 99;

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.2);

}

.wcop_modal_container .wcop_modal_content {

  background: white;

  min-height: 250px;

  max-width: 640px;

  width: 90%;

  left: 0;

  right: 0;

  margin: 50px auto 0;

  position: absolute;

  top: -100%;

  max-height: 90vh;

  overflow: auto;

  padding-bottom: 60px;

}

.wcop_modal_container .wcop_modal_content .wcop_modal_close {

  position: absolute;

  right: 0;

  top: 0;

  cursor: pointer;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 24px;

  font-weight: bold;

  color: black;

  text-align: center;

}

/********************************************************/

/**         General Components                         **/

/********************************************************/

.wcop_page_heading {

  text-transform: uppercase;

  padding: 5px 15px;

  margin: 0;

  font-weight: normal;

  font-size: 24px;

}

.wcop_sub_heading,

h3.wcop_sub_heading {

  text-transform: none;

  padding: 5px 15px;

  margin: 0 0 0;

  font-weight: normal;

  font-size: 20px;

  text-align: center;

  background: #A4A19C;

  color: white;

  position: relative;

}

.wcop_sub_heading span,

h3.wcop_sub_heading span {

  padding: 0 15px;

  background: #A4A19C;

  position: relative;

  z-index: 10;

  text-overflow: ellipsis;

  overflow: hidden;

  display: inline-block;

  width: auto;

  vertical-align: middle;

}

.wcop_sub_heading:after,

h3.wcop_sub_heading:after {

  content: '';

  width: 90%;

  position: absolute;

  margin: -1px auto 0;

  height: 2px;

  top: 50%;

  background: white;

  left: 0;

  right: 0;

}

.wcop_sub_heading_2 {

  text-transform: capitalize;

  padding: 5px 15px;

  margin: 0 0 15px;

  font-weight: normal;

  font-size: 20px;

  text-align: center;

  background: #A4A19C;

  color: white;

}

/********************************************************/

/**      wcop_product_details                 **/

/********************************************************/

/********************************************************/

/**      wcop_product_details_container       **/

/********************************************************/

.wcop_product_details_container .wcop_product_name {

  font-weight: bold;

  text-transform: uppercase;

  color: #1A272D;

}

.wcop_product_details_container .wcop_product_description {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

     -moz-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-bottom: 15px;

}

.wcop_product_details_container .wcop_product_description .wcop_product_feature {

  min-width: 150px;

  text-align: center;

  margin: 0 5px 5px;

  border-bottom: 1px solid #ededed;

}

.wcop_product_details_container .wcop_product_description .wcop_product_feature .wcop_product_feature_title {

  color: #A4A19C;

}

.wcop_product_details_container .wcop_product_description .wcop_product_feature .wcop_product_feature_value {

  color: #1A272D;

  text-transform: uppercase;

  font-weight: bold;

}

/********************************************************/

/**      wcop_cart_summary                    **/

/********************************************************/

.wcop_cart_summary {

  padding: 0;

  border: 1px solid #D9D9D9;

}

.wcop_cart_summary .wcop_summary_heading {

  text-align: center;

  background: #A4A19C;

  color: white;

  padding: 10px;

  margin: 0;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: bold;

}

.wcop_cart_summary .wcop_product_name {

  text-align: center;

  font-weight: bold;

  font-size: 20px;

  color: #1A272D;

  padding: 10px;

  border-bottom: 1px solid #D9D9D9;

  margin: 0;

}

.wcop_cart_summary .wcop_summary_item {

  position: relative;

  padding: 5px 110px 5px 10px;

}

.wcop_cart_summary .wcop_summary_item:after {

  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  right: 110px;

  border-left: 1px solid #D9D9D9;

}

.wcop_cart_summary .wcop_summary_item strong {

  display: block;

}

.wcop_cart_summary .wcop_summary_item .wcop_summary_item_value {

  position: absolute;

  right: 10px;

  width: 100px;

  text-align: right;

  top: 5px;

}

.wcop_cart_summary .wcop_summary_item:nth-child(odd) {

  background: #FBFBFB;

}

.wcop_cart_summary .wcop_summary_item:nth-child(even),

.wcop_cart_summary .wcop_summary_item.wcop_summary_product {

  background: #F4F4F4;

}

.wcop_cart_summary .wcop_summary_item_config_items,

.wcop_cart_summary .wcop_summary_item_addons {

  list-style: none;

  margin: 0;

  padding: 0;

  font-size: 0.8em;

}

.wcop_cart_summary .wcop_summary_item_config_items > li,

.wcop_cart_summary .wcop_summary_item_addons > li {

  margin: 0;

  list-style: none;

}

.wcop_cart_summary .wcop_summary_item_config_items:not(:empty),

.wcop_cart_summary .wcop_summary_item_addons:not(:empty) {

  border-top: 1px solid #D9D9D9;

}

.wcop_cart_summary .wcop_summary_totals {

  border-top: 1px solid #D9D9D9;

}

.wcop_cart_summary .wcop_summary_total_invoice {

  border: 1px solid #ddd;

  border-left: 0;

  border-right: 0;

  font-size: 24px;

}

.wcop_cart_summary .wcop_summary_total_invoice > span {

  display: block;

  padding: 15px 0;

}

.wcop_cart_summary .wcop_product_submit {

  text-align: center;

  padding: 15px 0;

}

.wcop_cart_list > .wcop_cart_list_left {

  min-height: 200px;

}

.wcop_universal_cart_summary_detailed .whcom_op_summary_item_container {

  margin-bottom: 15px;

  position: relative;

  padding-right: 30px;

}

.wcop_universal_cart_summary_detailed .whcom_op_summary_item_container .whcom_op_delete_cart_item {

  cursor: pointer;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 9999;

}

.wcop_universal_cart_summary_detailed .wcop_sub_heading,

.wcop_universal_cart_summary_detailed .wcop_sub_heading_2 {

  margin-bottom: 0;

}

.wcop_universal_cart_summary_short .whmp_dropdown_toggle {

  background: white;

  padding: 5px 5px 5px 35px;

  position: relative;

  border: 1px solid #D9D9D9;

}

.wcop_universal_cart_summary_short .whmp_dropdown_toggle [class*="whcom_icon"] {

  width: 30px;

  line-height: 30px;

  position: absolute;

  text-align: center;

  left: 0;

  top: 0;

  bottom: 0;

  background: #63963A;

  color: white;

}

.wcop_universal_cart_summary_short .whmp_dropdown_inner {

  position: absolute;

  background: white;

  min-width: 250px;

  -webkit-box-shadow: 0 5px 10px 0 #666;

          box-shadow: 0 5px 10px 0 #666;

}

.wcop_universal_cart_summary_short .wcop_summary_item {

  position: relative;

  padding: 5px 110px 5px 10px;

}

.wcop_universal_cart_summary_short .wcop_summary_item:after {

  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  right: 100px;

  border-left: 1px solid #D9D9D9;

}

.wcop_universal_cart_summary_short .wcop_summary_item strong {

  display: block;

}

.wcop_universal_cart_summary_short .wcop_summary_item .wcop_summary_item_value {

  position: absolute;

  right: 10px;

  width: 100px;

  text-align: right;

  top: 5px;

}

.wcop_universal_cart_summary_short .wcop_summary_item:nth-child(odd) {

  background: #FBFBFB;

}

.wcop_universal_cart_summary_short .wcop_summary_item:nth-child(even) {

  background: #F4F4F4;

}

.wcop_universal_cart_summary_short .wcop_summary_item.wcop_summary_item_grand_total {

  font-weight: bold;

  text-align: center;

}

.wcop_cart_list_main {

  position: relative;

  margin-bottom: 20px;

}

.wcop_cart_list_main .whcom_panel {

  border-left: 0;

  border-right: 0;

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

  border-bottom-width: 2px;

}

.wcop_cart_list_main .wcop_cart_list_reset_button {

  margin: -15px 20px 0 20px;

}

.wcop_cart_list_main .wcop_cart_list_reset_button .whcom_button {

  border-top-left-radius: 0 !important;

  border-top-right-radius: 0 !important;

}

/********************************************************/

/**      wcop_product_summary                    **/

/********************************************************/

.wcop_product_summary_totals {

  border-bottom: 1px solid #D9D9D9;

  text-transform: capitalize;

}

/********************************************************/

/**      wcop_cart_summary                    **/

/********************************************************/

.wcop_login_form,

.wcop_submit_order,

.wcop_checkout_form_container {

  max-width: 640px;

  margin: 0 auto;

}

/********************************************************/

/**      wcop_product_boxes                   **/

/********************************************************/

.wcop_product_boxes .wcop_product_box .wcop_product_info {

  text-align: center;

  display: block;

  padding: 0 0 10px;

}

.wcop_product_boxes .wcop_product_box .wcop_product_info .wcop_product_price {

  font-size: 18px;

  font-weight: bold;

}

/********************************************************/

/**      Product Config page styling                   **/

/********************************************************/

.wcop_product_config_block {

  margin-bottom: 30px;

}

.wcop_product_config_description {

  background: #f3f3f3;

  padding: 15px;

  margin-bottom: 15px;

}

/********************************************************/

/**      wcop_product_domain_options                   **/

/********************************************************/

.wcop_product_domain_options .whcom_product_domain_option {

  background: #f3f3f3;

  border-radius: 4px;

  margin-bottom: 5px;

  overflow: hidden;

}

.wcop_product_domain_options .whcom_product_domain_option .whcom_product_domain_option_form {

  display: none;

  width: 80%;

  margin: 0 auto;

}

/********************************************************/

/**      Desktop Specific Styling                      **/

/********************************************************/

@media (min-width: 992px) {

  .wcop_product_container:before,

  .wcop_product_container:after {

    content: '';

    clear: both;

    display: block;

  }

  .wcop_cart_list > .wcop_cart_list_left {

    float: left;

    width: -webkit-calc(100% - 350px);

    width: -moz-calc(100% - 350px);

    width: calc(100% - 350px);

    padding: 0 15px;

  }

  .wcop_cart_list > .wcop_cart_list_right {

    float: right;

    width: 350px;

  }

  .wcop_product_domain_options {

    max-width: 860px;

    margin: 0 auto;

  }

}

/********************************************************/

/**      Domain First Order Form Styling               **/

/********************************************************/

.wcop_df_default .wcop_df_page_heading {

  font-size: 22px;


  margin-bottom: 15px;

  text-transform: uppercase;

  border-bottom: 1px solid #4C4C4C;

  padding-bottom: 10px;

}

.wcop_df_default .wcop_df_steps {

  list-style: none;

  text-align: center;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

     -moz-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin: 0 -5px 35px;

}

.wcop_df_default .wcop_df_steps li {

  border: 2px solid;

  text-align: center;

  position: relative;

  padding: 10px;

  font-size: 14px;

  height: 120px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-basis: 20%;

      -ms-flex-preferred-size: 20%;

          flex-basis: 20%;

  margin: 0 5px;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

     -moz-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

     -moz-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.wcop_df_default .wcop_df_steps li i[class*="whcom_icon"] {

  font-size: 2em;

}

.wcop_df_default .wcop_df_steps li span {

  display: block;

}

.wcop_df_default .wcop_df_domain_selector_container label {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

     -moz-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

  padding-left: 50px;

  min-height: 60px;

}

.wcop_df_default .wcop_df_domain_selector_container label input[type=radio] {

  display: none;

}

.wcop_df_default .wcop_df_domain_selector_container label .domain_icon {

  position: absolute;

  width: 40px;

  height: 40px;

  left: 10px;

  top: 50%;

  margin-top: -20px;

  line-height: 38px;

  font-size: 34px;

}

.wcop_df_default .wcop_df_domain_selector_container label .domain_name {

  -webkit-flex-basis: 100%;

      -ms-flex-preferred-size: 100%;

          flex-basis: 100%;

}

.wcop_df_default .wcop_df_domain_selector_container label .domain_action {

  -webkit-flex-basis: 100%;

      -ms-flex-preferred-size: 100%;

          flex-basis: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

     -moz-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

     -moz-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (min-width: 576px) {

  .wcop_df_default .wcop_df_domain_selector_container label .domain_name {

    -webkit-flex-basis: 35%;

        -ms-flex-preferred-size: 35%;

            flex-basis: 35%;

  }

  .wcop_df_default .wcop_df_domain_selector_container label .domain_action {

    -webkit-flex-basis: 65%;

        -ms-flex-preferred-size: 65%;

            flex-basis: 65%;

  }

}

.wcop_df_default .wcop_df_products_container .wcop_df_products_wrapper {

  position: relative;

}

.wcop_df_default .wcop_df_products_container .wcop_df_products_wrapper:before,

.wcop_df_default .wcop_df_products_container .wcop_df_products_wrapper:after {

  content: "";

  clear: both;

  display: block;

}

.wcop_df_default .wcop_df_products_container .wcop_df_product_icon {

  padding: 5px;

}

.wcop_df_default .wcop_df_products_container .wcop_df_product_icon i[class*="whcom_icon"] {

  font-size: 36px;

  color: #77BB39;

}

.wcop_df_default #load-more-div,

.wcop_df_default .whmp_loading_div {

  text-align: center;

}

.wcop_df_default .wcop_df_domain_search_ajax_result [class*="whcom_icon"] {

  width: 24px;

  text-align: center;

  line-height: 18px;

  height: 24px;

  background: transparent;

  border-radius: 40px;

  border: 2px solid transparent;

  font-size: 18px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title .wcop_df_domain_name {

  margin-bottom: 10px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"] {

  opacity: 0;

  position: absolute;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"] + label {

  margin-right: 10px;

  padding-left: 25px;

  position: relative;

  cursor: pointer;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"] + label:before {

  content: '';

  width: 16px;

  height: 16px;

  border: 2px solid #77BB39;

  background: white;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -10px;

  border-radius: 50px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"] + label:after {

  content: '';

  width: 8px;

  height: 4px;

  border: 3px solid transparent;

  border-top: 0;

  border-right: 0;

  position: absolute;

  background: white;

  left: 4px;

  top: 50%;

  margin-top: -5px;

  -webkit-transform: rotate(-45deg);

     -moz-transform: rotate(-45deg);

      -ms-transform: rotate(-45deg);

       -o-transform: rotate(-45deg);

          transform: rotate(-45deg);

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"]:checked + label:before {

  border-color: #77BB39;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_found input[name="whcom_tld_add_remove"]:checked + label:after {

  border-color: #77BB39;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_title_not_found [class*="whcom_icon"] {

  background: #e26148;

  border-color: #e26148;

  line-height: 16px;

  width: 18px;

  display: inline-block;

  text-align: center;

  height: 18px;

  font-size: 14px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_icon {

  height: 60px;

  width: 60px;

  top: -30px;

  background: white;

  border: 5px solid #eee;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_icon [class*="whcom_icon"] {

  height: 50px;

  width: 50px;

  top: 0;

  left: 0;

  border: 0;

  font-size: 36px;

  line-height: 50px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_page_content_icon_text {

  text-align: center;

  margin-bottom: 15px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_submit {

  position: absolute;

  top: 15px;

  right: 10px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result input[type="checkbox"].wcop_select_tld {

  position: absolute;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result {

  list-style: none;

  padding: 10px 10px 10px 40px;

  margin: 0 0 5px;

  background: white;

  position: relative;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result > li {

  list-style: none;

  padding: 0;

  margin: 0;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_icon {

  position: absolute;

  left: 0;

  width: 40px;

  text-align: center;

  height: 30px;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_name,

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_extension,

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_message {

  display: block;

  padding: 6px;

  width: 100%;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_added {

  padding: 6px;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_selected_button {

  color: #77BB39;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result_found {

  background: #FFFFE8;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result_found .wcop_df_domain_result_icon [class*="whcom_icon"] {

  color: #77BB39;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result_not_found {

  background: #FEF3F3;

}

.wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result_not_found .wcop_df_domain_result_icon [class*="whcom_icon"] {

  color: #e26148;

}

@media (min-width: 768px) {

  .wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_buttons {

    float: right;

  }

  .wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_name,

  .wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_extension {

    float: left;

    margin-right: 10px;

    width: auto;

  }

  .wcop_df_default .wcop_df_domain_search_ajax_result .wcop_df_domain_result .wcop_df_domain_result_name {

    min-width: 180px;

  }

}

@media (max-width: 767px) {

  .wcop_df_default .wcop_df_steps li span {

    display: none;

  }

}

/********************************************************/

/**      Single Page Order Form Styling                **/

/********************************************************/

#wcop_sp_main.wcop_sp_main {

  background: #eee;

  padding-bottom: 40px;

}

#wcop_sp_main.wcop_sp_main .whcom_sub_heading_style_1 > span {

  background: #eee;

}

#wcop_sp_main.wcop_sp_main .whcom_button {

  padding: 10px 12px;

  border-width: 2px;

  height: 52px;

}

#wcop_sp_main.wcop_sp_main .whcom_form_field > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),

#wcop_sp_main.wcop_sp_main .whcom_form_field select,

#wcop_sp_main.wcop_sp_main .whcom_form_field textarea,

#wcop_sp_main.wcop_sp_main .whcom_form_field .whcom_plus,

#wcop_sp_main.wcop_sp_main .whcom_form_field .whcom_minus {

  height: 52px;

  padding: 10px 12px;

  background: white;

  min-width: 40px;

}

#wcop_sp_main.wcop_sp_main .whcom_form_field .whcom_plus {

  margin-left: 5px;

}

#wcop_sp_main.wcop_sp_main .whcom_form_field .whcom_minus {

  margin-right: 5px;

}

#wcop_sp_main.wcop_sp_main .wcop_product_domain .wcop_sub_heading {

  display: none !important;

}

#wcop_sp_main.wcop_sp_main .wcop_product_domain .whcom_list_padded > li {

  border: 0 !important;

  background: 0 !important;

  margin-bottom: 15px;

}

@media (max-width: 767px) {

  #wcop_sp_main.wcop_sp_main .wcop_sp_nav {

    display: none;

  }

}

#wcop_sp_main.wcop_sp_main .whcom_tabs_container.whcom_tabs_fancy_2 ul {

  margin-left: -8%;

  margin-right: -8%;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_section {

  margin-bottom: 40px;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_section_heading {

  max-width: 1100px;

  margin: 0 auto 15px;

  font-weight: bold;

  padding: 5px 10px;

  border-bottom: 2px solid #d9dadc;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_section_heading > i {

  padding-right: 10px;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_section_content {

  max-width: 1100px;

  margin: 0 auto 30px;

  padding: 0 5%;

  overflow: hidden;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_product_config_block {

  margin-bottom: 15px;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_order_summary {

  background: white;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_order_summary .whcom_list_bordered li {

  border: 1px solid #c1c1c1;

  margin-top: -1px;

}

#wcop_sp_main.wcop_sp_main .wcop_sp_order_summary .wcop_sp_summary_totals {

  margin: -1px 0 15px;

  border: 1px solid #c1c1c1;

  padding: 15px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_simple_1 .whcom_tabs_container.whcom_tabs_fancy_2 ul {

  margin-left: 0;

  margin-right: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_simple_1 .wcop_sp_section_heading {

  border-bottom: 0;

  padding: 15px;

  font-size: 18px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_simple_1 .wcop_sp_order_summary .whcom_list_bordered li {

  background: white;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant {

  background: white;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field select,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field textarea,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field .whcom_plus,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field .whcom_minus,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_button {

  height: 40px;

  padding: 4px 12px;

  line-height: 32px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]).whcom_button_big,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field select.whcom_button_big,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field textarea.whcom_button_big,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field .whcom_plus.whcom_button_big,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_form_field .whcom_minus.whcom_button_big,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_button.whcom_button_big {

  height: auto;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant button,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant a.whcom_button,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_button,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant input[type="submit"] {

  background: #1b8463;

  color: white;

  border: 2px solid #187759;

  border-radius: 2px;

  font-size: 16px;

  height: auto;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant button:hover,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant a.whcom_button:hover,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_button:hover,

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant input[type="submit"]:hover {

  background: #187759;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_section {

  margin-bottom: 15px;

  padding: 30px 20px;

  -webkit-box-shadow: 0 1px 3px 0.5px rgba(0, 0, 0, 0.16);

          box-shadow: 0 1px 3px 0.5px rgba(0, 0, 0, 0.16);

  border-left: 5px solid #B6D7CD;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_section.wcop_sp_section_active {

  border-left-color: #1b8463;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_section .wcop_sp_section_heading {

  color: #1b8463;

  font-size: 20px;

  border: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_section .wcop_sp_section_content {

  padding: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_sidebar .wcop_sp_section {

  border-left: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container {

  background: white;

  border: 0;

  border-radius: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container {

  background: white;

  margin-bottom: 10px;

  border: 1px solid #CFCFCF;

  border-radius: 2px;

  padding: 10px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container .whcom_domain_form_item_toggle {

  cursor: pointer;

  padding: 10px 10px 10px 40px;

  position: relative;

  line-height: 20px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container .whcom_domain_form_item_toggle > span {

  position: absolute;

  width: 20px;

  height: 20px;

  border-radius: 20px;

  left: 10px;

  top: 50%;

  margin-top: -10px;

  border: 2px solid #CFCFCF;

  background: white;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container .whcom_domain_form_item_toggle > span:after {

  content: '';

  position: absolute;

  width: 10px;

  height: 10px;

  border-radius: 10px;

  left: 3px;

  top: 50%;

  margin-top: -5px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container .whcom_domain_form_item_content {

  display: none;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container.active {

  border: 2px solid #1b8463;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container.active .whcom_domain_form_item_content {

  display: block;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container.active .whcom_domain_form_item_toggle > span {

  border-color: #1b8463;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .whcom_domain_form_container .whcom_domain_form_item_container.active .whcom_domain_form_item_toggle > span:after {

  background: #1b8463;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .elegant_08_payment_options label {

  margin-bottom: 15px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .elegant_08_payment_options .whcom_radio_container > label {

  display: block;

  width: 100%;

  border: 1px solid #CFCFCF;

  -webkit-transition: all 300ms linear;

  -o-transition: all 300ms linear;

  -moz-transition: all 300ms linear;

  transition: all 300ms linear;

  padding: 4px 12px;

  line-height: 32px;

  -webkit-box-shadow: inset 0 0 0 1px #CFCFCF;

          box-shadow: inset 0 0 0 1px #CFCFCF;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .elegant_08_payment_options .whcom_radio_container > label:before {

  left: 5px;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .elegant_08_payment_options .whcom_radio_container > label.whcom_checked {

  border: 1px solid #1b8463;

  -webkit-box-shadow: inset 0 0 0 1px #1b8463;

          box-shadow: inset 0 0 0 1px #1b8463;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_order_summary .whcom_list_bordered li {

  border: 0;

  margin: 0;

}

#wcop_sp_main.wcop_sp_main.wcop_sp_08_elegant .wcop_sp_order_summary .wcop_sp_summary_totals {

  border: 0;

  margin: 0;

}

.wcop_payment_heading{

  display: none;

}