@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import "block-dialog.css";

@import "form.css";
@import "product-listing.css";
@import "product-details.css";
@import "order-summary.css";
@import "cart.css";
@import "services-page.css";
@import "site_template.css";
@import "footer.css";
@import "menu.css";
@import "smaller-screen.css";
@import "animate.css";
@import "faq.css";
@import "homepage-contact.css";
@import "contact-us.css";
@import "cost-estimate.css";
@import "responsive-table.css";


* {
  font-family: 'Montserrat', sans-serif;
}


a:hover, a:active, a:focus {
  outline: 0;
}

}

.stg-new-footer .row {
  width: 80%;
}

.stg-new-footer {
  background: #000000;
  color: #fff;
  padding: 60px;
  margin-top: 50px;
}

.stg-new-footer h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.stg-new-footer p {
  font-size: 15px;
}

.stg-new-footer .col-md-6 a {
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.stg-new-footer .stg-day{
  width: 100px;
  display: inline-block;
  margin-right: 20px;
}

.stg-new-footer .col-md-3 img{
  width: 35px;
  margin-left: 5px;
  margin-top: 30px;
}

.stgwb-footer {
  display: none;
}

.item img {
    width: 100%;
     height: auto;
}

.sb-page-content-clients-box img:hover {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
}

.carousel-control.left, .carousel-control.right {
  background-image: unset;
}

.carousel-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.stgwb-stickybar {
  font-size: 14px !important;
  background-image: unset !important;
  background-color: #054761;
  padding-top: 7px;
  padding-bottom: 7px;
}

.template-header {
  margin-top: 15px;
}

html {
  scroll-behavior: smooth !important; 
}

.branding-list span {
  background: #e9612f;
  color: #fff;
  padding: 7px 15px;
  margin-top: 0pxx;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
  width: 55px;
  text-align: center;
}

.branding-list {
  list-style: none;
}

.branding-list li {

  background-color: #fff;
  color: #e9612f;
  font-weight: bold;
  margin-top: 2px;

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sgro-wrapper-white {
    background-color: #ffffff;
    display: contents;
    height: 100vh;
}

.sgro-home-banner .sb-landing-form-container {
    padding: 0px !important;
    text-align: left !important;
}

/*#store_pin_send img {
    width: 100%;
}*/

.sgro-logo img {
    width: 100%;
    margin-top: -7px;
}

.sgro-menu {
    text-align: left;
}

.sgro-header-buttons {
    text-align: right;
    margin-top: 15px;
    padding: 0px;
}

.sgro-header-buttons .sgro-header-link {
    padding: 10px 25px;
    background-color: #102057;
    color: #fff;
    transition: all 0.2s ease 0.2s;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-radius: 10px;
    margin-right: 20px;
    text-decoration: none;
    margin-top: 40px;
}

.sgro-header-buttons .sgro-header-link:hover {
    color: #102057;
    background-color: #ffc537;
    transition: all 0.2s ease 0.2s;
    font-size: 18px;
    letter-spacing: 1.5px;
}


.storegro-header {
    padding: 30px 30px 15px 30px;
    background-color: rgba(255,255,255,0.6);
}

.sgro-nav a {
    color: #102057;
    font-size: 18px;
    transition: all 0.2s ease 0.2s;
    letter-spacing: 1.5px;
}

.sgro-nav a:hover {
    color: #ffc537;
    transition: all 0.2s ease 0.2s;
    
}

.sgro-nav .nav > li > a:focus, .sgro-nav .nav > li > a:hover {
    background-color: transparent;
}

.modal-dialog {
    margin-top: 100px;
}

/*---------------------------------------------------------*/

.sgr-footer-wrapper {
    background-color: #32394e;
    padding: 40px 0px 0px 0px;
    color: #ffffff;
    display: inline-block;
}

.sgr-copyright {
    text-align: center;
    margin: 20px 20px 10px 20px;

}

.sgr-footer-wrapper .row-1 {
    width: 85%;
    margin: 0 auto;
}

.sgr-footer-wrapper h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 28px;
}

.sgr-footer-wrapper p {
    font-size: 14px;
    line-height: 1.7;
}

.sgr-footer-link {
    display: block;
    margin-bottom: 15px;
    color: #eaeaea !important;
    transition: all .2s ease-in-out;
}

.sgr-footer-link:hover {
    text-decoration: none;
    color: #63b7ff !important;
    transition: all .2s ease-in-out;
}

.sgr-email-footer {
    color: #fed44e;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.sgr-email-footer:hover {
    color: #dfb839;
    text-decoration: none;
}

#configure_email_settings .sgr-form-wrapper small {
    display: block;
    margin-top: 7px;
}
.sgr-soc-row {
    margin-top: 40px;
}

