@font-face {
    font-family: 'Sequel Sans Bold Head';
    src: url('../fonts/SequelSans-BoldHead.woff2') format('woff2'),
        url('../fonts/SequelSans-BoldHead.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face 
{
    font-family: 'Qraxy';
    src: url('../fonts/Qraxy.woff2') format('woff2'),
        url('../fonts/Qraxy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1)
    }
    50% {
        opacity: 0
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -50%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-30%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(30%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes fadeIn {
    from {
        opacity: 0.9
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(40px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(40%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding-top: 0px;
    transition: all 0.5s ease;
    top: 0;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 0px;
    background: #fff
}

header .top__header {
    padding: 8px 0px;
    background-image: url(../images/top-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

header .top__header ul.login__list {
    padding: 0;
    margin: 0px
}

header .top__header ul.login__list li {
    list-style: none;
    display: inline-block
}

header .top__header ul.login__list li a {
    transition: all 0.5s ease
}

header .top__header ul.login__list li a:hover {
    opacity: 0.5
}

header .top__header ul.login__list li {
    padding-right: 20px
}

header .top__header ul.login__list li:last-child {
    padding-right: 0px
}

header .top__header ul.first__list {
    padding: 0;
    margin: 0px
}

header .top__header ul.first__list li {
    list-style: none;
    display: inline-block
}

header .top__header ul.first__list li a {
    color: #fff;
    font-size: 14px;
    font-family: 'aktivgrotesk-reguuploadedfile';
    transition: all 0.5s ease
}

header .top__header ul.first__list li a img {
    margin-right: 10px
}

header .top__header ul.first__list li a:hover {
    opacity: 0.5
}


/*header .top__header ul.first__list li:first-child {
    margin-right: 30px
}*/

.navbar-brand img {
    width: 95%;
    transition: all 0.5s ease;
    position: relative;
    right: -17px
}

div#navbar {
    transition: all 0.5s ease
}

.navbar-brand {
    transition: all 0.5s ease
}

.top__header {
    transition: all 0.5s ease
}

.fixed-header {
    padding-top: 0px;
    background-color: #fff;
    padding-bottom: 0px !important
}

.fixed-header .navbar-brand img {
    right: -23px
}

.fixed-header .navbar-nav>li>a {
    transition: all 0.5s ease
}

.fixed-header .navbar-brand img {
    width: 50%
}

.fixed-header div#navbar {
    border-bottom: 2px solid transparent
}

.fixed-header .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 0px
}

.fixed-header .navbar-brand {
    padding: 4px 0px
}

.fixed-header .top__header {
    padding: 2px 0px
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent
}

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

.navbar-nav>li>a {
    padding-top: 34px;
    padding-bottom: 6px
}

ul.nav.navbar-nav {
    float: right
}

.navbar-brand {
    float: left;
    width: 27%
}

div#navbar {
    width: 73%;
    float: left;
    border-bottom: 2px solid #1d1d1b
}

.nav>li>a {
    font-size: 14px;
    color: #231f20;
    transition: all 0.5s ease
}

.nav>li.active>a {
    color: #aa9150
}

.nav>li>a:hover {
    color: #fff;
    background-color: #d8bf86;
}

.nav>li:hover>a {
    color: #fff;
    background-color: #d8bf86;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav>li {
    margin-left: 10px;
}

@font-face {
    font-family: 'aktivgrotesk-mediuploadedfile';
    src: url("../fonts/aktivgrotesk-medium-webfont.eot");
    src: url("../fonts/aktivgrotesk-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aktivgrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/aktivgrotesk-medium-webfont.woff") format("woff"), url("../fonts/aktivgrotesk-medium-webfont.ttf") format("truetype"), url("../fonts/aktivgrotesk-medium-webfont.svg#aktivgrotesk-mediuploadedfile") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'aktivgrotesk-reguuploadedfile';
    src: url("../fonts/aktivgrotesk-regular-webfont.eot");
    src: url("../fonts/aktivgrotesk-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aktivgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/aktivgrotesk-regular-webfont.woff") format("woff"), url("../fonts/aktivgrotesk-regular-webfont.ttf") format("truetype"), url("../fonts/aktivgrotesk-regular-webfont.svg#aktivgrotesk-reguuploadedfile") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'aktivgrotesk-lighuploadedfile';
    src: url("../fonts/aktivgrotesk-light-webfont.eot");
    src: url("../fonts/aktivgrotesk-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aktivgrotesk-light-webfont.woff2") format("woff2"), url("../fonts/aktivgrotesk-light-webfont.woff") format("woff"), url("../fonts/aktivgrotesk-light-webfont.ttf") format("truetype"), url("../fonts/aktivgrotesk-light-webfont.svg#aktivgrotesk-lighuploadedfile") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'aktivgrotesk-bolduploadedfile';
    src: url("../fonts/aktivgrotesk-bold-webfont.eot");
    src: url("../fonts/aktivgrotesk-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aktivgrotesk-bold-webfont.woff2") format("woff2"), url("../fonts/aktivgrotesk-bold-webfont.woff") format("woff"), url("../fonts/aktivgrotesk-bold-webfont.ttf") format("truetype"), url("../fonts/aktivgrotesk-bold-webfont.svg#aktivgrotesk-bolduploadedfile") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textbold';
    src: url("../fonts/crimsontext-bold-webfont.eot");
    src: url("../fonts/crimsontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bold-webfont.woff") format("woff"), url("../fonts/crimsontext-bold-webfont.ttf") format("truetype"), url("../fonts/crimsontext-bold-webfont.svg#crimson_textbold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textbold_italic';
    src: url("../fonts/crimsontext-bolditalic-webfont.eot");
    src: url("../fonts/crimsontext-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-bolditalic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bolditalic-webfont.woff") format("woff"), url("../fonts/crimsontext-bolditalic-webfont.ttf") format("truetype"), url("../fonts/crimsontext-bolditalic-webfont.svg#crimson_textbold_italic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textitalic';
    src: url("../fonts/crimsontext-italic-webfont.eot");
    src: url("../fonts/crimsontext-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-italic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-italic-webfont.woff") format("woff"), url("../fonts/../fonts/crimsontext-italic-webfont.ttf") format("truetype"), url("../fonts/crimsontext-italic-webfont.svg#crimson_textitalic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textroman';
    src: url("../fonts/crimsontext-roman-webfont.eot");
    src: url("../fonts/crimsontext-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-roman-webfont.woff2") format("woff2"), url("../fonts/crimsontext-roman-webfont.woff") format("woff"), url("../fonts/crimsontext-roman-webfont.ttf") format("truetype"), url("../fonts/crimsontext-roman-webfont.svg#crimson_textroman") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textsemibold';
    src: url("../fonts/crimsontext-semibold-webfont.eot");
    src: url("../fonts/crimsontext-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-semibold-webfont.woff2") format("woff2"), url("../fonts/crimsontext-semibold-webfont.woff") format("woff"), url("../fonts/crimsontext-semibold-webfont.ttf") format("truetype"), url("../fonts/crimsontext-semibold-webfont.svg#crimson_textsemibold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'crimson_textsemibold_italic';
    src: url("../fonts/crimsontext-semibolditalic-webfont.eot");
    src: url("../fonts/crimsontext-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crimsontext-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-semibolditalic-webfont.woff") format("woff"), url("../fonts/crimsontext-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/crimsontext-semibolditalic-webfont.svg#crimson_textsemibold_italic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Bodoni SvtyTwo ITC TT';
    src: url("../fonts/BodoniSvtyTwoITCTTBook.eot");
    src: url("../fonts/BodoniSvtyTwoITCTTBook.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTTBook.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTTBook.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTTBook.ttf") format("truetype"), url("../fonts/BodoniSvtyTwoITCTTBook.svg#BodoniSvtyTwoITCTTBook") format("svg");
    font-weight: normal;
    font-style: normal
}

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

@font-face {
    font-family: 'AktivGroteskblack';
    src: url("../fonts/AktivGrotesk-Black.eot");
    src: url("../fonts/AktivGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGrotesk-Black.woff2") format("woff2"), url("../fonts/AktivGrotesk-Black.woff") format("woff"), url("../fonts/AktivGrotesk-Black.ttf") format("truetype"), url("../fonts/AktivGrotesk-Black.svg#AktivGrotesk-Black") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Medium.eot');
    src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Medium.woff2') format('woff2'), url('../fonts/MinionPro-Medium.woff') format('woff'), url('../fonts/MinionPro-Medium.ttf') format('truetype'), url('../fonts/MinionPro-Medium.svg#MinionPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

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

header .top__header ul.first__list li:last-child a {
    font-family: 'Adobe Arabic';
    font-size: 18px;
}

body {
    background-color: #f8f4ed;
}

h1.flower_title {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
    font-family: 'crimson_textroman';
}

h1.flower_title:before {
    content: "";
    position: absolute;
    left: 25px;
    right: 0;
    background: #000;
    height: 1px;
    width: calc(100% - 25px);
}

h1.flower_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: -13px;
    width: 20px;
    height: 14px;
    background-image: url(../images/flower-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

h1.flower_title span {
    width: 100%;
    height: 1px;
    background: #000;
    display: inline-block;
}

h1.flower_title span {
    width: calc(100% - 25px);
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 25px;
}

h1.flower_title span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/bottom-flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 20px;
    height: 14px;
}

.welcome-slider-area {
    box-shadow: 0px 8px 21px 10px rgba(0, 0, 0, 0.4);
    background: #fff;
}

.new-arrivals {
    position: relative;
}

img.bigg {
    position: absolute;
    z-index: -1;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.relt {
    height: 45px !important;
    position: relative;
    bottom: 77px;
    width: 1170px;
    z-index: 9;
    margin: 0 auto
}

a.shop__btnv {
    background: #fff;
    color: #947c44;
    font-size: 14px;
    font-family: 'aktivgrotesk-bolduploadedfile';
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.5s ease;
    letter-spacing: 1px
}

ul.login__list li:nth-child(3) a {
    margin-right: 50px;
}

ul.first__list li:nth-child(3) a {
    margin-right: 50px;
    padding-right: 0px !important;
}

ul.first__list li:nth-child(4) a {
    margin-right: 50px;
    padding-right: 0px !important;
}

header .top__header ul.first__list li a {
    padding-right: 10px;
}

a.shop__btnv:hover {
    color: #fff;
    background: #231f20
}

.carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
    margin-right: 40px;
    position: relative;
    transition: all 0.5s ease
}

.carousel-indicators .active:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 13px;
    width: 28px;
    px: inherit;
    height: 1px;
    background: #fff;
    transition: all 0.5s ease
}

.carousel-indicators .active:last-child:after {
    opacity: 0
}

.carousel-indicators-numbers li {
    text-indent: 0;
    border: none;
    color: #fff;
    transition: all 0.25s ease
}

.wow {
    visibility: hidden
}

html {
    height: 100%
}

body {
    height: 100%;
    font-family: 'aktivgrotesk-mediuploadedfile';
    font-size: 16px;
    color: #1d1d1b
}

.heightt {
    height: 140px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 48px;
    color: #000
}

a.shop__btn {
    font-size: 16px;
    background-image: url(../images/shop-now-button-background.png);
    color: #fff;
    padding: 12px 20px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.5s ease
}

a.shop__btn img {
    position: relative;
    left: 0px;
    transition: all 0.5s ease;
    padding-left: 6px
}

a.shop__btn:hover {
    background-position: 40%;
    background-size: cover
}

a.shop__btn:hover img {
    left: 6px
}

button.cart {
    background: #aa9150;
    border: 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 35px;
    font-family: 'aktivgrotesk-bolduploadedfile';
    margin-bottom: 20px;
    transition: all 0.5s ease;
    letter-spacing: 1px
}

button.cart:hover {
    background: #231f20
}

a.explore {
    text-transform: uppercase;
    font-family: 'aktivgrotesk-reguuploadedfile' !important;
    color: #bf9955;
    font-size: 16px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    position: relative;
    margin-top: 14px;
    transition: all 0.5s ease
}

a.explore:hover {
    background: #231f20
}

.forhover:hover a.explore:after {
    right: -130px
}

a.explore:after {
    background-image: url(../images/explore-arrow.png);
    content: "";
    position: absolute;
    right: -114px;
    width: 100px;
    height: 14px;
    top: 5px;
    background-repeat: no-repeat;
    transition: all 0.5s ease
}

a.explore:hover {
    background: #231f20
}

i.fa.fa-star {
    font-size: 18px;
    color: #072a54
}

.welcome-slider-area {
    position: relative
}

.single-slide-item-tablecell .container {
    position: relative
}

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 65vh
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 14px;
    left: 15px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0px
}

.header-text h1 {
    color: #fff;
    margin-top: 80px;
    font-family: 'Minion Pro';
    display: inline-block;
}

.header-text h1 span.with {
    font-size: 39px;
    position: relative;
    top: -12px;
}

.header-text h1 span.with:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

span.line {
    height: 2px;
    width: 160px;
    display: inline-block;
    background: white;
}

section.personalise-your .col-md-6.one {
    padding-left: 0px;
}

section.personalise-your .col-md-6.two {
    padding-right: 0px;
}

span.line.twoo {
    float: right;
    position: relative;
    top: 34px;
}

.single-slide-item-table {
    display: table;
    width: 100%
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: bottom;
    padding-top: 0px;
    padding-bottom: 88px;
}

.single-slide-item {
    position: relative;
    z-index: 1
}

.single-slide-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.slide-1 {
    background: url(../images/new-slide.jpg) scroll 0 0;
    background-size: cover;
    background-position: bottom
}

.slide-2 {
    background: url(../images/slider-2.jpg) scroll 0 0;
    background-size: cover;
    background-position: bottom
}

.slide-3 {
    background: url(../images/slider-3.jpg) scroll 0 0;
    background-size: cover;
    background-position: bottom
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-indicators li {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-family: 'aktivgrotesk-lighuploadedfile'
}

.carousel-fade .carousel-inner li {
    position: relative
}

.carousel-fade .carousel-inner li.active:after {
    content: "";
    background: aliceblue;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 31px;
    top: 16px;
    transition: all 0.5s ease
}

.carousel-fade .carousel-inner li.active {
    margin-right: 60px
}

.carousel-fade .carousel-inner li {
    margin-right: 10px
}

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.bullets_get_r {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 10px 0 10px 0px
}

.bullets_get_r li {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 11px 0 11px 20px
}

.welcome-slider-area h2 {
    font-size: 80px;
    color: #fff;
    line-height: 60px;
    font-family: 'Bodoni SvtyTwo ITC TT';
    line-height: 80px;
    text-transform: uppercase
}

.welcome-slider-area h2 span.one {
    font-size: 80px
}

.welcome-slider-area h2 span.two {
    font-size: 80px
}

.welcome-slider-area p {
    font-size: 24px;
    margin: 30px 0px;
    text-transform: uppercase;
    color: #1b1b1b
}

.welcome-slider-area a.explore {
    font-size: 18px;
    color: #fff;
    background: #aa9150;
    border-radius: 6px;
    align-items: left;
    padding-top: 0px;
    transition: all 0.5s ease;
    padding: 12px 22px;
    font-family: 'aktivgrotesk-mediuploadedfile';
    letter-spacing: 1px;
    line-height: 22px;
    background-image: -moz-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
    display: block;
    width: 152px;
}

.welcome-slider-area a.explore:hover {
    background: #231f20;
}

.welcome-slider-area a.explore:after {
    display: none
}

a {
    text-decoration: none
}

section.bredcrumbs {
    margin-top: 25px
}

section.bredcrumbs ul {
    padding: 0px
}

section.bredcrumbs ul li img {
    position: relative;
    margin-left: 9px;
    margin-right: 11px;
    top: -2px
}

section.bredcrumbs ul li {
    list-style: none;
    display: inline-block;
    color: #777777;
    font-size: 14px
}

section.bredcrumbs ul li a {
    color: #1b1b1b;
    font-size: 14px
}

section.formm {
    margin-top: 60px
}

section.formm h1 {
    font-size: 27px;
    margin-bottom: 27px;
    font-family: 'JohnstonITCStd-Light';
    letter-spacing: 2px;
    color: #1b1b1b
}

section.formm h2 {
    font-size: 42px;
    color: #777777;
    margin-bottom: 40px;
    font-family: 'JohnstonITCStd-Light'
}

section.formm form {
    max-width: 750px
}

section.formm form .form-group {
    margin-bottom: 40px
}

section.formm form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border-bottom: 1px solid #eee;
    padding-left: 0px;
    padding-bottom: 20px;
    font-size: 18px
}

section.formm form button.btn.btn-default {
    background-image: url(../images/custum-add.png);
    color: #fff;
    font-size: 16px;
    font-family: 'JohnstonITCStd-Medium';
    transition: all 0.5s ease;
    outline: none;
    height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 25px
}

section.formm form button.btn.btn-default img {
    margin-left: 14px;
    transition: all 0.5s ease
}

section.formm form button.btn.btn-default:hover {
    background-position: 100%
}

section.formm form button.btn.btn-default img {
    position: relative;
    left: 0px;
    transition: all 0.5s ease
}

section.formm form button.btn.btn-default:hover img {
    position: relative;
    left: 6px;
    transition: all 0.5s ease
}

section.formm .btn {
    border-radius: 0px
}

section.tryypass {
    margin-top: 80px
}

section.tryypass h1 {
    font-size: 27px;
    margin-bottom: 27px;
    font-family: 'JohnstonITCStd-Light';
    letter-spacing: 2px;
    color: #1b1b1b
}

section.tryypass p {
    font-size: 18px;
    color: #777777;
    margin-bottom: 30px
}

section.tryypass p.hero__text {
    font-size: 42px !important;
    line-height: 50px
}

section.tryypass p.last {
    margin-bottom: 0px !important
}

.insta {
    position: relative;
    margin-top: 74px
}

.insta a {
    font-size: 30px;
    font-family: 'crimson_textitalic';
    text-align: center;
    background-size: cover;
    margin-top: 0px
}

.insta a h1 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #231f20
}

.insta a p {
    margin-bottom: 0px
}

.insta ul {
    padding: 0px;
    display: flex
}

.insta ul li {
    list-style: none;
    width: 100%
}

.insta ul li img {
    width: 100%
}

footer {
    margin-top: 50px
}

footer .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

footer ul.social li {
    display: inline-block
}

footer ul.social li a {
    background-image: url(../images/social-background.png);
    width: 36px;
    height: 36px;
    background-size: cover;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

footer ul.social li {
    margin-right: 5px;
}

footer h4 {
    color: #000000;
    font-family: 'crimson_textbold_italic';
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

footer h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000
}

footer ul {
    padding: 0px
}

footer ul li {
    list-style: none;
    line-height: 26px
}

footer ul li a {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-family: 'crimson_textitalic';
    transition: all 0.5s ease
}

footer p {
    font-size: 18px;
    text-align: left;
    font-family: 'crimson_textitalic'
}

footer p a {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-family: 'crimson_textitalic';
    transition: all 0.5s ease
}

footer p a:hover {
    color: #aa9150
}

footer ul li a:hover {
    color: #aa9150
}

footer p.copy {
    font-size: 18px;
    text-align: left;
    font-family: 'crimson_textitalic';
    margin-bottom: 40px;
    margin-top: 40px
}

footer p.copy img {
    margin-right: 12px;
    margin-left: 6px
}

footer p.copy a {
    color: #000000;
    text-decoration: none
}

a {
    text-decoration: none !important
}

section.new-arrivals {
    margin: 50px 0px;
    margin-top: 0px;
}

section.new-arrivals .row.top-border {
    border-top: 1px solid #c9b075;
    margin-top: 95px;
    padding-top: 55px;
}

section.new-arrivals .row.bottom-border {
    border-bottom: 1px solid #c9b075;
    padding-bottom: 50px;
}

.gourmet .row.border-bottom {
    border-bottom: 1px solid #c9b075;
    padding-bottom: 50px;
}

.personalise-your .row.border-bottom {
    border-bottom: 1px solid #c9b075;
    padding-bottom: 50px;
}

section.new-arrivals .owl-carousel .owl-nav.disabled,
section.new-arrivals .owl-carousel .owl-dots.disabled {
    display: inline-block
}

section.new-arrivals .owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

section.new-arrivals .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

section.new-arrivals .owl-next {
    right: -58px
}

section.new-arrivals .owl-prev {
    left: -74px
}

section.new-arrivals .wishh {
    position: absolute;
    top: 10px;
    right: 10px
}

section.new-arrivals .wishh a {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 100px
}

section.new-arrivals .wishh a img {
    transform: none
}

section.new-arrivals h1 {
    text-align: center;
    font-family: 'crimson_textroman'
}

section.new-arrivals figure {
    width: 262px;
    height: 262px;
    overflow: hidden;
    margin-bottom: 20px
}

section.new-arrivals figure img {
    transition: all 0.5s ease
}

section.new-arrivals figure:hover img {
    transform: scale(1.1)
}

section.new-arrivals figcaption h2 {
    font-size: 18px;
    line-height: 24px
}

section.new-arrivals figcaption h2 a {
    color: #231f20;
    font-family: 'crimson_textroman'
}

section.new-arrivals p {
    font-size: 25px;
    font-family: 'crimson_textbold';
    position: relative
}

section.new-arrivals p a {
    color: #947c44;
    margin-top: 8px;
    display: inline-block
}

section.new-arrivals p.it {
    font-family: 'crimson_textitalic';
    font-size: 18px
}

section.personalise-your {
    text-align: center;
    margin-top: 50px
}

section.personalise-your figcaption h1 {
    font-size: 20px !important
}

section.personalise-your figcaption h1 a {
    font-size: 44px;
    color: #fff;
    font-family: 'crimson_textroman'
}

section.personalise-your h1 {
    font-size: 18px;
    color: #bf9955;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px
}

section.personalise-your p {
    font-size: 18px;
    color: #898989;
    margin-bottom: 30px
}

section.personalise-your h3 a {
    font-size: 24px;
    color: #bf9955
}

section.personalise-your img.img-responsive {
    margin: 0 auto;
    height: 42rem;
}

section.personalise-your figure {
    width: 552px;
    height: 411px;
    overflow: hidden;
    position: relative
}

section.personalise-your figure img {
    transition: all 0.5s ease
}

section.personalise-your figure:before {
    content: "";
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(0%, rgba(255, 255, 255, 0.28)), color-stop(100%, rgba(0, 0, 0, 0.28)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

section.personalise-your figure:hover img {
    transform: scale(1.1)
}

section.personalise-your figcaption {
    position: absolute;
    bottom: 48px;
    left: 48px;
    text-align: left;
    z-index: 2
}

section.about_chocolecter {
    margin-top: 90px
}

section.about_chocolecter h1 {
    font-size: 20px;
    font-family: 'JohnstonITCStd-Bold';
    color: #898989;
    margin-top: 60px;
    margin-bottom: 30px;
    letter-spacing: 1px
}

section.about_chocolecter p {
    font-size: 18px;
    color: #898989
}

section.newsletter {
    margin-top: 50px;
    position: relative;
}

img.img-responsive.twooo {
    position: absolute;
    right: 150px;
    width: 370px;
    height: auto;
    bottom: -137px;
}

section.FLOWERS h1 {
    background: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    font-family: 'Minion Pro';
    font-size: 20px;
    letter-spacing: 0.05em;
}

section.FLOWERS h1 span {
    font-size: 39px;
}

section.FLOWERS h1 span {
    font-size: 15px;
    position: relative;
    top: -4px;
    padding: 0 4px;
    margin: 0 5px;
}

section.FLOWERS h1 span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

span.lineee {
    width: 100%;
    height: 1px;
    background: #000;
    display: inline-block;
    position: relative;
    top: 22px;
    z-index: -1;
}

section.newsletter .news__input {
    max-width: 888px;
    margin: 0 auto
}

section.newsletter .join {
    text-align: center
}

section.newsletter .input-gro {
    margin: 0 auto;
    max-width: 888px;
    display: flex
}

section.newsletter .input-group {
    position: relative;
    display: flex;
    border-collapse: separate
}

section.newsletter input.form-control {
    max-width: 636px;
    height: 50px;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px transparent;
    background-color: #fff;
    border: 0px;
    font-size: 18px;
    padding-left: 20px;
    font-family: 'crimson_textitalic';
    margin-right: 40px;
    color: #cccccc;
    border: 1px solid #cccccc;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
}

section.newsletter button.btn.btn-theme {
    background: #aa9150;
    height: 50px;
    border: 0px !important;
    font-size: 14px;
    padding: 0px 64px;
    color: #fff;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: 'aktivgrotesk-bolduploadedfile';
    background-image: -moz-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(170, 145, 81) 0%, rgb(224, 201, 144) 52%, rgb(188, 164, 103) 100%);
}

section.newsletter button.btn.btn-theme:hover {
    background-color: #231f20
}

section.newsletter .btn {
    border-radius: 0px
}

section.newsletter p {
    font-size: 18px;
    font-family: 'crimson_textroman';
    margin: 0;
    margin-bottom: 20px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #383536;
    background-image: none;
    border: 1px solid #cc8885;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #e5725d
}

section.time__line ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.time__line ul li {
    list-style: none
}

section.time__line ul li a {
    width: 67px;
    height: 67px;
    border: 2px solid #f2f2f2;
    border-radius: 100px;
    display: inline-block;
    padding-top: 16px;
    text-align: center;
    color: #777777;
    font-family: 'JohnstonITCStd-Light';
    text-decoration: none;
    background: #fff
}

section.time__line ul li.active a {
    border: 2px solid #bf9a53;
    color: #bf9a53
}

section.time__line ul li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #cccccc;
    transform: translateY(-50%);
    width: 97%;
    z-index: -1
}

section.time__line ul li:after {
    content: "";
    position: absolute;
    right: 69px;
    top: 52%;
    width: 20px;
    height: 24px;
    background-image: url(../images/arrow-step.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1
}

section.time__line ul li:first-child:after {
    content: "";
    position: absolute;
    left: 540px;
    top: 51%;
    width: 20px;
    height: 24px;
    background-image: url(../images/arrow-step.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1
}

section.step-one ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.step-one li {
    display: inline-block
}

section.step-one input[type="radio"][id^="cb"] {
    display: none
}

section.step-one label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 360px;
    width: 360px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center
}

section.step-one label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    display: none
}

section.step-one label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    margin: 0 auto
}

section.step-one :checked+label {
    border-color: #bf9955
}

section.step-one :checked+label::before {
    content: "?";
    background-color: grey;
    transform: scale(1)
}

section.step-one :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1
}

section.selecturboxes {
    margin: 60px 0px
}

section.selecturboxes h1 {
    font-family: 'JohnstonITCStd-Light';
    color: #252525;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 2px
}

section.selecturboxes p {
    font-size: 18px;
    margin-top: 40px;
    color: #777777
}

section.step-one h2.step {
    font-size: 14px;
    font-family: 'JohnstonITCStd-Medium';
    color: #af9751;
    letter-spacing: 1px
}

section.step-one h3 {
    font-size: 18px;
    font-family: 'JohnstonITCStd-Light';
    color: #252525;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 28px;
    letter-spacing: 1px
}

section.step-one .price {
    text-align: center;
    font-size: 18px;
    font-family: 'JohnstonITCStd-Bold';
    color: #af9751
}

section.step-one .price .name {
    color: #af9751;
    font-family: 'JohnstonITCStd-Light';
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px
}

section.step-one.two {
    margin-top: 76px
}

section.step-one.two figure {
    position: relative
}

section.step-one.two .col-md-3:hover .add {
    opacity: 1
}

section.step-one.two .add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease
}

section.step-one.two .add a:first-child {
    margin-bottom: 8px
}

section.step-one.two .add a {
    background: #bf9956;
    color: #fff;
    padding: 12px 0px;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    font-family: 'JohnstonITCStd-Light';
    text-decoration: none
}

section.step-one.two .name {
    font-size: 14px;
    color: #af9751;
    margin-top: 24px;
    margin-bottom: 60px;
    font-family: 'JohnstonITCStd-Medium';
    text-align: center;
    letter-spacing: 1px
}

a.shop__btn.custum {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 6px;
    background-image: url(../images/big.jpg);
    background-size: cover;
    position: relative;
    padding: 14px 50px
}

a.shop__btn.custum img {
    position: relative;
    left: 0px;
    transition: all 0.5s ease
}

a.shop__btn.custum:hover {
    background-position: 100%
}

a.shop__btn.custum:hover img {
    position: relative;
    left: 12px
}

section.time__line {
    margin-top: 50px
}

.sign__bar.text-right {
    background-color: #c09956;
    padding: 10px 20px
}

.sign__bar.text-right p {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'JohnstonITCStd-Light';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.sign__bar.text-right p a {
    text-decoration: underline !important;
    color: #fff
}

section.headingg h1 {
    font-size: 27px;
    font-family: 'JohnstonITCStd-Light';
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 40px
}

section.checkout .tablee {
    display: flex
}

section.checkout .tablle-two {
    border-bottom: 1px solid #ccc;
    display: flex
}

section.checkout .tablle-two div#accordion {
    margin-top: 20px;
    width: 90%
}

section.checkout .tablle-two .panel-body {
    padding: 15px 0px;
    font-size: 15px;
    color: #777777
}

section.checkout .tablle-two .panel-heading {
    padding: 0px
}

section.checkout .tablle-two .panel-heading h4 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-transform: uppercase
}

section.checkout .tablle-two .panel-default>.panel-heading {
    color: #333333;
    background-color: #ffffff;
    border-color: #fff;
    border: 0px
}

section.checkout .tablle-two .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05)
}

section.checkout .tablle-two .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px
}

section.checkout .tablle-two .panel {
    border: 0px
}

section.checkout .tablle-two .panel-group .panel-heading+.panel-collapse>.panel-body,
section.checkout .tablle-two .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px solid #ddd
}

section.checkout .tablle-two .panel-heading a {
    color: #af9751 !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    letter-spacing: 1px
}

section.checkout .tablle-two .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: url(../images/down-arrow-accordian.png);
    float: right;
    color: grey
}

section.checkout .tablle-two .item {
    padding-top: 20px
}

section.checkout .tablle-two input.qty {
    width: 60px;
    height: 40px;
    width: 60px;
    height: 40px;
    margin-right: 12px;
    padding-left: 6px;
    margin-bottom: 10px
}

section.checkout .tablle-two .flexx {
    display: flex;
    align-items: baseline;
    justify-content: flex-end
}

section.checkout .tablle-two a {
    color: #1b1b1b;
    text-decoration: underline !important;
    font-size: 14px
}

section.checkout .tablle-two .item:first-child {
    width: 192px
}

section.checkout .tablle-two .item:nth-child(2) {
    width: 298px
}

section.checkout .tablle-two .item:nth-child(3) {
    width: 95px;
    border-right: 1px solid #ccc
}

section.checkout .tablle-two .item:nth-child(4) {
    width: 167px;
    text-align: right
}

section.checkout .containerr {
    position: relative
}

section.checkout .containerr .button-container {
    position: absolute;
    top: 0;
    right: 0
}

section.checkout .containerr button {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px
}

section.checkout .containerr button.cart-qty-plus {
    position: absolute;
    top: 0px;
    right: 22px;
    outline: none
}

section.checkout .containerr button.cart-qty-minus {
    position: absolute;
    bottom: -36px;
    right: 22px;
    outline: none
}

section.checkout .item:first-child {
    width: 192px
}

section.checkout .item:nth-child(2) {
    width: 298px
}

section.checkout .item:nth-child(3) {
    width: 95px
}

section.checkout .item:nth-child(4) {
    width: 167px;
    text-align: right
}

section.checkout .item h4 {
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    font-family: 'JohnstonITCStd-Light';
    padding-bottom: 14px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px
}

section.checkout .item h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'JohnstonITCStd-Light'
}

