/* COLLECTIONS PAGE */





/* =============================== */



.bp-collections {

    background: #fff;

    padding: 2.78em 0;

    padding-top: 1.78em;

}

.bp-collections .collections-indivisual-items {

    background: #f4f3f3;

    margin-bottom: 10px;

    position: relative;

    cursor: pointer;

}

.collections-indivisual-items > figcaption > a {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}

.collections-indivisual-items > figcaption > a:hover, .collections-indivisual-items > figcaption > a:active, .collections-indivisual-items > figcaption > a:focus {

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);

    box-shadow: 0 0 10px rgba(0, 0, 0, .3);

}

.bp-collections .collections-indivisual-items figcaption > header h3 a {

    color: #2a110a;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}

.bp-collections .collections-indivisual-items figcaption ul, .bp-collections .collections-indivisual-items figcaption header {

    position: relative;

    z-index: 99;

}

.bp-collections .collections-indivisual-items figcaption ul li a {

    color: #2a110a;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}

.bp-collections .collections-indivisual-items figcaption > header h3 a:hover, .bp-collections .collections-indivisual-items figcaption > header h3 a:active, .bp-collections .collections-indivisual-items figcaption > header h3 a:focus {

    color: #fec34d;

}

.bp-collections .collections-indivisual-items figcaption ul li a:hover, .bp-collections .collections-indivisual-items figcaption ul li a:active, .bp-collections .collections-indivisual-items figcaption ul li a:focus {

    color: #fec34d;

}

.bp-collections .collections-indivisual-items figcaption > header {

    background: transparent;

}

.bp-collections .collections-indivisual-items figcaption > header h3 {

    font-size: 30px;

    padding: 0;

    margin-bottom: 0;

}

.bp-collections .collections-indivisual-items figcaption > header p {

    font-size: 1.85em;

    line-height: 1.2;

    max-width: 460px;

}

.bp-collections .collections-indivisual-items figcaption ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.bp-collections .collections-indivisual-items figcaption ul li {

    font-size: 0.89em;



    margin-bottom: 0.2em;

}

.bp-collections .collections-indivisual-items > figcaption {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}

.bp-collections .collections-indivisual-items > .img-wrpr {

    text-align: right;

}

.bp-collections .collections-indivisual-items:after {

    display: table;

    content: " ";

}

.bp-collections .collections-indivisual-items:after {

    display: table;

    content: " ";

    clear: both;

}

.bp-collections .collections-indivisual-items > .img-wrpr {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.bp-collections .collections-indivisual-items > .img-wrpr > img {

    display: block;

    height: 100%;

    margin-left: auto;

}

.bp-collection-gallery {

    background: #fff;

    padding: 2.78em 0;

    padding-top: 1.78em;

}

@-webkit-keyframes fadeInUpGalleryMenu {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, 10%, 0);

        transform: translate3d(0, 10%, 0);

    }

    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

@keyframes fadeInUpGalleryMenu {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, 10%, 0);

        transform: translate3d(0, 10%, 0);

    }

    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}

.fadeInUpGalleryMenu {

    -webkit-animation-duration: 0.5s;

    animation-duration: 0.5s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: fadeInUpGalleryMenu;

    animation-name: fadeInUpGalleryMenu;

}

@media (min-width:992px) {

    .bp-collection-gallery > .container > .row > .col-md-9 {

        width: 78%;

    }

    .bp-collection-gallery > .container > .row > .col-md-3 {

        width: 22%;

    }

}

@media (max-width:992px) {

    .bp-collections .collections-indivisual-items > figcaption {

        -webkit-box-align: center;

        -ms-flex-align: center;

        -ms-grid-row-align: center;

        align-items: center;

        text-align: center;

    }

    .bp-collections .collections-indivisual-items > .img-wrpr > img {

        max-width: 500px;

    }

    .bp-collections .collections-indivisual-items > .img-wrpr {

        margin-bottom: 1em;

    }

    .bp-collections .collections-indivisual-items {

        padding: 0 0 1.5em 0;

    }

}

@media (max-width:768px) {

    .bp-collections .collections-indivisual-items > .img-wrpr > img {

        max-width: 300px;

        margin-left: auto;

        margin-right: auto;

    }

    .bp-collections .collections-indivisual-items figcaption > header p {

        font-size: 18px;

    }

    .bp-collections .collections-indivisual-items figcaption > header h3 {

        margin-bottom: 10px;

        font-size: 25px;

    }

}