.sgr-soc-row img {
    width: 35px;
    margin-left: 10px;
}



/*-------------------------------------------------------*/
.shipping{
    display:none;
}

.checkbox{
    display:none;
}

.sgr-account-message .sb-heading {
    text-align: center !important;
}

.sgr-account-message .sb-desc {
    font-size: 16px;
}

.sgr-right-form form label.col-md-12 {
    margin-bottom: 15px;
}

.storgro-account-bg {
    background-image: url("/images/account-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;
}

.sgro-home-banner.sgr-homepage {
    padding: 50px;
    height: 85vh;
    width: 100%;
    background-image: url(/images/sb-home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sgro-home-banner {
    padding-left: 0px;
    padding-right: 0px;
}

.sgr-signup-desc {
    font-size: 12px;
    color: #3c3c3c;
}

.sgr-signup-desc:first-child {
    margin-top: 15px;
}

.sgro-home-banner input {
    background-color: #fff !important;
}

.sgro-home-banner .col-md-6  {
    margin-top: 7% !important;
}

.sgro-home-banner h3 {
    font-weight: 600;
    font-size: 45px;
    color: #102057;
    margin-bottom: 30px;
    padding-left: 0px;
}

.sgro-home-banner p {
    font-size: 18px;
    line-height: 1.7;
    padding-left: 0px;
}

.sgro-home-banner, .sb-landing-form-container {
    padding: 0px !improtant;
}

.sgro-home-banner img {
    width: 100%;
}

.sgro-plan-subheader {
    font-size: 14px;
    line-height: 1.7;
}

.sgro-plan-content .sgro-header-link {
    padding: 10px 25px;
    background-color: #102057;
    color: #fff;
    transition: all 0.2s ease 0.2s;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
}

.sgro-plan-content .sgro-header-link:hover {
    color: #102057;
    background-color: #ffc537;
    transition: all 0.2s ease 0.2s;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.sgro-blank {
    height: 40px;
}

.sgro-terms h3 {
    font-weight: 600;
    font-size: 24px !important;
    color: #102057;
    margin-bottom: 10px !important;
    padding-left: 0px;
}


.sgro-terms p {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 0px;
    text-align: justify;
}

.sgro-terms {
    width: 85%;
    margin: 0 auto;
}

/*------------------------------------------------------------*/

.sb-page-content-tempaltes-desc {
    width: 80%;
    margin: 0 auto;
}

.sb-page-content-tempaltes-desc .col-xs-6 img {
    width: 100%;
}

.templatte-img-content {
    padding: 10px 20px;
    transition: all 0.2s ease 0.2s;
}

.templatte-img-content:hover {
    background-color: #f6d661;
    transition: all 0.2s ease 0.2s;
}

.sb-page-content-tempaltes-desc h3 {
    font-size: 21px;
    color: #102057;
    font-weight: bold;
    margin-top: 30px;
}
/*--------------------------------------------------------------*/

.sb-page-content-clients-desc {
    width: 100%;
    margin: 0 auto;
    background-color: #e9e9e9;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.sb-page-content-clients-desc .row {
    width: 95%;
    margin: 0 auto;
}

.sb-page-content-clients-desc .col-xs-6 img {
    width: 100%;
    transform: scale(1.2);
}

.cl-img-content {
    padding: 10px 20px;
    overflow: hidden;
}

.sb-page-content-clients-box {
    width: 12.5%;
    float: left;
}
/*--------------------------------------------------------------------*/

.sgr-homepage-gt-started {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sgr-homepage-gt-started-left img {
    width: 100%;
}

.sgr-homepage-gt-started-row {
    width: 85%;
    margin: 0 auto;
}
.sgr-homepage-gt-started-right-row {
    display : flex !important;
    flex-wrap: wrap !important;
}


.sgr-homepage-gt-started-right-content-col{
    flex:1 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease 0.2s;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin: 30px 30px;
}

.sgr-homepage-gt-started-right-content {
    text-align: center;
}

.sgr-homepage-gt-started-right-content-col:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease 0.2s;
 }


.sgr-homepage-gt-started-right-content h5 {
    font-weight: 600;
    font-size: 24px;
    color: #102057;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.7;
}

.sgro-para-content-small {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.sgr-number-span {
    background: #edf0f7;
    width: 70px;
    border-radius: 50%;
    height: 70px;
    padding-top: 15px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: -25px;
    top: -25px;
}
.sgr-cost-estimate-form{
    margin: none !important;
}
/*-------------------------------------------------------------------------*/
.sb-para-block {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}

.sgro-para-heading {
    font-weight: 600;
    font-size: 45px;
    color: #102057;
    margin-bottom: 30px;
}

.sgro-para-content {
    font-size: 18px;
    line-height: 1.7;
}

/*-----------------------------------------------------------------*/


.sgro-home-plans {
    width: 60%;
    margin:0 auto ;
    margin-top: 50px;
}

.sgro-home-plans-row {
    display : flex !important;
}
.sgro-home-plans-col {
    text-align: center;
    border: 1px solid #868686;
    border-radius: 20px;
    padding: 80px 10px;
    margin-bottom: 50px;
    margin-right: 10px;
    flex : 1 !important;
}

.storegro-plan-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.storegro-plan-btn button{
    margin-left: 0px !important;
}

.sgro-plan-content {
    text-align: center;
}

.sgro-plan-header {
    font-weight: 600;
    font-size: 28px;
    color: #102057;
    margin-bottom: 20px;
}

.sgro-plan-content p {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 15px;
}

/*----------------------------------------------------------*/


.sgr-field-example {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 12px;
    color: #1F2556;
}

.sgr-field-example p {
    margin-bottom: 0px;
}


.sgro-para-heading.sgro-page-content-two {
    font-size: 24px;
    margin-bottom: 10px;
}

#store_admin_home .sb-store-preview {
    height: 91vh;
}

.sb-store-preview-col {
    height: 100%;
}

.sb-app-preview-frame {
    height: 100%;
}

.green-check {
  color:#2b9d53 !important;
}

.orange-pending {
  color:#424242 !important;
}

.sb-task-list:hover {
    color: #fff;
}
.help-link{
    margin-top: 10px;
}

.task-links:hover .fas {
    color: #fff;
}

.task-links:hover .orange-pending, .task-links:focus .orange-pending, .stb-right-steps h4:hover .orange-pending, .stb-right-steps h4:focus .orange-pending {
    color: #424242;
}

.task-links:hover .green-check, .task-links:focus .green-check, .stb-right-steps h4:hover .green-check, .stb-right-steps h4:focus .green-check {
    color: #2b9d53;
}

.stb-right-steps h4:hover {
    color: #fff;
}

.stb-app-template {
    cursor: pointer;
    margin-bottom: 20px;
}

.stb-app-template img {
  width: 100%;
  border: 1px solid #bfbfbf;
}

.stb-right-steps h4 {
  border:2px solid #fff;
  padding: 10px;
}

.stb-right-steps h4 i{
  margin-right: 10px;
  color: #fff;
}

.stb-right-steps h4:hover i{
  color: blue;
}

.stb-order-details-pricing {
  text-align: right;
}

.stb-order-offer {
  font-weight: bold;
  color: #979797;
}

.stb-actualprice {
  font-weight: bold;
  font-size: 18px;
  color: #1f2c56;
}

.message-td {
  font-size: 14px;
  line-height: 1.7;
}
.stb-logo {
    font-weight:bold;
    font-size:14px;
    text-align:right;
}

.stb-right-steps {
    height:300px;
    background-color:#ffd84d;
    padding:2%;
}

.stb-right-steps-right {
    background-color:#fff;
    padding:20px;
}

.stb-right-steps-right h4 {
    font-weight:bold;
    font-size:21px;
    padding:0px;
}

.stb-right-steps-right p {
    font-size:13px;
    line-height:1.7;
    margin-bottom:20px;
}

.stb-scr-one-img {
    text-align: center;
}

.stb-scr-one-img img {
    width: 55%;
}

/*LANDING PAGE*/
.landing-features-row{
    background-color: #2a3350;
    padding: 30px;
    color: #fff;
}

.landing-features-row .row {
    width: 85%;
    margin: 0 auto;
}

.sb-landing-features-header h3 {
    font-size: 45px;
    font-weight: bold;
}

.sb-landing-features-header p {
    font-size: 24px;
}

.sb-landing-services {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sb-landing-services .row {
    width: 85%;
    margin: 0 auto;
}

.sb-landing-services-header h3 {
    color: #2a3350;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.sb-landing-services-header p {
    text-align: center;
    font-size: 24px;
    color: #2a3350;
    margin-bottom: 30px;
}

.sb-landing-services .col-md-4 {
    text-align: center;
    padding: 15px;
    border-radius: 35px;
    transition: all 0.2s ease 0.2s;
    border: 1px solid #ffffff;
}

.sb-landing-services .col-md-4:hover {
    border: 1px solid #f5c629;
    transition: all 0.2s ease 0.2s;
}

.sb-landing-footer {
    background: #fed44e;
    padding: 70px 40px;
}
.sb-landing-footer  .row {
    width: 70%;
    margin: 0 auto;
}

.sb-landing-footer h4 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
}

.landing-services-heading {
    color: #2a3350;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.landing-services-desc {
    font-size: 18px;
    color: #2a3350;
    line-height: 2;
}

.landing-features-row
.landing-social {
    text-align: center;
    margin-top: 30px;
}

.landing-social img {
    width: 40px;
    margin: 10px;
    margin-bottom: 50px;
}

.sta-btn:hover, .sta-btn:focus, .sta-btn:active, .common-btn:hover, .common-btn:focus, .common-btn:active {
    color: #102057 !important;
    background-color: #ffc537;
    transition: all 0.2s ease 0.2s;
    border: 2px solid #ffc537 !important;
}

.sta-btn, .common-btn {
    background-color: #1f2c56;
    color: #fff !important;
    transition: all 0.2s ease 0.2s;
    border: 2px solid #1f2c56 !important;
    padding: 5px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    display: ruby;
    text-decoration:none ;
    border-radius: 10px;
}
a.sta-btn{
    padding: 7px 30px;
}
a.sta-btn:hover, a.sta-btn:focus, a.sta-btn:active {
    text-decoration: none;
}

.order-item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#store_product_list .sta-btn {
    display: ruby;
}
div#productDesc {
    height: 200px;
}

.store-builder-admin-template .sb-logo {
    background: #ffffff;
    position: fixed;
    left: 0;
    z-index: 2;
    top: -3px;
}

.store-builder-admin-template {
    overflow-x: hidden;
}

.col-md-12.sb-logo {
    background-color: transparent !important;
}

.sb-logo img {
    height: auto;
    width: 100%;
    margin-top: -5px;
}

.sb-side-bar {
    background: #051036;
    max-height: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
    padding-top: 15px;
    bottom: 0;
    top: 72px;
    overflow-y: auto;
}

.sb-side-bar ul li.list-group-item {
    background: #051036;
    border: none;
    padding: 14px;
    transition: all 0.25s ease 0.25s;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 15px;
}

.sb-side-bar ul li.list-group-item a, .sb-side-bar ul li.list-group-item a:active, .sb-side-bar ul li.list-group-item a:focus, .sb-side-bar ul li.list-group-item a:focus-visible, .sb-side-bar ul li.list-group-item a:focus-within, .sb-side-bar ul li.list-group-item a:visited, .sb-side-bar ul li.list-group-item a:target {
    display: block;
    text-decoration: none;
}

.sb-side-bar ul li.list-group-item:hover, .sb-side-bar ul li.list-group-item:active, .sb-side-bar ul li.list-group-item:focus, .sb-side-bar ul li.list-group-item:focus-visible, .sb-side-bar ul li.list-group-item:focus-within, .sb-side-bar ul li.list-group-item:visited, .sb-side-bar ul li.list-group-item:target {
    background-color: #f6c207;
    transition: all 0.25s ease 0.25s;
    color: #051036 !important;
    text-decoration: none;
}

.sb-side-bar ul li.list-group-item:hover a {
    color: #051036 !important;
    text-decoration: none;
}


.sb-side-bar ul li.list-group-item .fas {
    margin-right: 10px;
    width: 18px;
}

.sb-side-bar ul li a {
    color: #ffffff;
    transition: all 0.2s ease 0.2s;
}

.sb-side-bar ul li a:hover  {
    text-decoration: none;
    transition: all 0.2s ease 0.2s;
}

.sb-side-bar-header {
    color: #ffeba3;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.sb-side-bar-header.sb-sidebar-border, .sb-side-bar-header.sb-sidebar-border {
    border-top: 1px solid #575757;
    padding-top: 15px;
}

.sb-side-bar-header.sb-sidebar-border-one {
    margin-top: 10px;
}

.stb-right-steps h4 a, .stb-right-steps h4 a i{
    color: black;
    transition: all 0.2s ease 0.2s;
}
.stb-right-steps h4 a:hover, .stb-right-steps h4 a i:hover  {
    color: white !important;
    text-decoration: none;
    transition: all 0.2s ease 0.2s;
}

.sb-header {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.sgr-content-wrapper {
    margin-top: 70px;
}

.sgr-header-right-content {
    text-transform: capitalize;
}

.sgr-header-right-content .dropdown {
  color: #6f6f6f;
  font-size: 20px;
}

.sgr-header-right-content .far {
  color: #f6c207;
  font-size: 24px;
  margin-right: 5px;
  margin-top: -3px;
}

.sb-top-bar {
    height: 70px;
    background: #ffffff;
    color: white;
    padding: 20px;
    position: relative;
}
.sb-content {
    padding: 30px 40px;
}
.sb-footer{
    border-top: 4px solid transparent;
}
.sb-com-margin{
    margin-top: 14%;
    margin-bottom: 7%;
}

.sb-com-margin.admin-det{
    margin-top: 20px !important;
}
.sgr-white-block {
    background: #fff !important;
    width: auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all .2s ease-in-out;
}

.sgr-white-block:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all .2s ease-in-out;
}

.sgr-white-block .sta-btn {
    margin-top: 20px;
}

.sgr-white-block .form-group .col-md-12 {
    padding: 0px;
}

.sgr-white-block #sb-form-error {
    text-align: left !important;
    margin-left: -15px;
}

.sb-input-field {
    border-radius: 0px !important;
    width: 100% !important;
    background-color: #eaeaea;
    color: #373737;
    font-weight: regular;
}

.sb-input-field::placeholder {
    color: transparent;
    font-weight: unset;
    font-size: 12px;
}

.sb-landing-form-container .sb-input-field, .sb-landing-end-block-container .sb-input-field {
    border-radius: 0px;
    width: 100%;
    background-color: #fed44e;
    color: #444444 !important;
}

.sb-landing-form-container .sb-input-field::placeholder, .sb-landing-end-block-container .sb-input-field::placeholder {
    color: #868686 !important;
    font-size: 14px;
}

#button_top, #button_bottom {
    background-color:#102057;
    color: #fff !important;
    font-weight: bold;
    border-radius: 0px;
}