section.checkout .item p.aed {
    font-size: 18px;
    color: #777777
}

section.checkout .order__summury {
    background-color: #fbfaf8;
    padding: 30px
}

section.checkout .order__summury h1 {
    font-size: 18px;
    color: #bf9955;
    font-family: 'JohnstonITCStd-Medium';
    letter-spacing: 1px;
    margin-bottom: 16px
}

section.checkout .order__summury .top__sum {
    border-bottom: 1px solid #ccc;
    margin-bottom: 27px;
    margin-top: 17 p;
    padding-bottom: 10px
}

section.checkout .order__summury .top__sum p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #777777
}

section.checkout .order__summury .total {
    margin-bottom: 30px
}

section.checkout .order__summury .total p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #777777
}

section.checkout .order__summury a.shop__btn.custum {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 7px;
    width: 100%;
    text-align: center
}

section.checkout .order__summury .form-control {
    border: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    color: #777777;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
    padding-bottom: 10px
}

section.checkout .order__summury .form-group {
    position: relative
}

section.checkout .order__summury button.apply {
    background: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'JohnstonITCStd-Bold';
    color: #c09956
}

section.custumize a.shop__btn.custum {
    letter-spacing: 2px;
    padding: 14px 16px;
    background-image: url(../images/custum-add-two.png);
    background-size: cover
}

