/*!
 * Bootstrap Markdown Editor v2.0.2 (https://github.ws-com/inacho/bootstrap-markdown-editor)
 * Copyright 2016 Ignacio de TomÃ¡s <nacho@inacho.es>
 * Licensed under MIT (https://github.ws-com/inacho/bootstrap-markdown-editor/blob/master/LICENSE)
 */

.ws-customTableTh{
  color: #8b8b8b!important;
  border-bottom: 1px solid #e5e5e5!important;
}
.wsme-container {
  position: relative
}

.wsme-loading {
  display: none;
  filter: alpha(opacity=80);
  opacity: .8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999
}

.wsme-icon-container {
  display: table;
  width: 100%;
  height: 100%
}

.wsme-icon {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.wsme-icon:before {
  content: "\e031";
  font-family: "Glyphicons Halflings";
  font-size: 80px;
  line-height: 1;
  -animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -webkit-animation: spinw 1s infinite linear;
  -moz-animation: spinm 1s infinite linear
}


.wsme-toolbar {
    padding: 0px;
    background: #006699;
    height: 30px!important;
    z-index: 999999999;
}

.wsme-toolbar > .ws-btn-group 
{
    height: 30px;
}
.wsme-toolbar > .ws-btn-group > a {
    height: 30px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    color: #fff!important;
    cursor:pointer;
}

.wsme-toolbar > .ws-btn-group > a:focus,
.wsme-toolbar > .ws-btn-group > a:hover,
.wsme-toolbar > .ws-btn-group > a:active {
    outline: none !important;
    background: #fff;
    color: #006699!important;
}

.wsme-btn-file {
  position: relative;
  overflow: hidden
}

.wsme-btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block
}

.wsme-textarea-hidden {
  position: absolute;
  height: 0;
  width: 0;
  left: -9999px;
  opacity: 0
}

.wsme-editor,
.wsme-preview {
  border: 1px solid #d8d8d8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100% !important;
  float:left;
}

.wsme-preview {
  overflow-y: scroll;
  padding: 10px
}

.wsme-fullscreen {
  position: absolute;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  background: #fff;
  z-index: 9999
}

.wsme-fullscreen .wsme-toolbar {
  border: none
}

.wsme-fullscreen .wsme-editor,
.wsme-fullscreen .wsme-preview {
  border: none;
  width: 100% !important
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg)
  }

  to {
    transform: scale(1) rotate(360deg)
  }
}

@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg)
  }

  to {
    -moz-transform: rotate(360deg)
  }
}
.ws-p-0{padding: 0px !important;}
.ws-p-5{padding:5px!important;}
.ws-p-10{padding:10px!important;}
.ws-p-15{padding:15px!important;}
.ws-pt-0{padding-top: 0px !important;}
.ws-pt-5{padding-top:5px!important;}
.ws-pt-10{padding-top:10px!important;}
.ws-pt-15{padding-top:15px!important;}
.ws-pb-0{padding-bottom: 0px !important;}
.ws-pb-5{padding-bottom:5px!important;}
.ws-pb-10{padding-bottom:10px!important;}
.ws-pb-15{padding-bottom:15px!important;}
.ws-pl-5{padding-left:5px!important;}
.ws-pl-10{padding-left:10px!important;}
.ws-pl-15{padding-left:15px!important;}
.ws-pr-5{padding-right:5px!important;}
.ws-pr-10{padding-right:10px!important;}
.ws-pr-15{padding-right:15px!important;}
.ws-ml-5{margin-left:5px!important;}
.ws-ml-10{margin-left:10px!important;}
.ws-ml-15{margin-left:15px!important;}
.ws-mr-5{margin-right:5px!important;}
.ws-mr-10{margin-right:10px!important;}
.ws-mr-15{margin-right:15px!important;}
.ws-mr-20{margin-right:20px!important;}
.ws-mr-25{margin-right:25px!important;}
.ws-mr-30{margin-right:30px!important;}
.ws-mt-5{margin-top:5px!important;}
.ws-mt-10{margin-top:10px!important;}
.ws-mt-15{margin-top:15px!important;}
.ws-mt-30{margin-top:30px!important;}
.ws-mb-5{margin-bottom:5px!important;}
.ws-mb-10{margin-bottom:10px!important;}
.ws-mb-15{margin-bottom:15px!important;}
.ws-mb-30{margin-bottom:30px!important;}

