
body{
    color: #999 !important;
}
#header-title
{
    background-image: url(../images/hdback_a.jpg);
    /*background-repeat: repeat-x;*/
}

h1, h2{
    font-family: 'Lemon', cursive;
}

h4
{
    font-size:17px;
    line-height: 1.625rem;
    font-family: 'Lemon', cursive;
    color: #359a8a;
    margin-bottom: 20px;
}

p{
    color: #595959 !important;
}

/*========== COLOR ===============*/
.font-white
{
    color: #ffffff !important;
}

.font-blue
{
    color: #359a8a !important;
}

.font-light-blue{
    color: #dbeedf !important;
}

.back-light-blue
{
    background-color: #e3f2e5 !important;
}
.back-white
{
    background-color: #ffffff !important;
}
.back-gray
{
    background-color: #f4f3f3 !important;
}
.back-gray-light
{
    background-color: #f9f9f9; !important;
}

.back-blue
{
    background-color: #359a8a !important;
}

/*========== END COLOR ===============*/

.header-container
{
    /*padding: 28px;*/
    padding: 67px 28px 28px 28px;
}

.header-container h4
{
    font-size: 20px;
}

.next-btn{
    display: inline-block;
    padding: .75rem 1.4rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4rem;
    padding-bottom: .65rem;
    padding-left: 40px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #359a8a url(../images/arrow_right.png) no-repeat 16px center !important;
}


.finish-btn{
    display: inline-block;
    padding: .75rem 1.4rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4rem;
    padding-bottom: .65rem;
    padding-left: 40px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #359a8a url(../images/arrow_right.png) no-repeat 16px center !important;
}

.back-btn
{
    display: inline-block;
    padding: .75rem 1.4rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4rem;
    padding-bottom: .65rem;
    padding-left: 40px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /*background-color: #359a8a !important;*/
    background: #2c7c6c url(../images/arrow_left.png) no-repeat 16px center !important;
}

.step-title
{
    font-family: 'Lemon', cursive;
    font-size: 22px;
}

.sw-btn-group, .sw-btn-group-extra
{
    z-index: 1;
}

.topper-shape-radio {
    display: none;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.topper-shape:checked + label>img {
    border: 3px solid #359a8a;
}

/* Stuff after this is only to make things more pretty */
.topper-shape + label>img {
    border: 1px solid #ffffff;
    width: 150px;
    height: 150px;
    transition: 1ms all;
}

/*input[type=radio]:checked + label>img {*/
    /*transform:*/
            /*rotateZ(-10deg)*/
            /*rotateX(10deg);*/
/*}*/

.topper-shape:hover + label>img
{
    border: 3px solid #f18c29;
}

.shape-name
{
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 10px;
}

.shape-img-box{
    padding: 5px 0 10px 0;
}
/*.topper-shape:hover +  label>p*/
/*{*/
    /*color: #ff8e18;*/
/*}*/


.no-padding-left
{
    padding-left: 0px !important;
}

.shape-image
{
    width: 100% !important;
    height: 81px !important;
}


.form-input-circle{
    border-radius: 20px !important;
    height: 43px;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
    padding-left: 20px;
    border: solid 2px #cecece;
    /*margin-bottom: 24px;*/
}

#topper-size-image
{
    max-height: 450px;
    padding: 50px !important;
}

.no-padding
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-30{
    padding: 30px;
}
#summary-box table
{
    width:100% !important;
}
#summary-box table th {
    border-top: 2px dotted #d9d9d9;
    width: 60%;
    padding: 14px 0;
    font-size: 17px;
    line-height: 1.2rem;
    font-family: 'Lemon', cursive;
}

#summary-box table td {
    border-top: 2px dotted #d9d9d9;
    width: 60%;
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.2rem;
    font-family: 'Lemon', cursive;
}

.summery-total
{
    /*height: 351px;*/
    padding: 45px;
}