section.custumize a.shop__btn.custum:hover {
    background-position: 20%
}

section.custumize a.shop__btn.custum.two {
    padding: 4px 16px !important;
    transition: all 0.5s ease;
    background-size: cover;
    background-image: url(../images/big.jpg) !important
}

section.custumize a.shop__btn.custum.two:hover {
    background-position: 20%
}

section.custumize .col-sm-7.no__left-pad {
    padding-left: 0px
}

section.custumize p {
    font-size: 18px;
    color: #777777
}

section.custumize p.btmmar {
    margin-bottom: 20px
}

section.custumize .type {
    margin-top: 40px
}

section.custumize label {
    color: #af9751;
    text-transform: uppercase;
    font-family: 'JohnstonITCStd-Light';
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px
}

section.custumize label span {
    text-transform: none;
    color: #777777;
    font-family: 'marionregular';
    font-size: 14px;
    letter-spacing: 1px
}

section.custumize .form-control {
    border: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    color: #777777;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px
}

.body__t h1 {
    font-size: 18px;
    color: #777777;
    font-family: 'JohnstonITCStd-Light';
    text-transform: uppercase
}

.body__t h1.price {
    font-family: 'JohnstonITCStd-Bold';
    color: #af9751
}

.body__t p {
    font-size: 14px;
    color: #af9751;
    font-family: 'JohnstonITCStd-Light'
}

