body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

.mt-4 {
	margin-top: 40px;
}

.mb-4 {
	margin-bottom: 40px;
}

.my-4 {
	margin: 20px 0;
}

.mobi-only {
	display: none;
}

.mobi-search {
	display: none;
}

.tab-hidden {
	display: block!important;
}

.tab-only {
	display: none!important;
}

.cursive {
	font-family: 'Poppins', sans-serif;
}

.ms-sl-selected .ms-overlay {
	display: none;
}

.product-image .modal p {
    background-color: transparent!important;
	position: static!important;
}

img {
	width: 100%;
	height: auto;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}

a {
	text-decoration: none;
	font-weight: 300;
}

a:hover {
	text-decoration: none;
	border-bottom: 0;
}

.notice {
	font-size: 20px;
	margin-bottom: 50px;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 15px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: transparent!important;
	outline: none;
}

.btn-primary.white, .btn-primary.white:hover {
	background-color: #fff;
	border: 2px solid #fff!important;
	padding: 10px;
	border-radius: 0px;
	font-size: 16px;
}

.message {
	position: fixed;
	top: 0px;
	z-index: 999;
	background-color: #fff;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: none;
	width: 300px;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.cart-message {
	background-color: #000000;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: none;
	text-transform: uppercase;
	font-size: 16px;
}

.mini-cart {
	position: absolute;
	right: 0;
	background-color: #fff;
	top: 50px;
	width: 350px;
	border-radius: 0px;
	z-index: 999;
	padding: 20px;
	text-align: center;
}

.mini-cart-item {
    margin-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    border-bottom: 1px solid #ececec;
}

.mini-cart li {
	list-style: none;
}

.mini-cart li span {
	display: inline-block;
}

.mini-cart-item .item-img {
	width: 20%;
}

.mini-cart-item .item-img img {
	padding: 0;
	width: 100%;
}

.mini-cart-item .item-name {
	width: 40%;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}

.mini-cart-item .item-price {
    width: 30%;
    text-align: left;
    font-size: 14px;
}

.mini-cart-item .item-remove {
    width: 5%;
}

.mini-cart-total {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.mini-cart-total span {
    float: right;
}

.mini-cart .btn-wrapper {
    text-align: center;
}

.mini-cart .btn-wrapper .btn-primary{
	min-width: 100px;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff!important;
}

.topbar {
	padding: 15px;
	color: #fff;
	font-size: 16px;
}

.topbar p {
	margin: 0;
}

.topbar a {
	color: #fff;
}

.topbar a:hover {
	border-bottom: 0;
}

.topbar i {
	font-size: 20px;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: middle;
}

.topbar-menu {
    list-style-type: none;
    display: flex;
    justify-content: end;
    align-items: center;
	margin-bottom: 0;
}

.topbar-menu li, .topbar-menu li {
	display: flex;
	align-items: center;
	padding-left: 28px;
}

.topbar-menu li a {
    line-height: 60px;
    align-self: center;
    font-size: 15px;
    font-weight: 400;
}

.topbar-menu li i {
    font-size: 25px;
    vertical-align: middle;
}

#mainMenu i {
	border: 1px solid #000000;
    border-radius: 100%;
    width: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
}

.topbar-menu .dropdown-menu {
    position: absolute;
    top: 95%;
    z-index: 99999;
    display: none;
    min-width: 200px;
    padding: 10px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.topbar-menu .dropdown-menu li, .topbar-menu .dropdown-menu li a {
	padding-left: 0;
	line-height: 25px;
}

header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.topbar-menu #total_items {
    font-size: 14px;
    margin-left: 10px;
}

.tb-cart {
	display: none;
}

.header-social {
	text-align: right;
}

.header-social a:hover {
	border-bottom: none;
}

.logo {
	padding-top: 10px;
}

.header-notice {
	width: 100%;
	padding: 30px 15%;
	color:#fff;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}

.page-header {
	position: relative;
	margin: 0;
	background-position: center;
    background-size: cover;
    text-align: center;
	min-height: 400px;
	padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

.page-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* z-index: 99999; */
	background-color: rgba(0,0,0,0.3);
}

.page-header .overlay h1 {
	background-color: transparent;
	padding-top: 300px;
    font-size: 60px;
    color: #fff;
    padding-bottom: 35px;
	margin: 0;
	font-weight: 700;
}

.menubar {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
}

.navbar-nav>li>a {
	color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.mobi-menubar {
	display: none;
}

.navbar-default {
	background-color: transparent;
	border: none!important;
	border-radius: 0px;
	margin-bottom: 0;
	text-align: right;
}

.navbar-default li {
	display: inline-block;
	float: none;
}

.navbar-default li a {
    margin: 0px;
    font-size: 14px;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .dropdown-menu a {
	color: #000!important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: 0;
    outline: none;
}

.navbar-collapse.collapse {
    text-align: center;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: center;
}

.dropdown-menu {
	border-radius:0px;
	border:none;
}

.dropdown-menu li {
	width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

#newsletterModal .close {
	position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
}

#newsletterModal .modal-content {
	border-radius: 0;
}

#newsletterModal .modal-body {
	padding: 0;
	border-radius:0px;
}

#newsletterModal .modal-body .col-md-6 {
	padding: 0;
}

#newsletterModal .modal-body p, #newsletterModal .modal-body .btn-primary {
    margin: 0px 20px 20px 0px;
}

