hr{
  border-color:#e6e6e6;
  margin:30px 0;
}
.color-swatch{
  float:left;
  width:309px;
  height: 95px;
}
.color-swatch li{
  border: 1px solid #fff;
  float: left;
  height: 17px;
  width: 17px;
}
 .color-swatch li.color-wrap div{
  height:17px;
  width:17px;
  cursor: pointer;
  transition:all 0.375s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.color-swatch .color-wrap:hover div {
  border-radius: 1px;
  border:1px solid #fff;
  transform: scale(1.8);
}
.custom-color-section {
  float: left;
  margin-left: 0px;
}
.custom-color-section span{
  display: inline-block;
  background: #e9e9e9;
  width:100px;
  padding:0 12px;
  line-height: 31px;
  border-radius: 4px;
  font-size: 12px;
  color:#7d7d7d;
}
.tool-title h4{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-color-section input[type="color"]{
width:84px;
height: 31px;
border:1px solid #e9e9e9;
border-radius: 4px;
background: #fff;
padding:8px;
vertical-align: middle;
margin-right: 6px;
}
.tool-bar{
  margin-top:20px;
  margin-bottom:0px;
}
.tool-bar button, .tool-bar .rect-btn{
  border:1px solid #e9e9e9;
  background: #fff;
  border-radius: 4px;
}
.sqr-btn{
  width:39px;
  height: 40px;
}
.rect-btn{
  width:106px;
  height: 40px;
  font-family: 'PantonW01-Bold';
  color: #1d1d1d;
  line-height: 25px;
}
.single-btn {
  margin-bottom: 78px;
  margin-left: -20%;
  margin-top: 20%;
}
.double-btn{
  margin-bottom: 78px;
  margin-left: -32%;
  margin-top: 20%;
}

.tool-bar .ff-select::after{
  content:"\f0d7";
  font-family: 'fontawesome';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.tool-bar .ff-select{
  position: relative;
  background: #fff none repeat scroll 0 0;
  border:1px solid #e2e2e2;
  border-radius: 4px;
  height: auto;
  padding: 0;
  margin: 0px 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width:190px;
  font-size: 12px;
  color:#7d7d7d;
}
.tool-bar .ff-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0.8em;
  width: 100%;
  border: 0;
  border-radius: 4px;
}
.tool-bar .fs-select{
  width:80px;
}
.select-emoji-section li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  float: left;
  font-size: 40px;
  height: 88px;
  line-height: 78px;
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: center;
  width: 87px;
}
.select-emoji-section {
  height: 410px;
  overflow: auto;
  margin-bottom: 70px;
}
.yellow-btn .btn{
  background: #f8eb00;
  border:1px solid #f8eb00;
  color:#1d1d1d;
  width:89px;
  height: 40px;
  margin-top: 27px;
  margin-bottom: 20px;
}
.yellow-btn .btn:hover, .yellow-btn .btn:focus{
  background:rgba(3, 89, 122, 0.9) none repeat scroll 0 0;
  color:#fff;
  border: transparent;
}
.photo-upload-section{
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 23px 27px;
}
.photo-upload-section h3{
  font-size: 16px;
}
.select-device {
  float: left;
  width: 50%;
}
.select-social-media {
  border-left: 1px solid #e9e9e9;
  float: right;
  padding-left: 20px;
  width: 50%;
}
.preview-photo-section  ul.previewIMG{
  float:left;
}
.preview-photo-section li {
  width:100px;
  height: 120px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 5px;
  float: left;
  cursor: pointer;
  z-index: 999;
}
.preview-photo-section li:nth-child(5n) {
    margin-right: 0;
}
.preview-photo-section li img{
  max-width:100%;
  height: auto;
  padding:1px;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  margin:auto;
}
.preview-photo-section li i{
  color:#d2d2d2;
  font-size: 35px;
}
.preview-photo-section .prevClose {
  position: relative;
}
.preview-photo-section .prevClose  i{
  position: absolute;
  font-size: 18px;
  right: 0;
  left:0;
  text-align: center;
  z-index: 99;
  color: #5F5F61;
  cursor: pointer;
  top: 40%;
}
.preview-photo-section{
  min-height: 271px;
}
.prevClose .closeIMG{
  cursor: pointer;
  float: right;
  font-family: 'fontawesome';
  font-size: 15px;
  text-align: center;
  width: 20px;
  position: absolute;
  right: 0;
  top:2px;
  color:#D3173A;
  z-index: 4;
}
.select-social-media .yellow-btn .btn{
  margin:15px 0 0;
}
.select-device input[type="file"]{
  display: none;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.inputfile + label:hover{
  background:rgba(3, 89, 122, 0.9) none repeat scroll 0 0;
  color:#fff;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 + label {
  background-color: #f8eb00;
  border-radius: 5px;
  color: #1d1d1d;
  height: 40px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 89px;
  margin-top:14px;
  margin-bottom: 0;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {

}
#customscroll {
    height: 98%;
    overflow: hidden;
    position: relative;
}
/*.select-social-media .modal-sm{
  width:450px;
}
.social-media-modal{
  padding:53px 63px 56px;
}*/
#social_login .modal-sm {
  max-width: 500px;
  text-align: center;
  width: 100%;
}
.social-media-modal {
  padding: 30px;
}
.modal-content h3{
  font-size: 26px;
   margin-bottom: 39px;
}
/*.media-btns {
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: 'PantonW01-Bold';
  font-size: 14px;
  line-height: 40px;
  margin: 7px 0;
  padding: 0 0 0 40px;
  position: relative;
  text-transform: uppercase;
  width: 293px;
}*/
.media-btns {
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: "PantonW01-Bold";
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 40px;
  margin: 7px 0;
  padding-left: 29px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 293px;
}
.fb-media{
  background: #4867aa;
}
.media-btns i {
  font-size: 24px;
  left: 12px;
  position: absolute;
  top: 9px;
}
.fb-media::before, .insta-media::before {
/*  background: #395186;
  content: "";
  height: 57px;
  left: 57px;
  position: absolute;
  top: 7px;
  width: 1px;
*/}
.insta-media::before{
  background: #db3132;
}
.insta-media{
  background: #ff393a;
}
.modal-content{
  border-radius: 20px;
  overflow: hidden;
}
.modal-dialog{
  margin:10% auto;
}
.modal-content .close{
  opacity: 1;
}
.modal-content .close span,.close.custom_close span {
  color: #fff;
  font-size: 20px;
  display: block;
  transform: rotate(-45deg);
}
.modal-content .close{
  background: #00aff3 none repeat scroll 0 0;
  display: inline-block;
  height: 65px;
  position: absolute;
  right: -55px;
  top: -5px;
  transform: rotate(45deg);
  width: 153px;
}
/*** Tool - 4  ***/
.column {
  float: left;
  margin: 2px;
  width: 33%;
}
.tool_4 .tool-board .nav-tabs li {
  width: 33.3%;
}
.tool_4 .tool-board .nav-tabs li a{
  width:auto;
}
.column  .canvas-content{
  background: #fff;
  padding: 38px 24px;
}
.content-area{
  margin-bottom:25px;
}
.content-area:last-child{
  margin: 0;
}
.content-area textarea{
  border:1px dashed #e9e9e9;
  height: 120px;
  width:100%;
  resize: none;
  border-radius: 5px;
  padding:15px;
}
.content-area-sm textarea{
  height: 120px;
}
.content-area-md textarea{
  height: 287px;
}
.content-area-lg textarea{
  height: 580px;
}
.tool_4 .tool-bar .ff-select{
  width:25%;
}
.tool_4 .tool-bar .fs-select {
  width: 12%;
}
.tool_4 .tool-bar {
  margin-top: 6px;
  min-height: 495px;
}
.tool_4 .bottom-btns{
  margin-top: 26px;
  margin-bottom:78px;
}
.tool_4 .preview-photo-section li{
  width: 18%;
}
.green-round-btns{margin-top: 10px;}
.green-round-btns li{
  float: left;
  margin-left: 5px;
}

.green-round-btns a {
  background: #b4e97a;
  color: #2e4c0d;
}
.green-round-btns a:hover {
  background: rgba(3, 89, 122, 0.9) none repeat scroll 0 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blankcard-modal .modal-sm{
  width:653px;
}
.blankcard-select{
  padding:53px 32px 63px;
}
.blankcard-select li{
  float:left;
  margin: 0 15px;
}
/*.blankcard-select li.active a, */
.blankcard-select li:hover a{
  border: 1px solid #b4e97a;
}
.blankcard-select li a{
  background: #f5f5f5;
  border-radius: 15px;
  height: 335px;
  padding: 30px;
  width: 263px;
  display: block;
  position: relative;
  border: 1px solid #f5f5f5;
}
.blankcard-select li a h4{
  bottom: 31px;
  color: #1d1d1d;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
}
.blankcard-select li a img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
}
.load-more a{
  width:351px;
  height: 57px;
  line-height: 57px;
  padding:0;
  margin:6px 0 33px;
}
/******* Registration Popup ********/
.register-modal .modal-sm{
  width:450px;
}

/*****************************************************************************
***************************css for conten sec end  ***************************
******************************************************************************/





/*****************************************************************************
***************************css for footer sec start ***************************
******************************************************************************/

.social-icons{
  margin-left: 30px;
}
.social-icons li{
  float: left;
}
.social-icons li a{
  background: #dadada;
  width:30px;
  height: 30px;
  display: block;
  border-radius:50%;
  margin:5px;
  line-height: 30px;
  text-align: center;
  color:#454545;
}
.social-icons li a:hover{
  background: rgba(3, 89, 122, 0.9) none repeat scroll 0 0;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.footer-nav {
  font-family: 'PantonW01-Regular';
  padding:52px 0 51px;
}
.footer-nav ul{
  float: left;
}
.footer-about ul {
    margin-right: 124px;
}
.footer-support ul {
    margin-right: 121px;
}
.footer-nav li a{
  color:#1d1d1d;
  font-size: 14px;
  line-height: 26px;
}
.footer-nav li a:hover{
  color:#00aff3;
}
.footer-nav li a strong{
  font-family: 'PantonW01-Bold';
  margin-bottom:15px;
  display: block;
}
.footer-bottom{
  background: #f1f0f0;
  padding:13px 0 11px
  ;
}
.footer-bottom p{
  color:#1d1d1d;
  font-size: 14px;
  font-family: 'PantonW01-Regular';
  padding-top:6px;
}
.debitcards{
  float:right;
}
.debitcards li{
  float: left;
  margin-left:9px;
}


/*****************************************************************************
***************************css for footer sec end ***************************
******************************************************************************/

.form-item-shipping-options label {
  width: 48.5%;
  margin-bottom: 30px;
  padding-left: 0;
}
.form-item-shipping-options:nth-child(2) label {
  margin-left: 3%;
}

@media only screen and (max-width: 767px) {
  .form-item-shipping-options label {
    width: 100%;
    margin-left: 0;
  }
  .form-item-shipping-options:nth-child(2) label {
    margin-left: 0;
  }
}


.form-item-shipping-options input[type="radio"] {
  display: none;
  visibility: hidden;
}

.form-item-shipping-options .shipping-option-box {
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 40px 40px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  /* min-height: 280px; avoid that later, use flex or smth */
  cursor: pointer;
  transition: none;
  box-shadow: 1px 1px 6px grey;
}

@media (max-width: 500px) {
  .form-item-shipping-options .shipping-option-box {
    padding: 10px 10px;
  }
}

.delivery_box{
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 40px 40px;
  text-align: center;
  border-radius: 10px;
  float: left;
  width: 48.5%;
  margin-bottom: 30px;
  cursor: pointer;
  transition: none;
  box-shadow: 1px 1px 6px grey;
}
.delivery_box:nth-child(2n){
  margin-left: 3%;
}
.delivery_box.active, :checked + .shipping-option-box{
  border: 3px solid #b4e97a;
}
.delivery_box ul{
  display: flex;
}
.delivery_box i{
  height:70px;
  width: 70px;
  background: #cecece;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
}
.delivery_box.active i{
  background: #00aff3;
}
.delivery_box h4{
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.delivery_box p{
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 24px;
  padding-top: 30px;
}
.canvas_container{
  position: relative;;
}

#right-menu {
    width: 150px;
    position: absolute;
    background-color: #ddd;
    border-radius: 5px;
    padding: 10px;
    z-index: 999999999999;
}
#right-menu li{
  padding: 5px 0;
  cursor: pointer;
}

/*tool 4 start*/
.column {
  float: left;
  margin: 2px;
  width: 33%;
}
.tool_4 .tool-board .nav-tabs li {
  width: 33.3%;
}
.tool_4 .tool-board .nav-tabs li a{
  width:auto;
}
.column  .canvas-content{
  background: #fff;
  padding: 38px 32px;
}
.content-area{
  margin-bottom:25px;
}
.content-area:last-child{
  margin: 0;
}
.content-area canvas{
  border:1px dashed #e9e9e9;
  height: 120px;
  width:100%;
  resize: none;
  border-radius: 5px;
  padding:0;
}
.content-area-sm canvas{
  height: 120px;
}
.content-area-md canvas{
  height: 287px;
}
.content-area-lg canvas{
  height: 580px;
}
.tool_4 .tool-bar .ff-select{
  width:25%;
}
.tool_4 .tool-bar .fs-select {
  width: 12%;
}
.tool_4 .tool-bar {
  margin-top: 6px;
  min-height: 495px;
}
.tool_4 .bottom-btns{
  margin-top: 26px;
  margin-bottom:78px;
}
.tool_4 .preview-photo-section li{
  width: 100px;
}
.t4_textbox textarea{
  height: 150px;
  width: 100%;
}
/*tool 4 end*/

/*** css start for 9-may header ***/
.have_point_btn {
  bottom: -32px;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: center;
  width: 213px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px grey;
}
.have_point_btn.blue {
  /*background: #00aff3 none repeat scroll 0 0;*/
  background: #3698D9; /* Old browsers */
}
.have_point_btn.gold{
  color: black;
  background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #AA771C); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3698D9', endColorstr='#00aff3',GradientType=0 ); /* IE6-9 */
}
.point_info_hove i.fa {
  font-size: 18px;
  position: absolute;
  right: 4px;
  top: 3px;
}
.have_point_btn input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: auto;
  line-height: 14px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  box-sizing: border-box;
}
/*.mycart button i.fa{
  position: absolute;
  right: 10px;
  top: 19px;
}*/
.mycart button i.fa {
  padding-left: 5px;
}
.main_navigation .navbar-default ,
.main_navigation{
  height: 135px;
}
.ppover_custom {
  background-color: #F8F9FB;
  color: #5F5F61;
  font-size: 16px;
  font-family: 'PantonW01-Regular';
  font-style: normal;
  left: 0;
  margin: 0 auto;
  padding: 3px;
  position: absolute;
  display: none;
  right: 0;
  top: 28px;
  z-index: 9;
  text-shadow: 0px 0px;
  border: 1px solid #CECECE;
  border-radius: 10px;
  box-shadow: 1px 1px 6px grey;
}
.ppover_custom::after {
  border-bottom: 8px solid #b4e97a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  right: 5px;
  top: -6px;
}
.point_info_hove:hover .ppover_custom{
  display: block;
}
/*************end*************/