.body__t a.remove {
    color: #252525;
    text-decoration: underline !important;
    font-size: 14px
}

.body__t a.shop__btn.custum {
    padding: 14px 14px
}

section.bredacrumbs ul {
    padding: 0px
}

section.bredacrumbs ul li {
    list-style: none;
    display: inline-block
}

section.bredacrumbs ul li a {
    font-family: 'crimson_textitalic';
    font-size: 15px;
    margin-right: 5px;
    color: #c2aa6c
}

section.bredacrumbs li:first-child a {
    color: #231f20
}

section.headerr {
    background: #f2f2f2;
    padding: 15px 0px;
    margin-bottom: 35px
}

section.headerr h1 {
    font-family: 'crimson_textroman'
}

section.headerr h4 {
    font-family: 'crimson_textroman';
    text-transform: uppercase;
    font-size: 15px;
    text-align: right;
    padding-top: 9px;
}

section.headerr h4 {
    position: relative
}

section.headerr h4:after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background: #231f20;
    left: 0;
    top: 29px
}

section.corpoarates.new-arrivals figcaption h2 {
    line-height: 24px;
    margin-bottom: 0px
}

section.corpoarates.new-arrivals figcaption p a {
    font-family: 'crimson_textbold';
    font-size: 25px
}

section.corpoarates.new-arrivals .row {
    margin-bottom: 40px
}

section.corpoarates p.hero {
    font-size: 36px !important;
    margin-bottom: 40px
}

section.corpoarates p.for {
    font-size: 28px !important;
    font-family: 'crimson_textitalic';
    margin-top: 54px
}

section.corpoarates p.for a {
    color: #aa9150
}

section.corpoarates p.marg {
    margin-bottom: 34px
}

section.corpoarates h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-family: 'crimson_textroman'
}