.ws-fs-10{font-size:10px!important;}
.ws-fs-11{font-size:11px!important;}
.ws-fs-12{font-size:12px!important;}
.ws-fs-13{font-size:13px!important;}
.ws-fs-14{font-size:14px!important;}
.ws-fs-15{font-size:15px!important;}
.ws-fs-16{font-size:16px!important;}
.ws-fs-17{font-size:17px!important;}
.ws-fs-18{font-size:18px!important;}
.ws-fs-19{font-size:19px!important;}
.ws-fs-20{font-size:20px!important;}
.ws-fs-21{font-size:21px!important;}
.ws-fs-22{font-size:22px!important;}
.ws-fs-23{font-size:23px!important;}
.ws-fs-24{font-size:24px!important;}
.ws-fs-25{font-size:25px!important;}
.ws-fs-26{font-size:26px!important;}
.ws-fs-27{font-size:27px!important;}
.ws-fs-28{font-size:28px!important;}
.ws-fs-29{font-size:29px!important;}
.ws-fs-30{font-size:30px!important;}
.ws-fs-31{font-size:31px!important;}
.ws-fs-32{font-size:32px!important;}
.ws-fs-33{font-size:33px!important;}
.ws-fs-34{font-size:34px!important;}
.ws-fs-35{font-size:35px!important;}
.ws-fs-36{font-size:36px!important;}
.ws-fs-37{font-size:37px!important;}
.ws-fs-38{font-size:38px!important;}
.ws-fs-39{font-size:39px!important;}
.ws-fs-40{font-size:40px!important;}

.mp-app-tabs-menu
{
    float:left;
    height: 45px;
    line-height: 40px;
    width: 100%!important;
}
.mp-app-tabs-menu > ul > li{
    float: left!important;
}
.mp-app-tabs-menu > ul > li > a{
    min-width: 10%;
    color: #000;
    background: #ccc;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0px 5px 0px 5px;
    margin: 5px;
    border-radius: 5px;
}
.mp-app-tabs-menu > ul > li > a.active {
    color: #fff!important;
    background: #70cd00!important;
    border: 1px solid #70cd00;
}
.ws-cursor{
    cursor: pointer!important;
}
.ws-b-brand img
{
    width:100%!important;
}
.ws-nav-tabs .ws-nav-link
{
    margin-right: 3px;
}
.ws-language_select
{
    width: 100%;
    float: left;
    display: block!important;
    padding: 10px;
    margin: 0;
    height: 300px;
    overflow-x: auto;
    margin-bottom: 20px!important;
}
.ws-language_select > li
{
    list-style: none;
    width: 48%;
    float: left;
    border: 1px solid #ccc;
    background: #f1f1f1;
    margin: .5%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    border-radius: 5px;   
    cursor:pointer;
}
.ws-alert-modal {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.ws-alert-modal-bottom
{
    bottom: 10%;
    left: 0;
}
.ws-alert-modal-center
{
    top: 50%;
    left: 0;
}
.ws-alert-modal-right
{
    top: 10%!important;
    right: 0px!important;
    min-width: 30%!important;
    width: auto!important;
}
.ws-alert-modal-right >.ws-alert-modal-content
{
    position: relative!important;
    top: 10%!important;
    right: 1%!important;
    width:100%!important;
}
.ws-alert-modal-bottom >.ws-alert-modal-content,
.ws-alert-modal-center >.ws-alert-modal-content
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:40%;
}