/*******profile css start**********/
.user_profile {
  background: #3698D9; /* Old browsers */
  border-radius: 20px 20px 0 0;
  padding: 20px;
  text-align: center;
}
.user_img {
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 164px;
  overflow: hidden;
  position: relative;
  width: 164px;
}
.upload_icon {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  padding: 7px;
  position: absolute;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.user_name {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-family: 'PantonW01-Bold';
}
.profile_sidebar ul li{
  display: block;
}
.profile_sidebar ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1d1d1d;
  display: block;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 13px 20px;
  font-family: 'PantonW01-Bold';
}
.profile_sidebar ul li:last-child a{
  border: 0;
}
.profile_sidebar ul li a i{
  font-size: 18px;
  padding-right: 10px;
}
.profile_sidebar ul li.active a,.profile_sidebar ul li a:hover{
background-color: #b4e97a;
}
.profile_sec {
  padding: 55px 0;
}
.profile_sidebar ul {
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.userprofile_right h4,
.page-user-addressbook h4.page-header,
.page-user h4.page-header {
  color: #5F5F61;
  font-size: 22px;
  padding-bottom: 20px;
}
.card_bar ul li {
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  display: inline-block;
  margin-right: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
  width: 30.7%;
}
.card_bar ul li:hover .saved_cross{
  opacity: 1;
}
.saved_cross {
  background-color: #b4e97a;
  color: #000;
  font-size: 18px;
  height: 25px;
  line-height: 20px;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  cursor: pointer;
  width: 25px;
}
.card_bar ul li:hover{
  border-color:#b4e97a;
}
.card_bar ul li:nth-child(3n){
  margin-right: 0;
}
.card_img {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.card_name {
  font-size: 20px;
  padding-top: 15px;
  font-family: 'PantonW01-Bold';
}
.card_datime {
  font-size: 12px;
  padding: 5px 0 15px;
}
.btn_continue {
  background-color: #f8eb00;
  border: 0 none;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 20px;
  font-family: 'PantonW01-Bold';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card_bar ul li:hover .btn_continue{
  background-color: #b4e97a;
}
.view_dtlbox {
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #CECECE;
  margin-bottom: 10px;
  display: block;
  padding: 20px;
}
.detail_boximg {
  background-color: #fff;
  border: 1px solid #ededed;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}
.detail_boximg img{
  max-width: 62px;
}
.detail_boxcont {
  display: inline-block;
  padding: 5px 0 5px 15px;
  vertical-align: top;
  width: 55%;
}
.detail_boxcont h5 {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: 'PantonW01-Bold';
}
.detail_boxcont ul li {
  display: inline-block;
  font-size: 14px;
  font-family: 'PantonW01-Bold';
  padding: 10px 0;
  width: 49%;
}
.detail_boxcont ul li span{
font-family: 'PantonW01-Regular';
}
.detail_boxcont ul li:first-child span{
  color:#00aff3;
}
.btn_dtlbtn {
  background-color: #00aff3;
  border: 0 none;
  border-radius: 20px;
  color: #1d1d1d;
  display: inline-block;
  font-family: 'PantonW01-Bold';
  padding: 10px 20px;
}
.view_dtlbtn {
  float: right;
  margin-top: 40px;
}
.userprofile_right h4 a {
  float: right;
  font-size: 14px;
  font-family: 'PantonW01-Bold';
  text-transform: uppercase;
  padding-top: 5px;
  color:#00aff3;
}
.histry_tab .nav.nav-tabs {
  border: 0 none;
}
.histry_tab{
  padding-bottom: 20px;
}
.histry_tab .nav-tabs  li  a {
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #1d1d1d;
  display: block;
  font-size: 12px;
  margin-right: 10px;
  padding: 13px 23px;
  font-family: 'PantonW01-Bold';
  text-transform: uppercase;
  border: 0;
}
.histry_tab .nav-tabs a,.histry_tab .nav-tabs  li  a:hover{
  border: 0 !important;
  background-color: #b4e97a;
}
.detail_boxcont p {
  color: #5d5d5d;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
}
.detail_boxcont.order_cnt {
  padding: 0;
  width: 100%;
}
.order_field {
  padding-top: 20px;
}
.order_field input {
  border: 1px solid #ededed;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 40px;
  max-width: 270px;
  padding: 6px 12px;
  width: 100%;
}
.order_field > button {
  background-color: #f8eb00;
  border: 0 none;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.userprofile_right .form-control {
  height: 52px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color:#f5f5f5;
}
.conform_dtl .detail_boxcont ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.conform_dtl .detail_boxcont {
  padding: 5px 30px 5px 15px;
  width: 65%;
}
.conform_dtl .detail_boxcont ul li {
  padding: 5px 0;
}
.conform_dtl .detail_boxcont ul.delivery_detal li {
  width: 100%;
}
.conform_dtl .detail_boxcont ul.delivery_detal{
  border: 0;
  margin-bottom: 0;
}
.userprofile_right .view_dtlbox h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1d1d1d;
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.detail_boxcont h4 span {
  float: right;
  font-size: 16px;
  padding-top: 6px;
}
.detail_boxcont h4 span i {
  background-color: #00aff3;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.conform_dtl .detail_boximg img {
  max-width: 200px;
}
.detail_boximg > a {
  background-color: #b4e97a;
  border-radius: 20px;
  color: #2e4c0d;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.detail_boxcont.pending_dtl {
  width: 100%;
}
.pending_dtl .order_field > button {
  margin-left: 0;
}
.blankcard-select .form-control {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  text-align: center;
  font-family: 'PantonW01-Bold';
  height: 52px;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
}
.login_cnt {
  font-size: 16px;
}
.login_cnt a{
  font-family: 'PantonW01-Bold';
  color: #000;
}
.form-group.frtpswrd {
  font-size: 16px;
  text-align: left;
}
.form-group.frtpswrd label{
  font-weight: 400;
}
.form-group.frtpswrd a{
  float: right;
  color: #1d1d1d;
}
.view_dtlbtn .btn_dtlbtn:last-child {
  background-color: #b4e97a;
}
.column.full_column {
  width: 66.3%;
}
.page-user .profile_sidebar {
    background-color: transparent;
    border: medium none;
    margin: 10px;
}
/***********Profile drupal section************/
.logged-in.page-user .tabs--primary {
    display: none;
    visibility: hidden;
}
/*****profile css end**********/


/*** css start 23-may ***/
.banner_img_fade{position: relative;}
.banner_img_fade:after, .banner_img_fade:before {
  background-image: url("../images/slide.jpg");
  background-size: 100% auto;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  opacity: .3;
}
.banner_img_fade:before{
  right: auto;
  left: 100%;
}

/* new changes */
.new_set li{
  display: inline-block;
  padding: 0;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 2px;
}

/**21-jun css start ***/
.upper-canvas.focus {
  border-color: #000;
}
.new_set {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}
.inlay_verticle .canvas-board,
.preview_page .canvas-board{padding: 15px 9px;}

.inlay_verticle .column .canvas-content,
.inlay_verticle .column .preview_page{
  padding: 10px;
}
.inlay_verticle .green-round-btns a{padding: 10px 15px;}
.inlay_verticle .tool-board .tab-content{padding: 10px;}
.tool_4 .inlay_verticle .tool-bar .fs-select{width: 60px;}
 .tool_4 .inlay_verticle .tool-bar .ff-select {
  width: 60px;
}
.tool_4 .inlay_verticle .tool-bar{min-height: 368px;}
 .inlay_verticle .tool-board .nav-tabs li a{
  font-size: 12px; line-height: 34px;
}
.inlay_verticle .t4_textbox{margin-top: 5px;}

.tool_1 .nav-tabs > li{width: 32.6%;}
.tool_1 .nav-tabs > li{margin-right: 1%;}
.tool_1 .nav-tabs > li:last-child{margin-right: 0px;}
.tool_1 .nav-tabs > li a{width: 100%;}
.pre_full_bg{background: #f4f4f4; padding: 0px 0px; border-radius: 10px;}

.padd_left0{padding-left: 0px !important;}
.padd_right0{padding-right: 0px !important; }

.canvas-board.cart_right_page,
.canvas-board.cart_left_page{position: relative; padding: 30px 0;}
.canvas-board.cart_right_page{padding: 30px 0;}
.canvas-board.cart_left_page:after {
	top: 0px;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-bottom-color: #fff;
	border-width:15px 402px 15px 0;
	margin-left: 0;
}
.canvas-board.cart_left_page:before {
	bottom: 0;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-top-color: #fff;
	border-width:15px 402px 15px 0;
	margin-left: 0;
}

.canvas-board.cart_right_page:after {
	top: 0px;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-bottom-color: #fff;
	border-width:15px 0px 15px 402px;
	margin-left: 0;
}
.canvas-board.cart_right_page:before {
	bottom: 0;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-top-color: #fff;
	border-width:15px 0px 15px 402px;
	margin-left: 0;
}
.preview_page .column .canvas-content{padding: 15px 10px;}

body.page-user-addressbook #block-system-main > div {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 10px;

  padding: 15px;
  margin-bottom: 10px;

}
body.page-user-addressbook #block-system-main .addressbook-links{font-size: 0px;}
body.page-user-addressbook #block-system-main .addressbook-links a{
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  background: #00aef3;
  color: #fff;
  margin-right: 5px;
  border-radius: 4px;
  margin-top: 10px;
}

.page-search-node .node-results a {
  display:inline-block;
  background: #00aff3;
  padding: 8px 15px;
  min-width: 120px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: bold;

}
.views-field-path .field-content a:hover,
.views-field-url .field-content a:hover,
.page-search-node .node-results a:hover {
    background: #b4e97a none repeat scroll 0 0;
    color: #1d1d1d;
}
.page-search-node .col-sm-4 .search-buy {
    margin-bottom: 30px;
    text-align: center;
}

#addTextCanvas{
  background: #00aff3;
  color: #fff;
}

.preview_page  .content-area canvas{
  border: none;
}

.page-user-addressbook .views-view-grid td{
    padding: 5px 5px 50px;
}
.inlay_verticle .column {
  float: left;
  margin: 2px;
  width: 35.5%;
}
.inlay_verticle .column.margin0 {
    width: 28%;
}
.content-area {
    margin-bottom: 18px;
}
#vertical_slider .slick-slide a {
  display: block;
  text-align: center;
}
#vertical_slider{padding: 20px 0px;}
#vertical_slider .slick-slide a img {
  display: inline-block; width: 100px; max-width: 100%; margin: 0 !important; padding: 0px;
}
.slider_left .tool-title {
  margin-top: 22px;
  text-align: center;
}
/**inlay_page**/
.inlay_verticle .column:nth-child(2) {
  margin-left: 0px;
}
.inlay_verticle {
  background: #f4f4f4 none repeat scroll 0 0;
  float: none;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  width: 84%;
  border-radius: 10px;
}
.inlay_verticle .column {
  float: left;
  margin: 0;
  width: 50%;
}
.column.col_inlay_right {
  width: 15%;
}
.inlay_verticle .canvas-board{
  padding: 0px; background: none; margin-top: 0px;
}
.top_button_list {
  float: none;
  margin-top: 0;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.top_button_list li{
  display: inline-block;
}
.top_button_list li a{
  display: block;
  height: 32px;
  width: 25px;
  background-image:url("../images/svg/save.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
    top: 6px;
}
.top_button_list > ul {
  display: inline-block;
  margin-right: 7px;
}
.top_button_list > ul:last-child{margin-right: 0px;}

.top_button_list li a.clip_open_icon{background-image:url("../images/svg/clear_all.svg");}
.top_button_list li a.clip_del_icon{background-image:url("../images/svg/delete.svg");}
.top_button_list li a.clip_undo_icon{background-image:url("../images/svg/undo.svg");}
.top_button_list li a.clip_copy_icon{background-image:url("../images/svg/copy.svg");}
.top_button_list li a.clip_cut_icon{background-image:url("../images/svg/cut.svg");}
.top_button_list li a.clip_paste_icon{background-image:url("../images/svg/paste.svg");}
.top_button_list li a.clip_box_icon1{background-image:url("../images/svg/move_front.svg");background-size: 25px auto;}
.top_button_list li a.clip_box_icon2{background-image:url("../images/svg/move_back.svg");background-size: 25px auto;}
.top_button_list li a.clip_box_icon3{background-image:url("../images/svg/Send_to_front.svg");background-size: 30px auto;width: 30px;}
.top_button_list li a.clip_box_icon4{background-image:url("../images/svg/Send_to_back.svg");background-size: 30px auto;width: 30px;}
.top_button_list li a.clip_box_icon5{background-image:url("../images/svg/grid-off.png");background-size: 31px 32px; width: 31px;}

.canvas_left_space .top_button_list li,.inlay_verticle .top_button_list li {
  padding: 0 5px;
}
.slider_left {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 10px;
  float: right;
  margin-right: -23px;
  margin-top: 22px;
  padding: 5px;
  width: 125px;
}
.outlay_can_board{
  /* padding: 32px;
  background: #f4f4f4; */
  border-radius: 0px;
  /* box-shadow: 0 9px 12px rgba(0,0,0,.3); */
  /* position: relative;
  overflow: hidden; */
}
.outlay_can_board .canvas-board{
  padding: 0px;
  background: none;
}
.outlay_can_board  .top_button_list > ul {
  display: inline-block;
  margin-right: 5px;
 /* margin-top: -18px;*/
  width: auto;
}
.top_button_list::after, .top_button_list::before {
  clear: both;
  content: "";
  display: table;
}
.preview_page .column:nth-child(1) .canvas-board {
  margin-top: 0;
}
.preview_page .column{
  width: 32.7%;
}


/** landcape css start ***/
.slider_bottom {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 20px;
}
.slider_bottom .tool-title{display: inline-block; width: 13%; vertical-align: top; padding-top: 43px;}
.slider_bottom .sample-cards{
  display: inline-block;
  width: 85%;
  }
  .slider_bottom .sample-cards .slick-prev, .slider_bottom .sample-cards .slick-next{
    top: 50%;
    left: -20px;
    bottom: auto;
  }
  .slider_bottom .sample-cards .slick-next{
    left: auto;
    right: -20px;
  }
  .slider_bottom .sample-cards .slick-prev::before{
    content: "\f100" !important;
  }
  .slider_bottom .sample-cards .slick-next::before{
    content: "\f101" !important;
  }
.landscape .outlay_can_board .top_button_list > ul{
  /*display: table-cell;
  width: 1%;*/
  margin: 0 10px 0 0;
}
.landscape .outlay_can_board .top_button_list.button_left > ul:last-child{
  margin-right: 0;
  /* float: left; */
}
.landscape .outlay_can_board .top_button_list > ul:last-child{
  margin-right: 0;
  /* float: right; */
}


.landscape .outlay_can_board .top_button_list {
  /* margin-top: -41px; */
  display: block;
  float: none;
  margin-bottom: 15px;
}
.landscape .tool_1 .container {
  width: 1110px;
  max-width: 100%;
}
.landscape .select-emoji-section li{width: 80px;}
.inlay_vertical_landscape .inlay_verticle .column{width: 100%; margin: 0;}
.tool_4 .tool-bar .ff-select{min-width: 130px;}
.tool_4 .tool-bar .fs-select{min-width: 62px;}
.inlay_vertical_landscape .container {
  width: 1169px;
}
.inlay_vertical_landscape .inlay_verticle{width: 63.39%;}
.inlay_vertical_landscape .column.col_inlay_right{width: 30%;}
.select-emoji-section li{margin-right: 10px;}
.landscape .preview_page{
  width: 700px;
  margin: 0 auto;
}
.landscape .preview_page .column{width: 100%;}
.landscape .preview_page .column .canvas-board{min-height: inherit;}
.landscape .preview_page .canvas_duumy_image {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}
.landscape .tool_4 .tool-bar{min-height: inherit;}


.expand li.main-search .search-box::-webkit-input-placeholder{color: #fff;}
.expand li.main-search .search-box:-moz-placeholder{color:#fff;}
.expand li.main-search .search-box::-moz-placeholder{color:#fff;}
.expand li.main-search .search-box:-ms-input-placeholder{ color:#fff;}
/** .landscape {padding-bottom: 15px;} **/
.top_button_list li a:hover {
  opacity: 0.4;
}




/***19 July Tool css canvas size*/

.landscape .outlay_can_board{
  /* padding: 29px;
  background: #f4f4f4;
  border-radius: 20px; */
}

.landscape .slider_bottom .tool-title {
    padding-top: 20px;
}

#portrait .tool_4 #inlayText-tool .color-swatch {
    float: left;
    height: 180px;
    width: 160px;
}
#portrait  .tool_4 .inlay_verticle {

    padding: 10px 10px 20px;

}

.tool_4 .photo-upload-section {
    border-radius: 4px;
    padding: 15px;
}
.tool_4 .select-device {
    float: none;
    width: 100%;
}

.tool_4 .select-social-media {
    border-top: 1px solid #e9e9e9;
     border-left: medium none;
    float: right;
    padding-left: 0;
    width: 100%;
}

.main-search .search-wrap{
  background: #3698D9;
}

.mycart button,
#commerce-checkout-form-checkout .panel-heading,
#commerce-checkout-form-complete .panel-heading{
  background: #3698D9;
}
.page-admin .nav-tabs {
    margin-bottom: 0;
}


#portrait .tool_4 .tool-board .tab-content{
   padding: 44px 10px 37px;
}
#portrait .tool_4 .select-emoji-section li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  float: left;
  font-size: 40px;
  height: 71px;
  line-height: 66px;
  margin-bottom: 20px;
  margin-right: 5px;
  text-align: center;
  width: 71px;
}
#portrait .tool_4 .select-social-media {
  margin-top: 10px;
 padding-top: 10px;
}

.page-user-addressbook .btn-success {
  background: #f8eb00 none repeat scroll 0 0;
  border-color: #f8eb00;
  color: #000;
  padding: 8px 10px;
  font-size: 14px;
}
.page-user-addressbook .pagination > li > a,
.page-user-addressbook .pagination > li > span{
  background: #f5f5f5;
  color: #1d1d1d !important;
  font-size: 14px;
  padding: 8px 10px;
}
.page-user-addressbook .pagination-sm > li:first-child{
  float: right;
}
.page-user-addressbook .pagination-sm > li:last-child{
  float: left;
}
.page-user-addressbook .pagination > li:first-child a {
    border-radius: 0 5px 5px 0;
}
.page-user-addressbook .pagination > li:last-child a {
    border-radius: 5px 0 0 5px;
}
.page-user-addressbook .pagination > li.active > a,
.page-user-addressbook .pagination > li.active > span,
.page-user-addressbook .pagination > li > a:hover,
.page-user-addressbook .pagination > li > span:hover{
  background-color: #b4e97a;
  border-color: #b4e97a;
}
.header_sec .navbar-default .navbar-nav > .active > a,
.header_sec .navbar-default .navbar-nav > .active > a:focus {
  color: #3698D9 !important;
}

.home-card-button .title.text-center h2{
  color:#5F5F61;
}

.view-commerce-addressbook-defaults .field-type-addressfield,
.view-commerce-addressbook .field-type-addressfield {
    max-width: 275px;
    min-height: 150px;
}
.debitcards img {
  border-radius: 2px;
  width: 52px;
}





.detail_boximg{
  position: relative;
}
.detail_boximg.deck img {
  position: relative;
  z-index: 11;
}
.detail_boximg.deck > div {
  height: 100%;
  left: 22px;
  position: absolute;
  top: 10px;
  width: 89%;
  z-index: 1;
}
.detail_boximg.deck > div img{
  height: 81%;
}

.card_preview .canvas_duumy_image img,
.card_preview .card_preview_inlay_right img {
    height: auto;
    width: 300px;
}
.card_preview.landscape .canvas_duumy_image img,
.card_preview.landscape .card_preview_inlay_right img {
    height: auto;
    width: 400px;
}
.card_preview_inlay_right, .card_preview_inlay, .card_preview_outlay {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 12px;
}

.card_preview.landscape .preview_card_detail .modal-dialog {
    width: 425px;
}
.card_preview .pre_full_bg {
    background-color: #eee;
    border-radius: 10px;

}
.card_preview .content-area {
    margin-bottom: 7px;
}
.card_preview.landscape .content-area {
    margin-bottom: 3px;
}
.close.custom_close {
  background: #00aff3 none repeat scroll 0 0;
  display: inline-block;
  height: 65px;
  position: absolute;
  right: -55px;
  top: -5px;
  transform: rotate(45deg);
  width: 153px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}
.page-user-orders-items .order-details #loading > img {
    max-width: 50px;
    margin-right:5px;
}
.preview_card_detail .modal-dialog {
  width: 975px;
}
.node-type-display-card #saved-alert {
    margin: 10px 75px 0;
}
.view-featured-card-categories .fcard-small .img-responsive {
    min-height: 252px;
    max-height: 252px;
}
.view-featured-card-categories .fcard-big .img-responsive {
    min-height: 476px;
    max-height: 476px;
}
.info-msg-landscape {
    background-color: #b4e97a;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 6%;
    text-align: center;
    top: 4%;
    transform: translate(0px, -50%);
    width: 175px;
}
.info-msg-landscape > span {
  color: #1d1d1d;
  font-family: 'PantonW01-Regular';
  font-size: 14px;
  font-weight: normal;
}
.info-msg-landscape::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
   /* border-top: 8px solid #b4e97a;*/
    bottom: -6px;
    content: "";
    left: 0;
    position: absolute;
    right: 50%;

}
.main_container.landscape {
  position: relative;
}
.btn-stroke {
    width: 70px;
}
#emoji #loading > img {
    display: block;
    height: auto;
    width: 50%;
    margin: 20px;
}