section.corpoarates p {
    font-family: 'crimson_textroman';
    font-size: 18px;
    color: #464646
}

section.corpoarates textarea.form-control {
    border-radius: 12px;
    font-size: 18px;
    color: #000;
    font-family: 'crimson_textitalic';
    padding: 0 12px;
    padding-top: 10px;
}

section.corpoarates button.send__message {
    background: #aa9150;
    border: 0px;
    color: #fff;
    width: auto;
    text-align: center;
    padding: 13px 30px 11px;
    line-height: 16px;
    border-radius: 22px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'aktivgrotesk-bolduploadedfile';
    font-size: 15px;
    font-weight: 300 !important;
    margin: 25px auto 0;
    display: table;
}

section.corpoarates button.send__message:hover {
    background: #231f20
}

section.corpoarates form.subscribe {
    text-align: center;
    margin-top: 80px
}

section.corpoarates form.subscribe h2 {
    margin-bottom: 10px
}

section.corpoarates form.subscribe .input-grop {
    position: relative
}

section.corpoarates form.subscribe button.btn.btn-theme {
    background: #aa9150;
    color: #fff;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    height: 40px;
    font-family: 'aktivgrotesk-bolduploadedfile';
    font-size: 14px;
    padding: 0px 18px
}

section.corpoarates form.subscribe span.input-group-btn {
    position: absolute;
    right: 54px;
    top: 0
}

section.corpoarates .side__nav ul {
    padding: 0
}

section.corpoarates .side__nav ul li {
    list-style: none
}

section.corpoarates .side__nav ul li a {
    font-size: 18px;
    font-family: 'crimson_textroman';
    color: #231f20;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    display: block;
    transition: all 0.5s ease
}

section.corpoarates .side__nav ul li a:hover {
    color: #aa9150;
    border-bottom: 2px solid #aa9150
}

section.corpoarates .side__nav ul li.active>a {
    color: #aa9150;
    border-bottom: 2px solid #aa9150
}

section.corpoarates ul.pagination li a {
    font-family: 'crimson_textitalic';
    color: #000000
}

section.corpoarates .pagination>li>a,
section.corpoarates .pagination>li>span {
    border: 0px
}

section.corpoarates .pagination>.active>a,
section.corpoarates .pagination>.active>span,
section.corpoarates .pagination>.active>a:hover,
section.corpoarates .pagination>.active>span:hover,
section.corpoarates .pagination>.active>a:focus,
section.corpoarates .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ffffff;
    border-color: #337ab7;
    border-bottom: 1px solid #aa9150 !important;
    color: #aa9150 !important
}

.form-control {
    padding: 0px 12px;
}

input.form-control {
    font-size: 16px;
    color: #cccccc;
    font-family: 'crimson_textitalic';
    height: 45px;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 50px;
    padding-left: 20px;
    line-height: 1;
    padding-top: 5px;
}

section.corpoarates.detail .nav-tabs>li.active>a,
section.corpoarates.detail .nav-tabs>li.active>a:hover,
section.corpoarates.detail .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 6px solid #fff;
    border-bottom-color: #fff;
    border-radius: 0px;
    padding: 0px
}

section.corpoarates.detail .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0
}

section.corpoarates.detail .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
    border: 6px solid transparent;
    margin-right: 8px
}

section.corpoarates.detail .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 0px;
    position: absolute;
    bottom: 18px;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center
}

section.corpoarates.detail .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

section.corpoarates.detail a.js-linkthree {
    margin-bottom: 28px;
    margin-top: 28px;
    color: #ccc;
    font-size: 18px
}

section.corpoarates.detail i.fa.fa-chevron-down {
    font-size: 12px;
    color: #ccc;
    position: relative;
    top: 6px;
    right: 6px
}

section.corpoarates.detail .hero {
    margin-bottom: 20px
}

section.corpoarates.detail .btq__type {
    margin-bottom: 20px
}

section.corpoarates.detail .btq__type h4 {
    font-size: 25px;
    font-family: 'crimson_textroman';
    color: #231f20;
    margin-bottom: 10px
}

section.corpoarates.detail .btq__type p {
    font-size: 18px;
    color: #231f20;
    font-family: 'crimson_textroman'
}

section.corpoarates.detail .radius {
    margin-bottom: 20px
}

section.corpoarates.detail .radius label {
    font-size: 18px;
    color: #231f20;
    font-family: 'crimson_textroman';
    margin-bottom: 10px
}

section.corpoarates.detail h4 {
    font-size: 25px;
    font-family: 'crimson_textroman';
    color: #231f20;
    margin-bottom: 10px
}

section.corpoarates.detail p {
    font-size: 18px;
    color: #231f20;
    font-family: 'crimson_textroman'
}

section.corpoarates.detail .size {
    margin-bottom: 30px
}

section.corpoarates.detail .size h4 {
    font-size: 25px;
    font-family: 'crimson_textroman';
    color: #231f20;
    margin-bottom: 10px
}

section.corpoarates.detail p.price {
    color: #aa9150;
    font-size: 25px;
    font-family: 'crimson_textbold';
    margin-bottom: 20px
}

section.corpoarates.detail p.price span {
    color: #231f20;
    font-size: 18px;
    font-family: 'crimson_textitalic'
}

section.corpoarates.detail button.cart {
    width: 100%;
    padding: 13px
}

section.corpoarates.detail a,
section.corpoarates.detail li {
    transition: background 0.35s ease
}

section.corpoarates.detail a {
    display: block;
    padding: 0.5em;
    color: #000;
    text-decoration: none
}

section.corpoarates.detail a:focus,
section.corpoarates.detail a:hover {
    background: #ecf0f1
}

section.corpoarates.detail a:active {
    background: #fbfcfc
}

section.corpoarates.detail a.js-link {
    background: white;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding-left: 20px !important;
    font-family: 'crimson_textitalic';
    color: #ccc;
    font-size: 18px
}

section.corpoarates.detail a.js-linktwo {
    background: white;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding-left: 20px !important;
    font-family: 'crimson_textitalic';
    color: #ccc;
    font-size: 18px
}

section.corpoarates.detail a.js-link img {
    float: right;
    position: relative;
    top: 10px;
    right: 8px
}

section.corpoarates.detail a.js-linktwo img {
    float: right;
    position: relative;
    top: 10px;
    right: 8px
}

section.corpoarates.detail a.js-linkthree img {
    float: right;
    position: relative;
    top: 10px;
    right: 8px
}

section.corpoarates.detail a.js-linkthree {
    background: white;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding-left: 20px !important;
    font-family: 'crimson_textitalic';
    font-size: 18px
}

section.corpoarates.detail .fa {
    float: right
}

section.corpoarates.detail ul {
    display: none;
    border-top: 0em solid #c0cdd1;
    padding: 0
}

section.corpoarates.detail li {
    list-style: none;
    padding: 0.5em;
    cursor: pointer;
    font-family: 'crimson_textitalic'
}

section.corpoarates.detail li:not(:first-child) {
    border-top: 1px solid #ccc;
    font-family: 'crimson_textitalic'
}

section.corpoarates.detail li:focus,
section.corpoarates.detail li:hover {
    background: #ecf0f1
}

section.corpoarates.detail li:active {
    background: #fbfcfc
}

section.new-arrivals.relted h1 {
    text-align: left;
    font-size: 36px
}

section.corpoarates.veiw-cart .col-md-4 {
    font-family: 'crimson_textroman'
}

section.corpoarates.veiw-cart .col-md-4 form {
    position: relative
}

section.corpoarates.veiw-cart .col-md-4 button.apply {
    background: transparent;
    border: 0px;
    position: absolute;
    top: 10px;
    right: 13px;
    color: #aa9150;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'aktivgrotesk-bolduploadedfile'
}

section.corpoarates.veiw-cart .col-md-4 .send__btn a {
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #aa9150;
    padding: 10px 0px;
    margin-top: 12px;
    color: #fff;
    font-family: 'aktivgrotesk-bolduploadedfile';
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

section.corpoarates.veiw-cart .col-md-4 .send__btn a:hover {
    background: #252525
}

section.corpoarates.veiw-cart .col-md-4 .promocode {
    margin-top: 40px
}

section.corpoarates.veiw-cart .col-md-4 .total {
    padding: 34px 30px;
    background: #fbfaf8
}

section.corpoarates.veiw-cart .col-md-4 .total h4 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #aa9150
}

section.corpoarates.veiw-cart .col-md-4 .total table.total {
    border-bottom: 0px solid #cccccc
}

section.corpoarates.veiw-cart .col-md-4 .total table.total td {
    padding-top: 20px
}

section.corpoarates.veiw-cart .col-md-4 .total table {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc
}

section.corpoarates.veiw-cart .col-md-4 .total table td {
    font-size: 18px;
    padding-bottom: 10px
}

section.corpoarates.veiw-cart .col-md-4 .total table tr.last {
    padding-bottom: 20px
}

section.corpoarates.veiw-cart .col-md-4 table td:nth-child(2) {
    text-align: right
}

section.corpoarates.veiw-cart .col-md-8 .sign__in {
    background: #c2aa6c;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 24px
}