#toggle span{
    display: block;
    min-height: 72px;
    padding: 1.2rem 2rem;
    padding-bottom: 1.2rem;
    padding-bottom: 1rem;
    background: #359a8a;
    color: #fff;
    width: 50%;
    float: left;
    font-family: 'Lemon', cursive;
    font-size: 15px;
}

#toggle .active
{
    background-color: #026757 !important;
    background-image: url('../images/updart.png');
    background-repeat: no-repeat;
    background-position: bottom;
}


.div-img {
    background-color: #E3F2E5;
    border: 2px solid #B8DEBF;
}

.img-upload-div {
    padding: 10px;
    border-radius: 4px;
    color: #359a8a;
}

.img-upload-div > p:first-of-type {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.inputfile {
    width: .1px;
    height: .1px;
    -ms-opacity: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.inputfile + label {
    margin: 0;
    padding: 10px 20px;
    background: #f18c29;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ffffff;
}

.img-upload-div .fa{
    color: #359a8a;
    font-size: 20px;
    padding-right: 9px;
}
.img-upload-div p{
    color: #8c8c8c;
    text-align: left;
    font-size: 16px;
    line-height: 1.2rem;
    font-weight: bold;
}
.img-upload-div table tr{
    padding: 20px;
}


#topper-size-image
{
    -webkit-filter: drop-shadow(0px 2px 5px #cccccc);
    filter: drop-shadow(0px 2px 5px #cccccc);
    padding: 20px;
}

.pointer
{
    cursor: pointer;
}

.topper-shape-radio
{
    display: none;
}
#topper-size-image
{
    -webkit-filter: drop-shadow(0px 2px 5px #cccccc);
    filter: drop-shadow(0px 2px 5px #cccccc);
}

.boder-radius-50
{
    border-radius:50% !important;
}

.nox .canvas-container{
    border:2px solid #eaeaea;
}
.frame-img .col-md-4{
    /*width: 120px;*/
    height: 72px;
    padding: 7px;
    border: 1px solid #eaeaea;
}
.frame-img .col-md-4 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pointer
{
    cursor: pointer;
}

.select-image:hover
{
    border: 2px solid #f18c29;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.frame-img img
{
    width: 100%;
}



/* Header Stick */

.header-stick {
    position: fixed;
    top: -83px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    left: 0;
    z-index: 88888;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    -moz-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
    background-color: rgba(255, 255, 255, 0.96);
}

.header-stick nav>ul>li {
    padding: 20px 20px;
}

.header-stick .logo {
    margin-top: -1px;
}

.header-stick nav .sub-menu {
    top: 59px;
}

.header-stick--show {
    top: 0;
}

.header-stick--dark {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-stick--dark nav>ul>li>a {
    color: #eeeeee;
}

.header-stick nav.menu-desktop {
    margin-right: 0;
}


/*Header 1*/

header h1 {
    margin-top: 10px;
}

.logo {
    text-align: center;
}

nav.menu-desktop {
    margin-right: 30px;
}

nav>ul>li {
    padding: 30px 18px;
}

nav>ul>li>a {
    font-size: 15px;
}

.menu-desktop--hidden {
    display: none;
}

.menu-desktop--show {
    display: block;
}

.li-has-sub {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 79px;
    z-index: 1000;
    max-height: 0;
    border-top: 3px solid #ef5f5f;
    overflow: hidden;
    transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform-origin: 50% 0;
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform-origin: 50% 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
}

.li-has-sub:hover .sub-menu {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

.sub-menu>li {
    min-width: 224px;
}

.sub-menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.sub-menu>li>a:hover {
    background-color: #ef5f5f;
    color: #444444;
}

.mini-cart {
    position: relative;
}

.header-button {
    margin-top: 32px;
}

.header-button>.pull-right {
    margin-left: 30px;
}

.header-button>.pull-right:last-child {
    margin-left: 0;
}

.header-button>div>a>i {
    font-size: 18px;
    font-weight: 600;
}

.mini-cart-counter {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #333333;
    background-color: #ef5f5f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -6px;
    right: -8px;
}

.mini-cart-counter--gray {
    background-color: #e6e6e6;
    top: -7px;
    right: -8px;
}

.cart-dropdown {
    position: absolute;
    z-index: 1000;
    top: 47px;
    right: -3px;
    min-width: 241px;
    border-top: 3px solid #ef5f5f;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
}

.cart-dropdown--hidden {
    display: none;
    height: 0;
}

.cart-dropdown--show {
    height: auto;
    display: block;
}

.cart-list>li {
    padding: 15px 10px 15px 17px;
    border-bottom: 1px solid #f3f3f3;
}

.cart__item>.img-thumb {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    border: 1px solid #e6e6e6;
}

.pro-detail {
    padding: 8px 0 11px 65px;
}

.pro-detail>h6 {
    margin-bottom: 2px;
}

.pro-detail>h6>a {
    font-weight: 400;
    text-transform: capitalize;
    color: #555;
    font-size: 13px;
}

.pro-detail>h6>a:hover {
    color: #ef5f5f;
}

.pro-detail>p {
    line-height: 1;
    margin-bottom: 0;
}

.pro-detail>p>em {
    font-size: 11px;
    color: #999;
}

.total-checkout {
    padding: 18px 25px;
}

.total {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.checkout {
    margin-bottom: 5px;
}

.checkout>a.au-btn {
    font-size: 11px;
}

.sum {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}


/*Header 2*/

.header2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

.header2 .form-header>.form__input {
    background: transparent;
}

.header2 nav>ul>li>a {
    color: #eeeeee;
}

.header2 nav>ul>li>a:hover {
    color: #ef5f5f;
}

.header2 .header-button>div>a>i {
    color: #eeeeee;
}


/*Menu Canvas*/

#menu-canvas {
    background-image: url('../img/bg-menu-canvas.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 360px;
    position: fixed;
    z-index: 10000;
    top: 0;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
    padding: 0 30px;
}

.close-menu-canvas i {
    color: #ef5f5f;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}

.canvas-menu-button i {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.menu-canvas--hidden {
    right: -361px;
}

.menu-canvas--show {
    right: 0;
}

.menu-canvas__inner {
    height: 100%;
    margin-top: 30%;
}

.menu-canvas-slide {
    margin-top: 74px;
}

.menu-canvas__image {
    padding: 10px;
    border: 2px dashed #ef5f5f;
}

.menu-canvas__detail {
    color: #c2c2c2;
    padding: 0 45px;
    text-align: center;
    margin-top: 79px;
}

.social {
    text-align: center;
    margin-top: 55px;
}

.social__item {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    text-align: center;
    width: 30px;
    background: #484848;
    margin-right: 7px;
}

.social .social__item:last-child {
    margin-right: 0;
}

.social__item:hover {
    background: #ef5f5f;
}

.social__item:hover>i {
    color: #333333;
}

.social__item>i {
    color: #dedede;
}

#sync2 .owl-dots {
    position: absolute;
    top: 20px;
    left: 126px;
}


/*Menu Mobile*/

header.header-mobile {
    display: none;
}

.menu-mobile__button {
    display: inline-block;
    float: right;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin: 20px 0;
}

.menu-mobile__button:hover {
    background: #ef5f5f;
}

.menu-mobile__button:hover i {
    color: #333;
}

.menu-mobile__button i {
    font-size: 18px;
}

.hidden {
    display: none;
}

.menu-mobile__more {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    color: #444444;
}

nav.menu-mobile {
    position: absolute;
    top: 77px;
    left: 0;
    float: left;
    z-index: 50000;
    background: #fff;
    width: 100%;
    margin-right: 0;
}

nav.menu-mobile>ul {
    border-top: 3px solid #ef5f5f;
}

nav.menu-mobile>ul>li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile>ul>li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
}

nav.menu-mobile>ul>li a:hover {
    background-color: #ef5f5f;
    color: #444444;
}

nav.menu-mobile>ul>li>ul {
    background: rgba(0, 0, 0, 0.03);
}

.click {
    background: #ef5f5f;
}

.click>i {
    color: #333;
}

.ul--inline li{
    display: inline-block;
    font-family: 'Lemon', cursive;
}

.sw-toolbar-bottom{
    /*display: none;*/
    /*z-index: -1;*/
}

.padding-20{
    padding: 20px;
}

.sw-container
{
    z-index: 5;
}
.isthisright
{
    background-color: #dceeee;
    padding-bottom: 7px;
    padding-top: 15px;
}

.f-c-blue{
    color: #489398;
}

.f-c-dark-blue{
    color: #3184c8;
}

@media only screen and (max-width: 600px) {
  .shape-image {
    height:auto !important;
  }

  .padding-20 {
    padding: 8px;
  }

  .mobredh4{
    font-size:9px;
  }

  .shape-name{
    font-size:5px;
  }

  .summery-total {
    padding: 14px;
  }

  .padding-30 {
    padding: 10px;
  }

  #qty, #cake-flavore, #topper-size {
    padding: 0 4px !important;
    font-size: 9px !important;
  }

  #mobredpad{
    padding: 0px !important;
  }

  #mobredpadtwo{
    padding: 0px 15px !important;
  }

  .graymob{
    background-color: #f4f3f3 !important;
  }

  .titlerow{
    padding: 20px !important;
  }

  #topper-size-image {
    padding: 30px !important;
  }

  .btn-group.navbar-btn.sw-btn-group-extra.pull-right{
    float: none !important;
    margin: auto !important;
  }

  #step-3 {
    margin: 10px -15px !important;
  }

  #step-3 .panel-body {
    padding: 0px;
  }

  #step-3 .canvas-container {
    width: auto !important;
    height: 400px !important;
  }

   #step-3 .canvas-container .lower-canvas { 
    width: 100% !important;
    height: auto !important;
   }

   #step-3 .canvas-container .upper-canvas {
    width: 100% !important;
    height: auto !important;
   }

   #step-4 .canvas-container {
    width: auto !important;
    height: 180px !important;
  }

   #step-4 .canvas-container .lower-canvas { 
    width: 100% !important;
    height: auto !important;
   }

   #step-4 .canvas-container .upper-canvas {
    width: 100% !important;
    height: auto !important;
   }

   #lev3padone{
    padding: 0px !important;
   }

   #step-3 .ajax-div-frame{
    height: auto !important;
   }

   #step-4 .ajax-div-frame{
    height: auto !important;
   }

   #step-3 .back-gray-light {
    background-color: #fff;
   }

   #step-4 .back-gray-light {
    background-color: #fff;
   }

   #step-3 .lev3padthree{
    margin-right: 0px !important;
   }

   .panel-title a:after{
    display: none !important;
   }

   #step-3 div#fabric-canvas {
    transform: none !important;
   }

   #step-4 div#fabric-canvas {
    transform: none !important;
   }

   .btn-group.navbar-btn.sw-btn-group.pull-right {
    margin-top: 50px;
   }

   .contbtn .btn-group{
    margin: 5px 0px !important;
   }

   .topicbot{
    margin-bottom: 20px;
   }

   #marmiun{
    margin: 0px -15px !important;
    height:auto !important;
   }

   #collapseSix>.panel-body{
    height: 180px !important;
    overflow-x: auto !important;
   }
   
   #collapseSix .panel-body {
    padding: 0px;
   }

   #collapseTwo .panel-body {
    padding: 0px;
   }

   #collapseTwo .panel-body div{
    padding: 10px 2px;
   }

   #font-family-ul {
    width: 90px !important;
   }

   .sw-theme-dots > ul.step-anchor:before {
    display: none !important;
           }
}