@media (min-width:768px) {

    .bp-collections .collections-indivisual-items > .img-wrpr, .bp-collections .collections-indivisual-items > figcaption {

        float: left;

        width: 40%;

        height: 330px;

        margin-left: 17%;

    }

    .bp-collections .collections-indivisual-items > .img-wrpr > img {}

    .bp-collections .collections-indivisual-items > figcaption{margin-left: 0}

    .bp-collections .collections-indivisual-items:hover{background: #ebebeb}

    .bp-collections .collections-indivisual-items:hover  header h3 > a,

    .bp-collections .collections-indivisual-items:hover  header p{color:#FFC34E}

}

@media (max-width:525px) {

    .bp-collections .collections-indivisual-items figcaption > header p {

        font-size: 1.2em;

        margin-top: 0.5em;

    }

}



/* =============================== */

.get-result{display: inline-block; width: 100%;}
.get-result .pro-block .pro-img img{width: auto; height: auto;}
.yellow-color.pro-block {
    background: #ffc34e; text-align: center;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.yellow-color.pro-block:hover {
    background: #402923; color: #fff;
}
.yellow-color.pro-block:hover .pro-name{
     color: #fff;
}




.pagination-wrpr {
    text-align: center;
    margin-top: 50px;
}

.pagination-wrpr li {
    display: inline-block;
}

.pagination-wrpr li > a {
    color: #402923;
    font-size: 16px;
    padding: 0 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}



.pagination-wrpr li:first-child > a , .pagination-wrpr li:last-child > a {
    border-radius: 5px;
    padding: 6px 15px;
    border: 1px solid #402923;
}



.pagination-wrpr li:first-child > a:hover,
.pagination-wrpr li:first-child > a:focus,
.pagination-wrpr li:first-child > a:active,
.pagination-wrpr li:last-child > a:hover,
.pagination-wrpr li:last-child > a:active,
.pagination-wrpr li:last-child > a:focus {
    background: #402923;
}

.pagination-wrpr li > a:hover, .pagination-wrpr li > a:focus, .pagination-wrpr li > a:active, .pagination-wrpr li.active > a {
    color: #ffc34e;
}

.text-justify{text-align: justify}
.hide, .hidden{display: none!important;}

.main-header .header-inner .rightside .btn-icon{position: relative;}
.main-header .header-inner .rightside #view_cart span{
    position: absolute;
    font-size: 8px;
    top: -3px;
    background: #2a110a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    right: -3px;
}

.additional-select.product-list{list-style: none; padding: 0; margin: 0;}
div.quantity{position: relative; display: inline-block;}
.quantity-nav {
    float: left;
    position: absolute;
    top: 0; right: 10px; bottom: 0;
  }

  .quantity-button {

    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  .quantity-button img{margin-top: 12px;}
  .quantity-button:hover {}

  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;

    top: 0;
  }

  .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
  }
  .btn-buy{border: none;}
  .product-detail-page .product-price{display: inline-block;}
.size-select-area_normal input{border-radius: 50px;}
.size-select-area_normal .quantity {display: inline-block; margin-left: 15px;}
.size-select-area_normal .quantity-nav{top: -5px;}


.weight-box {
    float: left;
    width: 100%;
    background: #2a110a;

    color: #fff;
    font-size: 18px;
    padding: 9px 23px;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: pointer;
}
.product-detail-page .additional-option-area .additional-select{clear: both;}
.weight-box.no-marg {
   margin: 0; margin-bottom: 25px;
    position: relative;
}
.weight-box.no-marg p.holder {
    padding: 10px 20px 10px 0;
    position: absolute;
    left: 185px;
   color: #fff;
   background: url(../images/custom-cake-inquiry/bgdropdown.png) right center no-repeat;
   cursor: pointer;  top:0
   }
   .weight-box.no-marg p.holder span{ padding-left: 20px;}
   div.dropdown { background: #fff;
   opacity: 0;
   color: #2A110A;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.5);
    width: auto !important;
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 185px;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index:-1;
    overflow-y: scroll;
    max-height: 300px
   }
   .weight-box.no-marg.open .dropdown { top: 50px; opacity: 1; z-index:5; visibility: visible;max-height: 300px}


   .weight-box > div > span.fl { background: none !important; float: none !important; display: inline-block; padding: 5px 0 !important; color: #000;font-size: 14px;}
   .ui-autocomplete{max-height: 300px;overflow-y: scroll;max-width: 360px;}
   .ui-autocomplete .ui-menu-item{font-weight:300;font-size: 14px}
   .dropdown.open { top: 20px !important; z-index: -1 !important; opacity:0 !important; visibility: hidden;max-height: 300px;overflow-y: scroll}
    .dropdown ul {
       list-style: none;
       margin: 0;
       padding: 0;
       }

       .dropdown ul li { cursor: pointer; display: block; font-size: 14px; padding: 5px 10px; border-radius: 5px;-webkit-border-radius: 5px;}
       .dropdown ul li:hover { color :#fff; background:#2A110A}
       .dropdown ul li span { padding-left: 20px;}

   #notice {
       background: #FFC34E;
       color: #2A110A;
       font-size: 12px;
       padding: 10px 13px;
       position: absolute;
       top: auto;
       z-index:-1;
       bottom: 265px;
       border-radius: 5px;
       -webkit-border-radius: 5px;
       opacity: 0;
       transition: all .4s;
       -webkit-transition: all .4s;
   }
   #notice.show {
       z-index:2;
       opacity: 1;
       bottom: 235px;
   }


   .customize-type{
   font: 16px;position: relative;display: inline-block;margin-right: 15px;
    }
    .customize-type input{
        opacity: 1;
        width: 30px;
        position: absolute;
        height: 30px;
        opacity: 0;
        vertical-align: middle;
        cursor: pointer;
    }
    .customize-type label:before{
        width: 30px;height: 30px;content: " ";
        border: 4px solid #2a110a;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        background: url(../img/added-wishlist-icon.png) no-repeat center center #2a110a;
        background-size: 0 0;
        margin-right: 6px;
        transition: all ease 0.3s;


    }
    .customize-type label{
        display: inline-block;
        cursor: pointer;


    }
    .customize-type input[type=radio]:checked + label:before{
        background-size:  80% 62%;
    }