section.corpoarates.veiw-cart .col-md-8 .sign__in p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-family: 'crimson_textroman';
    text-transform: uppercase;
    letter-spacing: 1px
}

section.corpoarates.veiw-cart .col-md-8 .sign__in p a {
    color: #fff;
    font-family: 'crimson_textroman';
    text-decoration: underline !important
}

section.corpoarates.veiw-cart .col-md-8 .number {
    width: 96px;
    height: 46px;
    position: relative;
    float: right
}

section.corpoarates.veiw-cart .col-md-8 label.product-quantity {
    text-align: right
}

section.corpoarates.veiw-cart .col-md-8 .product-price {
    font-family: 'crimson_textroman';
    font-size: 18px
}

section.corpoarates.veiw-cart .col-md-8 label.product-price,
section.corpoarates.veiw-cart .col-md-8 label {
    font-size: 14px !important;
    color: #252525 !important;
    font-family: 'aktivgrotesk-reguuploadedfile' !important;
    letter-spacing: 1px
}

section.corpoarates.veiw-cart .col-md-8 .product-image {
    float: left;
    width: 20%
}

section.corpoarates.veiw-cart .col-md-8 .product-details {
    float: left;
    width: 39%;
    padding-left: 6%;
    font-size: 18px;
    font-family: 'crimson_textroman'
}

section.corpoarates.veiw-cart .col-md-8 .product-price {
    float: left;
    width: 15%
}

section.corpoarates.veiw-cart .col-md-8 .product-quantity {
    float: left;
    width: 26%
}

section.corpoarates.veiw-cart .col-md-8 .group:before,
section.corpoarates.veiw-cart .col-md-8 .shopping-cart:before,
section.corpoarates.veiw-cart .col-md-8 .column-labels:before,
section.corpoarates.veiw-cart .col-md-8 .product:before,
section.corpoarates.veiw-cart .col-md-8 .totals-item:before,
section.corpoarates.veiw-cart .col-md-8 .group:after,
section.corpoarates.veiw-cart .col-md-8 .shopping-cart:after,
section.corpoarates.veiw-cart .col-md-8 .column-labels:after,
section.corpoarates.veiw-cart .col-md-8 .product:after,
section.corpoarates.veiw-cart .col-md-8 .totals-item:after {
    content: "";
    display: table
}

section.corpoarates.veiw-cart .col-md-8 .group:after,
section.corpoarates.veiw-cart .col-md-8 .shopping-cart:after,
section.corpoarates.veiw-cart .col-md-8 .column-labels:after,
section.corpoarates.veiw-cart .col-md-8 .product:after,
section.corpoarates.veiw-cart .col-md-8 .totals-item:after {
    clear: both
}

section.corpoarates.veiw-cart .col-md-8 .group,
section.corpoarates.veiw-cart .col-md-8 .shopping-cart,
section.corpoarates.veiw-cart .col-md-8 .column-labels,
section.corpoarates.veiw-cart .col-md-8 .product,
section.corpoarates.veiw-cart .col-md-8 .totals-item {
    zoom: 1
}

section.corpoarates.veiw-cart .col-md-8 .shopping-cart,
section.corpoarates.veiw-cart .col-md-8 .column-labels,
section.corpoarates.veiw-cart .col-md-8 .product,
section.corpoarates.veiw-cart .col-md-8 .totals-item {
    font-size: 14px !important;
    color: #252525 !important;
    font-family: 'aktivgrotesk-reguuploadedfile' !important;
    letter-spacing: 1px
}

section.corpoarates.veiw-cart .col-md-8 label.product-details {
    font-family: 'aktivgrotesk-reguuploadedfile' !important;
    font-size: 14px !important;
    letter-spacing: 1px
}

section.corpoarates.veiw-cart .col-md-8 .product .product-price:before,
section.corpoarates.veiw-cart .col-md-8 .product .product-line-price:before,
section.corpoarates.veiw-cart .col-md-8 .totals-value:before {
    content: ""
}

section.corpoarates.veiw-cart .col-md-8 .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

section.corpoarates.veiw-cart .col-md-8 .column-labels .product-image,
section.corpoarates.veiw-cart .col-md-8 .column-labels .product-details,
section.corpoarates.veiw-cart .col-md-8 .column-labels .product-removal {
    text-indent: 0px
}

section.corpoarates.veiw-cart .col-md-8 .product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center
}

section.corpoarates.veiw-cart .col-md-8 .product .product-image img {
    width: 100%
}

section.corpoarates.veiw-cart .col-md-8 .product .product-details .product-title {
    margin-right: 20px
}

section.corpoarates.veiw-cart .col-md-8 .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em
}

section.corpoarates.veiw-cart .col-md-8 .product .product-quantity input {
    width: 40px
}

section.corpoarates.veiw-cart .col-md-8 .product .product-quantity {
    display: flex;
    background: white;
    height: 189px;
    position: absolute;
    right: 15px;
    border-bottom: 0px solid #ccc;
    align-items: flex-end;
    justify-content: center;
    border-left: 1px solid #ccc;
    flex-direction: column
}

section.corpoarates.veiw-cart .col-md-8 .product span.plus {
    position: relative;
    right: 34px
}

section.corpoarates.veiw-cart .col-md-8 .product span.minus {
    right: 34px
}

section.corpoarates.veiw-cart .col-md-8 .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px
}

section.corpoarates.veiw-cart .col-md-8 .product .refresh {
    position: absolute;
    right: 0;
    top: 28%
}

section.corpoarates.veiw-cart .col-md-8 .product a.remove {
    color: #000;
    font-family: 'crimson_textitalic';
    font-size: 18px;
    text-decoration: underline !important;
    margin-top: 6px;
    position: relative;
    left: -40px
}

section.corpoarates.veiw-cart .col-md-8 .product .remove-product:hover {
    background-color: #a44
}

section.corpoarates.veiw-cart .col-md-8 .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px
}

section.corpoarates.veiw-cart .col-md-8 .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right
}

section.corpoarates.veiw-cart .col-md-8 .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right
}

section.corpoarates.veiw-cart .col-md-8 .totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium"
}

section.corpoarates.veiw-cart .col-md-8 .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px
}

section.corpoarates.veiw-cart .col-md-8 .checkout:hover {
    background-color: #494
}

@media screen and (max-width: 650px) {
    section.corpoarates.veiw-cart .col-md-8 .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee
    }
    section.corpoarates.veiw-cart .col-md-8 .column-labels {
        display: none
    }
    section.corpoarates.veiw-cart .col-md-8 .product-image {
        float: right;
        width: auto
    }
    section.corpoarates.veiw-cart .col-md-8 .product-image img {
        margin: 0 0 10px 10px
    }
    section.corpoarates.veiw-cart .col-md-8 .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto
    }
    section.corpoarates.veiw-cart .col-md-8 .product-price {
        clear: both;
        width: 70px
    }
    section.corpoarates.veiw-cart .col-md-8 .product-quantity {
        width: 100px
    }
    section.corpoarates.veiw-cart .col-md-8 .product-quantity input {
        margin-left: 20px
    }
    section.corpoarates.veiw-cart .col-md-8 .product-quantity:before {
        content: "x"
    }
    section.corpoarates.veiw-cart .col-md-8 .product-removal {
        width: auto
    }
    section.corpoarates.veiw-cart .col-md-8 .product-line-price {
        float: right;
        width: 70px
    }
}

main {
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.36);
    background: #fff;
    position: relative;
    /*z-index: -1;*/
}

main:before {
    content: "";
    left: -100px;
    top: 40%;
    position: absolute;
    width: 100px;
    height: 350px;
    background: rgba(250, 235, 215, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

main:after {
    content: "";
    right: -100px;
    top: 15%;
    position: absolute;
    width: 100px;
    height: 280px;
    background: rgba(250, 235, 215, 0);
    background-image: url(../images/right-flower.png);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

section.insta .container-fluiddd {
    width: 94%;
    margin: 0 auto;
}

footer .container {
    width: 80%;
}

section.FLOWERS {
    margin: 20px 0px 50px;
    padding-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 350px) {
    section.corpoarates.veiw-cart .col-md-8 .product-removal {
        float: right
    }
    section.corpoarates.veiw-cart .col-md-8 .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px
    }
    section.corpoarates.veiw-cart .col-md-8 .product .product-line-price:before {
        content: "Item Total: $"
    }
    section.corpoarates.veiw-cart .col-md-8 .totals .totals-item label {
        width: 60%
    }
    section.corpoarates.veiw-cart .col-md-8 .totals .totals-item .totals-value {
        width: 40%
    }
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.radio .cr {
    border-radius: 50%
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: 0.04em
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5
}

.radio label,
.checkbox label {
    padding-left: 0px
}

ul.zg-ul-select {
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'crimson_textitalic';
    font-size: 18px;
    margin: 0;
    padding: 0
}

ul.zg-ul-select li {
    border-radius: 3px;
    display: none;
    padding: 0.5em
}

ul.zg-ul-select li.active {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 0px #aaa;
    color: #111;
    display: flex;
    justify-content: space-between;
    border-radius: 50px
}

ul.zg-ul-select.active {
    border: 1px solid #aaa
}

ul.zg-ul-select.active li {
    border: none;
    box-shadow: none;
    display: block
}

ul.zg-ul-select.active li:hover {
    background: #0074d9
}

ul.zg-ul-select.active li.active {
    background: #40a6ff
}

ul.zg-ul-select.active li.active:hover {
    background: #0074d9
}

#selected--zg-ul-select {
    align-items: center;
    box-sizing: border-box;
    color: #111;
    display: flex;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    justify-content: space-between;
    font-size: 2em;
    width: auto
}

#selected--zg-ul-select.active {
    border: 1px solid #111;
    border-radius: 3px;
    box-shadow: 0 0 2px #aaa
}

.number {
    width: 67px;
    height: 50px;
    position: relative
}

.number input[type="text"] {
    width: 45px;
    height: 100%;
    border: 2px solid #ccc;
    border-right: 0px;
    text-align: center;
    color: #231f20;
    font-size: 18px;
    font-family: 'crimson_textroman'
}

span.plus {
    width: 22px;
    display: block;
    border: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    float: right
}

span.minus {
    width: 22px;
    display: block;
    border: 2px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {}

.modal-header {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.terms-conditions .modal-header h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'crimson_textroman';
}

.terms-conditions .modal-header h4 img {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -4px;
}

.close {
    margin-top: -2px;
    opacity: 1;
    z-index: 99;
    outline: none
}

.close img {
    width: 20px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0
}

.modal-content .col-sm-12 {
    padding: 0px
}

.modal-content .row.cent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    margin: 0 auto
}

.btm__line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.btm__line .col-sm-6 {
    padding: 0px
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

footer ol {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 15px;
    padding-left: 20px
}

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05)
}