.sta-header{
    height: 70px;
    margin-bottom: 20px;
}
.sta-btn-box {
    padding: 20px;
    text-align: right;
}

.sta-btn-box .list-group {
    float: right;
}

.sgr-cancel-btn {
    margin-left: 0px !important;
}

.sta-btn-box button, .sta-btn-box a {
    margin-left: 15px; 
}

.sta-btn-box ul li {
    float: left;
    border: none;
}

h2.sta-heading {
    font-size: 23px;
    font-weight: 500;
    color: #1F2556;
}
.sta-form label {
    font-weight: 200;
    text-align: left !important;
    margin-bottom: 5px;
    color: #1F2556;
}

.sb-top-bar .dropdown a{
    color: #1f2556;
}

.sb-top-bar .dropdown a:hover, .sb-top-bar .dropdown a:focus{
    color: #051036;
    background-color: #f6c207;
}


.sb-landing-logo-container, .sb-landing-header-container, .sb-landing-end-block-container, .sb-landing-message-container, .sb-landing-social-container, .sb-landing-form-container, .sb-landing-image-container, .sb-landing-message-container, .sb-landing-form-container{
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.sb-landing-logo{
    width: auto;
    height: 100px;
}
.sb-landing-form{
    background: transparent;
    margin-bottom: 20px;
}

.sb-landing-input-one {
    width: 400px !important;
    height: 50px !important;
    background: transparent;
    border-color: #868686;
}

.sb-landing-input-two {
    width: 400px !important;
    height: 50px !important;
    background: #fff !important;
    border-color: transparent;
}

.sb-landing-container {
    padding: 0px;
    overflow-y: hidden;
}

.sb-landing-btn-one {
    padding: 12px 30px !important;
    margin-left: 30px;
    border-radius: 10px !important;
}

.sb-landing-btn-two {
    padding: 12px 30px !important;
    margin-left: 30px;
    border-radius: 10px !important;
}

.sb-landing-form .col-md-4.col-md-offset-4 {
    text-align: center;
}


.sb-landing-header {
    margin: 15px;
}
h3.sb-landing-hd {
    color: #101f56;
    text-align: center;
    font-size: 66px;
    font-weight: 600;
    line-height: 1.4;
}

.sb-landing-sub-header {
    color: #101f56;
    font-size: 24px;
    margin-top: 30px;
}
.create-store-img{
     width: 300px;
}
.item-img{
     width: 200px;
     height: 200px;
     object-fit: contain;
}
.table-list-img{
    height: 50px;
    width: 50px;
    object-fit: contain;
}
#sb-form-error{
    color: #e13535;
    visibility: hidden;
}
form.contentForm{
    display: contents;}