h1.page-header{
	color: #5F5F61;
}

#edit-continue, #edit-checkout{
	background: #5cb85c;
	color: #fff;
	border: none;
	padding:5px 10px;
	height: 38px;
	min-width: 90px;
	margin-right: 10px;
}
#edit-checkout{padding: 6px 12px; height: auto; margin-right: 0; height: 34px;}
#edit-cancel{
	background: #d9534f;
	color: #fff;
	padding:5px 10px;
	height: 38px;
	min-width: 90px;

	margin-left: 10px;
}
.commerce-paypal-ec-icon-wrapper .commerce-paypal-ec-icon.img-responsive {
  display: none;
}
.commerce-paypal-ec-icon-wrapper{

	background-image: url("../images/paypal-ec-logo.gif");
	background-repeat: no-repeat;
    background-size: auto 27px;
    display: block;
    height: 27px;
    margin-left: 5px;
    width: 60px;
}
#payment-details {
    width: 50%;
}


/* Delivery setup */
.form-item-commerce-shipping-shipping-service input[type="radio"] {
  display: block;
}

.form-item-commerce-shipping-shipping-service input[type="radio"]:checked+span{
   outline-style: solid;
   outline-width: 300px;
   outline-color: #B4E97A;
   border-radius: 0px;
 }