.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example"
}

.bs-example-padded-bottom {
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .bs-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.bs-example+.code {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0
}

@media (min-width: 768px) {
    .bs-example+.code {
        margin-top: -16px;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }
}

.search-box {
    background: #ffffff;
    position: absolute;
    top: 84px;
    right: 10px;
    width: 350px;
    height: 46px;
    line-height: 60px;
    box-shadow: 0 0 -1px rgba(0, 0, 0, 0.5);
    border-top: 0px solid #aa9150;
    display: none
}

.search-box:before {
    content: "";
    position: absolute;
    top: -28px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #aa9150
}

.search-box input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    margin-left: 0px;
    border: 1px solid #aa9150;
    outline: none;
    height: 50px;
    top: -4;
    position: absolute;
    z-index: 1
}

.search-box input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #aa9150;
    color: #fff;
    margin-left: 0px;
    border: 0px solid #D80B15;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 0;
    height: 49px;
    line-height: 44px;
    font-family: 'crimson_textroman';
    top: -4
}

.pop__box {
    position: fixed;
    top: 90%;
    z-index: 9;
    right: 40px
}

.pop__box a {
    background: #c2aa6c;
    padding: 18px;
    border-radius: 8px
}

.row.boxes {
    margin-bottom: 0px !important
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #c2aa6c;
    background-color: transparent;
    border-color: #ddd
}

.form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)
}

::-webkit-input-placeholder {
    color: #cccccc !important;
    font-family: 'crimson_textitalic' !important;
    font-size: 18px !important
}

::-moz-placeholder {
    color: #cccccc !important;
    font-family: 'crimson_textitalic' !important;
    font-size: 18px !important;
    font-weight: 100 !important
}

:-ms-input-placeholder {
    color: #cccccc !important;
    font-family: 'crimson_textitalic' !important;
    font-size: 18px !important;
    font-weight: 100 !important
}

:-moz-placeholder {
    color: #cccccc !important;
    font-family: 'crimson_textitalic' !important;
    font-size: 18px !important;
    font-weight: 100 !important
}

.col-md-6.padd-left {
    padding-left: 10%;
    position: relative;
    top: -15px
}

.navbar-brand a {
    display: block;
    position: relative;
    z-index: 9
}

a.js-linktwo span.yellow {
    width: 16px;
    height: 16px;
    background: yellow;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: 2px
}

a.js-linktwo span.red {
    width: 16px;
    height: 16px;
    background: red;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.col-md-3.last {
    width: 350px;
    padding-left: 88px
}

p.marg.latt {
    margin-bottom: 54px !important
}

p.for.topp {
    margin-top: 92px !important;
    margin-bottom: 0px !important
}

p.for.two {
    margin-top: 24px !important
}

ul.preview-thumbnail.nav.nav-tabs li:hover {
    background: transparent !important
}

ul.preview-thumbnail.nav.nav-tabs li {
    border-top: 0px !important
}

.navbar-nav>li:last-child a {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-collapse {
    padding-right: 2px;
}

ul.special {
    padding: 0px
}

ul.special li {
    font-size: 20px;
    font-family: 'crimson_textroman';
    color: #231f20;
    padding-bottom: 10px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 8px;
    display: block;
    transition: all 0.5s ease;
    position: relative;
    padding-left: 20px
}


/*ul.special li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../images/arrow-step.png);
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat
}*/

form.subscribe.wow.fadeInUp.mobi {
    display: none
}

@media (min-width: 1920px) {
    /*  section.new-arrivals.gourmet h1:after {
        content: "";
        position: absolute;
        right: -40px;
    }

    section.new-arrivals .row.top-border h1:after {

    }*/
    .nav>li:last-child>a {
        padding-right: 0px;
    }
    footer .container {
        width: 1464px;
    }
}

@media (min-width: 1360px) {
    .main__navigation .container {
        width: 1300px
    }
}

@media (max-width: 1024px) {
    .pop__box {
        position: fixed;
        top: 90%;
        z-index: 9;
        right: 0px
    }
    section.personalise-your figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative
    }
    section.new-arrivals .owl-next {
        right: 0px
    }
    section.new-arrivals .owl-prev {
        left: 0px
    }
    .col-md-3.last {
        width: auto;
        padding-left: 0px
    }
    section.newsletter input.form-control {
        max-width: 50%
    }
    footer .row {
        display: flex;
        align-items: flex-start;
        justify-content: end;
        flex-wrap: wrap
    }
    section.new-arrivals figure {
        width: 100%
    }
    section.new-arrivals figure a img {
        width: 100%
    }
    .wishh a img {
        width: auto
    }
    div#navbar {
        width: 100%;
        float: none;
        border-bottom: 2px solid #1d1d1b;
        text-align: center
    }
    h1 {
        font-size: 30px;
        color: #000
    }
    section.headerr h4:after {
        display: none
    }
    section.headerr h4 {
        font-family: 'crimson_textroman';
        text-transform: uppercase;
        font-size: 14px;
        text-align: left;
        padding-top: 13px
    }
    section.headerr {
        background: #f2f2f2;
        padding: 18px 0px;
        margin-bottom: 74px
    }
    section.headerr {
        background: #f2f2f2;
        padding: 18px 0px;
        margin-bottom: 24px
    }
    section.corpoarates p.hero {
        font-size: 24px !important;
        margin-bottom: 24px;
        margin-top: 20px
    }
    section.corpoarates p.for {
        font-size: 24px !important;
        font-family: 'crimson_textitalic';
        margin-top: 54px
    }
    p.for.topp {
        margin-top: 24px !important;
        margin-bottom: 0px !important
    }
    section.corpoarates form.subscribe {
        text-align: center;
        margin-top: 40px
    }
    section.corpoarates form.subscribe {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px
    }
    .number {
        margin-bottom: 20px
    }
    .fixed-header .navbar-brand img {
        width: auto
    }
}

@media (max-width: 991px) {
    .insta ul {
        padding: 0px;
        display: inline-block
    }
    .insta ul li {
        width: 50% !important;
        float: left
    }
    header {
        position: fixed;
        z-index: 99;
        width: auto
    }
    .welcome-slider-area h2 {
        font-size: 50px
    }
    .welcome-slider-area h2 span.one {
        font-size: 50px
    }
    .welcome-slider-area h2 span.two {
        font-size: 50px
    }
    .top__header .col-md-6 .pull-right {
        float: left !important
    }
    .top__header col-md-6 {
        width: 50%;
        float: left
    }
    section.new-arrivals .owl-carousel .owl-item img {
        display: inline-block;
        width: 100%
    }
    .wishh a img {
        width: auto !important
    }
    .pop__box {
        display: none
    }
    section.newsletter .input-gro {
        display: inline-block
    }
    .relt {
        display: none
    }
}

@media (max-width: 1600px) {
    .home_banner_txt {
        padding: 45px 40px !important;
    }
}