#newsletterModal .modal-body h3 {
    vertical-align: middle;
    margin: 15% 20px 20px 0px;
}

#newsletterModal .modal-body .nm-wrapper {
	padding: 30px;
}

#newsletterModal .modal-body .nm-wrapper p strong {
	font-size: 15px;
	line-height: 17px;
}

#newsletterModal .btn-primary:hover {
    background-color: #b49375!important;
    border: 0!important;
}

#newsletterModal .close {
    color: #000;
    opacity: 1;
}

.account {
	text-align: right;
}

.account i {
	margin: 0!important;
	margin-right: 5px!important;
	margin-left: 15px!important;
}

.login {
	padding-top: 40px;
	padding-bottom: 40px;
}

.forgot-password-link {
	padding-top: 10px;
}

.create-account-cta {
	text-align: center;
	padding: 20px;
	background-color: #ececec;
	margin-top: 15px;
}

.create-account-cta h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.create-account-cta p {
	margin-bottom: 30px;
}

.register {
	padding-top: 40px;
	padding-bottom: 40px;
}

#day {
	display: inline-block!important;
	width: 15%!important;
	margin-right: 2%;
}

#month {
	display: inline-block!important;
	width: 50%!important;
	margin-right: 2%;	
}

#year {
	display: inline-block!important;
	width: 29%!important;
}

.billing_copy {
	cursor: pointer;
}

.profile {
	padding-top: 40px;
	padding-bottom: 40px;
}

.profile .btn-primary {
	width: 50%;
	font-size: 14px;
	padding: 5px;
}

.profile .details p {
	width: 60%
}

.profile .details p:last-child {
	border-bottom: none;
}

.profile .details span {
	display: inline-block;
	width: 50%;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-bottom: 0!important;
}

.navbar-default .nav {
    float: none;
    text-align: center;
}

#shop-menu-link:hover .shop-menu{
	max-height: 500px;
	height: auto;
	-webkit-transition: max-height 0.5s ease-in-out;
  	-moz-transition: max-height 0.5s ease-in-out;
  	-o-transition: max-height 0.5s ease-in-out;
  	transition: max-height 0.5s ease-in-out;
  	padding: 20px;
}

.shop-menu p a {
	font-size: 14px;
}

#mobile-shop-menu {
	display: none;
}

.shop-menu {
	position: absolute;
	background-color: #fff;
	top: 45px;
	right: -300px;
	overflow: hidden;
	width: 650px;
	z-index: 999;
	max-height: 0px;
	height: 0px;
	-webkit-transition: max-height 0.5s ease-in-out;
  	-moz-transition: max-height 0.5s ease-in-out;
  	-o-transition: max-height 0.5s ease-in-out;
  	transition: max-height 0.5s ease-in-out;
}

.shop-menu-section {
	width: 200px;
	display: inline-block;
	position: relative;
	text-align: left;
	float: left;
}

.shop-menu-section a {
	padding-left: 0!important;
	padding-right: 0!important;
}

.shop-menu-section2 {
	width: 360px;
	display: inline-block;
	position: relative;
	text-align: left;
	float: left;
}

#search-form .btn-primary {
	width: auto;
	font-size: 14px;
	padding: 5px;
}

/*.home-slider {
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url('/images/home-header.jpg');
	background-position: center;
	background-size: cover;
}*/

.home-header .col-md-3, .home-header .col-md-6, .home-header .col-md-2 {
	padding: 0 5px;
}

.home-header .col-md-12 {
	padding: 0;
}

.home-header-category.lrg-block {
	min-height: 600px;
    max-height: 600px;
	margin: 8px 5px;
}

.home-header-category.new-blocks {
	margin-top: 10px;
}

.home-header-category {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
    max-height: 400px;
    height: auto;
	position: relative;
}

.home-header-category .overlay {
	position: absolute;
    width: auto;
    height: auto;
    padding-top: 0;
    top: 87%;
    text-align: left;
    left: 30px;
    right: 0;
    bottom: auto;
}