.SingaporePost-Local {
  background-image: url("https://cdn.simplysay.sg/s3fs-public/site_images/singpost_standard.png");
  background-repeat: no-repeat;
  background-size: auto 94.5px;
  display: block;
  height: 94.5px;
  width: 196px;
  box-shadow: 0 9px 12px rgba(0,0,0,.3);
  border-radius: 0px;
}

.preview_page #outlay_last .content-area {
    margin-bottom: 0;
}

/***css changes 15 Nov 2017**/

.top_button_list .tool-bar {
    display: inline-block;
    height: auto;
    margin: 0 !important;
    min-height: inherit !important;
    padding: 0;
    position: relative;
    top:-15px;
    vertical-align: top;
}
.top_button_list .tool-bar .select-bg-color-section.clearfix {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 13px;
}
.top_button_list .tool-bar .custom-color-section input[type="color"] {
  height: 40px;
  padding: 0;
  position: relative;
  top: 3px;
  width: 60px;
}

/**
inlay part new css
**/

.pre_full_bg img {
    max-width: 100%;
}


#cart_card_image {
    box-shadow: 0 9px 12px rgba(0, 0, 0, .3);
}

.product_image img {
    box-shadow: 0 9px 12px rgba(0, 0, 0, .3);
    margin-bottom: 12px;
}