.dropbtn {
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  color: #1F2556;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
  text-align: left;
}

.dropdown-content a {
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  background-color: #f5f5f5;
  transition: all .2s ease-in-out;
}

.dropdown:hover .dropdown-content {
  display: block;
}

button.btn-dom2cart {
    padding: 5px 10px;
    background-color: black;
    color: white;
    float: right;
    margin-right: 45%;
}
.domain-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
input.domain-search-input {
    width: 50% !important;
    border-radius: 15px;
}

button.domain-search-btn {
  padding: 5px 20px;
  margin-left: -32px;
  border-radius: 15px;
  border-color: #99999957;
}
h3.domain-sub-head {
    font-size: 15px;
    font-weight: 600;
}

.asterisk:after{
     content:"*" ;
     color:red;
     margin-left: 2px;
 }
.payment-logo{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.payment-details-link{
  display: block;
  margin-top: 20px;
}
.stb-payment-desc{
    font-size: 20px;
    margin-left: 20px;
}

.stb-payment-gateway img {
  width: 100%;
  border: 1px solid #bfbfbf;
}

.payment-gateway-name {
    color: #1F2556;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    background: #ffd84d;
    padding: 10px;
}

.payment-gateway-active {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    top: 1px;
    left: 15px;
    background: #ffd84d;
    padding: 12px 25px 10px 25px;
    letter-spacing: 2px;
}
.sb-heading{
     text-align: left;
     font-size: 28px;
     font-weight: 600;
     color: #1F2556;
     margin-bottom: 20px;
     line-height: 1.4;
}

.sb-sub-hd {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.password-sent .sb-heading, #store_pin_send .sb-com-margin .sb-heading, #store_email_verified .sb-heading {
    text-align: center;
}

#store_password_sent .sb-com-margin {
    margin-top: 70px !important;
}