.home-header-category .overlay p {
	color:#fff;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
}

.promo-header{
	height: 550px;
	background-position: center;
}

.slider-shopnow-btn {
	color: #fff;
	font-size: 60px;
	border-bottom: 10px solid #fff;
	font-weight: 800;
}

.slide1 .ms-caption img {
	max-width: 250px;
	margin-bottom: 20px;
}

.slide2 .ms-caption img {
	max-width: 350px;
	margin-bottom: 20px;
}

.slide2 .ms-caption .cursive {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}

.slide3 .ms-caption img {
	max-width: 300px;
	margin-bottom: 40px;
}

.slide3 .ms-caption p {
	font-size: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.slide3 .ms-caption .btn-primary {
	background-color: #ef4546!important;
	border-color: #ef4546!important;
}

.cursive {
	font-weight: 400!important;
}

.home-slider p {
	font-size: 70px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 30px;
}

.home-slider h1 span {
	font-weight: 300;
	font-size: 40px;
	font-family: 'angelova'
}

.home-intro {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.home-intro .container-fluid .col-md-4 {
	padding-left: 0px;
	padding-right: 15px;
}

.home-intro .container-fluid .col-md-4:nth-last-child(2) {
	margin-left: 7px;
}

.home-intro .container-fluid .col-md-4:last-child {
	padding-right: 0px;
	padding-left: 15px;
	margin-left: -7px;
}

.home-category {
	position: relative;
}

.home-category .overlay {
    position: absolute;
    width: auto;
    height: auto;
    padding-top: 0;
    top: 87%;
    text-align: left;
    left: 30px;
    right: 0;
    bottom: auto;
}

.home-category .overlay p {
	color:#fff;
	text-align: left;
	font-size: 30px;
	font-weight: 300;
}

.home-category .overlay .btn-primary {
	font-size:22px;
	font-weight:600;
}

.home-category .overlay .btn-primary:hover {
	color: #fff!important;
}

.home-intro .intro-text {
	text-align: center;
	padding-bottom: 40px;
}

.home-intro .intro-text h2 {
	font-family: brandon-grotesque;
}

.home-intro .samsara-intro {
	/*background-image: url('/images/samsara-intro.jpg');*/
	background-image: url('/images/reminders.jpg');
	background-position: center;
	background-size: cover;
	padding: 20px;
	height: 350px;
	position: relative;
}

.home-intro .samsara-intro .overlay {
	/* background-color: rgba(141,146,147,0.7); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-intro .samsara-intro p, .home-intro .samsara-intro p a {
	/*color: #fff;*/
	color:#fff;
	/*font-size: 65px;*/
	font-size: 50px;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.home-intro .samsara-intro p a:hover, .home-intro .tora-grace-intro p a:hover {
	border-bottom: none;
}

.home-intro .tora-grace-intro {
	background-image: url('/images/corporate-gifting.jpg');
	background-position: center;
	background-size: cover;
	padding: 20px;
	height: 350px;
	position: relative;
}

.home-intro .tora-grace-intro .overlay {
	/* background-color: rgba(141,146,147,0.7); */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-intro .tora-grace-intro p, .home-intro .tora-grace-intro p a {
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin: 0;
	padding-top: 110px;
	padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.home-intro .tora-grace-intro p span {
	font-weight: 300;
	font-size: 30px;
}

.home-takealot {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 3px solid #F2F6F5;
	text-align: center;
}

.home-takealot p {
	font-size: 22px;
	text-align: center;
}

.home-takealot img {
	width: 50%;
}

.home-explore {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url('https://files.crtgroupstorage.com/toragrace/explore_lezrb0.jpg');
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.blk-overlay {
    background-color: rgba(0,0,0,0.33);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-explore .explore-heading {
	width: 550px;
	margin-bottom: 30px;
}

.home-explore .col-md-3 img {
	width: 30%;
	padding-bottom: 15px;
}

.home-explore .col-md-3 p {
	font-size: 20px;
}

.home-explore h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 30px;
}

.home-explore .circle{
	height: 100px;
	width: 100px;
	background-color: transparent;
	border: 2px solid #fff;
	display: block;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 5px;
}

.home-explore i{
	font-size: 65px;
	color: #fff;
}

.home-explore a {
	color: #fff;
}

.home-explore a:hover {
	border-bottom: none;
}

.home-explore p {
	color: #fff;
	padding-bottom: 30px;
}

.home-products {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-products h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;
	font-weight: 700;
}

.home-products .intro {
	padding-bottom: 20px;
}

.home-wanderlust {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url('/images/home-wanderlust.jpg');
	background-position: center;
	background-size: cover;
}

.home-wanderlust h2 {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
}

.home-social-feed {
	/*background-image: url('/images/pt.png');*/
	background-repeat: repeat;
	padding-top: 5%;
    padding-bottom: 5%;
}

.gallery img {
	margin-bottom: 30px;
}

.instagram-feed {
	background-color: #fff;
	border: 2px solid #ececec;
	text-align: center;
	max-width: 340px;
}

.instagram {
	padding-left: 0;
}

.home-social-feed h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 0;
}

.instagram-feed .instagram-header {
	background-color: #ececec;
	padding: 10px;
}

.instagram-feed .instagram-header h2 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.instagram-feed .instagram-header img {
	width: 70%;
}

.instagram-feed .instagram-header h2 i {
	vertical-align: middle;
	font-size: 25px;
	margin-right: 10px;
}

.instagram-body {
	background-color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.instagram-body ul {
	padding: 0;
	display: block;
	list-style:none;
}

.instagram li {
	width: 23%;
	margin: 1%;
	display: inline-block;

}

.home-social {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-social h2 {
	font-size: 60px;
	font-weight: 700;
}

.home-social a:hover {
	border-bottom: none;
}

.home-social a i {
	font-size: 45px;
	padding: 15px;
}

.product-header {
	background-image: url('/images/products-header.jpg');
	/* background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px; */
}

.category-header {
	background-image: url('/images/products-header.jpg');
	/* padding-top: 250px;
	padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .category-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.home-design-own .container {
	text-align: center;
	padding: 40px;
	border: 1px solid #000;
	margin-bottom: 4%;
}

.home-design-own h2 {
	font-size: 50px;
	margin-bottom: 30px;
	font-weight: 300;
}

.home-design-own .btn-primary {
	margin-top: 30px;
	min-width: 200px;
}

.product {
	margin-bottom: 30px;
}

.product .product-image {
	position: relative;
}

.product-image {
	/* border: 1px solid #ececec; */
	margin-bottom: 0px;
}

/* .img-preview {
	max-width: 98.3px;
	cursor: pointer;
} */

.img-preview {
    max-width: 50%;
    cursor: pointer;
    padding-right: 10px;
    padding-top: 10px;
}

.product {
    box-shadow: 0px 3px 12px #00000029!important;
	border: 0!important;
}

.product-image p {
	position: absolute;
	z-index: 999;
	bottom: 0;
	margin: 0;
	right: 0;
	padding:8px;
	padding-right: 8px;
	padding-left: 8px;
}

.product .product-details {
	padding: 10px;
	position: relative;
}

.product-details .product-name {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	max-width: 90%;
	min-height: 55px;
}

.product-details .product-name a:hover {
	border-bottom: none;
}

.product-details .add-to-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.product-details .add-to-wishlist i {
	color: #AF2345;
	font-size: 18px;
}

.out-of-stock {
	color: #fff;
}

.product-image p i {
    color: #fff;
    font-size: 19px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 100;
}

.shop-sidebar h3{
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: brandon-grotesque;
}

.shop-sidebar li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 5px;
}

.shop-sidebar ul {
	padding-left: 5px;
}

/* .shop-sidebar li:before {
	content: '\f0da';
	font-family: 'FontAwesome5';
	padding-right: 10px;
} */

.shop-sidebar .current-cat a, .shop-sidebar .current-range a{
	font-weight: 500;
}

.products {
	padding-top: 40px;
	padding-bottom: 40px;
}

.products h2 {
	font-size: 30px;
}

.products-container {
	padding-top: 40px;
}

.promotions-page .specials_select_wrapper {
	float: right;
	width: 170px;
	position:relative;
	margin-top: 10px;
}

.promotions-page #specials_select {
	font-family: brandon-grotesque, sans-serif;
	font-size: 18px;
	width: 170px;
}

.promotions-page .specials_select_wrapper i {
	position:absolute;
	right: 5px;
	top: 7px;
	font-size: 16px;
}

.individual-product {
	border:none!important;
}

.individual-product .product-image {
	overflow: hidden;
}

/* .individual-product .product-image img {
	transition: all ease 0.5s;
	cursor: pointer;
} */

.individual-product .product-image img {
	transition: all ease 0.5s;
	cursor: pointer;
	padding-right: 10px;
}

.individual-product .product-image img:hover {
	transform: scale(1.5);
	transition: all ease 0.5s;
}

.individual-product .product-price {
	font-size: 20px;
	margin: 10px 0;
}

.cart-wishlist-div {
    background-color: #B9CAC2;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}

.cart-wishlist-div .btn-secondary {
	background-color: #000!important;
	color: #FFFFFF;
	width: 200px;
	border-radius: 0;
}

.individual-product .add-to-wishlist {
	position: static;
    /* top: 0; */
    /* right: 0; */
    /* display: block; */
    /* width: auto; */
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	vertical-align: middle;
	color: #fff;
}

/* .individual-product .add-to-wishlist i {
	font-size: 30px;
} */

.individual-product .add-to-wishlist i {
    font-size: 25px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 10px;
	color: #fff;
}

.individual-product .add-to-cart {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.individual-product h2 {
	margin-top: 0;
	font-size: 35px;
}

.individual-product .product-details {
	padding: 0;
}

.individual-product .product-metal strong {
	font-size: 15px;
}

/* .individual-product .product-metal img {
	width: 50px;
	height: 50px;
} */

/* .individual-product .social-share {
	font-size: 18px;
	margin-top: 30px;
} */

.individual-product .social-share {
    font-size: 15px;
    margin-top: 0;
}

.individual-product .social-share i {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.individual-product .product-metal img {
    width: 30px;
    height: 30px;
	margin-top: 10px;
}

/* .individual-product .social-share i {
	font-size: 30px;
	margin-right: 15px;
	margin-top: 10px;
} */

.individual-product .social-share a:hover {
	border-bottom: none;
}

/* .product-metal {
	display: inline!important;
} */

.social-share {
	font-weight: 700;
}

.social-share a {
	display: inline-block;
	font-size: 25px;
	margin-right: 10px;
}

.social-share a:hover {
	border-bottom: none!important;
}

.related-products {
	margin-top: 10%;
	text-align: center;
}

.related-products h2 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 600;
}

#loginSignupModal {
	text-align: center;
}

#loginSignupModal p {
	font-size: 25px;
	margin-bottom: 20px;
}

#loginSignupModal .btn-primary {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	min-width: 100px;
	font-weight: 600;
}

.owl-theme .owl-nav {
	margin-top: -10px!important;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:active, .owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:link {
	background-color:transparent!important;
	outline:none;
}

.owl-theme .owl-nav [class*=owl-] i {
	font-size: 25px;
	margin: 0px 20px;
}

#addToCartModal .modal-content, #checkoutModal .modal-content {
	border-radius:0;
}

#addToCartModal .modal-header h4, #checkoutModal .modal-header h4 {
	font-family: brandon-grotesque;
	font-weight: 600;
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
}

#addToCartModal .modal-body h3, #checkoutModal .modal-body h3 {
	margin-top: 0;
	font-family: brandon-grotesque;
}

#addToCartModal .modal-body h4, #checkoutModal .modal-body h4 {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 20px;
	font-family: brandon-grotesque;
	display: inline-block;
	border-bottom: 1px solid;
}

#checkoutModal .modal-body .checkout-modal-wrapper {
	text-align: center;
}