.ajax-progress-throbber {
    display: none
}

/*.clip-icon:after {*/
    /*display: inline-block;*/
    /*content: "";*/
    /*height: 25px;*/
    /*width: 25px;*/
    /*background-size: 23px auto;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 0;*/
/*}*/

/*.clip-icon.save:after {*/
    /*background-image: url("../images/svg/save.svg");*/
/*}*/

/*.clip-icon.clip_open_icon:after {*/
    /*background-image: url("../images/svg/clear_all.svg");*/
/*}*/

/*.clip-icon.clip_del_icon:after {*/
    /*background-image: url("../images/svg/delete.svg");*/
/*}*/

/*.clip-icon.clip_undo_icon:after {*/
    /*background-image: url("../images/svg/undo.svg");*/
/*}*/

/*.clip-icon.clip_copy_icon:after {*/
    /*background-image: url("../images/svg/copy.svg");*/
/*}*/

/*.clip-icon.clip_cut_icon:after {*/
    /*background-image: url("../images/svg/cut.svg");*/
/*}*/

/*.clip-icon.clip_paste_icon:after {*/
    /*background-image: url("../images/svg/paste.svg");*/
/*}*/

/*.clip-icon.move_front:after {*/
    /*background-image: url("../images/svg/move_front.svg");*/