@media (max-width: 768px) {
    .col-md-3.last {
        width: auto;
        padding-left: 15px
    }
    footer p.copy {
        font-size: 16px
    }
    section.personalise-your figcaption h1 a {
        font-size: 24px
    }
    .owl-theme .owl-nav {
        display: none
    }
    .navbar-brand img {
        width: 100%;
        transition: all 0.5s ease;
        position: relative;
        right: -10px
    }
    section.newsletter input.form-control {
        max-width: 100%;
        margin-bottom: 14px
    }
    .navbar-nav {
        margin: 7.5px -15px;
        width: 100%
    }
    .nav>li>a>img {
        max-width: none;
        margin: 0 auto
    }
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 6px;
        border-bottom: 1 p xsolid red
    }
    .welcome-slider-area a.explore {
        font-size: 16px
    }
    section.new-arrivals {
        margin: 30px 0px
    }
    .temtestimonial figcaption {
        padding: 0px 15px
    }
    .top__header .col-md-6 {
        margin-bottom: 0px
    }
    section.newsletter h1 {
        font-size: 30px;
        color: #000000;
        font-family: 'crimson_textroman'
    }
    section.newsletter {
        margin-top: 40px
    }
    ul.first__list span {
        display: none !important
    }
    header {
        width: 100%
    }
    .top__header .col-md-6 {
        width: 50%;
        float: left
    }
    .top__header .col-md-6:first-child {
        width: 38%
    }
    .top__header .col-md-6:nth-child(2) {
        width: 62%
    }
    .top__header .col-md-6 .pull-right {
        float: right !important
    }
    header .top__header ul.first__list li:first-child {
        margin-right: 8px
    }
    section.corpoarates.veiw-cart .col-md-8 .product .product-quantity {
        display: flex;
        background: white;
        height: 189px;
        position: relative;
        right: 15px;
        border-bottom: 0px solid #ccc;
        align-items: flex-end;
        justify-content: center;
        border-left: 1px solid #ccc;
        flex-direction: column
    }
    section.corpoarates.veiw-cart .col-md-8 .column-labels {
        display: block
    }
    section.corpoarates.veiw-cart .col-md-8 .product-details {
        float: none;
        margin-bottom: 10px;
        width: 100%
    }
    section.corpoarates.veiw-cart .col-md-8 .product .product-quantity {
        display: flex;
        background: white;
        height: auto;
        position: relative;
        right: 15px;
        border-bottom: 0px solid #ccc;
        align-items: flex-end;
        justify-content: center;
        border-left: 0px solid #ccc;
        flex-direction: column
    }
    .product-image {
        float: right;
        width: auto;
        width: 100%
    }
    section.corpoarates.veiw-cart .col-md-8 .product {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        align-items: center
    }
    section.corpoarates.veiw-cart .col-md-8 .product-image {
        float: right;
        width: 100%
    }
    section.corpoarates.veiw-cart .col-md-8 .column-labels label {
        padding-bottom: 8px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc
    }
    label.product-details.wow.fadeInUp {
        padding-left: 0px !important
    }
    section.corpoarates.veiw-cart .col-md-8 .product-quantity {
        width: 100%;
        float: none
    }
    label.product-price.wow.fadeInUp {
        width: 100% !important
    }
    section.corpoarates.veiw-cart .col-md-8 label.product-quantity {
        text-align: left
    }
    section.corpoarates.veiw-cart .col-md-8 .product-image img {
        margin: 0 0 10px 0px
    }
    section.corpoarates.veiw-cart .col-md-8 .product-price {
        clear: both;
        width: 100%;
        float: none;
        padding-left: 20px
    }
    section.corpoarates.veiw-cart .col-md-8 .product .product-quantity {
        display: flex;
        background: white;
        height: auto;
        position: relative;
        right: 15px;
        border-bottom: 0px solid #ccc;
        align-items: start;
        justify-content: flex-start;
        border-left: 0px solid #ccc;
        flex-direction: column
    }
    section.corpoarates.veiw-cart .col-md-8 .product-quantity:before {
        content: "x";
        right: 0px;
        position: absolute;
        top: 0px;
        display: none
    }
    section.corpoarates.veiw-cart .col-md-8 .product a.remove {
        left: 30px
    }
    section.corpoarates.veiw-cart .col-md-8 .product .product-quantity input {
        width: 60px
    }
    section.corpoarates.veiw-cart .col-md-8 .product span.plus {
        position: relative;
        right: 0px;
        top: -46px
    }
    section.corpoarates.veiw-cart .col-md-8 .product span.minus {
        right: 0px
    }
    section.corpoarates.veiw-cart .col-md-8 .product .refresh {
        position: absolute;
        right: -43px;
        top: 28%
    }
    .number {
        margin-bottom: 7px;
        margin-left: 15px;
        margin-top: 10px
    }
    label.product-price.wow.fadeInUp {
        padding-left: 0px !important
    }
    section.corpoarates.veiw-cart .col-md-8 .sign__in p {
        margin-bottom: 0px;
        font-size: 9px
    }
    section.corpoarates .col-md-5 {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse
    }
    form.subscribe.wow.fadeInUp.desk {
        display: none
    }
    form.subscribe.wow.fadeInUp.mobi {
        display: block
    }
}

.page-print small.copyright {
    font-size: 18px;
    font-family: 'crimson_textitalic';
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.page-print .actions-toolbar .secondary .action.back {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.actions-toolbar .secondary .action.back:hover {
    background: #000 !important;
}

body.page-print .column.main {
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.page-print .col-md-offset-1.col-md-5 {
    display: none;
}

.page-print .order-date span.label {
    color: #1d1d1b;
    font-size: 100%;
    font-weight: normal;
}

.page-print .order-date {
    text-align: center;
}

.page-print .logo {
    position: absolute;
    width: 100%;
    top: 0.5%;
}

.page-print .logo img {
    margin: 0 auto;
    width: 220px;
}

.page-print small.copyright {
    font-size: 18px;
    font-family: 'crimson_textitalic';
    margin-bottom: 0px;
    margin-top: 0px !important;
    width: 100%;
    text-align: center;
    position: absolute;
}

.page-print section.headerr {
    margin-top: 40px;
}

.page-print span.order-status::before {
    content: 'Order Status : ';
    text-transform: uppercase;
}

.page-print span.order-status {
    position: absolute;
    top: 8.3%;
    right: 5%;
    text-transform: uppercase;
}

.page-print .order-date {
    opacity: 0;
}

.account .actions-toolbar .secondary {
    display: none;
}

.catalog-category-view .page.messages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-cart-index .page.messages {
    margin-top: 58px;
}

.mageplaza-betterpopup-content .text-content
{   padding-top: 50px;
}
.mageplaza-betterpopup-content .text-content .title
{   text-transform: uppercase; color: #fff; font-size: 44px; font-weight: bold; border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.mageplaza-betterpopup-content .text-content .sub-title
{   color: #fff; font-size: 24px; text-transform: uppercase; font-weight: 600; margin-bottom: 30px;
}
.mageplaza-betterpopup-content .discount-main
{   padding: 100px 0px; position: relative; overflow: hidden;
}
.mageplaza-betterpopup-content .discount-code
{   display: inline-block; margin: 0 auto; padding: 20px 30px; border: 3px dotted #000;
    border-radius: 10px; line-height: normal; font-style: italic; 
}
.get-coupon
{   position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    transition: 1s;
}
.get-coupon img
{   max-width: 300px; margin: 0 auto;
}
.mageplaza-betterpopup-content .discount-main:hover .get-coupon,
.mageplaza-betterpopup-content .discount-main.active .get-coupon
{   opacity: 0; transform: translateY(-100%) rotateX(0deg);
}
.mageplaza-betterpopup-content .discount-code p
{   margin-bottom: 0px; font-family: 'Qraxy'; font-size: 40px;
}
.mageplaza-betterpopup-content .discount-code p span
{   font-size: 45px; font-weight: bold; 
}
.mageplaza-betterpopup-content #bio_ep_close
{   right: -30px !important;
    background-color: #000;
    width: 25px;
    height: 25px;
}
.mageplaza-betterpopup-content #bio_ep_close img{ max-width: 14px; position: relative; top: -2px; }

@media screen and (min-width: 768px) {

.cms-home #mageplaza-bannerslider-block-before-page-top-1{margin-top:199px;}
.cms-home .my-new-page-wrapper-class{padding-top:0px;}
}

@media (max-width: 767px)
{
.cms-home #mageplaza-bannerslider-block-before-page-top-1{margin-top:126px;}
.cms-home .my-new-page-wrapper-class{padding-top:0px!important;}
.products .product-item-info figcaption > span{
    display: inline-block;
    order: 5;
    flex: 0 0 100%;
    max-width: 100%;
}
.flower_list_item:hover .onhovershow{opacity: 0!important;}
.boxes_row_box2 .mgs-products .flowers_list .product-item-info .number_box{/*display:none*/}
#bio_ep{ left: 48% !important; }
}






/* 02-04-2024 CSS Start */

.catalog-product-view .product-social-links {
    width: 100%;
}
.nav>li {
  font-size: 16px;
}
.block-collapsible-nav-content .nav>li>a {
    color: black;
} 
.block-collapsible-nav-content .nav > li:last-child {
    float: none;
}
@media only screen and (max-width: 766px){
    .secondary {
      width: 100%;
    }
}
.block-collapsible-nav-title {
    display: none;
}
li.nav.item.current {
    padding: 13px 20px;
}
@media (max-width: 1024px){
   li.nav.item.current{
      padding: 9px;
    }
}
@media (min-width: 280px){
    .checkout-index-index .opc-block-summary .product-item .product-item-inner .product-item-name-block {
        width: calc(100% - 30px) !important;
    }
}
.account .actions-toolbar {
    width: 100%;
}
li.nav.item {
    display: block;
}
#shipping-new-address-form .order-attributes{
	display:none;
}

/* 02-04-2024 CSS End */