#checkoutModal .modal-body .checkout-modal-wrapper h3 {
	margin-bottom:25px;
}

#checkoutModal .modal-body .checkout-modal-wrapper .btn-primary {
	min-width:150px;
	margin-left: 10px;
	margin-right: 10px;
}

#checkoutModal .modal-body .checkout-modal-related {
	margin-top: 25px;
}

#checkoutModal .modal-body .checkout-modal-related img {
	width: 150px;
	float: left;
	padding-right: 15px;
}

#checkoutModal .modal-body .checkout-modal-related .related-product-name {
	font-size: 22px;
	font-weight: 700;
	padding-top: 10px;
}

#checkoutModal .modal-body .related-product-popup {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ececec;
}

#checkoutModal .modal-body .related-product-popup:last-child {
	border-bottom: none;
}

.addtocart-message {
	color: #fff;
	text-align: center;
	padding: 10px;
	display: none;
	text-transform: uppercase;
	font-size: 16px;
}

.product-range-info {
	padding-bottom: 40px;
	text-align: center;
}

.product-range-info {
	margin: 0 20%;
}

.product-range-info img {
    width: 350px;
    margin-bottom: 40px;
}

.cart {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cart-empty {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.cart-empty .btn-primary {
	margin-top: 10px;
}

.cart-products {
	padding: 10px;
}

.cart-products tr {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

.cart-product-image {
	width: 10%;
	vertical-align: top;
}

.cart-product-image img {
	vertical-align: top;
}

.cart-product-name {
	width: 30%;
	font-weight: 600;
	margin-left: 20px;
}

.cart-product-qty {
	width: 10%;
}

.cart-product-price {
	width: 20%;
}

.cart-product-subtotal {
	width: 20%;
}

.cart-total {
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid!important;
	border-bottom: 2px solid;
	float: right;
	margin-right: 18px;
	margin-top: 5px;
}

.cart-options-text {
	font-weight: 400;
	cursor:pointer;
}

.cart-options-text i {
	font-size: 16px;
}

.login-required {
	text-align: center;
}

.login-required .btn-primary {
	margin-right: 5px;
	margin-left: 5px;
}

.checkout .cart-total {
	float: none;
	border-top: none!important;
	border-bottom: none;
}

.checkout-discount {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 200px;
	color: #DF5959;
}

.checkout h2, .checkout h3 {
	font-family: brandon-grotesque;
	font-weight: 700;
}

.checkout .gift-cta {
	font-weight: 700;
	color:#EEC2C7;
}

.shipping-options input {
    display: inline-block;
    float: left;
    width: 5%;
    min-height: 20px;
}

.shipping-options label {
    display: inline-block;
    width: 95%;
    float: left;
    margin-top: 0px;
    vertical-align: middle;
    min-height: 20px;
    padding-bottom: 15px;
}

.checkout-subtotal, .checkout-shipping {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 200px;
}

input[type="radio"] {
	display: inline-block;
	width: 30px;
}

.radio-wrapper {
	border:1px solid #ccc;
	border-radius:10px;
}

.radio-single {
	padding:15px;
	border-bottom:1px solid #ccc;
	font-weight:600;
}

.radio-single:last-child {
	border-bottom: none!important;
}

.radio-single input {
	width: 4%;
}

.radio-single label {
	display:inline-block;
	width:95%;
	padding:0;
	margin:0;
	cursor:pointer;
}

.radio-single label span {
	float:right;
}

.addresses {
}

.pargo-container {
	display: none;
}

.pargo-container a {
	border-bottom: 1px dotted;
	color: #325DE9;
}

.pargo-info {
	padding-top: 15px;
}

.pargo-info .pargo-store-image {
	width: 150px;
	display: inline-block;
}

.pargo-store-details {

	padding: 5px;
}

.mothersday-checkout {
	padding: 15px;
	margin-top: 15px;
	background-color:#ececec; 
}

.mothersday-checkout h3 {
	margin-top: 0;
	font-weight: 700;
}

.checkout-total {
	font-size: 22px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	display: inline-block;
}

.checkout .checkout-btn {
	padding: 10px;
	font-size: 20px;
	width: 200px;
	float: none;
}

.checkout-totals{
	margin-top: 20px;
}

.checkout-totals span{
	text-align: center;
}

.checkout-btn {
	float: right;
}

.checkout-btn a{
	padding: 10px;
}

.coupon-btn {
	font-weight: 700;
	color:#EEC2C7;
}

.coupon-group .btn-primary {
	width: auto;
    padding: 3.5px 4px;
	vertical-align: top;
	margin-top:0px;
}

.checkout {
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-header {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1542304011/about-us_qcvh6q.jpg');
	background-position: top center;
    background-size: cover;
    text-align: center;
    /* padding-top: 200px;
    padding-bottom: 200px; */
}

/* .about-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.corporate-gifting {
	padding-top: 40px;
	padding-bottom: 40px;
}

.corporate-gifting .cg-intro {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}

.corporate-gifting img {
	margin-bottom: 30px;
}

.bridal-header {
	background-image: url('/images/bridal_header.jpg');
	/* padding-top: 250px;
    padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .bridal-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.about {
	padding-top: 40px;
}

.about-share {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ececec;
}

.new-about .row {
	margin: 60px 0;
}

.about-mini-cart {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 15px 25px;
	background-color: #fff;
    z-index: 9999;
}

.about-mini-cart.left.first {
    right: -20%;
    left: 20%;
    position: absolute;
    top: 60px;
}

.about-mini-cart.right {
    right: 15px;
    left: 0%;
    position: absolute;
    top: 90px;
}

.about-mini-cart.left.second {
	right: -20%;
    left: 20%;
    position: absolute;
    top: 40px;
}

.about-mini-cart-img.left {
    margin-left: 100px;
}

.about p {
	font-size: 18px;
}

.about-heading {
	font-size: 28px;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 40px;
	position: relative;
	display:inline-block;
}

.about-heading span {
	font-family: 'Poppins', sans-serif;
	text-transform: lowercase;
	font-size: 55px;
	font-weight: 400;
	color:#EEC2C7;
	position: absolute;
	z-index: -100;
}

.lightblue {
	color: #89e8ec;
}

.red {
	color: #d25c7a;
}

.blue {
	color: #5b6ea5;
}

.about-text-2 {
	margin-top: 210px;
	text-align: right;
}

.about-image-1 {
	width: 400px;
	float: right;
	margin-top: 80px;
}

.about-image-2 {
	width: 450px;
	float: left;
	margin-top: 30px;
}

.about-image-3 {
	width: 450px;
	float: right;
	padding: 20px;
	padding-top: 0;
	margin-top: -100px;
}

.about-text-3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.about-text-4 p {
	font-size: 20px;
	line-height: 40px;
	padding-top: 20px;
}

.about-text-1 p {
	font-size: 20px;
	line-height: 40px;
}

.about-text-2 p {
	font-size: 20px;
	line-height: 40px;
}

/* Payflex page */
.btn-primary.payflex-btn, .btn-primary.payflex-btn.focus, .btn-primary.payflex-btn:focus, .btn-primary.payflex-btn:hover, .btn-primary.payflex-btn:active.focus, .btn-primary.payflex-btn:focus, .btn-primary.payflex-btn:hover {
	background-color: #002751!important;
	border: 2px solid #002751!important;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold;
}

.vertical-align-block {
	padding: 0px 0 0px 40px;
}

.about-payflex {
	margin-top: 100px;
}

.intro-par {
	margin: 100px 0;
}

.intro-par h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #002751;
}

.intro-par p, .new-about-payflex p {
	color: #002751;
	font-weight: 500;
}

.need-apply {
	margin: 60px 0;
}

.new-about-payflex h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002751;
}

.new-about-payflex {
	margin: 200px 0;
}

.new-about-payflex i {
	color: #002751;
	font-size: 20px;
	padding-right:10px;
}

.payflex-steps {
	margin-bottom: 200px;
}

.step {
	background-color: #c7a6f9;
	border-radius: 10px;
    min-height: 230px;
    padding: 20px;
}

.step h2 {
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
	color: #002751;
	margin-bottom: 15px;
}

.step h2, .step p {
	color: #002751;
}

.step img {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 15px;
}

.faq-header {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1542304011/about-us_qcvh6q.jpg');
	/* background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px; */
}

/* .faq-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.faq {
	padding-top: 40px;
	padding-bottom: 40px;
}

.faq p {
	margin-bottom: 15px;
}

.privacy-policy-header {
	background-image: url('/images/about-header.jpg');
	/* padding-top: 250px;
    padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .privacy-policy-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.privacy-policy {
	padding-top: 40px;
	padding-bottom: 40px;
}

.returns-policy-header {
	background-image: url('/images/about-header.jpg');
	/* padding-top: 250px;
    padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .returns-policy-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.deliveries {
	padding-top: 40px;
	padding-bottom: 40px;
}

.deliveries-header {
	background-image: url('/images/about-header.jpg');
	/* padding-top: 250px;
    padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .deliveries-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.returns-policy {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog .post {
	padding: 15px;
	background-color: #ececec;
}

.blog-sidebar h2{
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-sidebar li {
	list-style: none;

	font-size: 16px;
}

.blog-sidebar ul {
	padding-left: 5px;
}

.blog-sidebar li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	padding-right: 10px;
}

.blog-sidebar .current-cat a, .blog-sidebar .current-range a{
	font-weight: 500;
}

.blog .single-post img {
	/*float: left;
	padding-right: 15px;*/
	padding-bottom: 30px;
}

.blog-sidebar .instagram li {
	display: inline-block;
	list-style: none;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #ececec;
	padding-top: 0;
}

.blog-sidebar .instagram li:before {
	content: '';
	padding: 0;
}

.process-payment {
	padding-top: 40px;
	padding-bottom: 40px;
}

.process-payment .payment-info-block {
	padding: 15px;
	padding-bottom: 35px;
	text-align: center;
}

.process-payment .payment-info-block p {
	font-size: 20px;
}

.process-payment h2 {
	text-align: center;
	margin-bottom: 20px;
}

.order-history {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pay-now-btn, .pay-now-btn:hover {
	padding: 5px;
	color: #fff;
	border-bottom: none;
}

.order {
	padding-top: 40px;
	padding-bottom: 40px;
}

.order h3 {
	font-family: brandon-grotesque;
	font-size: 30px;
}

.order-note {
	padding: 30px;
	background-color: #ececec;
	margin-bottom: 15px;
}

.journal-header {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/v1491046035/our-journal-header_ugzkma.jpg');
	/* padding-top: 250px;
    padding-bottom: 250px;
	background-position: center;
	background-size: cover;
	text-align: center; */
}

/* .journal-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.contact-header {
	background-image: url('https://files.crtgroupstorage.com/toragrace/cart_ksvdqk.jpg');
	/* background-position: top;
	background-size: cover;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px; */
}

/* .contact-header h1{
	font-size: 60px;
	color: #fff;
	padding: 25px;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
} */

.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact .details h2 {
	margin-bottom: 35px;
}

.contact .details p {
	font-size: 20px;
}

.contact .details a:hover {
	border-bottom: none;
}

.contact .details i {
	margin-right: 20px;
	vertical-align: middle;
	font-size: 35px;
	margin-top: 20px;
}

#map {
	height: 400px;
}