.ws-alert-modal-content
{
  padding: 20px;
  border-radius: 5px;
  text-align: center;
animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ws-alert-modal .ws-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.ws-alert-default
{
  background: #fff;
}
.ws-alert-success
{
    color: #17c666;
    background-color: #eafdf2;
    border: 1px dashed #6eeea8; 
}
.ws-alert-success .ws-alert-message h1,
.ws-alert-success .ws-alert-message h2,
.ws-alert-success .ws-alert-message h3,
.ws-alert-success .ws-alert-message h4,
.ws-alert-success .ws-alert-message h5,
.ws-alert-success .ws-alert-message h6,
.ws-alert-success .ws-alert-message p,
.ws-alert-success .ws-alert-message b
{
    color: #17c666!important;
}
.ws-alert-danger
{
    color: #ea4d4d;
    background-color: #fdeded;
    border: 1px dashed #f9cdcd;
}
.ws-alert-danger .ws-alert-message h1,
.ws-alert-danger .ws-alert-message h2,
.ws-alert-danger .ws-alert-message h3,
.ws-alert-danger .ws-alert-message h4,
.ws-alert-danger .ws-alert-message h5,
.ws-alert-danger .ws-alert-message h6,
.ws-alert-danger .ws-alert-message p,
.ws-alert-danger .ws-alert-message b
{
    color: #ea4d4d!important;
}
.ws-alert-warning
{
    color: #ffa21d;
    background-color: #fff6e9;
    border: 1px dashed #ffd69d;
}
.ws-alert-warning .ws-alert-message h1,
.ws-alert-warning .ws-alert-message h2,
.ws-alert-warning .ws-alert-message h3,
.ws-alert-warning .ws-alert-message h4,
.ws-alert-warning .ws-alert-message h5,
.ws-alert-warning .ws-alert-message h6,
.ws-alert-warning .ws-alert-message p,
.ws-alert-warning .ws-alert-message b
{
    color: #ffa21d!important;
}
.ws-alert-info
{
    color: #41b2c4;
    background-color: #f0f9fa;
    border: 1px dashed #8fd2dc;
}
.ws-alert-info .ws-alert-message h1,
.ws-alert-info .ws-alert-message h2,
.ws-alert-info .ws-alert-message h3,
.ws-alert-info .ws-alert-message h4,
.ws-alert-info .ws-alert-message h5,
.ws-alert-info .ws-alert-message h6,
.ws-alert-info .ws-alert-message p,
.ws-alert-info .ws-alert-message b
{
    color: #41b2c4!important;
}
.ws-alert-message p
{
    margin:0px!important;    
}

    .ws-notifications
    {
        position: fixed;
        right: 1%;
        bottom: 0%;
        z-index: 10;
        min-width: 40%;
    }
    .ws-pr-0
    {
        padding-right:0px!important;
    }
    .ws-mb-50
    {
        margin-bottom:50px!important;
    }
    .ws-btn-facebook{
        background:#3f6dc7!important;
        color:#fff!important;
    }
    .ws-btn-linkedin{
        background:#0077b5!important;
        color:#fff!important;
    }
    .ws-btn-twitter{
        background:#1DA1F2!important;
        color:#fff!important;
    }
    .ws-btn-google{
        background:#DB4437!important;
        color:#fff!important;
    }
    .ws-btn-yahoo{
        background:#5f01d1!important;
        color:#fff!important;
    }
    .ws-btn-github{
        background:#333!important;
        color:#fff!important;
    }
    .ws-btn-stackexchange{
        background:#3280BF!important;
        color:#fff!important;
    }
    .ws-btn-wordpress{
        background:#23282D!important;
        color:#fff!important;
    }   
.dm-pp-domain-item {
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 60px rgba(151, 151, 151, 0.1);
  box-shadow: 0px 15px 60px rgba(151, 151, 151, 0.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border:1px solid #ccc;
}
.dm-pp-domain-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95.45deg, #0076fc 0.64%, #0076fc 98.23%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.dm-pp-domain-item img.original {
  display: block;
}
.dm-pp-domain-item img.on-hover {
  display: none;
}
.dm-pp-domain-item .dm-offer-badge {
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  padding: 4px 10px;
  font-size: 12px;
  right: 0px;
  top: 10px;
  z-index: 1;
}
.dm-pp-domain-item h6 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 3;
}
.dm-pp-domain-item .subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 3;
}
.dm-pp-domain-item a {
  float: right;
  cursor: pointer;
  font-family: arial;
  font-weight: 600;
  color: #001042!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 3;
}
.dm-pp-domain-item:hover a {
  color: #fff!important;
  position: relative;
  z-index: 3;
}
.dm-pp-domain-item a i {
  margin-left: 6px;
  position: relative;
  z-index: 3;
}
.dm-pp-domain-item .circle-small {
  width: 14px;
  height: 14px;
  background: #2b65f5;
  border-radius: 50%;
  right: 60px;
  bottom: 60px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.dm-pp-domain-item .circle-shape {
  width: 150px;
  height: 150px;
  background: #276ff6;
  position: absolute;
  right: -75px;
  bottom: -75px;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.dm-pp-domain-item .circle-shape.shape-2 {
  right: 20px;
  bottom: -100px;
}
.dm-pp-domain-item:hover {
  -webkit-box-shadow: 0px 15px 60px rgba(5, 137, 255, 0.4);
  box-shadow: 0px 15px 60px rgba(5, 137, 255, 0.4);
}
.dm-pp-domain-item:hover::before {
    opacity: 1;
    z-index: 1;
}
.dm-pp-domain-item:hover .original {
  display: none;
}
.dm-pp-domain-item:hover .on-hover {
  display: block;
}
.dm-pp-domain-item:hover h6,
.dm-pp-domain-item:hover .subtitle,
.dm-pp-domain-item:hover a {
  color: #fff;
}
.dm-pp-domain-item:hover .circle-small {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dm-pp-domain-item:hover .circle-shape {
  background: #fff;
  opacity: 0.1;
}
.radious-left
{
 margin: 0;width: 100%;border-radius: 0px 5px 5px 0px!important;height:47px;line-height:16px;   
}
@media screen and (min-width: 992px) {
  body.ux-app {
    background: #fff;
    padding: 40px 0;
  }
}

.basket, .ws-container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .basket, .ws-container {
    padding: 0 10px;
  }
}

.action-link, .ux-card a, .payment > a, .terms > a {
  font-weight: bold;
  text-decoration: none;
}
.action-link:hover, .ux-card a:hover, .payment > a:hover, .terms > a:hover {
  color: #008fcf;
}

.ux-card {
  border: 1px solid #E8E8E8;
  background: #fff;
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 130px;
}

.ux-card.deleted {
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s;
  height: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  border: none;
}



.product {
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product {
    padding-left: 20px;
  }
}
.product img {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 992px) {
  .product img {
    display: block;
  }
}
.product .price {
  color: #000;
  font-weight: bold;
}
.product .tier {
  padding-bottom: 1em;
}
.product .renews {
  padding-top: 1em;
}
.product .title, .product .tier, .product .attr, .product .renews {
  float: left;
  clear: left;
}
.product .price, .product .term {
  float: right;
  clear: right;
  text-align: right;
}
.product .cart-btns {
    position: absolute;
    right: 0px;
    bottom: -1px;
    height: 30px;
    border-width: 1px;
    border: 1px solid #b4c3cd;
    border-radius: 8px 0px 0px 0px;
    bottom: -1px;
    right: -1px;
    background: #b4c3cd;
    padding: 0px 10px 0px 10px;
}
.product .cart-btns > .remove,
.product .cart-btns > .edit {    
    font-weight: normal;
    text-align: center;
    cursor:pointer;
}
.product .cart-btns > .remove {    
    color: #ff0000!important;
    width: 100px;
}
.product .cart-btns > .edit {
    color: #000!important;
    width: 100px;
}
.product .cart-btns > .remove  > i,
.product .cart-btns > .edit  > i {    
    line-height: 30px;
    font-size: 14px;
}

.product .remove .uxicon {
  margin-top: 3px;
  box-shadow: none !important;
}
.product .remove:hover {
  border-color: #008fcf !important;
}
@media screen and (min-width: 992px) {
  .product .remove {
    display: block;
  }
}

.product span {
  display: block;
}
.mini-cart-summary dl dd>.price {
    position: relative;
    width: 100px;
    color: #fc873e;
    line-height: 1;
    font-size: 13px;
}
.price {
    position: relative;
    display: inline-block;
}
.mini-cart-summary dl dd>.price>span {
    display: inline-block;
    font-size: 11px;
    color: #737780;
    margin-right: 10px;
    position: relative;
    float: left;
    width: 100%;
}
.mini-cart-summary dl dd>.price>span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    margin-top: -1px;
    background: #737780;
}
.mini-cart-items
{
    max-height: 220px;
    min-height: 220px;
    overflow-y: auto;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
}
a{cursor:pointer;}
.monthly-price>del{color:#ccc;}
.mp-orange {
    color: #0076fc!important;
}
.mp-btn-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #90bafb;
}
.button-loader, .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
}
.spinner {
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid rgba(0, 0, 0,.15);
    border-top: 2px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.mini-cart-summary {
    width: 100%;
    padding: 0px;
    padding-top: 10px;
}
.border-cart{
border: 1px solid #E8E8E8!important;
    border-radius: 5px!important;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;    
}
.bg-white {
    background: #fff!important;
}
.mp-bold > dt {
    font-weight: bold!important;
}
.mini-cart-summary > .total>span {
    margin-bottom: 11px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(221,238,255,.8);
}
.ws-mt-20 {
    margin-top: 20px !important;
}
.ws-fs-15 {
    font-size: 15px!important;
}
.ws-kb-article img
{
    max-width:100%!important;
}
.mini-cart-summary > .mcs-title {
    padding: 5px;
    margin: 0 0 10px 0px;
    line-height: 40px;
    border-bottom: 1px solid #ebeff2;
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    float: left;
    color: #0076fc;
}
.mini-cart-summary > .mcs-title > i {
    color: #0076fc;
    font-size: 24px;
    margin-left: -16px;
    margin-right: 16px;
    display: inline-block;
    line-height: 19px;
    vertical-align: text-bottom;
}

.mini-cart-summary .mcs-delete:hover {
    color: #0076fc;
}
.mini-cart-summary .mcs-delete {
    position: absolute;
    right: 5px;
    color: red;
    cursor: pointer;
}
.mini-cart-summary dl {
  margin: 0;
  padding: 5px;
}
.mini-cart-summary dl dt {
  float: left;
  clear: left;
  font-weight: normal;
  font-size: .8em!important;    
  width:70%;
  margin:0px!important;
}
.mini-cart-summary dl dd {
    float: right;
    clear: right;
    font-weight: bold;
    width: 30%;
    font-size: .8em!important;  
    margin:0px!important;  
}
.mini-cart-summary dl:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.get_cart_notification .dropdown-footer
{
     height: 34px!important;
}
.get_cart_notification .dropdown-footer > a {
    background: #70cd00!important;
    color: #fff!important;
    width: 100%!important;
    float: left!important;
    text-align: center!important;
    position: absolute!important;
    bottom: -1px!important;
    left: 0!important;
    height: 34px!important;
    line-height: 14px!important;
    border-radius: 0px 0px 5px 5px!important;
}
.mini-cart-summary > .total {
    border: 0px;
    padding: 21px 24px 24px;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    background: #0076fc;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0076fc),color-stop(100%,#0076fcdb));
    background: -webkit-linear-gradient(160deg,#0076fcdb,#0076fc);
    background: linear-gradient(340deg,#0076fcdb,#0076fc);
}
@media screen and (min-width: 992px) {
  .mini-cart-summary .subtotal {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 10px;
    border-radius: 0px;
    position:relative;
  }
  .mini-cart-summary .subtotal dt {
    margin-top: 2px;
  }
  .mini-cart-summary .subtotal dd {
    font-size: 18px;
  }
}
.mini-cart-summary .total {
  padding: 10px!important;
  border: 1px solid #ccc;
}
.mini-cart-summary .total dt {
  margin-top: 0.5em;
  font-weight: bold;
}
.mini-cart-summary .total dd {
  font-size: 1em;
}
.mini-cart-summary .support dd {
  float: left;
  font-weight: normal;
  padding-left: 0.5em;
}
.mini-cart-summary button {
  margin: 0 20px;
  width: calc(100% - 40px);
}




.summary dl {
  margin: 0;
  padding: 5px;
}
.summary dl dt {
  float: left;
  clear: left;
  font-weight: normal;
  font-size: .8em!important;    
  width:73%;
  margin:0px!important;
}
.summary dl dd {
    float: right;
    clear: right;
    font-weight: bold;
    width: 25%;
    font-size: .8em!important;  
    margin:0px!important;  
}
.summary dl:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .summary .subtotal {
    border: 1px solid #d6d6d6;
    margin: 0 0 10px;
    border-radius: 4px;
  }
  .summary .subtotal dt {
    margin-top: 2px;
  }
  .summary .subtotal dd {
    font-size: 18px;
  }
}
.summary .total {
  background: #ccc;
  color: #000;
  padding: 2px 10px 2px 10px;
  border: 1px solid #ccc;
}
.summary .total dt {
  margin-top: 0.5em;
  font-weight: bold;
}
.summary .total dd {
  font-size: 1.5em;
}
.summary .support dd {
  float: left;
  font-weight: normal;
  padding-left: 0.5em;
}
.summary button {
  margin: 0 20px;
  width: calc(100% - 40px);
}

.payment, .terms {
  margin-bottom: 20px;
}
.payment > a, .terms > a {
  float: right;
  padding-right: 20px;
  text-transform: uppercase;
}
.payment h4, .payment p, .terms h4, .terms p {
  padding: 0 20px;
}
.payment button, .terms button {
  margin-top: 20px;
}

.terms .agreed {
  display: none;
}

p.agreed {
  padding-left: 50px;
  position: relative;
}
p.agreed:before {
  content: " ";
  background-image: url(https://img1.img.com/fos/react/check.svg);
  position: absolute;
  left: 20px;
  top: 4px;
  width: 20px;
  height: 21px;
}

.cart button[disabled] {
  background: #e8e8e8 !important;
  border-bottom: none !important;
  color: #848484 !important;
  opacity: 1;
}

.price {
  position: relative;
  display: inline-block;
}
.price .old {
  position: absolute;
  right: 0;
  opacity: 1;
}
.price .new {
  opacity: 0;
}
.price .strike {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  border-top: 1px solid #333;
}

#controls {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.radio-group-item{
    width: 100%;
    min-width:150px;
    border: 1px solid #e6e7eb;
    padding: 5px;   
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px!important;
    position:relative;
    cursor:pointer;
}
.radio-group-item .option-titles{

}
.radio-group-item .price-box{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #0076fc;
    border: 1px solid #0076fc;
    color: #fff!important;
    padding: 0px 2px 0px 10px;
    border-radius: 10px 0px 0px 0px;
    font-size: 12px;
}
.radio-group-item .radio-btn-choice{
    left: -7px;
    top: 10px;
    position: absolute;    
}
.configurable-option-section{
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.configurable-option-section .ws-col-md-6{padding: 5px;}
.cart-label-title{
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 0px 5px 5px 10px;
}

.domain-available, .domain-unavailable {
    font-size: 1.6em;
    word-wrap: break-word;    
}
.domain-available{
    color: #5cb85c;
}
.domain-unavailable{
    color: #d9534f;
}
.DomainSpotlightTld {
    position: relative;
    margin: 0px 0px 5px 4px;
    height: 100px;
    border: 1px solid #aab7cf;
    text-align: center;
    width: 16.3%;
    float: left;
}
.wsPricingBox {
    cursor: pointer;
    width: 24.3%!important;
    height: 85px!important;
}
.ws-box-selected,
.ws-box-Selected
{
    background: #d2e0f3!important;
    border: 2px solid #0d6efd!important;
}
.wsPricingBox > .dsTld
{
    margin-top: 5px!important;
}
.wsPricingBox:hover
{
    background:#f1f1f1!important;
    border: 2px solid #ccc!important;
}

.DomainSpotlightTld > .dsTld {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: inherit;
}
.DomainSpotlightTld > .dspTld {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
}
.mp-price>span {
    display: inline-block;
    font-size: 14px;
    color: #737780;
    /* margin-right: 10px; */
    position: relative;
    width: 100%;
    float: left;
}
.mp-price>span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 31%;
    width: 46%;
    height: 1px;
    margin-top: -1px;
    background: #737780;
}
.bg-grey{
    background:#f1f1f1!important;
}
.DomainSpotlightTld > a {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px;
    }
    /**Domain Available Box Green Border**/
    .bGreen { border-color: #5cb85c; }
    /**Domain UnAvailable Box Red Border**/
    .ws-bRed { border-color: #d9534f; }

.DomainSpotlightTld > .featured {
    width: 60%;
    position: absolute;
    letter-spacing: 0;
    padding: 1px 0px 0px 0px;
    border-radius: 0px 0px 0px 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    top: -1px;
    right: -1px;
    background-color: #f9615a;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


.PaymentMethodBox {
    position: relative;
    margin: 0px 0px 5px 4px;
    height: 150px;
    border: 1px solid #aab7cf;
    text-align: center;
    width: 100%;
    float: left;
}
.PaymentMethodBox > .pmTitle {
    font-size: 15px;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: inherit;
}

.PaymentMethodBox > .pmLogo {
    float: left;
    width: 100%;
    height: 100px;
}
    /**Domain Available Box Green Border**/
    .bGreen { border-color: #5cb85c; }
    /**Domain UnAvailable Box Red Border**/
    .ws-bRed { border-color: #d9534f; }
.whmbcs-heading {
    height: 0;
    border-top: 2px solid #0076fc;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.whmbcs-heading > span {
    display: inline-block!important;
    position: relative!important;
    padding: 0 17px!important;
    top: -15px!important;
    font-size: 18px!important;
    color: #fff!important;
    background-color: #0076fc!important;
    border-radius: 20px;
}
    .badge-primary {
        color: #fff!important;
        background-color: #007bff!important;
    }
    .badge-secondary {
        color: #fff!important;
        background-color: #6c757d!important;
    }
    .badge-success {
        color: #fff!important;
        background-color: #28a745!important;
    }
    .badge-danger {
        color: #fff!important;
        background-color: #dc3545!important;
    }
    .badge-warning {
        color: #212529!important;
        background-color: #ffc107!important;
    }
    .badge-info {
        color: #fff!important;
        background-color: #17a2b8!important;
    }
    .badge-light {
        color: #212529!important;
        background-color: #f8f9fa!important;
    }
    .badge-dark {
        color: #fff!important;
        background-color: #343a40!important;
    }    
        .WsCartSummaryFixed
        {
            position: fixed;
            top: 13%;
            width:25.4%;
            z-index: 1;
            background: #f6f9ff;            
        }
        .wsBorder
        {
            border:3px solid #b4c3cd!important;
            border-radius:5px!important;
        }

        @media only screen and (max-width: 600px)
        {
            .ws-notifications
            {
                min-width: 95%;
            }
            .wsPricingBox 
            {
                cursor:pointer;
                width: 48.4%!important;
            }
            .wsTldsPricingBox 
            {
                cursor:pointer;
                width: 32%!important;
            }
            .WsCartSummaryFixed
            {
                position: static;
                top: 0px;
                width:100%;
            }
            .ux-card
            {
                padding:5px!important;
            }          
        }
        .ws-quill-editor-default > .ws-ql-editor
        {
            min-height:160px!important;    
        }
        .reply-conversation-text > p { margin:0px!important;}
        .reply-conversation-name {
            width: 90px;
            text-align: center;
        }
        .reply-conversation-sname {
            width: 80px;
            border: 3px solid #0a78c3;
            border-radius: 100px;
            text-align: center;
            background: #0a78c3bf;
            color: #fff;
            font-weight: bold;
            height: 80px;
            line-height: 75px;
            font-size: 30px;
            float: left;
        }
        .reply-conversation-aname {
            width: 80px;
            border: 3px solid #ccc;
            border-radius: 100px;
            text-align: center;
            background: #f5f6f7;
            color: #000;
            font-weight: bold;
            height: 80px;
            line-height: 75px;
            font-size: 30px;
            float: left;
        }
        .reply-conversation-name > small {
            font-size: 13px;
            float: left;
            width: 100%;
            margin-top: 5px;
            font-weight: bold;
        }
        .reply-attachments-admin
        {
            float: right;
            width: 99%;            
        }
        .reply-attachments-staff
        {
            float: left;
            width: 99%;            
        }
        .reply-attachments-staff > div > .reply-attachments-thumbnail,
        .reply-attachments-admin > div > .reply-attachments-thumbnail
        {
            border-radius: 5px;
            padding: 5px;
            height: 150px;
            margin-bottom: 5px;
            margin-right: 5px;  
            position: relative;
            cursor:pointer;
        }
        .reply-attachments-staff > div > .reply-attachments-thumbnail > a > img,
        .reply-attachments-admin > div > .reply-attachments-thumbnail > a > img
        {
            height: 136px;
            width: 100%!important;            
        }
        .reply-attachments-staff > div > .reply-attachments-thumbnail > a > .reply-attachment-caption,
        .reply-attachments-admin > div > .reply-attachments-thumbnail > a > .reply-attachment-caption
        {
            position: absolute;
            top: 0;
            width: 100%;
            left: 0;
            background: #f1f1f1ab;
            height: 100%;
            padding: 5px;
            border-radius: 5px;
            z-index: 1;            
        }
        .reply-attachments-staff > div > .reply-attachments-thumbnail
        {
            border: 2px solid #0a78c3;
        }
        .reply-attachments-admin > div > .reply-attachments-thumbnail
        {
            border: 2px solid #ccc;
        }
        .w-90{ width: 90%!important; }
        .w-80{ width: 80%!important; }   

.checkout-gateways{
    border: 2px solid #848e9f!important;
    padding: 1px!important;
    background: #fff!important;
    border-radius: 5px!important;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
    position: relative;
    height: 100px;
    width: 200px;  
}
.checkout-gateways .ws-styled
{
    position:absolute;
    z-index:10;
}
.checkout-gateways .checkout-gbgimg
{
    height: 80px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;    
}
.checkout-gateways .checkout-gtitle
{
    position: absolute;
    bottom: -1px;
    text-align: center;
    left: 0;
    right: 0;
    background: #f1f1f1;
    padding: 5px 0px;
    font-weight: 400;
    word-spacing: 5px;
    border-radius: 0px 0px 2px 3px;
}
.db-icon
{
	font-size: 42px!important;
    position: absolute!important;
    right: 7px!important;
    top: 7px!important;
    opacity: .5!important;
    color: #0d6efd!important;	
}
.custom-btn{
    display: inline-block;
    font-family: arial;
    font-weight: 600;
    border-radius: 5px;
    padding: 16px 32px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;    
    padding: 15px 32px;
    cursor: pointer;    
    border: 3px solid #0076fc;
    margin-bottom: 20px;
    color: #0076fc;    
}