@charset 'utf-8';
.center-div,
.middle-div {
    top: 50%;
    position: absolute
}

.center-div,
.hori-div,
.middle-div {
    position: absolute
}

body,
button,
header .nav-links li,
html,
input[type=submit],
textarea {
    font-family: Lato, sans-serif
}

.cart ul li:first-child,
.content-container h4,
.upper-text {
    text-transform: uppercase
}

@font-face {
    font-family: Darleston;
    src: url(../fonts/Darleston/Darleston.otf);
    src: url(../fonts/Darleston/Darleston.eot?#iefix) format('embedded-opentype'), url(../fonts/Darleston/Darleston.woff) format('woff'), url(../fonts/Darleston/Darleston.ttf) format('truetype'), url(../fonts/Darleston/Darleston.svg#Darleston) format('svg');
    font-weight: 400;
    font-style: normal
}

body,
html {
    height: 100%;
    min-height: 100%
}

.hide {
    display: none
}

.clearfix,
.clearfix:after {
    display: block;
    clear: both
}

.ease,
a,
button,
input[type=submit] {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.auto {
    width: 1024px;
    margin: 0 auto
}

img {
    max-width: 100%;
    height: auto
}

* {
    box-sizing: border-box
}

* html .clearfix {
    height: 1%
}

.clearfix:after {
    visibility: hidden;
    font-size: 0;
    content: "";
    height: 0
}

.btn-plain,
.drpdown {
    display: inline-block
}
.t-center{text-align: center;}
.center-div {
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.middle-div {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hori-div {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#nav-icon2,
.drpdown,
header {
    position: relative
}

#main-container {
    height: 100%;
    height: auto!important;
    min-height: 100%
}

footer,
header,
input[type=password],
input[type=text],
input[type=email],
textarea {
    -webkit-box-sizing: border-box;
    â€Œâ€‹ -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    outline: 0;
    resize: none
}

button,
button:hover,
input[type=submit]:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.wrapper {
    max-width: 1035px!important;
    width: 97%;
    margin: 0 auto
}

.wrapper2 {
    max-width: 1440px!important;
    width: 96%;
    margin: 0 auto
}

.full-width {
    width: 100%
}

.half-width {
    width: 50%
}

.box {
    -webkit-box-sizing: border-box;
    â€Œâ€‹ -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bg {
    background-repeat: no-repeat;
    background-position: 50% 50%!important
}

.fullscreen {
    width: 100%;
    min-height: 100%
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.btn-plain {
    text-align: center;
    border-radius: 5px;
    background: #FFF;
    color: #505050;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 12px 34px
}

.btn-plain:hover {
    color: #c54887
}

.btn-blue,
.btn-pink, .btn-gold {
    color: #FFF;
    letter-spacing: 5px;
    padding: 12px 34px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
      border-radius: 5px
}

.btn-pink {
    border: none;
    background: -webkit-linear-gradient(#f57898, #c54887);
    background: -o-linear-gradient(#f57898, #c54887);
    background: -moz-linear-gradient(#f57898, #c54887);
    background: linear-gradient(#f57898, #c54887);
    border-radius: 5px
}

.btn-pink:hover {
    background: #d96885;
    background: -webkit-linear-gradient(#d96885, #a43a6f);
    background: -o-linear-gradient(#d96885, #a43a6f);
    background: -moz-linear-gradient(#d96885, #a43a6f);
    background: linear-gradient(#d96885, #a43a6f)
}

.btn-blue {
    background: -webkit-linear-gradient(#50b7bb, #37a0a4);
    background: -o-linear-gradient(#50b7bb, #37a0a4);
    background: -moz-linear-gradient(#50b7bb, #37a0a4);
    background: linear-gradient(#50b7bb, #37a0a4);
    border-radius: 5px;
    min-height: 41px;
    border: none;
    vertical-align: top
}



.featured-products ul li label,
header .cart-top a,
header .cart-top i {
    vertical-align: middle
}

.btn-blue:hover {
    background: #3d8c8f;
    background: -webkit-linear-gradient(#3d8c8f, #287174);
    background: -o-linear-gradient(#3d8c8f, #287174);
    background: -moz-linear-gradient(#3d8c8f, #287174);
    background: linear-gradient(#3d8c8f, #287174)
}


.btn-grey {
    border: none;
    background:#9a9a9a;
    border-radius: 5px;
    letter-spacing:1px;
    color:#FFF;
    display:inline-block;
}

.btn-grey:hover {
    background: #797979;

}

header {
    padding: 20px 0;
    background: #fff;
    display: block
}

header .social-links {
    font-size: 14px;
    color: #919191;
    margin-bottom: 10px;
    padding-top: 20px
}

header .social-links p {
    margin: 0 0 0 30px
}

header .social-links p i {
    margin: 0 5px
}

header .social-links p a {
    color: #282828
}

header .social-links p a:hover {
    color: #000
}

header .nav-links {
    padding-top: 15px;
    color: #2d2d2d;
    font-size: 16px
}

header .nav-links li {
    display: inline-block;
    position: relative;
    margin: 0 20px
}

header .nav-links li hr {
    width: 80%;
    opacity: 0;
    height: 3px;
    background: #89becd;
    border: none;
    color: #89becd;
    margin: 0 auto;
    position:absolute;
    left:13%;
}

footer p,
footer ul {
    margin-bottom: 10px
}

header .nav-links li:hover hr {
    opacity: 1;
    margin-top: 5px
}

header .nav-links li.active hr {
    opacity: 1;
    margin-top: 5px;
    color: #d96b6b;
    background: #d96b6b
}

header .nav-links li a {
    color: #2d2d2d;
    letter-spacing: 1px;
    font-size:16px;
}
header .nav-links li a .submenu li a {
    font-size:14px;
}

header .cart-top {
    padding-top: 15px;
    margin-left: 15px
}

header .cart-top a {
    font-size: 12px;
    color: #363636;
    display: inline-block
}

header .cart-top i {
    font-size: 18px;
    margin-right: 5px;
    color: #d75a8d;
    display: inline-block
}
//** Additional Menu **/
header .nav-links .with-sub{display: inline-block; position: relative;}
header .nav-links .with-sub .submenu{height:0; overflow: hidden;width: 300px; background:#FFF; position: absolute; top:100%; left: 0; z-index: 99; }
header .nav-links .with-sub .submenu li{ display: block;}
header .nav-links .with-sub .submenu li:first-child{margin-top: 10px;}
header .nav-links .with-sub .submenu li:last-child{margin-bottom: 10px;}
header .nav-links .with-sub .submenu li a{padding: 10px 0; display: block; border-bottom:5px solid transparent;}
header .nav-links .with-sub .submenu li a:hover{border-bottom:5px solid #d96b6b;}
header .nav-links .with-sub:hover .submenu{height:auto; display: block; box-shadow: 0 3px 8px rgba(0,0,0,0.30);}


footer {
    padding: 0 0 30px;
    text-align: center;
    font-size: 14px
}

footer ul li {
    display: inline-block;
    margin: 0 20px
}

footer ul li a {
    color: #2d2d2d;
    letter-spacing: 1px
}

footer p {
    color: #4c4c4c
}

footer .hw-link a {
    color: #999
}

footer .hw-link a:hover span {
    color: #37a0a4
}

footer .hw-link i {
    font-size: 16px;
    color: #c54887
}

footer .before-footer {
    max-width: 975px;
    width: 100%;
    margin: 0 auto 50px
}

footer .before-footer hr {
    width: 100%;
    height: 2px;
    background: #bbb;
    color: #bbb;
    border: none;
    margin: 5px 0
}

.upper-footer{text-align: center;}
.upper-footer .footer-cont{max-width: 320px; text-align: left; width: 100%; display: inline-block; vertical-align: top; padding: 10px;}
.upper-footer .footer-cont:first-child{max-width: 385px; }
.upper-footer .footer-cont h3{font-size: 16px; color: #4c4c4c; margin-bottom: 10px;}
.upper-footer .footer-cont p{font-size: 12px;}
.upper-footer .footer-cont img{margin-bottom: 10px;}
.upper-footer .footer-cont ul li{display: inline-block; width: 49%; margin: 0 0 5px;}
.upper-footer .footer-cont ul li a{letter-spacing: 0; font-size: 12px;}

#nav-icon2 {
    width: 65px;
    display: none
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #f57898;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

#nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 18px
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 36px
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px
}

.banner-holder {
    min-height: 575px;
    width: 100%
}

.banner-holder .wrapper {
    position: relative;
    min-height: 575px
}

.banner-holder .text-content {
    max-width: 514px;
    width: 100%;
    right: 0
}

.banner-holder .text-content h1 {
    display: inline-block;
    text-align: right;
    font-family: Darleston;
    font-size: 100px;
    color: #FFF;
    font-weight: 400;
    line-height: 50px
}

.banner-holder .text-content h1 span {
    display: block;
    text-align: right;
    font-size: 20px;
    font-family: Lato, sans-serif;
    letter-spacing: 3px
}

.banner-holder .text-content p {
    font-size: 18px;
    font-family: Lato, sans-serif;
    color: #FFF;
    padding: 0 10px;
    max-width: 480px
}

.banner-holder .text-content a {
    margin: 30px 0 0 10px
}

.arrow-down {
    position: absolute;
    bottom: 115px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    z-index: 2
}

.arrow-down a {
    color: #FFF
}

.ads-listing {
    width: 100%;
    text-align: center;
    margin: -160px 0 50px;
    position: relative;
    z-index: 2
}

.ads-listing .ads-holder {
    max-width: 338px;
    width: 100%;
    display: inline-block;
    margin: 0 2px;
    max-height:194px;
    overflow:hidden;
    vertical-align:top;
}

.ads-listing .ads-holder img {
    max-width: 100%
}

.title-holder {
    text-align: center;
    color: #3b3b3b;
    margin-bottom: 40px
}

.title-holder h2 {
    font-family: Darleston;
    font-size: 65px;
    font-weight: 400;
    letter-spacing: 3px
}

.title-holder p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.featured-products ul li {
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin: 0 3px
}

.featured-products ul li:first-child {
    font-weight: 600;
    margin-right: 10px
}

.featured-products ul li img {
    vertical-align: middle;
    margin-right: 3px
}

.featured-products .btn-blue {
    margin: 0 auto;
    max-width: 295px;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 600;
}

.featured-products .cod-holder {
    width: 100%;
    text-align: center;
    margin: 30px 0
}
.featured-products .cod-holder p{
  font-size: 16px; margin: 10px 0;
}

.featured-products .cod-holder img {
    max-width: 100%:
}

.product-listing {
    max-width: 1035px;
    width: 100%;
    margin: 30px 0;
    text-align: center
}

.product-listing.in-shop {
    margin: 30px 0;
    text-align: center;
    position: relative
}

.product-listing .filter-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    width: 91%;
    margin: auto;
    background: #ede4e4;
    opacity: .7
}

.product-listing-filter {
    width: 100%;
    margin: 20px auto 0
}

.product-listing-filter .filter-item {
    max-width: 20%;
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: left!important
}

.product-listing-filter .filter-item label {
    display: block
}

.product-listing-filter .filter-item.categories label {
    display: inline-block
}

.product-listing-filter .filter-item.categories input[type=checkbox] {
    margin-right: 5px
}

.product-listing-filter .filter-item,
.product-listing-filter .filter-item input,
.product-listing-filter .filter-item select {
    margin: 15px 0 0
}

.product-listing-filter .filter-item input[type=range],
.product-listing-filter .filter-item input[type=text],
.product-listing-filter .filter-item select {
    width: 100%
}

.product-listing-filter .filter-item input[type=text],
.product-listing-filter .filter-item select {
    padding: 7px 8px
}

.product-listing .product-holder {
    max-width: 238px;
    width: 100%;
    display: inline-block;
    margin: 10px 8px 20px;
    text-align: center;
    vertical-align: top
}

.product-listing .product-holder .img-holder {
    width: 100%; max-width: 100%;
    position: relative
}

.product-listing .product-holder .img-holder .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #40a8ac
}

.product-listing .product-holder .img-holder:hover .overlay {
    opacity: 1
}

.product-listing .product-holder .img-holder .overlay a {
    font-size: 14px;
    letter-spacing: 2px;
    background: 0 0;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 10px 25px
}

.product-listing .product-holder .img-holder .overlay a:hover {
    background: rgba(0, 0, 0, .2)
}

.product-listing .product-holder .img-holder img {
    width: 100%
}

.product-listing .product-holder .flower-holder {
    margin: 10px 0 5px
}

.product-listing .product-holder .flower-holder img {
    margin: 0 8px
}

.product-listing .product-holder a {
    display: block;
    color: #dc5f8f;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px
}

.product-listing .product-holder a:hover {
    color: #8c3d5c
}

.product-listing .product-holder p {
    color: #191919;
    font-size: 14px
}

.how-container {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 0;
    max-height: 745px;
    background-size: cover!important;
    background-attachment: fixed!important;
    background-position: center center!important
}

.how-container .title-holder {
    margin:0 auto 50px;
    max-width:900px;
    width:95%;
}

.how-container .tablet-holder {
    margin: 0 auto -60px;
    max-width: 975px;
    width: 100%;
    min-height: 520px;
    background-size: cover!important
}

.how-container .tablet-holder .tablet-content {
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 0
}

.how-container .tablet-holder .tablet-content hr {
    max-width: 84px;
    width: 100%;
    height: 2px;
    border: none;
    background: #FFF;
    color: #fff;
    margin: 70px 3px 0;
    display: inline-block;
    vertical-align: middle
}

.how-container .tablet-holder .tablet-content p {
    font-size: 14px;
    color: #FFF;
    text-align: center
}

.how-container .tablet-holder .tablet-content .btn-plain {
    margin: 20px auto 0;
    display: block;
    max-width: 250px;
    width: 100%;
    text-align: center
}

.how-container .tablet-holder .tablet-content .how-holder {
    max-width: 180px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 30px
}



.how-container .tablet-holder .tablet-content .how-holder p {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px
}



.bridal-collection{margin: 60px 0; width: 100%; position:relative; text-align:center;min-height:428px; }
.bridal-collection .content-holder{max-width: 80%; width: 100%;}
.bridal-collection h3{color:#FFF;font-family: Darleston; font-size:103px; font-weight:400; letter-spacing:2px; line-height: 80px;}
.bridal-collection h5{font-size:20px; color:#FFF; letter-spacing:2px; font-weight:400; }
.bridal-collection p{margin-bottom:80px; font-size:16px; color:#FFF; letter-spacing:0; font-weight:400; }


.inner-page {
    background: #f3f3f3;
    padding: 60px 0 0
}

.inner-page .title-holder h2 {
    color: #8bb0b8
}

.inner-page .ads-listing {
    margin: 30px 0 0
}

.testimonial-listing {
    text-align: center
}

.testimonial-listing .testi-holder {
    max-width: 433px;
    width: 100%;
    min-height: 220px;
    border: 1px solid #f5f5f5;
    padding: 20px;
    background: url(../images/test-bg.jpg) 15px 100% no-repeat #FFF;
    margin: 0 30px 40px;
    display: inline-block;
    vertical-align: top
}

.testimonial-listing .testi-holder .inner {
    padding: 10px 6px 90px;
    max-width: 400px;
    width: 100%;
    min-height: 180px;
    border: 3px solid #c8c8c8;
    margin: 0 auto
}

.testimonial-listing .testi-holder .inner .img-holder {
    margin: 20px auto;
    max-width: 233px;
    width: 100%
}

.testimonial-listing .testi-holder .inner .img-holder img {
    width: 100%
}

.testimonial-listing .testi-holder .inner p {
    font-size: 16px;
    color: #959595;
    margin-bottom: 10px
}

.testimonial-listing .testi-holder .inner h3 {
    font-size: 18px;
    color: #43abaf
}

.testimonial-listing .testi-holder .inner label {
    font-size: 14px;
    color: #363636
}

.about-content {
    text-align: center
}

.about-content p {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 25px;
    max-width: 755px;
    width: 100%;
    text-align:left;
    margin: 0 auto!important
}

.about-content .blue-cont {
    border-radius: 5px;
    max-width: 915px;
    width: 100%;
    padding: 20px 90px;
    margin: 40px auto;
    background: #6d9da7
}

.about-content .blue-cont p {
    max-width: none;
    color: #FFF;
    font-size: 14px
}

.blog-holder .sidebar {
    max-width: 265px;
    text-align: left;
    width: 100%
}

.blog-holder .sidebar h3 {
    color: #89becd;
    font-size: 20px
}

.blog-holder .sidebar hr {
    max-width: 58px;
    width: 100%;
    height: 3px;
    border: none;
    background: #c09c31;
    color: #c09c31
}

.blog-holder .sidebar ul li {
    padding: 7px 0;
    border-bottom: 1px solid #FFF
}

.blog-holder .sidebar ul li:last-child {
    border: none
}

.blog-holder .sidebar ul li a {
    color: #2e2e2e;
    font-size: 14px
}

.blog-holder .sidebar ul li a:hover {
    color: #000
}

.blog-holder .blog-listing {
    max-width: 720px;
    width: 100%
}

.blog-holder .blog-listing .blog-holder {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
    margin: 20px auto 40px
}

.blog-holder .blog-listing .blog-holder:hover {
    border: 5px solid #c09c31
}

.blog-holder .blog-listing .blog-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    opacity: 0
}

.blog-holder .blog-listing .blog-holder:hover .overlay {
    opacity: 1
}

.blog-holder .blog-listing .blog-holder img {
    width: 100%
}

.blog-holder .blog-listing .blog-holder .black-filter {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%
}

.blog-holder .blog-listing .blog-holder .black-filter img {
    width: 100%
}

.blog-holder .blog-listing .blog-holder .content-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 30px 30px 10px
}

.blog-holder .blog-listing .blog-holder .content-holder h3 {
    font-size: 24px;
    color: #FFF
}

.blog-holder .blog-listing .blog-holder .content-holder p {
    font-size: 12px;
    color: #959595
}

.blog-holder .blog-listing .blog-holder .content-holder p span {
    color: #FFF
}

.blog-holder .blog-listing .blog-holder .content-holder hr {
    max-width: 58px;
    width: 100%;
    height: 3px;
    border: none;
    background: #c09c31;
    color: #c09c31
}

.blog-holder .blog-detail .content-holder {
    margin: 20px 0 70px
}

.blog-holder .blog-detail .content-holder h3 {
    font-size: 24px;
    color: #0d0d0d
}

.blog-holder .blog-detail .content-holder p.date {
    font-size: 12px;
    color: #959595;
    line-height: 20px
}

.blog-holder .blog-detail .content-holder p span {
    color: #414141
}

.blog-holder .blog-detail .content-holder hr {
    max-width: 58px;
    width: 100%;
    height: 3px;
    border: none;
    background: #c09c31;
    color: #c09c31
}

.blog-holder .blog-detail .content-holder label {
    font-size: 15px;
    color: #000
}

.blog-holder .blog-detail .content-holder label i {
    margin: 0 3px
}

.blog-holder .blog-detail .content-holder p img.f-left {
    margin: 0 10px 10px 0
}

.blog-holder .blog-detail .content-holder p img.f-right {
    margin: 0 0 10px 10px
}

.blog-holder .blog-detail .content-holder p {
    line-height: 20px;
    font-size: 13px;
    color: #414141
}

.product-detail .wrapper3 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 80px
}

.gallery-holder {
    max-width: 500px;
    width: 100%
}

.gallery-holder .img-holder {
    width: 95%;
    margin-bottom: 20px;
    max-width: 485px;
    max-height: 630px;
    overflow: hidden;
}

.content-container,
.gallery-holder .img-holder img,
.gallery-holder .thumbnail-holder img {
    width: 100%
}

.gallery-holder .thumbnail-holder {
    max-width: 90px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block
}

.content-container {
    max-width: 400px
}

.content-container h3 {
    font-size: 24px;
    color: #363636;
    font-weight: 400
}

.content-container .price {
    font-size: 24px;
    color: #d0538b;
    margin: 10px 0;
    display: block
}

.content-container h4 {
    margin: 20px 0 5px;
    font-size: 14px;
    color: #363636
}

.content-container p {
    font-size: 14px;
    color: #787878
}

.content-container p.bouquet {
    font-weight: 600;
    margin: 30px 0 5px;
    color: #363636
}

.content-container ul li {
    width: 49%;
    margin: 5px 0;
    display: inline-block;
    vertical-align: middle
}

.content-container ul li img {
    margin-right: 5px
}

.content-container .form-holder {
    margin-top: 20px
}

.content-container .form-holder ul li {
    padding-right: 10px
}

.content-container .form-holder ul li.full-width {
    max-width: 100%;
    width: 100%
}

.content-container .form-holder ul li h4 {
    font-size: 14px;
    color: #363636
}

.filter-item select,
.form-holder select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cccaca;
    padding: 10px 45px 10px 10px;
    font-size: 14px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-arrow.png) no-repeat #FFF;
    background-position: right top
}

.filter-item select {
    padding: 7px 44px 7px 8px!important
}

.form-holder button {
    background: 0 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccaca
}

.form-holder button:hover {
    border: 1px solid #e5493a
}

.form-holder button.minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -2px
}

.form-holder button.plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -2px
}

.form-holder button img {
    margin: 0!important
}

.form-holder button.btn-pink {
    background: #f57898;
    background: -webkit-linear-gradient(#f57898, #c54887);
    background: -o-linear-gradient(#f57898, #c54887);
    background: -moz-linear-gradient(#f57898, #c54887);
    background: linear-gradient(#f57898, #c54887);
    margin-top: 20px;
    border: none
}

.form-holder .quantity input[type=text] {
    max-width: 45px;
    text-align: center;
    border: 1px solid #cccaca;
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #555;
    padding: 10px;
    border-left: none;
    border-right: none;
    display: inline-block;
    vertical-align: middle
}

.checkout .wrapper {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto
}

.checkout .contact-info {
    max-width: 495px;
    width: 100%;
    background: #FFF;
    margin-right: 20px;
    padding: 20px
}

.checkout .contact-info h3 {
    font-size: 24px;
    color: #363636;
    margin-bottom: 10px
}

.checkout .contact-info .form-holder ul li {
    max-width: 50%;
    width: 100%;
    float: left;
    margin: 5px 0
}

.checkout .contact-info .form-holder ul li:nth-child(odd) {
    padding-right: 10px
}

.checkout .contact-info .form-holder ul li:nth-child(even) {
    padding-left: 10px
}

.checkout .contact-info .form-holder ul li.full-width {
    padding: 0;
    max-width: 100%
}

.checkout .contact-info .form-holder ul li label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px
}

.checkout .contact-info .form-holder ul li label span {
    color: #d65050
}

.checkout .contact-info .form-holder ul li input,
.product-listing-filter .filter-item input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.checkout .contact-info .form-holder ul li textarea {
    min-height: 85px;
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.checkout .contact-info .form-holder ul li select {
    border: 1px solid #aaa;
    border-radius: 3px
}

.checkout .contact-info .form-holder ul li .delivery-holder {
    padding: 20px;
    border: 1px solid #aaa
}

.checkout .contact-info .form-holder ul li .delivery-holder select {
    margin-bottom: 10px
}

.checkout .contact-info .summary-holder {
    text-align: center;
    margin-top: 20px;
    padding: 20px
}

.checkout .summary-holder .order-breakdown table {
    width: 100%;
    text-align: left;
    margin-left: 15px
}

.checkout .summary-holder .order-breakdown table .value {
    text-align: right
}

.checkout .contact-info .summary-holder p {
    text-align: left;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    width: 100%
}

.checkout .contact-info .summary-holder p span {
    float: right
}

.checkout .contact-info .summary-holder p.review {
    margin: 40px auto 20px;

    width: 100%;
    font-size: 14px;
    color: #c70018;
    text-align: center
}

.checkout .contact-info .summary-holder .cart-item-subtotal .value {
    font-size: 16px;
    display: inline-block;
    margin-top: -30px
}

.checkout .contact-info .summary-holder #final-total {
    font-size: 24px;
    display: inline-block;
    margin-top: -30px
}

.checkout .contact-info input[type=button] {
    font-family: FontAwesome, Lato, sans-serif;
    border: none
}

.checkout .payment-process {
    max-width: 490px;
    width: 100%;
    padding: 20px
}

.checkout .payment-process h3 {
    font-size: 24px;
    color: #555;
    margin-bottom: 10px
}

.checkout .payment-process h4 {
    font-size: 20px;
    color: #272727;
    margin-bottom: 5px
}

.checkout .payment-process p {
    font-size: 14px;
    color: #272727;
    margin-bottom: 10px
}

.checkout .payment-process p.gray-bg {
    background: #767676;
    color: #FFF;
    padding: 10px;
    margin: 0 0 5px
}

.checkout .payment-process p a {
    color: #272727;
    font-weight: 600
}

.checkout .payment-process p a:hover {
    color: #0b0b0b
}

.checkout .payment-process p.disclaimer {
    background: #4d4d4d;
    color: #FFF;
    padding: 20px;
    line-height: 20px;
    margin-top: 15px
}

.cart ul {
    width: 100%
}

.cart ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #fffbfb;
    padding: 20px 0
}

.cart ul li:first-child {
    padding: 0;
    border: none;
    background: #FFF
}

.cart ul li:last-child {
    border: none
}

.cart ul li:first-child div {
    padding: 14px 5px
}

.cart ul li:first-child div.price-holder {
    text-align: center
}

.cart ul li div {
    font-size: 12px;
    color: #9b9b9b;
    display: inline-block;
    vertical-align: top
}

.cart ul li div.item-love-letter {
    margin-top: 10px
}

.cart ul li div.item-love-letter label {
    color: #363636;
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.cart ul li div.item-love-letter .file-holder {
    position: relative;
    text-align: center;
    width: 100%
}

.cart ul li div.item-love-letter .file-holder i {
    color: #d75a8d;
    font-size: 20px;
    cursor: pointer
}

.cart ul li div.item-love-letter .file-holder input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.cart ul li div .form-holder select {
    min-width: 144px;
    height: 44px;
    font-size: 12px
}

.cart ul li div.number-holder {
    max-width: 30px;
    width: 100%
}

.cart ul li div.price-holder {
    max-width: 335px;
    width: 100%
}

.cart ul li div.price-holder .img-holder {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 105px;
    width: 100%
}

.cart ul li div.price-holder .img-holder img {
    width: 100%
}

.cart ul li div.price-holder .content-holder p {
    color: #363636;
    font-size: 16px
}

.cart ul li div.price-holder .content-holder p:first-child {
    margin-bottom: 10px
}

.cart ul li div.price-holder .content-holder p span {
    font-size: 12px;
    color: #a6a6a6
}

.cart ul li div.price-holder .content-holder p.add-on {
    font-size: 14px
}

.cart ul li div.price-holder .content-holder p.add-on a {
    margin-right: 5px
}

.cart ul li div.addon-holder {
    max-width: 170px;
    width: 100%
}

.cart ul li div.wrapper-holder {
    max-width: 150px;
    width: 100%
}

.cart ul li div.box-holder {
    max-width: 155px;
    width: 100%
}

.cart ul li div.color-holder,
.cart ul li div.quantity-holder {
    max-width: 170px;
    width: 100%
}

.cart ul li div.total-holder {
    max-width: 115px;
    width: 100%;
    padding-left: 15px
}

.cart ul li div.total-holder p {
    color: #191919;
    font-size: 14px;
    margin-top: 10px
}

.cart ul li .delivery-btn {
    margin: 20px auto 10px
}

.cart ul li label.error {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px 0
}

.cart ul li .responsive-label {
    display: none
}

.cart .right-container {
    max-width: 565px;
    padding: 0 10px 40px;
    width: 100%
}

.cart .right-container input[type=button] {
    display: inline-block;
    vertical-align: top;
    border: none;
    letter-spacing: 1px
}

.cart .right-container input[type=button].btn-blue {
    background: #363636;
    margin-right: 10px
}

.cart .right-container input[type=button].btn-blue:hover {
    background: #181717
}

.cart .right-container h4 {
    margin: 20px 0;
    color: #363636;
    font-size: 18px
}

.cart .right-container p {
    background: #fafafa;
    padding: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 0
}

.cart .right-container p span {
    font-size: 16px;
    color: #191919;
    font-weight: 600
}

.cart .delivery-btn {
    margin: 20px auto;
    display: block;
    max-width: 318px;
    width: 100%
}

.cart .delivery-info {
    display: none
}

.cart .form-holder ul li {
    border: none;
    max-width: 50%;
    width: 100%;
    float: left;
    margin: 5px 0;
    background: 0 0!important;
    padding: 10px 0
}

.cart .form-holder ul li:nth-child(odd) {
    padding-right: 10px
}

.cart .form-holder ul li:nth-child(even) {
    padding-left: 10px
}

.cart .form-holder ul li:first-child {
    padding: 10px 0
}

.cart .form-holder ul li:first-child input {
    width: 49%
}

.cart .form-holder ul li:first-child select {
    width: 49%;
    margin-left: 5px
}

.cart .form-holder ul li.full-width {
    padding: 0;
    max-width: 100%
}

.cart .form-holder ul li label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px
}

.faq-content p,
.faq-content span,
.promos-listing .promo-holder {
    display: inline-block;
    vertical-align: top
}

.cart .form-holder ul li label span {
    color: #d65050
}

.cart .form-holder input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.cart .form-holder ul li #deliverydate:focus {
    border: 1px solid #8bb0b8
}

.cart .form-holder ul li textarea {
    min-height: 85px;
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 3px
}

.faq-content,
.promos-listing {
    text-align: left;
    padding-bottom: 40px
}

.cart .form-holder ul li select {
    border: 1px solid #aaa;
    border-radius: 3px
}

.swal2-modal h2 {
    font-size: 25px!important;
    line-height: 25px !important;
    margin-bottom: 10px;
}

.faq-content {
    max-width: 785px;
    width: 95%;
    margin: 0 auto
}

.faq-content span {
    float: left;
    margin-top: 2px;
    font-size: 16px;
    margin-right: 10px
}

.faq-content p {
    margin: 0;
    width: 92%;
    float: left;
    max-width: 100%
}

.faq-content .ques {
    margin-bottom: 5px
}

.faq-content .ques p {
    font-weight: 600
}

.faq-content .ques span {
    color: #d75a8d
}

.faq-content .ans {
    margin-bottom: 25px
}

.faq-content .ans span {
    color: #5d838b
}

.promos-listing {
    max-width: 1024px;
    width: 95%;
    margin: 0 auto
}

.promos-listing .promo-holder {
    max-width: 285px;
    margin: 10px 20px;
    width: 100%;
    border: 3px solid #c8c8c8;
    background: #FFF;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 1)
}

.promos-listing .promo-holder .img-holder,
.promos-listing .promo-holder .img-holder img {
    width: 100%
}

.promos-listing .promo-holder .text-holder {
    padding: 15px;
    text-align: center
}

.promos-listing .promo-holder .text-holder h3 {
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 15px;
    padding: 0 20px
}

.promos-listing .promo-holder .text-holder p {
    font-size: 14px;
    color: #515151;
    margin-bottom: 20px;
    line-height: 25px
}

.promo-inner,
.promo-inner .img-holder {
    max-width: 685px;
    margin: 0 auto;
    width: 100%
}

.promo-inner {
    text-align: center;
    padding-bottom: 40px
}

.promo-inner .img-holder img {
    width: 100%;
    position: relative;
    z-index: 2
}

.promo-inner .img-holder img.shadow {
    margin-top: -85px;
    position: relative;
    z-index: 1
}

.promo-inner h3 {
    color: #0d0d0d;
    font-size: 24px;
    margin-top: 10px
}

.promo-inner label {
    font-size: 16px;
    color: #414141;
    margin-bottom: 20px;
    display: block
}

.promo-inner p {
    font-size: 12px;
    color: #414141;
    text-align: justify;
    line-height: 22px
}

.pagination-holder {
    text-align: center
}

.pagination-holder .pagination li {
    display: inline-block;
    padding: 5px
}

.pagination-holder .pagination li.active span {
    font-size: 16px;
    color: #c54887
}

.pagination-holder .pagination li a,
.pagination-holder .pagination li span {
    color: #8bb0b8
}

.pagination-holder .pagination li a:hover {
    color: #c54887
}

.filter-reset {
    max-width: 110px!important;
    letter-spacing: 0;
    padding: 0;
    min-height: 25px
}
.addon-pop{max-width:90%; width:100%;text-align:center;}
.addon-pop .addon{display: inline-block; vertical-align: top; max-width: 140px; margin: 10px; text-align: center;}
.addon-pop .addon .img-holder{position: relative; margin: 0 0 5px; max-height: 180px; overflow: hidden;}
.addon-pop .addon .img-holder .checkbox{position: absolute; top:0; left:0; width: 100%; height:100%;}
.addon-pop .addon .img-holder .checkbox input[type="checkbox"]{position: absolute; top:0; left:0; z-index: 99;width: 100%; height:100%; cursor: pointer; opacity:0;}
.addon-pop .addon .img-holder .checkbox span{position: absolute; width: 100%; height:100%; left:0; top:0; display: block; opacity:0;}
.addon-pop .addon .img-holder .checkbox input[type="checkbox"]:checked ~ span{opacity: 1;  background: rgba(37,157,197,.66);color: #FFF;font-size: 50px;}
.addon-pop .addon h3{text-align: center; font-weight:400; color: #4f94a8; font-size:14px !important; font-family:'Lato',sans-serif !important; letter-spacing:0 !important;}
.addon-pop .addon p{font-size: 14px; margin-bottom:5px;}
.addon-pop h6{font-size: 14px; margin-bottom:20px; color: #e93636;}

.addon-pop .addon .form-holder button img{width: 30px; height: 30px;}
.addon-pop .addon .form-holder,
.addon-page .form-holder .quantity .add_ons_qty{width: 100%; padding: 10px;}

.popup-bridal{max-width:600px !important; width:100% !important;}
.addons-page{text-align:center !important;}
.addons-page .add-on-holder{max-width:215px; margin:15px;}
.addons-page .btn-blue{max-width:235px; display:inline-block;}
.addons-page .btn-grey{max-width:235px; display:inline-block;}
.product-listing .product-holder .flower-holder p{font-size:12px}

/** Mar 1 2020 **/
.categories-prod .title-holder{margin-bottom: 20px;}
.categories-prod .product-listing{margin-top: 0;}
.categ-holder a{position: relative; display: inline-block; padding: 10px;    background: -webkit-linear-gradient(#f57898, #c54887);
    background: -o-linear-gradient(#f57898, #c54887);
    background: -moz-linear-gradient(#f57898, #c54887);
    background: linear-gradient(#f57898, #c54887);
    border-radius: 5px; color: #FFF !important;}
.categ-holder a:hover{ background: -webkit-linear-gradient(#f960ab, #c6357e);
    background: -o-linear-gradient(#f960ab, #c6357e);
    background: -moz-linear-gradient(#f960ab, #c6357e);
    background: linear-gradient(#f960ab, #c6357e);}
.categ-holder .overlay2{  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;text-align: center; text-transform: uppercase;position: absolute; bottom:0; left: 0; width: 100%; padding: 10px; color: #FFF;}
.categ-holder .overlay2 h3{text-shadow: 1px 1px 3px rgba(0,0,0,0.08); font-size: 15px;}
.categ-holder .img-holder:hover .overlay2{background: #dc6b9c;}
.client-testi{text-align: center; margin-bottom: 40px;}
.client-testi .iframe-holder{max-width: 350px; width: 100%; display: inline-block; vertical-align: top; margin: 10px;}

.checkout .contact-info .summary-holder .delivery-info{text-align: left;}
.checkout .contact-info .summary-holder .delivery-info li{margin: 5px 0;}
.checkout .contact-info .summary-holder .delivery-info li div{margin: 5px 0;}
.checkout .contact-info .summary-holder .delivery-info li select{margin: 5px 0;}
.checkout .contact-info .summary-holder .delivery-info li input{margin: 5px 0;}
.checkout .contact-info .summary-holder .delivery-info li label{margin: 5px 0; display: block;}
.checkout .contact-info .summary-holder .delivery-info .count_left{top:2px !important;}
.checkout .contact-info .summary-holder .delivery-info .btn-pink{margin: 5px 0;}
.product-listing .product-holder .flower-holder{display: none;}
.product-listing .product-holder .img-holder{margin-bottom: 5px;}
.delivery-highlight{background: #50b7bb; color: #FFF; width: 100%; padding: 10px; font-size: 14px; border-radius: 5px;}
.delivery-highlight h3{font-size: 14px; color: #FFF; text-align: center;}
.embed-responsive{max-height:530px; overflow: hidden;}
.embed-responsive iframe{width: 100%; border:none; height:auto; min-height: 670px;}
.divider{margin: 20px 0;}
.title-holder .highlighted{background: #b89c3b; padding: 10px; border-radius: 5px; color: #FFF;}
.title-holder .highlighted p{color: #FFF;}
.lumiere-collection{margin-bottom: 30px;}
.lumiere-collection .img-holder img{ filter: blur(1.3px);-webkit-filter: blur(1.3px); -webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
.lumiere-collection.glimte-section .img-holder img{ filter: blur(0);-webkit-filter: blur(0); -webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
.lumiere-collection .product-holder{display: inline-block; position: relative;}
.lumiere-collection .product-holder:hover .img-holder img{ filter: blur(0px);-webkit-filter: blur(0px);}
.lumiere-collection .product-holder .overlay3{background: #4bbdc1; color: #FFF; display: block; width: 100%; position: absolute; bottom:0; left: 0;padding: 10px; }
.lumiere-collection .product-holder .overlay3 p{width: 100%; font-size: 18px; color: #FFF; }
.btn-gold{background: #b89c3b;}
.btn-gold:hover{background: #daba49;}
.lumiere-products{background: #c6a73d; color: #FFF; text-align: center; padding: 10px; border-radius: 5px; margin: 20px 0;}
.lumiere-products h3{color: #FFF;}
.lumiere-products a{display: inline-block; max-width: 160px; width:100%; background: #FFF; color: #39a2a6; font-size: 16px; padding: 10px; border-radius: 5px; margin: 5px; }
.lumiere-products a:hover{ color: #FFF; background: #39a2a6; font-size: 16px; }

/** May 2022**/
.cod-holder{text-align: center;}
.resin-prod{position:relative; text-align:center; margin-top:60px;}
.banner-holder.resin-prod .text-content{width: 100%; max-width: 100%; padding: 20px; }
.banner-holder.resin-prod .text-content h1{color: #1c1c1c; font-size: 80px; line-height: 80px; display: block; text-align: center;}
.banner-holder.resin-prod .text-content h1{color: #1c1c1c; font-size: 100px; line-height: 80px;}
.pagination{display: block !important; overflow:hidden;}
.pagination li{display: inline-block !important; width: 25px !important;}



@media only screen and (max-width:1240px),
only screen and (max-device-width:1240px) {
    .banner-holder {
        background-position: 20% 0!important
    }
    .banner-holder .text-content {
        max-width: 100%;
        text-align: center;
        top: 75%;
        padding: 60px 0 20px;
        background: rgba(0, 0, 0, .5)
    }
    .banner-holder .text-content p {
        margin: 0 auto
    }
    .ads-listing .ads-holder{max-width: 270px;}

    .banner-holder.resin-prod{background: url('../images/resin1024.jpg') no-repeat !important; background-size: cover !important; background-position: center !important;}
    .banner-holder.resin-prod .text-content h1{color: #FFF;}
}

@media only screen and (max-width:1065px),
only screen and (max-device-width:1065px) {
    .cart ul li div.price-holder {
        max-width: 35%;
        float: left
    }
    .cart ul li div.addon-holder,
    .cart ul li div.color-holder,
    .cart ul li div.wrapper-holder {
        max-width: 27%;
        margin-bottom: 10px
    }
    .cart ul li:first-child {
        display: none
    }
    .cart ul li div.color-holder {
        margin-right: 10px
    }
    .cart ul li div .form-holder,
    .cart ul li div .form-holder select {
        width: 100%
    }
    .cart ul li div.number-holder {
        float: left
    }
    .cart ul li div.total-holder {
        max-width: 100%;
        text-align: center;
        padding: 0
    }
    .cart ul li .responsive-label,
    .delivery-info ul li:first-child {
        display: block
    }
}

@media only screen and (max-width:1055px),
only screen and (max-device-width:1055px) {
    .featured-products {
        text-align: center
    }
    .product-listing .product-holder {
        margin: 10px 5px 20px
    }
}

@media only screen and (max-width:1024px),
only screen and (max-device-width:1024px) {
    .ads-listing {
        margin: -30px 0 50px
    }
    .ads-listing .ads-holder {
        max-width: 32%
    }
    .blog-holder .blog-listing,
    .blog-holder .sidebar {
        max-width: 90%;
        float: none;
        margin: 0 auto
    }
    .arrow-down {
        bottom: 15px;
        font-size: 30px
    }
    .checkout .contact-info,
    .checkout .payment-process {
        max-width: 95%;
        float: none;
        margin: 0 auto
    }
}

@media only screen and (max-width:985px),
only screen and (max-device-width:985px) {
    .testimonial-listing .testi-holder {
        max-width: 80%;
        background-position: 55% 100%
    }
    .testimonial-listing .testi-holder .inner {
        max-width: 100%
    }
}

@media only screen and (max-width:970px),
only screen and (max-device-width:970px) {
    header .nav-links {
        display: none
    }
    #nav-icon2 {
        display: block
    }
    header .social-links {
        margin-bottom: 15px
    }
    header .cart-top {
        margin-right: 85px
    }
    .arrow-down {
        bottom: 0
    }
    header .burger-menu {
        position: fixed!important;
        z-index: 5;
        top: 40px;
        right: 20px
    }
    header .burger-menu span {
        background: #FFF!important
    }
    header .burger-active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background: #ce518a;
        padding: 80px
    }
    header .burger-active li {
        display: block;
        width: 100%;
        font-size: 4vw
    }
    header .nav-links li hr{
      width:100%;
      left:0;
      position:initial;
    }

    header .nav-links li hr{
      margin:10px 15px;
    }
    header .burger-active li a {
        color: #FFF
    }
    header .burger-active li hr {
        margin: 0;
        background: #FFF!important
    }
    .how-container .tablet-holder {
        background: #be72b7!important;
        border: 35px solid #000;
        border-radius: 20px;
        max-width: 95%
    }
    .how-container .tablet-holder .tablet-content {
        padding: 60px 20px 0
    }
    header .nav-links li{margin:5px 0;}
header .nav-links .with-sub .submenu{height:auto; background: transparent; position: relative; top:auto; left: auto; box-shadow: none !important; width: 100%;}
header .nav-links .with-sub .submenu li{margin: 0;font-size: 20px; padding: 5px 10px;}
header .nav-links .with-sub .submenu li a{font-size: 20px; padding: 0 0; border-bottom:none !important;}
}

@media only screen and (max-width:920px),
only screen and (max-device-width:920px) {
    .gallery-holder {
        max-width: 85%;
        margin: 0 auto;
        float: none
    }
    .content-container {
        max-width: 85%;
        margin: 20px auto;
        float: none
    }
    .product-listing-filter .filter-item {
        max-width: 30%;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width:885px),
only screen and (max-device-width:885px) {
    .how-container .tablet-holder .tablet-content hr {
        display: none!important
    }
    .how-container .tablet-holder .tablet-content {
        text-align: center
    }
    .how-container .tablet-holder .tablet-content .how-holder {
        max-width: 200px
    }
    .bridal-collection{min-height:auto;}
    .bridal-collection h3{font-size:80px; line-height:55px;}
    .bridal-collection h5{margin-bottom:10px;}
    .bridal-collection p{margin-bottom: 10px; font-size:12px;}
}

@media only screen and (max-width:800px),
only screen and (max-device-width:800px) {
    .banner-holder {
        background-position: 25% 0!important
    }
    .cart ul li div.price-holder {
        max-width: 90%;
        float: left;
        margin-bottom: 10px
    }
    .cart ul li div.addon-holder,
    .cart ul li div.color-holder,
    .cart ul li div.wrapper-holder {
        max-width: 100%;
        margin-bottom: 10px
    }
    .cart ul li div.color-holder {
        margin-right: 0
    }
    .banner-holder.resin-prod{background: url('../images/resin800.jpg') no-repeat !important; background-size: cover !important; background-position: center !important;}
    .banner-holder.resin-prod .text-content h1{font-size: 60px; line-height: 50px;}
}

@media only screen and (max-width:755px),
only screen and (max-device-width:755px) {
    .how-container {
        max-height: none
    }
    .how-container .tablet-holder {
        max-width: 80%;
        margin-bottom: 0;
        border-bottom: none;
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important
    }
    .how-container .tablet-holder .tablet-content {
        padding: 60px 20px 30px
    }
    .inner-page {
        padding: 40px 0 0
    }
    .inner-page .title-holder {
        margin-bottom: 20px
    }
    .about-content .blue-cont {
        padding: 20px 40px
    }
    .return-refund{margin-bottom: 40px;}
    .ads-listing .ads-holder {
        margin: 2px
    }
    .blog-holder .blog-listing .blog-holder {
        min-height: auto
    }
    .delivery-info ul li {
        max-width: 100%!important
    }
    .cart .form-holder ul li:nth-child(even),
    .cart .form-holder ul li:nth-child(odd) {
        padding: 0
    }
    .message_limit span.count_left {
        top: 5px!important;
        right: 5px!important
    }
    .btn-blue {
        letter-spacing: 2px
    }
    .btn-blue, .btn-pink, .btn-grey{letter-spacing: 2px; }
    .delivery-info .btn-blue,
    .delivery-info .btn-pink {
        max-width: 90%;
        width: 100%;
        margin: 10px auto;
        display: block
    }
}

@media only screen and (max-width:650px),
only screen and (max-device-width:650px) {
    .cart ul li div.addon-holder,
    .cart ul li div.color-holder,
    .cart ul li div.quantity-holder,
    .cart ul li div.wrapper-holder {
        max-width: 90%;
        margin: 10px auto
    }
    .product-listing-filter .filter-item {
        max-width: 45%
    }
    .bridal-collection h3{font-size:60px; line-height:60px;}
    .bridal-collection h5{font-size:16px;}
    header .nav-links .with-sub .submenu li a{font-size: 14px;}
    header .burger-active{padding: 60px 40px 0;}
    header .burger-active li{font-size: 16px;}
}

@media only screen and (max-width:600px),
only screen and (max-device-width:600px) {
    .testimonial-listing .testi-holder {
        max-width: 100%;
        margin: 0 0 40px
    }
    .popup-bridal{max-width:600px !important; width:90% !important;}
}

@media only screen and (max-width:570px),
only screen and (max-device-width:570px) {
.addons-page .btn-blue{max-width:90%; display:inline-block; margin:10px 0 !important;}
    .banner-holder {
        background-position: 22% 0!important
    }
    .banner-holder .text-content {
        transform: none;
        bottom: 0;
        top: auto;
        padding: 35px 0
    }
    .banner-holder .text-content h1 {
        font-size: 60px;
        line-height: 30px
    }
    .banner-holder .text-content h1 span {
        font-size: 16px
    }
    .banner-holder .text-content p {
        font-size: 14px
    }
    .banner-holder .text-content a {
        margin: 15px 0 0 10px
    }
    .featured-products ul li {
        display: block;
        width: 75%;
        margin: 0 auto;
        text-align: left
    }
    .featured-products ul li:first-child {
        margin-right: auto
    }
    .blog-holder .blog-listing .blog-holder .content-holder h3 {
        font-size: 18px
    }
    .blog-holder .blog-listing .blog-holder .content-holder hr {
        margin: 10px 0
    }
    .checkout .contact-info .form-holder ul li {
        max-width: 100%;
        padding: 0!important
    }
    .bridal-collection .content-holder{ position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    left: 0;
    margin-top:20px;
    }
     .bridal-collection  h3, .bridal-collection h5{color:#000;}
     .bridal-collection  h3{font-size:50px;}
     .bridal-collection p{color: #000;}
     .featured-products .cod-holder p{font-size: 12px;}
     .title-holder p{font-size: 12px;}
     .title-holder h2{font-size: 45px;}
     .gallery-holder .img-holder{width: 100%; margin: 10px auto;}
     .content-container, .gallery-holder .img-holder #largeImage, .gallery-holder .thumbnail-holder img{width: 100% !important; height:auto !important;}
     .banner-holder.resin-prod .text-content{left:0;}
     .banner-holder.resin-prod{background: url('../images/resin500.jpg') no-repeat !important; background-size: cover !important; background-position: center !important;}
}

@media only screen and (max-width:560px){
  .product-listing .product-holder{max-width: 185px; margin: 10px 5px;}
  .categ-holder .overlay2 h3{font-size: 12px;}
}
@media only screen and (max-width:495px),
only screen and (max-device-width:495px) {
    header .social-links p {
        display: inline-block;
        float: none;
        margin: 0 0 0 5px
    }
    header .social-links {
        padding: 0;
        text-align: center;
        font-size: 12px
    }
    .blog-holder .blog-listing .blog-holder .content-holder {
        padding: 30px 15px 0
    }
    .content-container ul li {
        width: 100%
    }
    .btn-blue, .btn-pink, .btn-grey{width:100%; margin: 5px auto;}
    .swal2-modal .swal2-styled{width:100%; margin: 5px auto !important;}
    .how-container .tablet-holder .tablet-content .how-holder{max-width: 115px;}
    .how-container .tablet-holder .tablet-content .how-holder p{font-size: 9px; letter-spacing: 1px;}
}

@media only screen and (max-width:465px),
only screen and (max-device-width:465px) {
    .cart .right-container input[type=button].btn-blue,
    .cart .right-container input[type=button].btn-pink {
        width: 100%;
        margin: 5px 0
    }
    .btn-gold{letter-spacing: 2px;}
}
@media only screen and (max-width:425px){
  .product-listing .product-holder{max-width: 165px; margin: 10px 5px;}
  .categ-holder .overlay2 h3{font-size: 12px;}
  .title-holder{margin-bottom: 0;}
  .product-listing{margin: 15px 0;}
  .banner-holder .text-content a{margin: 10px 0;}
  .banner-holder .text-content{padding:30px 20px;}
  .product-listing .product-holder .img-holder .overlay a{padding: 10px;}
  .client-testi .iframe-holder{max-width: 100%; width: 100%; margin: 10px auto;}
  .product-listing .product-holder.categ-holder{max-width: 90%; margin: 5px auto;}
  footer ul li{width: 49%; margin: 5px 0;}
}
@media only screen and (max-width:420px),
only screen and (max-device-width:420px) {
    header .logo-holder {
        float: none;
        text-align: center
    }
    header .cart-top {
        float: left
    }
    header .burger-active {
        padding: 95px 30px 40px
    }
    .how-container .tablet-holder {
        max-width: 90%
    }
    .how-container .tablet-holder .tablet-content {
        padding: 40px 20px 30px
    }
    .about-content .blue-cont {
        padding: 20px
    }
    .blog-holder .blog-listing .blog-holder .content-holder h3 {
        font-size: 12px
    }
    .blog-holder .blog-listing .blog-holder .content-holder p {
        font-size: 10px
    }
    .cart .title-holder h2,
    .checkout .title-holder h2 {
        font-size: 50px
    }
    .cart .form-holder ul li:first-child input {
        width: 100%;
        margin-bottom: 10px
    }
    .cart .form-holder ul li:first-child select {
        width: 100%;
        margin-left: 0
    }
    .product-listing-filter .filter-item {
        max-width: 100%
    }
    .product-listing-filter .filter-item:last-child {
        max-width: 100%
    }
    .product-listing-filter .filter-item .ng-scope{width: 49%; display: inline-block;}
    .ads-listing .ads-holder{max-width: 100%;}
    .delivery-highlight{margin-top: 10px;}
}

@media only screen and (max-width:380px),
only screen and (max-device-width:380px) {
    .how-container .tablet-holder {
        border: 20px solid #000;
        border-bottom: none
    }
    .btn-plain {
        padding: 12px 18px
    }
    .testimonial-listing .testi-holder .inner {
        min-height: 220px
    }
    .testi .title-holder h2 {
        font-size: 50px
    }
    .ads-listing .ads-holder {
        margin: 0 auto
    }
    .checkout .title-holder h2 {
        font-size: 45px
    }
    .how-container .tablet-holder .tablet-content{padding: 40px 5px 30px;}
}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {
    .checkout .contact-info {
        padding: 15px
    }
    .product-listing-filter .filter-item .ng-scope{width: 100%; display: inline-block;}
    .checkout .contact-info .form-holder ul li .delivery-holder select {
        font-size: 11px
    }
    .checkout .contact-info .form-holder ul li .delivery-holder {
        padding: 10px
    }
}

@media only screen and (max-width:325px),
only screen and (max-device-width:325px) {
    .cart .title-holder h2 {
        font-size: 49px
    }
    .checkout .title-holder h2 {
        font-size: 40px
    }
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {width:100%; overflow:hidden;}
.content-container .form-holder ul li{vertical-align:top !important;}
.add-ons-list{text-align:center; padding:0 20px 40px;}
.add-ons-list .btn-blue{letter-spacing:1px !important;}
.add-on-holder{display:inline-block; vertical-align:top; max-width:238px; width:100%; margin:10px;}
.add-on-holder .img-holder{position:relative;}
.add-on-holder .img-holder span{background:rgba(37,157,197,.66); position:absolute; top:0; left:0; width:100%; height:100%; color:#FFF; font-size:50px; opacity:0;}
.add-on-holder .img-holder input[type="checkbox"]{opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; cursor:pointer;}
.add-on-holder .img-holder input[type="checkbox"]:checked ~ span{opacity:1;}
.add-on-holder p{color:#4f94a8; font-size:14px; margin-top:10px; }
.add-on-holder label{display:block; font-size:14px;}

.cart .form-holder ul li.select2-search{padding:0 !important;}
.cart .item-calligraphy{margin:10px 0;}
.cart .item-calligraphy .file-holder{position:relative;}
.cart .item-calligraphy .file-holder i{position:absolute; top:11px; left:5px;}
.cart .item-calligraphy .file-holder input{padding-left:20px;}

.product-detail .form-holder {
	max-width: 81%;
}

.product-detail .content-container ul li {
	padding-right: 0;
	width: 100%;
}

.product-detail button.btn-pink,
#add-ons-selector {
	width: 100%;
}

.form-holder .quantity input[type=text] {
	width: calc(100% - 92px);
	max-width: 100%;
}

.product-detail button.btn-pink {
	margin-top: 5px;
}
.product-detail button.btn-blue {
width: 100%;
display: block;
background: -webkit-linear-gradient(#50b7bb, #37a0a4);
background: -o-linear-gradient(#50b7bb, #37a0a4);
background: -moz-linear-gradient(#50b7bb, #37a0a4);
background: linear-gradient(#50b7bb, #37a0a4);
margin: 10px 0;
border:none;
}
.product-detail button.btn-blue:hover {
border:none;
}

/**
* Add ons manager
*/

#add-ons-manager {
	text-align:center;
	max-width:85%;
}

#add-ons-manager h3 {
    font-family: Darleston;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    color: #8bb0b8;
}

#add-ons-manager table {
	font-size: 14px;
}

#add-ons-manager table td {
	padding: 4px;
}

#add-ons-manager table td input[type="checkbox"]{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
    margin: 5px 5px 0 0;
}

#add-ons-manager table td input[type="number"] {
	width: 100%;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

#add-ons-manager .fancybox-close-small {
	border: none;
}

#add-ons-manager .button-holder {
	text-align: center;
}