/*}*/

/*.clip-icon.move_back:after {*/
    /*background-image: url("../images/svg/move_back.svg");*/
/*}*/

/*.clip-icon.send_to_front:after {*/
    /*background-image: url("../images/svg/Send_to_front.svg");*/
/*}*/

/*.clip-icon.send_to_back:after {*/
    /*background-image: url("../images/svg/Send_to_back.svg");*/
/*}*/

/*.clip-icon.clip_box_icon5:after {*/
    /*background-image: url("../images/icons/icons8-grid-filled-50.png");*/
/*}*/

/*.clip-icon.bg_colour:after {*/
    /*background-image: url("../images/icons/BG_Colour.png");*/
/*}*/

/*.clip-icon.bg_image:after {*/
    /*background-image: url("../images/icons/BG_Image.png");*/
/*}*/

/*.clip-icon.camera:after {*/
    /*background-image: url("../images/icons/Camera.png");*/
/*}*/

/*.clip-icon.clear_All:after {*/
    /*background-image: url("../images/icons/Clear_All.png");*/
/*}*/

/*.clip-icon.delete:after {*/
    /*background-image: url("../images/icons/Delete.png");*/
/*}*/

/*.clip-icon.facebook:after {*/
    /*background-image: url("../images/icons/Facebook.png");*/