.small_txt{font-size: 12px;}
    .show-cell {
        display: none;
    }

    ul.additon-option {
        float: left;
        list-style: none;
        padding: 0;
        width: 100%;
        margin-bottom: 0; max-width: 262px;
    }

    ul.additon-option li {
        width: 100%;
        font-size: 11px;
        background: url(../images/right-icon.png) 0 5px no-repeat;
        margin-bottom: 5px;
        float: left;
        padding: 0 5px 0 25px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        transition: background-color .4s;
        -webkit-transition: background-color .4s;
        cursor: pointer;
        line-height: 25px;
        min-height: 25px;
        display: block;
    }
    ul.additon-option li:last-child {
        margin-bottom: 0;
    }
    ul.additon-option li span {
        float: right;
    }
    p.error_msg, .error_msg {
        margin: 0 0 0px;
        line-height: 14px;
        font-size: 10px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        color: #f00;
    }

    select.additon-flavor {
        height: 26px;
        padding: 0px 12px;
        font-size: 12px;
        font-weight: normal;
        max-width: 262px;
    padding-right: 40px;
    }
    .quantity.smaller input{width: 70px;float: left;}

    .quantity-button {
        background: #fec34d;
      position: relative;
      cursor: pointer;
      width: 20px;
      text-align: center;
      color: #333;
      font-size: 13px;

      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      transition: all .4s;
      -webkit-transition: all .4s;
    }
    .quantity-button:hover { background: #eee}

    .quantity-button.quantity-up {
      position: absolute;
      height: 50%;
      border-bottom: 1px solid rgba(0,0,0,.2);
      top: 0;
    }

    .quantity-button.quantity-down {
      position: absolute;
      bottom: 0;
      height: 50%;
    }
    .up{ padding-top: 10px;}
    .down{ padding-top: 9px;}
    .cart-table .quantity-button img {
        margin-top: 0px;
    }
    .cart-table .quantity-nav {

        right: auto;

        left: 70px;
    }
.subprice.extra {
    margin: 13px 0 0 5px;
    float: right;
}
p:last-child{margin-bottom: 0;}
/*label.error {*/
/*    display: none!important;*/
/*}*/
input.error, textarea.error, select.error {
    border-bottom: 2px solid #f00!important;
}
.common-page.login-popup{max-width: inherit;}
#captcha-button span{width: 90px; float: left; margin-top: 10px;}
.login-popup #captcha-button .form-control{width: calc(100% - 100px); float: right;}



#login_drop_wrap {
    padding-top: 10px;
    background: url(../img/bg-logdrop.png) left 5px no-repeat;
    position: absolute;
    width: 145px;
    height: auto;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.header_login_area{position: relative;}
#login_drop_wrap ul.login_details {
	background: #FEC24D;
    display: block;
    left: 0;
	padding: 2px 0;
    position: absolute;
    text-align: left;
    width: 145px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

#login_drop_wrap ul.login_details li{
	border-bottom: 1px solid rgba(255,255,255,.4);
	display: block;
	color: #000;
	padding: 0 1px;
}
#login_drop_wrap ul.login_details li:last-child{border-bottom: 0;}