#store_pin_send .sb-com-margin {
    margin-top: 14% !important;
}

.sb-link-box{
    text-align: center;
    margin-top: 24px;
}
.sb-desc{
   text-align: center;
}
.landing-social {
    text-align: center;
}

.landing-features-row {
    background-color: #2a3350;
    padding: 30px;
    color: #fff;
}

.landing-features-item {
    text-align: left;
    margin: 25px 0;
}

h4.landing-feature-heading {
    color: #ffffff;
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
}
p.landing-feature-desc {
    margin-top: 15px;
    line-height: 2;
    font-size: 14px;
}
.action-icon{
  cursor: pointer;
}
label.error{
    color: #e13535;
    padding: 5px 0;
}
#image_preview{
    width: 150px;
    height: 150px;
}
.store-name{
   text-transform: capitalize;
   bottom: 25px;
   color: #6f6f6f;
   font-weight: 600;
   font-size: 20px;
}
.no-table-data{
    background-color: #ffffff;
    padding-top: 15px;
}
.template-name {
    color: #1F2556;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    background: #ffd84d;
    padding: 10px;
}
.template-active {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    top: 1px;
    left: 15px;
    background: #ffd84d;
    padding: 12px 25px 10px 25px;
    letter-spacing: 2px;
}
#template-block{
    margin-top: 10px;
}
#template-block label{
    text-transform: capitalize;
}