label, input, textarea {
	display: block;
	width: 100%;
}

select {
	display: block;
	width: 100%;
	appearance:none;
	-webkit-appearance:none;
	padding: 5px;
	/*height: 33px;*/
	border: 1px solid #999;
	border-radius: 0px;
	background-color: #fff;
}

label {
	margin-top: 15px;
}

input, textarea {
	padding: 5px;
	border: 1px solid #999;
}

textarea {
	height: 150px;
}

/* #search-form2 .btn-primary {
	margin-top: 15px;
	width: 100%;
} */

.adjusted-search {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.adjusted-search h3 {
	margin-bottom: 40px;
}

#search-form3 .btn-primary {
    margin-top: 0;
    width: 100%;
    padding: 4px;
}

form .btn-primary {
	margin-top: 15px;
	width: 250px;
}

.output {
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	display: none;
}

.error {
	padding: 5px;
	margin-top: 10px;
	background-color: #FF563C;
	color: #fff;
	text-align: center;
	display: none;
}

.input {
	width: 49%;
	margin-right: 1%;
	display: inline-block;
	float: left;
}

#email2 {
	display: none;
}

.output {
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	display: none;
}

.error {
	padding: 10px;
	background-color: #C1242E;
	color: #fff;
	text-align: left;
	font-size: 16px;
	margin-top: 15px;
	display: none;
}

