@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

/*font-family: 'Caveat Brush', cursive;*/

header,
section,
article,
aside,
nav,
footer,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li details,
figcaption,
figure,
footer,
hgroup,
main,
summary {
    margin: 0;
    padding: 0;
    display: block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;
    margin: 0px;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: 'Oxygen', sans-serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 0 0
}

dd {
    margin: 0 0 0 0px
}

menu,
ol,
ul {
    padding: 0 0 0 0px
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    border: none;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    color: #828282;
    font-weight: 400;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

a {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


/* ===== Main Style  ==================================================

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

#wrapper {
    width: 100%;
    height: auto;
    float: left;
    min-height: 100%;
    height: 100%;
}

.main-warp {
    width: 100%;
    height: auto;
    float: left;
    min-height: 100%;
    overflow: hidden;
}

.page {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 70px;
}

.container {
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin: 0px auto;
    position: relative;
}


/* Header */

header {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #000000;
}

.head-part {
    display: flex;
}

header .menu {
    width: 100%;
    display: flex;
    border-top: #DCAA62 solid 1px;
}

header .head-top {
    width: 100%;
    display: flex;
    padding: 30px 0;
}

header .container {
    position: relative;
}


/* Menu Nav */

nav {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

nav ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
}

nav ul li {
    width: auto;
    height: auto;
    font-size: 18px;
    padding: 0px 0px 0 0;
    text-transform: uppercase;
}

nav ul li a {
    color: #FFF;
    display: block;
    padding: 20px 40px;
}

nav ul li a:hover {
    color: #ab784a;
}

.logo-part {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 150px;
    height: 65px;
    margin: 0;
    background: url(../images/logo.svg) no-repeat;
}

header .logo a {
    width: 100%;
    height: 100%;
    float: left;
}


/*social Icons */

.head-social {
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
}

.head-social h2 {
    width: auto;
    height: auto;
    float: left;
    font-size: 18px;
    color: #ecd9cb;
    margin: 0 10px 0 0;
    line-height: 36px;
}

.head-social ul {
    width: auto;
    height: auto;
    float: left;
}

.head-social li {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 7px;
}

.head-social li.facebook {
    background: url(../images/facebook.png) no-repeat;
}

.head-social li.twitter {
    background: url(../images/twitter.png) no-repeat;
}

.head-social li.google {
    background: url(../images/google.png) no-repeat;
}

.head-social li.instagram {
    background: url(../images/instagram.svg) no-repeat;
    background-size: 30px;
}

.head-social li a {
    width: 30px;
    height: 30px;
    float: left;
}


/* mini cart */

.mini-cart {
    width: 25%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

.mini-cart .cart-bx {
    float: left;
    height: 28px;
}

.shop-bag {
    width: auto;
    height: 25px;
    float: left;
    background: url(../images/cart.svg) no-repeat left top;
    padding: 0 0 0 35px;
    font-size: 13px;
    color: #DCAA62;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
}

.item-number {
    font-size: 15px;
    color: #DCAA62;
    font-weight: 600;
}

.dropdownCart {
    width: 400px;
    height: auto;
    float: left;
    background: #FFF;
    position: absolute;
    right: -15px;
    z-index: 9999;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 0 0 5px 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding: 10px 5px 20px 5px;
}

.mini-cart:hover .dropdownCart {
    visibility: visible;
    opacity: 1;
    top: 50px;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.dropdownCart h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #ab784a;
    padding: 0 0 10px 10px;
}

.dropdownCart h2 span {
    color: #5a2c1c;
}

.mini-cart .dropdownCart:after {
    content: "";
    display: block;
    float: none;
    right: 20px;
    top: -8px;
    position: absolute;
    width: 16px;
    height: 8px;
    background: url(../images/drop.png) no-repeat;
}

.midd-cont {
    width: 100%;
    height: auto;
    float: left;
}

.cartList {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    padding: 0 5px;
}

.cartList table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    float: left;
}

.cartList thead tr {
    border: none;
    border-top: #dad1ca solid 1px;
}

.cartList th {
    height: 28px;
    font-weight: 600;
    font-size: 13px;
    font-weight: normal;
    color: #5a2c1c;
    padding: 5px 15px 5px 10px;
    text-align: left;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 600;
}

.cartList th.txtAlg {
    width: 110px;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.cartList tr {
    border-top: #dad1ca solid 1px;
}

.cartList td {
    padding: 10px 5px;
    color: #747470;
}

.cartList td:first-child {
    width: 20%;
}

.cartList td.small-dis {
    width: auto;
    height: auto;
    float: none;
    padding-left: 7px;
}

.cartList td.small-dis h3 {
    width: 100%;
    height: auto;
    float: none;
    color: #5a2c1c;
    font-size: 15px;
    padding-bottom: 2px;
}

.cartList .cartImg {
    width: 90px;
    height: 65px;
    text-align: center;
    border: #ab784a solid 1px;
    float: left;
}

.cartImg img {
    width: 88px;
    height: 63px;
    text-align: center;
}

.cart_dtls {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0 0 0px;
    padding: 0px;
}

.cart_dtls li {
    width: 100%;
    height: auto;
    float: left;
    padding: 3px 0 0 0px;
    color: #666666;
    font-size: 13px;
}

.cart_dtls li b {
    color: #3a3a39;
    font-weight: normal;
    float: left;
}

.cartList .crt_close {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 12px 0 0px;
    background: url(../images/close.png) no-repeat top left;
}

.cartList .crt_close:hover {
    background: url(../images/close.png) no-repeat bottom left;
}

.cartList .crt_close a {
    width: 18px;
    height: 17px;
    float: left;
}

.cartList tr.total td {
    color: #5a2c1c;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
}

.cartList tr.tmrg td {
    padding-top: 15px;
}

.cartList tr td.total-p {
    width: 110px;
    float: left;
    text-align: right;
    color: #5a2c1c;
}

.cartList .price {
    color: #3a3a39;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
}

.cartList tr.delivery {
    border: none;
}

.cartList tr.delivery td {
    padding-top: 0px;
}

.cartList tr.grnd-total {
    border-bottom: 1px solid #dad1ca;
}

.cartList tr.grnd-total td {
    color: #5a2c1c;
    font-size: 15px;
    padding: 15px 10px 15px 5px;
    text-align: right;
}

.cartList tr.grnd-total .grnd-price {
    color: #5a2c1c;
    width: 110px;
    font-weight: 600;
}

.mini-cart-table tr.total {
    border-bottom: 1px solid #dad1ca;
}

.viewCart,
a.viewCart {
    float: right !important;
    font-size: 13px !important;
    padding: 8px 8px 6px 8px !important;
    margin: 15px 10px 0 0px;
    text-transform: capitalize;
}

.small-field {
    width: 40px;
    height: 28px;
    float: left;
    border: #ab784a solid 1px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    color: #666;
    text-align: center;
}


/* home page */

.banner-cont {
    width: 100%;
    height: auto;
    float: left;
}

.banner-slide {
    width: 100%;
    float: right;
}

.banner-right {
    width: 100%;
    height: auto;
    float: left;
    margin: 120px 0 0 0;
    display: none;
}

.banner-slide .slick-prev {
    left: 10px;
}

.banner-slide .slick-next {
    right: 10px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #FFF !important;
}

.bnr-btn {
    width: 200px;
    height: 65px;
    float: left;
    background: url(../images/button_bg.png) no-repeat top left;
    font-size: 18px;
    color: #ffffff;
    margin: 30px 0 0 0;
}

.bnr-btn a {
    width: 200px;
    height: 65px;
    float: left;
    color: #FFF;
    padding: 0 0 0 40px;
    line-height: 61px;
}

.bnr-btn:hover {
    background: url(../images/button_bg.png) no-repeat bottom left;
}

.bnr-image {
    width: 100%;
    height: auto;
    float: right;
}

.book-btn {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
}

.btn-area {
    width: auto;
    height: auto;
    float: left;
    background: #5a2c1c;
    padding: 6px 6px;
    position: relative;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 18px;
}

.btn-area:hover {
    background-color: #8c1517;
}

.btn-area .btn-round {
    width: 100%;
    height: auto;
    float: left;
    padding: 18px 25px 18px 50px;
    border: #c29162 solid 1px;
    border-radius: 10px;
    background: url(../images/calendar.png) no-repeat left 12px top 15px;
    background-size: 30px;
}

.book-btn a {
    font-size: 16px;
    color: #FFF;
}

.banner-right h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 50px;
    color: #ffeddd;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 1px;
    line-height: 73px;
}

.product-slider {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.slide-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0;
    padding: 0 10px;
    margin: 0 0px;
    position: relative;
}

.slide-image {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slide-image img {
    float: none;
    display: inline-block !important;
}

.slide-box h2 {
    width: 100%;
    height: auto;
    float: left;
    color: #744318;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
}

.pro-slide {
    margin: 65px 0 0 0;
    width: 100%;
    height: auto;
    float: left;
}

.pro-slide .slick-list {
    width: 100%;
    height: auto;
    float: left;
}

.midd-cont-home h1,
.midd-cont-home h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}


/* product listing */

.product-bg {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 100px 0;
}

.main-heading {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.main-heading h1,
.main-heading h2 {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.main-heading h2 {
    font-size: 25px;
}

.product-listing {
    width: 100%;
    height: auto;
    float: none;
    max-width: 1300px;
    margin: 0px auto;
}

.chocolates {
    width: 105%;
    height: auto;
    float: left;
    margin: 35px 0 0 -15px;
}

.chocolates li {
    width: 18.8%;
    height: auto;
    float: left;
    margin: 10px 0 10px 15px;
    position: relative;
    border: #DCAA62 solid 1px;
}

.chocolates li.fnt_caveat_brush .list-content h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.chocolates li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.chocolates li:hover {
    border: #000 solid 1px;
}

.chocolates li:hover::after {
    opacity: 1;
}

.chocolates li:hover .rotateIn {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

.cart-btn {
    width: 60px;
    height: 60px;
    background: #3f251d url(../images/cart_icon.png) no-repeat center center;
    border: #ab784a solid 4px;
    position: relative;
    border-radius: 60px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin: 0 0 0 -30px;
    display: none;
}

.cart-btn:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.pro-image-box {
    width: 100%;
    height: 170px;
    float: left;
    background: #FFF;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    text-align: center;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.pro-image-box img {
    max-width: 100%;
}

.out_of_stock {
    position: absolute;
    left: -4px;
    top: 8px;
    z-index: 2;
    background: url(../images/bg_out_of_stock.png) no-repeat left top;
    width: 95px;
    height: 29px;
}

.out_of_stock span {
    color: #fff;
    font-size: 12px;
    padding: 5px 0px 0px 9px;
    display: block;
}

.list-content {
    width: 100%;
    height: 100px;
    float: left;
    display: table;
    padding: 0 20px;
}

.list-content h2,
.list-content h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
}

.product-price {
    width: 100%;
    height: auto;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.box-align {
    width: 100%;
    height: auto;
    float: left;
}

.cart-pages {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0;
    margin: 10px 0 0 0
}

.bg-box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 180px;
}


/*product details*/

.pro-pages {
    margin-top: 60px;
}

.product-details {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 0 0;
}

.product-gallery {
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
}

.slider-nav {
    border: none !important;
    padding-top: 20px;
}

.product-right {
    width: 50%;
    height: auto;
    float: right;
    padding: 0 0 0 35px;
}

.product-right h2,
.product-right h1 {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 26px;
    margin: 0px 0 0 0;
    text-transform: uppercase;
}

.options {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 0px 0;
}

.opt-border {
    padding-bottom: 10px;
}

.opt-bg {
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
}

.big-price {
    width: 100%;
    height: auto;
    float: left;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin: 0px 0 0 0;
}

.qty-text {
    width: auto;
    height: auto;
    float: left;
    color: #3c3b3b;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.big-price span {
    font-size: 23px;
    color: #686565;
}

.details-list {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0px;
}

.details-list li {
    width: 100%;
    height: auto;
    float: left;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    margin: 6px 0 0 0;
}

.slide-box {
    float: left;
    height: auto;
    min-height: 330px;
    margin: 0;
    padding: 25px;
    position: relative;
    width: 100%;
}

.product-gallery .pro-smll-img {
    width: auto;
    height: auto;
    float: none;
    margin: 0px auto;
}

.pro-smll-img img {
    width: 100%;
}


/* input counter */

.numeric-stepper {
    width: 84px;
    height: 37px;
    position: relative;
    display: block;
    float: left;
}

.numeric-stepper input {
    width: 55px;
    height: 100%;
    background: #FFF;
    text-align: center;
    vertical-align: center;
    padding: 0;
    color: #999;
    float: left;
    border: #DCAA62 solid 1px;
    line-height: 29px;
}

.numeric-stepper button {
    z-index: 100;
    float: right;
    width: 28px;
    height: 36px;
    background: none;
    border: none;
    padding: 0;
    margin: 0px 0 0 0;
    filter: alpha(opacity=1);
    /* IE */
    -moz-opacity: 1;
    /* Gecko */
    -khtml-opacity: 1;
    /* Konqueror */
    opacity: 1;
    /* CSS2 */
}

.numeric-stepper button.qtyminus {
    width: 28px;
    height: 18px;
    background: #DCAA62 url(../images/minus.png) no-repeat top left;
    color: #FFF;
    text-indent: 9999;
    margin: 1px 0 0 0;
}

.numeric-stepper button.qtyminus:hover {
    background: #DCAA62 url(../images/minus.png) no-repeat bottom left;
}

.numeric-stepper button.qtyplus {
    width: 28px;
    height: 18px;
    background: #DCAA62 url(../images/plus.png) no-repeat top left;
    color: #FFF;
}

.numeric-stepper button.qtyplus:hover {
    background: #DCAA62 url(../images/plus.png) no-repeat bottom left;
}


/* Radio & check box styling */

.form-controls input[type="checkbox"] {
    display: none;
}

.form-controls input[type="checkbox"]+label {
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.form-controls input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

.form-controls input[type="checkbox"]:checked+label span {
    background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}

.form-controls input[type="radio"] {
    display: none;
}

.form-controls input[type="radio"]+label {
    color: #F00;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
}

.form-controls input[type="radio"]+label.mText {
    font-size: 13px;
    color: #F7921E;
}

.form-controls input[type="radio"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

.form-controls input[type="radio"]:checked+label span {
    background: url(../images/check_radio_sheet.png) -57px top no-repeat;
}

.form-controls input[type="checkbox"]+label a {
    color: #187fc3;
}

.form-controls input[type="checkbox"]+label a:hover {
    color: #000;
    text-decoration: underline;
}

.crdit input[type="radio"]+label span {
    background: none;
}

.crdit input[type="radio"]:checked+label span {
    background: none;
}

.product-tab {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

.product-tab p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    color: #393939;
    padding: 15px 0 0 0;
    line-height: 22px;
}

.breadCrumb {
    width: 100%;
    height: auto;
    float: left;
}

.breadCrumb ul {
    float: left;
    list-style: none;
    margin: 25px 0 0 0px;
}

.breadCrumb ul li {
    float: left;
    color: #000;
    padding: 0px 6px 0 0;
    font-size: 13px;
}

.breadCrumb ul li a {
    background: url(../images/bread.png) no-repeat right 6px;
    color: #DCAA62;
    float: left;
    padding: 0 16px 0 0;
}

.breadCrumb ul li a:hover {
    color: #DCAA62;
}


/* shopping cart */

.shopping-bg {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 100px 0;
}

.shopping-cart {
    width: 100%;
    height: auto;
    float: right;
}

.cart {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

.cart-table {
    margin: 0 0;
    min-width: 100%;
}

.cart-table tr {
    border-top: 1px solid #d3d3d3;
}

.cart-table th {
    display: none;
    background: #F1F1F1;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.cart-table td {
    display: block;
    width: 17%;
}

.cart-table td:first-child {
    padding-top: .5em;
    width: 40%;
}

.cart-table td:last-child {
    padding-bottom: .5em;
    border-right: none;
    width: 5%;
}

.cart-table tr:nth-child(odd) {
    background: #f8f8f8;
}

.cart-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.cart-table {
    color: #454545;
    overflow: hidden;
}

.cart-table td {
    margin: .5em 1em;
}

.cart-table th,
.cart-table td {
    text-align: left;
}

.cart-table td:before {
    color: #dd5;
}

.cart-image {
    width: 42%;
    height: auto;
    border: #ab784a solid 1px;
    max-width: 90px;
    display: inline-block;
}

.cart-table tr h2 {
    width: 50%;
    height: auto;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}

.cart-table tr h2 span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
}

.cart-table tr.total td {
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.cart-table td.tab-total {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: right;
}

.cart-table td.cart-price {
    font-size: 16px;
    color: #000;
}

.cart-table td.align-text,
.cart-table th.align-text {
    text-align: right !important;
}

.cart-table td.total-head {
    font-size: 19px;
    color: #000;
    text-align: right;
}

.cart-table tr td.total-p {
    text-align: right;
}

.cart-table tr.delivery {
    border: none;
}

.cart-table tr.delivery td {
    padding-top: 0px !important;
    border: none;
}

.cart-table tr.grnd-total {
    border-bottom: 1px solid #DCAA62 !important;
}

.cart-table tr.grnd-total td {
    color: #000;
    font-size: 17px;
    padding: 15px 10px;
    text-align: right;
    font-weight: 600;
    border-bottom: 1px solid #DCAA62 !important;
}

.cart-table tr.grnd-total .grnd-price {
    color: #000;
    font-weight: 600;
}

.cart-action {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}

.button,
a.button {
    width: auto;
    height: auto;
    float: right;
    background: #DCAA62;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 16px 25px;
}

.button:hover,
a.button:hover {
    background: #000;
}

.update-btn,
a.update-btn {
    width: auto;
    height: auto;
    float: left;
    background: #e3e0de;
    border: #ccbdb8 solid 1px;
    padding: 8px 25px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

.update-btn:hover,
a.update-btn :hover {
    background: #ab784a;
    color: #FFF;
}

.nrml-btn,
a.nrml-btn {
    background: #000;
    margin-right: 20px;
}

.add-cart,
a.add-cart {
    float: left;
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: top 0px left 5px;
    background-size: contain;
    background-size: 40px;
    padding: 9px 20px 9px 45px;
    background-color: #000;
    margin: 0 0 0 15px;
}

.add-cart:hover,
a.add-cart:hover {
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: top 0px left 5px;
    background-size: contain;
    background-size: 40px;
    background-color: #000;
}

a.edit,
.edit {
    background: #000 url(../images/edit.png) no-repeat scroll right 5px top 10px;
    color: #fff;
    float: right;
    font-size: 15px;
    padding: 8px 30px 8px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.edit:hover,
.edit:hover {
    background: #DCAA62 url(../images/edit.png) no-repeat scroll right 5px top 10px;
}

a.item-delete {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/delete.png) no-repeat top left;
}

a.item-delete:hover {
    background: url(../images/delete.png) no-repeat bottom left;
}


/* chceckout  */

.checkoutPart {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px 50px 0px;
}

.checkoutPart h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 0 0px;
}

.checkout {
    width: 64%;
    height: auto;
    float: left;
    padding: 0 0 30px 0;
    position: relative;
}


/* Checkout Steps  */

.steps {
    width: 100%;
    float: left;
    height: auto;
    float: left;
    text-align: center;
    margin: 70px 0 10px 0;
}

.checkStep {
    width: 23%;
    margin: 0px 0 0 0;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0 0 0 0px;
    position: relative;
}

.checkStep h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    margin: 3px 0 0 0px;
    color: #bebebe;
    text-align: center;
}

.checkStep:after {
    width: 90px;
    height: 8px;
    float: none;
    position: absolute;
    content: '';
    display: block;
    background: url(../images/step_line.png) no-repeat;
    right: -46px;
    top: 20px;
}


.check-last:after {
    background: none;
}

.check-round {
    width: 44px;
    height: 44px;
    float: none;
    background: #e7e7e7;
    border-radius: 32px;
    display: inline-block;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
    display: inline-table;
}

.check-round span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #FFF;
    border-radius: 32px;
    margin: 6px 0 0 1px;
    text-align: center;
    color: #d5d5d5;
    line-height: 32px;
}

.checkActive .check-round {
    background: #DCAA62;
}

.checkActive h2 {
    color: #000;
}

.wrapped-text .checkStep h2{
    color:#DCAA62;
}

.checkActive .check-round span {
    color: #000;
}

.act-line:after {
    background: url(../images/active-line.png) no-repeat;
}


/*form */

.formArea {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 35px 60px 35px;
}

.form-list {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 20px 0;
}

.formArea .form-list {
    width: 105%;
    margin: 0 0 0 -30px;
}

.form-list li {
    width: 45.5%;
    height: auto;
    float: left;
    margin: 25px 0px 5px 30px;
    position: relative;
    padding: 0 0 0 0px
}

.formArea .form-list>li {
    min-height: 65px;
    position: relative;
}

.note {
    width: 100%;
    height: auto;
    float: none;
    position: absolute;
    font-size: 12px;
    color: #a4a4a4;
    bottom: -20px;
    left: 0px;
}

.dlv-same {
    height: 70px;
    padding: 37px 0 0 0;
    font-size: 14px !important;
}

.fldText {
    width: 100%;
    float: left;
    color: #424242;
    font-size: 14px;
    padding: 0 0 4px 0px;
}

.fldText em {
    color: #ec3d3d;
    font-style: normal;
    font-size: 18px;
    padding-left: 2px;
}

.field {
    width: 100%;
    height: 40px;
    float: left;
    padding: 10px 0 10px 10px;
    border: #9c9c9c solid 1px;
    border-radius: 3px;
    color: #565656;
}

.field:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #000;
}

.date-picker {
    background: url(../images/calender.png) no-repeat right 10px top 5px;
}

.form-list li.fullWidth {
    width: 100% !important;
}

.selectBox {
    width: 100%;
}

.w325 {
    width: 100%;
}

.fullWidth .field {
    width: 43%;
}

.mrg-10 {
    margin-top: 10px;
}

.payment {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 35px 30px 35px;
    margin: 10px 0 20px 0;
    border-bottom: #c8c8c8 solid 1px;
}

.payment .crdit {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0px 0px;
    padding: 0 0 20px 0;
}

.pay-conf {
    border: none;
    margin-bottom: 65px;
}

.crdit li {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 20px 10px 0;
    font-weight: 600;
    color: #414141;
}

.crdit li input {
    width: auto;
    height: auto;
    float: left;
    margin: 0 8px 0 0px
}

.crdit li img {
    width: auto;
    height: auto;
    margin: -6px 0px 0 0;
}

.mybag {
    width: 34%;
    height: auto;
    float: right;
    background: #ffffff;
    border-radius: 3px 3px 0 0;
    position: relative;
    padding: 20px 0;
}

.mybag:after {
    content: '';
    width: 100%;
    height: 3px;
    float: none;
    position: absolute;
    display: block;
    left: 0px;
    bottom: -3px;
    background: url(../images/bag-bg.png) repeat-x;
}

.bag-head {
    width: 100%;
    height: auto;
    float: left;
}

.bag-head h3 {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
}

.myCart {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px 10px;
}

.check-area {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0px 0 0 0;
    padding: 0 35px;
}

.address-area {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0px 0 0 0;
    padding: 0px 35px 100px 35px;
}

.address-area p {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 25px 0px 0px;
    font-size: 14px;
    color: #414141;
    margin: 0;
    line-height: 26px;
}

.address-area p b {
    color: #ab784a;
    font-weight: normal;
}

.address-area p a {
    color: #ab784a;
}

.card-notes {
    font-style: italic;
    color: #ab784a;
}

.confm {
    width: 62px;
    height: 40px;
    float: none;
    position: absolute;
    left: 0px;
    bottom: 20px;
    background: url(../images/tick.jpg) no-repeat;
}

.formArea p.address a:hover {
    color: #216fb5;
    text-decoration: underline;
}

.checkShip {
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
}

.check-area p.confrmText {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding: 8px 0 0 0;
    color: #414141;
    line-height: 20px;
}

.billingStep {
    width: 50%;
    height: auto;
    float: left;
    margin: 5px 0 10px 0px;
    padding: 0px;
}

.payDtls {
    float: right;
    width: 30%;
}

.billingStep strong {
    font-weight: 600;
    font-size: 15px;
}

.billingStep p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #414141;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 24px;
}

.orderDtls {
    width: auto;
    height: auto;
    float: right;
}

.orderDtls li {
    height: auto;
    float: left;
    font-size: 13px;
    clear: both;
    line-height: 18px;
}

.orderDtls li .ordtyp {
    width: 100px;
    height: auto;
    float: left;
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    padding: 0 10px 0 0px;
}

.creditSec {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 0 0px;
}

.creditSec li {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #414141;
    margin: 5px 0 0 0;
}

.creditSec li b {
    font-weight: 600;
    font-size: 13px;
    font-weight: normal;
}

.billingHead {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #e5e5e5 solid 1px;
    padding: 40px 20px 10px 20px;
    position: relative;
}

.billingHead .billLogo {
    height: 68px;
    width: 160px;
    float: left;
}


/* About Pages */

.content-pages {
    width: 100%;
    height: auto;
    float: left;
    margin: 150px 0 50px 0;
}

.about-page {
    width: 65%;
    height: auto;
    float: right;
    padding: 80px 60px 150px 60px;
    background: #f9f9f7 url(../images/abt_bg.png) no-repeat bottom 50px center;
}

.about-page:before {
    bottom: -1px;
}

.abt-image {
    width: 30%;
    height: auto;
    float: left;
}

.abt-image img {
    float: left;
}

.abt-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 0 0;
}

.abt-content p {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 16px;
    padding: 20px 0 0 0;
    text-align: center;
    line-height: 23px;
}

.contact-page {
    width: 100%;
    height: auto;
    float: left;
}

.contact-page p {
    width: 80%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #000;
    padding: 0 0 0 20px;
}

.contact-page p a {
    color: #DCAA62;
}

.contact-page p a.view-map {
    width: 100%;
    float: left;
    font-size: 15px;
    text-decoration: underline;
    color: #ab784a;
}

.contact-page p a:hover {
    text-decoration: underline;
}

.contact-page p a.view-map:hover {
    color: #603526;
}

.cont-bg {
    width: 440px;
    height: 440px;
    float: left;
}

.contact-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}

.contact-icon {
    width: 75px;
    height: 81px;
    float: left;
}

.email-icon {
    background: url(../images/email_icon.png) no-repeat;
}

.phone-icon {
    background: url(../images/phone.png) no-repeat;
}

.address-icon {
    background: url(../images/address.png) no-repeat;
}

.email-text p {
    padding-top: 20px;
}

footer {
    width: 100%;
    height: 70px;
    float: left;
    margin-top: -70px;
    position: relative;
    clear: both;
    background-color: #000;
}

footer p {
    width: auto;
    height: auto;
    float: left;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 70px;
}

.designBy {
    float: right;
    color: #FFF;
    margin: 0 22px 0 0;
    line-height: 70px;
}

.fRight {
    float: right !important;
}


/* extra 10-06-2020*/

.add-extra {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px;
}

.add-extra h2 {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.radio-box {
    width: 100%;
    height: auto;
    float: left;
}

.flowers-area {
    width: 100%;
    height: auto;
    float: left;
    background: #fbe4cf;
    position: relative;
    padding: 15px;
    margin-top: 30px;
}

.add-flower-option {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.add-flower-option li {
    width: auto;
    margin-right: 30px;
}

.add-flower-option li input[type="radio"]+label {
    float: left;
    padding: 10px;
    width: 100px;
    color: #000;
    font-weight: 600;
}

.add-flower-option li input[type="radio"]+label span {
    margin-right: 10px;
}

.add-flower-option li input[type="radio"]:checked+label {
    background: #DCAA62;
}

.flower-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: #DCAA62 dashed 1px;
    border-width: 1px;
    font-weight: 600;
}

.flower-list-box li {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.flower-list-box li label {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

.flower-list-box li input[type="radio"]:checked+label {
    background: #FFF;
    border-radius: 10px;
}

.flower-list-box li .flw-img {
    width: 70px;
    height: auto;
}

.flower-list-box li .flw-img img {
    width: 100%;
}

.flower-list-box li h3 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.flower-right {
    display: flex;
    flex-direction: column;
    display: flex;
    padding-left: 15px;
    justify-content: center;
}

.flower-price {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

.pro-btm {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    color: #000;
    align-items: center;
}

.pro-btm span {
    color: #000;
}

.qty-right {
    width: 100%;
}

.qty-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
}

.create-top {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.create-area {
    width: 100%;
    height: auto;
    float: left;
}

.create-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.create-list li {
    margin: 0 20px;
}

.create-list li input[type="radio"]+label {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 15px 60px;
    color: #DCAA62;
}

.create-list li input[type="radio"]+label span {
    display: none;
}

.create-list li input[type="radio"]+label h3 {
    font-size: 20px;
}

.create-list li input[type="radio"]:checked+label {
    background: #DCAA62;
    border-radius: 10px;
    position: relative;
}

.create-list li input[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    top: -7px;
    right: -4px;
    width: 30px;
    height: 30px;
    background: url(../images/choclate-select.png) no-repeat;
    background-size: cover;
}

.gift-price {
    padding-top: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.gift-img {
    width: 120px;
}

.gift-img img {
    width: 100%;
}

.create-list li input[type="radio"]:checked+label .gift-price {
    color: #FFF;
}

.create-list li input[type="radio"]:checked+label h3 {
    color: #FFF;
}

.creat-middle {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
}

.flavors-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
  justify-content: center;
}

.flavors-list li {
    width: 19%;
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.flavors-list li h3 {
    width: 100%;
    font-size: 20px;
    color: #000;
    padding: 10px 5px 20px 5px;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.flavors-list li input[type="checkbox"]:checked+label h3 {
    color: #FFF;
}

.flavors-list li .flavors {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
}

.flavors-img-box {
    width: 100%;
}

.view-all {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.view-all a {
    width: auto;
    height: auto;
    background: #DCAA62;
    color: #FFF;
    padding: 15px 30px;
}

.flavors-list li input[type="checkbox"]+label {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    border: #FFF solid 6px;
    align-items: center;
    background: #FFF;
}

.flavors-list li input[type="checkbox"]+label span {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 89px;
    left: 50%;
    margin-left: -17px;
    background: url(../images/check1.svg) left top no-repeat;
}

.flavors-list li input[type="checkbox"]:checked+label span {
    background: url(../images/check2.svg) left top no-repeat;
}

.flavors-list li input[type="checkbox"]:checked+label {
    background: #DCAA62;
    border: #DCAA62 solid 6px;
}

.flavors-img {
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    float: right;
    border-radius: 10px 10px 0px 0;
}

.flavors-img img {
    width: 100%;
}

.crate-shopping {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 120px;
    margin-bottom: 150px;
}

.crate-shopping .cart-table td:last-child {
    width: 15%;
}

.crate-shopping .cart-table tr h2 {
    padding-left: 0;
}

.crate-shopping .cart-table tr p {
    width: 100%;
    height: auto;
    float: left;
    color: #d12c32;
    font-size: 12px;
    padding: 0;
}

.crate-shopping .shopping-cart {
    width: 100%;
    max-width: 100%;
}

.from-adrs {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #ac774b solid 1px;
    padding-bottom: 10px;
}

.to-adrs {
    width: 100%;
    height: auto;
    float: left;
}

.gift-radio {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.gift-radio input[type="checkbox"]+label {
    color: #af1b27;
    font-size: 17px;
}

.gift-radio input[type="checkbox"]+label span {
    background: url(../images/gift-checkbox.png) no-repeat left top;
}

.gift-radio input[type="checkbox"]:checked+label span {
    background: url(../images/gift-checkbox.png) no-repeat right top;
}

.category-list {
    width: 100%;
    display: flex;
}

.category-item {
    width: 102%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -2%;
}

.category-item li {
    width: 31%;
    margin-right: 2%;
    margin-top: 40px;
}

.category-image-box {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.category-image-box img {
    width: 100%;
}

.category-box-align h2 {
    color: #000;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
}

.ft-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-contact {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-bottom: -30px;
}

.contact-area {
    width: 60%;
    justify-content: center;
    display: flex;
}

.address-box {
    width: 50%;
    background: #DCAA62;
    padding: 40px 30px;
    display: flex;
}

.address-box h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
}

.address-box p {
    font-size: 18px;
    color: #FFF;
    padding-top: 10px;
}

.address {
    width: 100px;
    height: 100%;
    float: left;
    background: url(../images/location.svg) no-repeat;
    background-size: 60px;
}

.phone {
    width: 100px;
    height: 100%;
    float: left;
    background: url(../images/telephone.svg) no-repeat;
    background-size: 60px;
}

.cont-right {
    padding-left: 10px;
}

.map {
    width: 100%;
    display: flex;
}

.phone-box {
    width: 50%;
    background: #000;
}

.create-home {
    width: 100%;
    height: auto;
    float: left;
    background: #F6F0E7;
    padding: 100px 0;
    margin-bottom: 100px;
}

.create-box-area {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.create-right {
    width: 80%;
    position: absolute;
    background: #FFF;
    right: 0;
    height: 100%;
    margin-top: 50px;
}

.create-right:after {
    width: 180px;
    height: 180px;
    content: '';
     display:none;
    position: absolute;
    right: 20px;
    bottom: -30px;
    background: url(../images/create.svg) no-repeat;
    background-size: contain;
}

.right-box {
    width: 50%;
    height: 100%;
    max-width: 500px;
    float: right;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
    text-align: left;
}

.right-box h1 {
    text-align: left;
}

.read-btn {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.right-box a {
    float: left;
    background: #DCAA62;
    color: #FFF;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.right-box a:hover {
    background: #000;
}

.home-category {
    width: 100%;
    height: auto;
    float: left;
    border-top: #DCAA62 solid 1px;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.create-img {
    width: 50%;
    position: relative;
    z-index: 9;
}

.create-img img {
    width: 100%;
}

@media (min-width: 600px) {
    .cart-table td:before {
        display: none;
    }
    .mybid-table td:before {
        display: none;
    }
}

@media (min-width: 600px) {
    .cart-table th,
    .cart-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .cart-table th:first-child,
    .cart-table td:first-child {
        padding-left: 0;
    }
    .cart-table th:last-child,
    .cart-table td:last-child {
        padding-right: 0;
    }
}

@media (min-width: 600px) {
    .cart-table td {
        padding: 15px 10px !important;
    }
    .cart-table th {
        padding: 10px 10px !important;
    }
}

.logo-2 {
    display: none;
}

#pull {
    display: none;
}

.lang {
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
}

.lang:hover {
    color: #5a2c1c;
}

.span1 {
    display: inline-block;
    width: 38%;
}