#login_drop_wrap ul.login_details li a{
	color: #000;
	display: block;
	padding: 5px 10px; font-size: 12px;
}

#login_drop_wrap ul.login_details li a:hover{
	color: #fff;
	background:#2A110A;
}
.header_login_area:hover #login_drop_wrap {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

main[class*="bp-"] >*:not(#parallaxWrap), form[class*="bp-"] >*:not(#parallaxWrap) {
    /* position: relative; */
    /* z-index: 99; */
}

main[class*="bp-"] > header, form[class*="bp-"] > header {
    background: transparent;
    text-align: center;
    margin-bottom: 2.78em;
}

element.style {
}
main[class*="bp-"] > header h1, form[class*="bp-"] > header h1 {
    color: #402923;
    position: relative;
    font-size: 32px;
    display: inline-block;
    text-transform: none;
}
.profileData_right a {
    color: #F15B38;
}
.account-field-col{margin-bottom: 15px;}
.account-field-col.birthdate img {
    left: 5px;
    position: absolute;
    top: 5px;
}
.account-field-col.birthdate {
    position: relative;
}
.birthdate > input {
    padding-left: 35px;
}
.btn-submit {
  display: inline-block;
    background: #FEC34E;
    border: none;
    width: 100%;
    line-height: 50px;
    border-radius: 25px;
    color: #2A110A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
}
.btn-submit:hover {
    opacity: 0.7;
}
.img-tham {
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 0;
    display: block;
    width: auto;
    max-width: 100%;
}
.order-history {
    background: url(../img/icoorderdetails.png) top center no-repeat;
    display: block;
    height: 23px;
    width: 21px;
    margin: 0 auto;
}
.add-to-cart {
    background: url(../img/icoaddcart.png) top center no-repeat;
    height: 23px;
    width: 21px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.trash {
    background: url(../images/custom-cake-inquiry/icotrash.png) top center no-repeat;
    height: 20px;
    width: 18px;
    display: block;
}
.trash:hover, .order-history:hover {
    background-position: center bottom;
}
.table>:not(caption)>*>*{vertical-align: middle;}
.order-btn a {

    padding: 17px 45px 15px 45px;
    background: #ffc34e;
    font-size: 20px;
    color: #000000;
    border-radius: 7px;
    margin-top: 30px;
}
.order-btn a:hover {
    color: #fff;
}

#parallaxWrap {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0; z-index: 0; display: none;
}
.pixel, .pixel2, .pixel3, .pixel4, .pixel5, .pixel6 {
    position: absolute;
    top: 38%;
}
.pixel2, .pixel3 {
    right: 0;
}
.pixel2 {
    top: 15%;
}
.table_ordrefull {
    padding: 5px;
    border: 0px solid #000;
    width: 100%;
    margin-bottom: 20px;
}
.table_ordrefull th, .table_ordrefull td {
    padding: 10px;
    width: 50%;
}
.table_ordrefull th {
    text-align: right;
}
.table_ordrefull tr:nth-child(even) {
    background: #efefef;
}
.table_ordrefull_details .left-heading span {
    line-height: 32px;
    font-size: 16px;
}
.table_ordrefull_details .left-heading {
    font-size: 12px;
    line-height: 16px;
}
.table_ordrefull_details .subprice{font-size: 13px;}
.account-settings{display: inline-block; width: 100%; margin-bottom: 80px;}
.account-settings .panel-default  {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.account-settings .panel-default > .panel-heading {
	background: none;
	border: 2px solid #FFC34E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}
.account-settings .panel-default > .panel-heading h4.panel-title {
	/* height: 45px; */
	line-height: 45px;
}
.account-settings .panel-default > .panel-heading h4.panel-title strong { margin-left: 15px; }
.account-settings .panel-title > a:hover { color :#F15B38;}
.btn-submit.change-name { padding: 10px 0; line-height: inherit; }
.no-margin-bottom { margin-bottom: 0 !important;}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.account-settings .panel-title { position: relative; }
.account-settings .panel-title > a {
	text-align: right;
	border-bottom: none;

	font-size: 12px;
	padding-bottom: 0;
	top: 0;
	line-height: normal;
	left: 0;
	right: 0;
	padding: 15px;
	display: block;
	position: absolute;
}
.panel-body {border: none !important;}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret {
    position: relative;
    top: -1px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateX(-180deg);
}
.collapsed .caret {
    transform: none;
    -webkit-transform: none;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-body {
    padding: 15px;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
    background: #fff;
    background: #fec34d;
}
#emailChangeForm p{margin-bottom: 10px;}

.payfort_iframe{
    width: 100%;
    min-height: 500px;
}