/*}*/

/*.clip-icon.save:after {*/
    /*background-image: url("../images/icons/Save.png");*/
/*}*/

/*.clip-icon.text:after {*/
    /*background-image: url("../images/icons/Text.png");*/
/*}*/

/*.clip-icon.undo:after {*/
    /*background-image: url("../images/icons/Undo.png");*/
/*}*/

/*.clip-icon.redo:after {*/
    /*background-image: url("../images/icons/Redo.png");*/
/*}*/

.preview-image {
    font-size: 0;
    display: inline-block;
    transform-origin: center center 0;
    transition: all 0.2s ease 0s;
    -webkit-transform-origin: center center 0;
    -webkit-transition: all 0.2s ease 0s;
}

.preview-image:hover {
    transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.preview-image-top {
    transform: matrix3d(1, 0, 0.00, 0, 0.00, 0.92, 0.00, 0.0001, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0.92, 0.00, 0.0001, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: center bottom 0;
}

.preview-image-bottom {
    transform: matrix3d(1, 0, 0.00, 0, 0.00, 0.92, 0.00, -0.0001, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0.92, 0.00, -0.0001, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: center top 0;
}

.preview-image-left {
    margin-right: -4px;
    transform: matrix3d(0.92, 0, 0.00, 0.0001, 0.00, 1, 0.00, 0.0000, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.92, 0, 0.00, 0.0001, 0.00, 1, 0.00, 0.0000, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: right center 0;
}

.preview-image-right {
    transform: matrix3d(0.92, 0, 0.00, -0.0001, 0.00, 1, 0.00, 0.0000, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.92, 0, 0.00, -0.0001, 0.00, 1, 0.00, 0.0000, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: left center 0;
}

div#slide-menu {
    float: right;
}

.tool-board p {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.ftr_post_slider .slick_item img {
    display: inline-block;
    object-fit: contain;
}

.homepage-birthdays {
  background-image: url(https://cdn.simplysay.sg/s3fs-public/site_images/homepage_birthdays_image.png);
  background-repeat: no-repeat;
  background-size: 350px;
  height: 200px;
  display:block;
}

.panel-title {
    color:#FFF;
  }

/**style for continue shopping */
  button#continue_shopping {
    background: gray;
    color: #ffff;
    margin-right: 1px;
    border: 0;
}
#custom-edit-continue{
	background: #5cb85c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    height: 38px;
    min-width: 90px;
    margin-right: 10px;
    display: none;
}
/*.checkout-buttons #edit-buttons-body #edit-continue{
	display:none;
}*/



.copyright {
  position: absolute;
  bottom: 0;
  color: #FFF;
  padding-left: 5px;
  padding-bottom: 5px;
}

.commerce-line-item-views-form {
  padding-bottom: 10px;
}

.feature-cards {
  width: 100%;
  max-width: 1160px;
  margin-bottom: 5px;
}
.featured-card {
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 210px;
  -webkit-justify-content: center;
}
.featured-card img {
  vertical-align: middle;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.views-field.views-field-nid.featured-card {
  padding: 3px;
}
.feature-card-text {
  color: #5F5F61;
  font-size: 16px;
  font-weight: normal;
  padding-left:10px;
}

.quantity-textfield{
  width: 75px;
}
.cart-deliverd-to-text {
  color: #5F5F61;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
}
.cart-packaged-in-text {
  color: #5F5F61;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
}
select[name=vote] {
display: none;
}

.reset-link {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.saving-message {
  color: #5F5F61;
  font-size: 16px;
  font-weight: normal;
}
#edit-field-relationship {
  text-align: center;
}
#edit-field-relationship label{
  color: #5F5F61;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
}
#edit-field-relationship .radio{
  display: inline-block;
  padding-right: 10px;
  margin: auto;
}
#cboxWrapper {
  background-color: transparent;
}
#cboxContent {
  background-color: transparent;
}
.dropdown-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-rule: 1px solid #EBEBEB; /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #EBEBEB; /* Firefox */
  column-rule: 1px solid #EBEBEB;
}