.modal-header {
    border-bottom: none;
    display: none;
}

.modal-body {
    padding-top: 25px;
}

.modal-footer {
    border-top: none;
}
.pws-mail-img{
    height: 300px;
}

.sb-order-list-img {
    font-weight: bold;
    display: grid;
}

.stb-order-details-table {
    width: 70%;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffd84d;
}

.stb-order-details-row-2 {
    width: 71%;
    border-top: 2px solid #ffd84d;
    margin-top: 20px;
    padding-top: 10px;
}

.stb-order-details-row-2 .col-md-4 b {
    font-size: 16px;
}

.stb-order-details-total {
    text-align: right;
    text-transform: uppercase;
}

.stb-order-details-row-1 {
    width: 71%;
    border: 2px solid #ffd84d;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.stb-order-list-head, .stb-order-details-head{
    background: #ffd84d;
    font-weight: bold;
}

input.required.error,  textarea.required.error,  select.required.error{
    border: 2px solid #e13535;
}
em.error {
    display: none !important;
}
.stb-order-summary {
    margin-bottom: 10px;
}
.stb-order-details-offer {
    list-style-type:none;
    padding: 0px !important;
}

.sb-order-list-table-details-sec-btn {
   vertical-align: bottom !important;
   text-align: right;
}

.sb-order-item-title{
    width: 100px;
    text-align: center;
}