.error p {
	padding: 0;
	margin: 0;
}

.coupon-banner {
	display: block;
}

.coupon-banner-mobile {
	display: none;
}

.footer-upper, footer {
	background-color: #000!important;
	padding-top: 20px;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	text-align: center;
	width: 30%;
	margin-bottom: 5%;
}
.footer-upper {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.footer-middle {
	text-align: center;
	background-color: #fff!important;
}

.payfast-footer, .payments-footer {
	/* padding-left: 10px;
	padding-right: 10px; */
	margin-top: 10px;
	margin-bottom: 10px;
	width:85%;
}

.payments-footer {
	padding-top: 5px;
}

.footer-upper h2 {
	font-size: 25px;
	margin-top: 7px;
}

.footer-about {
	padding: 10px;
	margin-bottom: 0;
}

.footer-about p, .footer-about a {
	color: #fff!important;
}

.footer-social i {
	color: #fff!important;
	padding-right: 20px;
	font-size: 25px;
	margin-top: 20px;
}

.footer-contact p {
	padding: 5px;
	border-bottom: 1px solid;
	width: 80%;
}

.footer-contact i {
	font-size: 20px;
	margin-right: 15px;
	vertical-align: middle;
}

.footer-phone i {
	margin-right: 15px;
	margin-top: 40px;
	margin: 30px 15px 20px 0;
}

.footer-contact a {
	color: #fff;
}

.footer-contact a:hover {
	border-bottom: none;
}

.footer-quicklinks p {
    padding: 5px;
    border-bottom: 0;
    margin-left: 60px;
    font-size: 15px;
}

.footer-quicklinks a {
	color: #fff;
}

.footer-quicklinks a:hover {
	border-bottom: none;
	color: #fff!important;
}

.footer-social {
	border-bottom: none!important;
}

.footer-lower {
	padding: 20px;
	background-color: #000!important;
}

.footer-lower .copyright {
	color: #fff;
	margin: 0;
	padding-bottom: 30px;
}

.footer-lower .copyright a{
	color: #fff!important;
}

.footer-links {
	color: #fff;
	margin: 0;
	text-align: right;
}

.footer-links a, .footer-links a:hover {
	color: #fff;
	padding: 0 5px;
}

.footer-newsletter h2 {
	margin-bottom: 30px;
}

#christmasModal .modal-body {
	background-image: url('/images/pop-up.jpg');
    min-height: 616.5px;
    background-size: contain;
    background-repeat: no-repeat;
	padding: 20%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0;
    text-align: center;
}

#christmasModal p {
	font-weight: 400;
	font-size: 14px;
}

#christmasModal .christmas-heading {
	text-align: center;
	font-size:30px;
	letter-spacing: 0px;
	color: #B49375;
	opacity: 1;
}

#christmasModal .btn-primary {
	background-color: #A9B6AE;
	border-color: #A9B6AE!important;
}

#christmasModal .btn-primary:hover {
	color:#A9B6AE!important;
}