.views-field-commerce-coupon-code,
.views-field-remove-from-order
{
  font-family: 'PantonW01-Regular';
  text-align:left;
  font-weight:normal;
  color:#5F5F61;
}
.block-system {
  margin-top: 10px;
  margin-bottom: 5px;
}

.cart-view {
 box-shadow: 1px 1px 6px grey;
}
.upload-photo-card {
  position: relative;
  margin-top: -200px;
  margin-left: 18px;
  overflow: auto;
  text-align: center;
  width: 100%;
  max-width: 133px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px grey;
  background: #3698D9;
}
.upload-photo-card a {
  color: #FFF;
  }
.upload-photo-card a:hover {
  color: #07445A;
}
.upload-photo-card-front-page {
  position: relative;
  margin-top: -130%;
  overflow: auto;
  text-align: center;
  width: 100%;
  max-width: 141px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px grey;
  background: #3698D9;
}
.upload-photo-card-front-page a {
  color: #FFF;
  }
.upload-photo-card-front-page a:hover {
  color: #07445A;
}

#field-invite-user-relation-type-add-more-wrapper{
  display: none;
}
.block-invite .block-title {
  color: #1d1d1d !important;
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: center !important;
  padding: 5px 5px !important;
}
.form-item-field-invitation-email-address-und-0-value {
  text-align: center !important;
  padding: 5px 5px !important;
}
.form-item-field-invitation-email-address-und-0-value .control-label {
  text-align: center !important;
}
label[for="edit-field-invitation-email-address-und-0-value"]:after{
  visibility: visible;
  content:' Invitations - invite your friends & family by entering their email address below.';
}
#block-invite-invite-add-invite-by-email .field-name-field-invitation-email-address input {
  width: 200px;
}




.mobile-fp-start-text {
  display: none;
}
.mobile-logout {
  display: none;
}
#slick-views-front-page-sample-cards-2-slider,
#slick-views-instagram-banner-1-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
#slick-views-front-page-sample-cards-2-slider.slick-initialized,
#slick-views-instagram-banner-1-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.password-help {
  display: none !important;
}
.field_shipping_logo {
  width: 100%;
  height: auto;
  max-width: 220px;
}
.field_shipping_logo_select {
  width: auto;
  height: 100%;
  max-height: 36px;
}
/*.addressfield-container-inline.name-block, .street-block .form-group {
  margin-bottom: 15px;
}*/

.addressfield-container-inline .form-group{
  width: 100%;
}

.field_shipping_logo {
  width: 120px;
  height: auto;
}
.tooltip {
  display: none;
  visibility: hidden;
}
#commerce-checkout-coupon-ajax-wrapper {
  margin-bottom: 20px;
}
.views-field-granted-amount {
  display: none;
}

/* NEW REVAMP */
.views-column {
  float: left;
  width: 24%;
}
.views-field.views-field-nid {
  padding: 10px;
}

.product-image:hover {
 -webkit-filter: brightness(60%);
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}

.view-commerce-cart-form-new .table > tbody > tr > td {
  vertical-align: middle;
}



.view-commerce-cart-form-new .row {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (max-width: 992px) {
  .col-1-7 {
    text-align: center;
    padding: 10px 0;
  }
  .btn-update.update-address {
    display: inline-block;
  }
  .product_image img {
    margin: 0 auto;
  }
  .col-1-7.edit-quantity {
    width: 20%;
    margin: 0 auto;
    float: none;
  }
  .col-1-7.edit-quantity .form-control {
    text-align: center;
  }
  .col-1-7.edit-delete {
    width: 100%;
    float: left;
  }
  .page-cart .edit-delete .btn-info {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

.view-with-bottom-nav {
  background-color: inherit !important;
}
.formBuilder {
  padding: 0% !important;
  padding-left: 5% !important;
}
.shipping-option-box h2 {
  color: #1d1d1d;
  font-size: 20px;
}