@media only screen and (max-height: 780px) { 


.sb-side-bar ul li.list-group-item {
    background: #051036;
    border: none;
    padding: 8px 6px 8px 8px;
    margin-left: 15px;
    font-size: 13.5px;
}

.sb-side-bar ul li.list-group-item .fas {
    margin-right: 5px;
}

.sb-logo img {
    margin-top: 10px;
}

.sb-side-bar-header {
    padding-left: 0px;
    margin-left: 10px;
    font-size: 15px;
}

.sta-btn, a.sta-btn {
    padding: 5px 20px;
}

.sgro-home-banner.sgr-homepage .col-md-6 {
    width: 54% !improtant;
    margin-top: 5px;
}

.sb-landing-btn-one {
    margin-left: 20px !important;
}

.sb-landing-input-one {
    width: 300px !important;
}

}  

@media only screen and (max-width: 780px) { 


.sgro-home-banner.sgr-homepage .col-md-6 {
    width: 54% !improtant;
}

.sb-landing-input-one {
    width: 300px !important;
}

.sb-landing-btn-one {
    margin-left: 20px !important;
}

}    

@media only screen and (max-width: 600px) { 

.col-md-3.hidden-xs.sgro-header-buttons .sgro-header-link {
    background: transparent !important;
    color: #102057 !important;
    font-size: 14px !important;
}

.sgro-logo img {
    margin-top: 5px;
}

.storegro-header {
    padding: 15px 15px 0px 15px;
}

.sgro-para-heading {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sgr-home-banner-content-wrapper {
    text-align: center;
}

.sgr-home-banner-content-wrapper #form_top {
    text-align: center;
}

.sgr-home-banner-content-wrapper #form_top #button_top{
    margin-left: 0px !important;
    float: left;
}

.sgr-homepage-gt-started-right-content h5 {
    line-height: 1.4;
}

.sgro-home-banner p, .sgro-home-banner h3 {
    padding-left: 0px;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
}

.sgro-para-content {
    font-size: 16px;
    line-height: 1.7;
}

.sgro-home-plans {
    margin-top: 20px;
}

.sgro-home-banner p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.sgro-home-banner .sb-landing-form-container {
    padding: 0px !important;
}

.sb-page-content-clients-box {
    width: 50%;
    float: left;
}

.sgro-menu .navbar-toggle {
    border: 1px solid #102057;
}

.sgro-menu .icon-bar {
    background-color: #102057;
}

#myNavbar .dropdown {
    width: 90%;
    text-align: right;
    border-bottom: 1px solid #939393;
}

.sb-com-margin {
    margin-top: 50px !important;
}

.sgr-white-block {
    width: 90%;
    margin: 0 auto;
}

h3.sb-landing-hd {
    font-size: 32px;
}

.sb-landing-sub-header {
    font-size: 18px;
}

.sb-landing-input-one, .sb-landing-input-two {
    width: 100% !important;
}

.sb-landing-features-header h3, .sb-landing-services-header h3 {
    font-size: 28px;
}

.sb-landing-features-header p, .sb-landing-services-header p {
    font-size: 14px;
}

.sb-landing-footer .row {
    width: 90%;
}

.sb-landing-footer h4 {
    font-size: 24px;
}

.sb-landing-btn-two, .sb-landing-btn-one {
    margin-left: 0px;
}



.sta-header {
    border: 0px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #868686;
}

.sta-header .sta-btn {
    font-size: 12px;
    padding: 10px;
}

.sta-btn-box {
    padding: 0px 20px;
}

.sta-header div {
    width: 100%;
    padding: 0px 20px;
    margin-top: 15px;
    text-align: center;
} 

.sta-heading {
    text-align: center;
    font-size: 16px !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    width: 100%;
}
.stb-right-steps-right {
    display: none;
}    

.store-builder-admin-template .sb-top-bar {
    position: fixed;
    width: 100%;
    z-index: 9980;
}

.store-builder-admin-template .sb-content {
    margin-top: 60px;
}

.tru-header {
    width: 100%;
    position: fixed;
    height: 70px;
    margin: 0 auto;
    top: 20;
    z-index: 9999;
}

.tru-header .row{
  width: 90%;
  margin: 0 auto;
}

.tru-header .col-md-6 img{
  height: 125%;
}

.tru-header-img {
  float: left;
}

.tru-header-menu p {
  float: right;
  text-align: right;
}

.sb-side-bar-header {
    float: unset !important;
    text-align: unset !important;
}

.sb-side-bar {
    top: 0;
}

.sb-side-bar.swipe {
    position: relative;
}

.sb-side-bar ul li.list-group-item {
    background: #051036;
    border: none;
    padding: 5px;
    margin-left: 15px;
}

.side-nav-button {
    border-radius: 0px;
    border: 0px;
    float: right;
    background-color: transparent;
    padding: 12px 15px 7px 15px;
    top: 0;
    position: fixed;
    z-index: 9999;
    right: 0;
    margin-right: 60px;
    margin-top: 11px;
}

.store-builder-admin-template .sb-header .sb-logo {
    display: none;
}

.small-screen-menu {
    margin-left: -17px;
}

/*HAMBURGER MENU*/

.side-nav-button {
  border-radius: 0px;
  border: 0px;
  float: right;
  background-color: transparent;
  padding: 12px 15px 7px 15px;
}

.side-nav-button .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  color: #1F2556;
  border: 2px solid;
  margin-bottom: 5px;
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -15;
  background: #051036;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 15px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.95);
  border-left: 2px solid #1c6fa5;
  margin-left: -10px;
  z-index: 9999;
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #f6c207;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #1F2556;
  color: #ffffff;
}

.side-nav ul {
  list-style-type: none;
  padding-left: 10px;
}


.sb-logo img {
    height: auto;
    width: 100%;
    padding: 16px;
    margin-top: -5px;
    margin-top: 11px;
}

/*.sb-top-bar {
    float: right;
}
*/

.sb-landing-logo {
    width: 100%;
    height: auto;
}

.stb-scr-one-img img {
    width: 100%;
}

.sb-logo {
    text-align:center;

}

.stb-right-steps-right .sta-btn {
    display:none;
}

.stb-right-steps-right {
    background-color: #fff;
    padding: 20px;
    margin-top: 73px;
}



}

@media screen and (max-height: 450px) {
  .side-nav {
    padding-top: 15px;
  }
  .side-nav a {
    font-size: 18px;
  }

#termsmodal .modal-dialog {
  width: 95%;
  margin-top: 60px;

}  
}

.recaptcha-link {
 display: block;
 margin-bottom: 20px;
}

#contact-block {
 margin-bottom: 100px;
}

.target-page-label {
 margin-bottom: 10px;
}

.dialog-description {
 margin-left : 15px;
 margin-top : 15px;
}
.carousal-table {
 margin-left : 15px;
}

.sb-privacy-policy-block {
    background-color: white;
    margin:  50px;
}

button.collapse-btn {
    color: #051036;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 5px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.email-label{
    font-weight: 600 !important;
}

.static-block-img {
    min-height : 260px;
}

.home-fourth-blk {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

.home-fourth-blk-padding {
  padding: 10px;
}

.home-banner-content {
    align-items: left;
    width: 80%;
    margin: 0 auto;
}
.home-banner-round-logo img {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

.home-banner-popup-img img {
    width: 250px !important;
    height: auto;
}

p#form-error {
    color: red;
}
div#menuActions a img {
    width: unset !important;
}

/*product image list*/
.product_images_list {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.product_images_list > div {
  flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item_thumbnails {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}

#gallery{
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
}

.variant-list-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin-top: 1em;
}

.myCheckboxClass {
    margin-left: 1em !important;
}