/* -------------------
:: 3.0 Common/Base CSS
------------------- */


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3a3a;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

p {
    color: #7d4296;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a:focus {
    outline: 0 solid;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

ul,
ol {
    margin: 0;
}

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

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


.btn{
	border-radius: 50px!important;
}



.background-overlay,
.background-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.background-overlay:before,
.background-overlay-white:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.background-overlay:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.background-overlay-white:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.karl-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

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

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-dark3 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-dark2 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.line,
.line-mtb15 {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

.line-mtb15 {
    margin: 15px 0;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}



a{
	text-decoration: none!important;
}
.container {
  max-width: 90%!important;
}







#scrollUp {
    background-color: #cf283d;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
	border-radius: 50%;
    line-height: 40px;
    right: 10px;
    text-align: center;
    width: 40px;
	bottom: 20px;
}

.section_padding_100 {
    padding: 100px 0;
}

.section_padding_100_0 {
    padding: 100px 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section_heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section_heading.text-left {
    text-align: left !important;
}

.karl-btn {
    display: inline-block;
    min-width: 170px;
    height: 55px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
}

.karl-btn:hover,
.karl-btn:focus {
    font-weight: 700;
    color: #fff;
    background-color: #9c3874;
    border-color: #9c3874;
}


.section_heading h2 {
  color: #9c3874;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-weight: 900;
  font-size: 25px;
  text-transform: capitalize;
}
.section_heading h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_bettwen.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10%;
  height: 20px;
  top: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
}


/* -------------------
Start header info CSS
------------------- */
.header_logo img{
	width: 90%;
	height: 50px;
}
.header_info{
	width: 100%;
	background:#9c3873 ;
}
.header_info a{
	text-decoration: none;
}
.header_info p{
	font-size: 15px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	position: relative;
    top: 8px;
}
.header_info p:hover{
	font-size: 15px;
	transition: .5s;
	color: #000;
}
.social_iocn .iconpng{
	margin-left: 10px;
	margin-top: 5px;
}
.social_iocn .iconpng img{
	width: 30px;
	height: auto;
}
.social_iocn.d-flex {
  justify-content: end;
}





/* -------------------
End header info CSS
------------------- */





/* -------------------
:: 4.0 Wrapper CSS
------------------- */

#wrapper {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all linear 500ms;
    transition: all linear 500ms;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

#wrapper.karl-side-menu-open {
    top: 0;
    left: 300px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#wrapper.karl-side-menu-open:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    z-index: 1200;
}

/* ------------------------
:: 5.0 Header Area CSS
------------------------ */

.top_header_area {
    height: 150px;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.cart > a {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.cart > a > i {
    font-size: 20px;
    padding-right: 5px;
}

.cart_quantity {
    background-color: #9c3874;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: -5px;
    text-align: center;
    top: 5px;
    width: 20px;
    z-index: 2;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
}

.main-menu-area {
    position: relative;
    z-index: 500;
	top: 7px;
}

.header-right-side-menu > a {
    width: 60px;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: #3a3a3a;
    color: #fff;
    border-radius: 50%;
}

.header-right-side-menu > a:focus,
.header-right-side-menu > a:hover {
    background-color: #9c3874;
    color: #fff;
}

.hero_meta_area .cart:hover .cart_quantity {
    background-color: #000000;
    color: #fff;
}

.hero_meta_area .cart,
.hero_meta_area .user_thumb {
    position: relative;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.cart {
    position: relative;
    z-index: 200;
}

.cart-list {
    background-color: #f4f6f8;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    border-radius: 0;
    display: none;
    position: absolute;
    right: -44px;
    top: 50px;
    width: 280px;
    z-index: 120;
}

.cart-data-open .cart-list {
    display: block;
}

.cart-list > li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 15px;
    position: relative;
    text-align: left;
    z-index: 1;
}

.cart-list li .image {
    left: 15px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.cart-list .image > img {
    width: 40px;
    height: 40px;
}

.cart-item-desc {
    padding-left: 55px;
}

.cart-item-desc > h6 {
    font-size: 13px;
    margin-bottom: 5px;
}

.cart-list li .btn-checkout,
.cart-list li .btn-cart {
    background-color: #9c3874;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
}

.cart-list li .btn-cart {
    background-color: #3a3a3a;
}

.cart-item-desc > p {
    font-size: 14px;
    margin: 0;
}

.cart-list li span {
    font-size: 13px;
    text-transform: uppercase;
}

.main_header_area {
    height: auto;
    padding-top: 10px;
	padding-bottom: 10px;
}

.header-social-area a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.help-line a {
    width: auto;
    height: 35px;
    padding: 0 30px;
    color: #000;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px!important;
	padding-top: 10px!important;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	color: #444444;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #9C3873;
}
.main-menu-area .navbar {
    padding: 0;
}

.dropdown-menu.show {
    border: none;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9c3874;
    font-weight: 700;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
	top: 80%!important;
	border: 0px!important;
}


/* -------------------
:: 6.0 Side Menu Area CSS
------------------- */

.catagories-side-menu {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

#sideMenuClose {
    color: #fff;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #3a3a3a;
}

#sideMenuClose:hover {
    background-color: #9c3874;
}

.menu-list {
    margin-top: 0px;
}
.menu-list h6 {
    padding: 30px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.menu-content ul,
.menu-content li {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu-content ul :not(collapsed) .arrow:before,
.menu-content li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: middle;
    float: right;
    color: #9f9f9f;
}

.menu-content ul .sub-menu li,
.menu-content li .sub-menu li {
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0;
    padding-left: 5px;
}

.menu-content li {
    padding-left: 0px;
    border-bottom: 1px solid #ebebeb;
}

.menu-content li a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #3a3a3a;
    height: 50px;
    display: block;
    line-height: 50px;
    padding-left: 30px;
    font-size: 15px;
}

.menu-content .sub-menu li a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #3a3a3a;
    height: 25px;
    display: inline-block;
    line-height: 25px;
}
.menu-content .sub-menu li a:hover{
    color: #BB3154;
}
.menu-content li .sub-menu li a:before {
    background-color: transparent;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
}

.menu-content > li > a:before {
    width: 10px;
    height: 10px;
    border: 1px solid #9c3874;
    background-color: #9c3874;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}

.menu-content > li.collapsed > a:before {
    width: 10px;
    height: 10px;
    border: 1px solid #858585;
    background-color: transparent;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}

.menu-list .menu-content {
    display: block;
}

/* -------------------
:: 7.0 Top Discount CSS
------------------- */

.top-discount-area .single-discount-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 40px 15px;
    background-color: #b8b8b8;
    text-align: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.top-discount-area .single-discount-area:nth-child(2) {
    background-color: #9c3874;
}

.top-discount-area .single-discount-area:last-child {
    background-color: #3a3a3a;
}

.top-discount-area .single-discount-area h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.top-discount-area .single-discount-area h6,
.top-discount-area .single-discount-area a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

/* ---------------------
:: 8.0 Welcome Area CSS
--------------------- */

.single_slide {
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.shopbtn{
	padding: 5px 20px;
	background-color: transparent;
	color: #fff;font-size: 15px;
	font-family: 'Lato', sans-serif;
	border-radius: 50px;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 40px;
}
.shopbtn:hover{
	padding: 5px 20px;
	background-color: #9c3874;
	color: #fff;font-size: 16px;
	font-family: 'Lato', sans-serif;
	border-radius: 50px;
}
.welcome_slide_text {
    position: relative;
    z-index: 1;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.welcome_slide_text > h2,
.single_catagory_area h2 {
    font-size: 60px;
    letter-spacing: 0;
    margin-left: -5px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

.welcome_slide_text h6,
.single_catagory_area h6 {
    color: #fff;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
    margin-bottom: 3%!important;
	text-align: center;
	font-weight: 600;
	width: 70%;
	margin: auto;
}

.welcome_slides.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 5;
    width: 30px;
    background-color: transparent;
    height: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.welcome_slides.owl-carousel .owl-dot {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 9px;
    margin: 15px 10px;
    width: 9px;
}

.welcome_slides.owl-carousel .owl-dot.active {
    background-color: #9c3874;
    border-color: #9c3874;
}

/* -----------------------------
:: 9.0 Quickview Modal Area CSS
----------------------------- */

/* -----------------------------
:: Start sell now text CSS
----------------------------- */
.sellnowtext{
    background-color: #d991ae;
	padding-top: 1%;
	padding-bottom: 1%;
}
.sellnowtext p{
	color: #444444;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
.sellnowtext a{
	color: #9c3874;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
/* -----------------------------
:: End sell now text CSS
----------------------------- */










#quickview button.close {
    box-shadow: none;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
    z-index: 9;
}

.quickview_body {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.quickview_pro_img {
    border: 1px solid #f6f6f6;
    position: relative;
    width: 100%;
    z-index: 1;
}

.quickview_pro_img .hover_img {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.quickview_pro_img:hover .hover_img {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.quickview_pro_des .title {
    text-transform: capitalize;
}

.quickview_pro_des {
    padding: 30px 0;
}

.quickview_pro_des .price > span {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}

.quickview_pro_des > p {
    font-size: 13px;
}

.quickview_pro_des > a {
    color: #19B5FE;
    font-size: 13px;
    text-decoration: underline;
}

.quickview_body .quantity > input {
    -moz-appearance: textfield;
    border: 1px solid #f6f6f6;
    height: 35px;
    text-align: center;
    width: 40px;
    font-size: 13px;
}

.quickview_body .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quickview_body .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quickview_body .qty-plus,
.quickview_body .qty-minus {
    background-color: transparent;
    border: 1px solid #f6f6f6;
    color: #000;
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 22px;
}

.quickview_body .qty-plus {
    border-left: 0 solid transparent;
}

.quickview_body .qty-minus {
    border-right: 0 solid transparent;
}

.quickview_body .cart-submit {
    background-color: #9c3874;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    margin-left: 15px;
    width: 120px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.quickview_body .cart-submit:hover {
    background-color: #9c3874;
    color: #fff;
}

.quickview_body .qty-minus i,
.quickview_body .qty-plus i {
    color: #888;
    font-size: 10px;
    line-height: 33px;
}

.quickview_body .modal_pro_wishlist > a,
.quickview_body .modal_pro_compare > a {
    background-color: #e91e63;
    color: #fff;
    display: block;
    height: 35px;
    margin: 0 15px;
    text-align: center;
    width: 35px;
    font-size: 22px;
}

.quickview_body .modal_pro_wishlist > a:hover,
.quickview_body .modal_pro_compare > a:hover {
    background-color: #000;
    color: #fff;
}

.quickview_body .modal_pro_compare > a {
    background-color: #00bcd4;
    margin: 0;
}

.quickview_body .modal_pro_wishlist > a i,
.quickview_body .modal_pro_compare > a i {
    line-height: 35px;
}

.quickview_body .share_wf > p {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.quickview_body .share_wf ._icon > a {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.quickview_body .share_wf ._icon > a:hover {
    color: #000;
}

.quickview_body .top_seller_product_rating > i {
    color: #ff9800;
    font-size: 13px;
}

/* --------------------------
:: 10.0 Top Catagory Area CSS
-------------------------- */

.single_catagory_area {
    padding: 150px 50px;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
}

.single_catagory_area:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #9c3874;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -8;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory_area:hover:after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single_catagory_area h6 {
    text-transform: uppercase;
}

.catagory-content {
    width: 55%;
}




/* ----------------------------
:: SELLING ANTIQUE Area Start
---------------------------- */
.sellantique{
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/bg-img/sellantiquebg.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}
.sellantique .section_heading {
  margin-bottom: 15%;
  height: 0px;
}
.sellantique h3{
	color: #fff;
	padding-bottom: 3%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 25px;
	text-transform: capitalize;
}
.sellantique a {
  width: 100%;
  padding: 10px 30px;
  background-color: #9c3874 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.sellantique a:hover{
  width: 100%;
  padding: 10px 30px;
  background-color: #444444!important;
  color: #fff!important;
  border-radius: 50px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.selling_point{
	margin-bottom: 15%;
}
.selling_point p{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 100%;	
}
.selling_point h4{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;	
}
.iconbox {
  margin-right: 20px;
  margin-left: 20px;
	 width: 150px;
	 height: 80px;
}
.iconbox img {
  width: auto;
  height: 90px;
}
.point1{
	padding-right: 18%;
	position: relative;
	top: 30px;
}
.point2{
	padding-left: 18%;
	position: relative;
	top: 30px;
}
.point3 {
  padding-right: 20%;
  position: relative;
  top: 0px;
}
.point4 {
  position: relative;
  padding-left: 20%;
}

/* ----------------------------
:: SELLING ANTIQUE Area End
---------------------------- */




/* ====================  Start breadcrumb Area css    ====================== */

.aon-page-benner-overlay {
	position: absolute;
	opacity: 0.4;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aon-page-benner-area {
	position: relative;
	margin-top: 0%;
	background-size: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sf-banner-heading-wrap {
	display: table;
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 1170px;
	margin: auto;
	text-align: center;
}

.sf-banner-heading-wrap {
	font-size: 55px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

.sf-banner-heading-large {
	padding-top: 10%;
}

@media only screen and (max-width:767px) {
	.sf-banner-heading-large {
		font-size: 36px;
	}

	.sf-banner-heading-wrap {
		height: 300px;
	}
}

.sf-banner-heading-large strong {
	font-weight: 600;
}

.sf-banner-breadcrumbs-nav ul {
	margin: 0;
	line-height: 0px;
}

.sf-banner-breadcrumbs-nav ul li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
	margin-right: 0px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.sf-banner-breadcrumbs-nav ul li a {
	color: #fff;
	text-decoration: none;
}

.sf-banner-breadcrumbs-nav ul li a:hover {
	color: #9c3873;

}

.sf-banner-breadcrumbs-nav ul li:after {
	content: '\f101';
	position: relative;
	top: 1px;
	font-size: 18px;
	color: #fff;
	margin-left: 0px;
    font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	left: 5px;
}

.sf-banner-breadcrumbs-nav ul li:last-child:after {
	display: none;
}

/* ====================  End breadcrumb Area css    ====================== */



.related .gallery img {
    width: 400px !important;
    height: 350px;
    object-fit: contain;
    /*border: 1px solid #D9D8D8;*/
}
.related .gallery h2{
    /*border: 1px solid #D9D8D8;*/
    padding-top: 10px;
    min-height: 70px;
}







/* ----------------------------
:: 11.0 New Arrivals Area Start
---------------------------- */
.new_arrivals_area{
	padding-bottom: 5%;
}
.new_arrivals_area .section_heading h2{
	color: #9c3874;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-weight: 900;
	font-size: 25px;
	text-transform: capitalize;
}
.new_arrivals_area .section_heading h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_bettwen.png);
  background-repeat: no-repeat;	
  background-size: 100% 100%;
  width: 10%;
  height: 20px;
  top: 30px;
  left: 0px;
	right: 0px;
	margin: auto;
}
.new_arrivals_area .section_heading h3{
	color: #444444;
	margin-bottom: 30px;
    margin-top: 25px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
}
.new_arrivals_area .btn.active {
  background: #9c3874;
  border-radius: 50px;
  height: auto;
  padding: 10px 30px;
  color: #fff!important;	
}

.portfolio-menu > .btn {
    font-size: 14px;
    font-weight: 700;
    color: #9f9f9f;
    background-color: #F0F0F0;
    padding: 10px 15px;
    text-transform: uppercase;
}

.portfolio-menu > .btn:focus,
.portfolio-menu > .btn.active {
    color: #3a3a3a;
    box-shadow: none;
}

 .single_gallery_item{
    margin-bottom: 50px;
	text-align: center;
}

.product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
	height: auto;
}

.product-img > img {
    width: 100%;
	height: auto;
	object-fit: contain;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.product-img img {
    width: 100%;
	height: 250px;
}
.shop_grid_product_area .col-md-3 {
  max-width: 22%!important;
  margin: 1%!important;
}
#product .single_gallery_item{
	border: 1px solid #eee;
} 
.gallery a{
   width: 100%!important; 
}
.gallery{
   width: 100%!important; 
}

.single_gallery_item:hover .product-img > img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.single_gallery_item2 {
  margin-bottom: 50px;
  text-align: center;
}
.single_gallery_item2:hover .product-img > img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.product-img .product-quicview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.product-img:hover .product-quicview {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-img .product-quicview > a {
    width: 72px;
    height: 72px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 36px;
    line-height: 72px;
}

.product-img .product-quicview > a:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.product-description {
    margin-top: 20px;
}

.product-description h4 {
    font-weight: 400;
    color: #9f9f9f;
    margin-bottom: 5px;
    display: block;
}

.product-description p {
    font-size: 16px;
    margin: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding-bottom: 5%;
}

.product-description .add-to-cart-btn {
    margin-top: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #9c3874;
    display: block;
}

.product-description .add-to-cart-btn:hover {
    color: #2a2a2a;
}


.new_arrivals_area .viewbtn{
	width: 100%;
	padding: 10px 30px;
	background-color: #fff!important;
	color: #9c3874!important;
	border-radius: 50px!important;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #9c3874!important;
}
.new_arrivals_area .viewbtn:hover{
	width: 100%;
	padding: 10px 30px;
	background-color: #9c3874!important;
	color: #fff!important;
	border-radius: 50px!important;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #9c3874!important;
}
/* -------------------
:: new_arrivals_area End
------------------- */




/* -------------------
:: Counter CSS Start
------------------- */
.counter_sec {
  background-image: url(../img/bg-img/countbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.counter_sec h2{
  color: #fff;
  width: 70%;
  margin: auto;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-transform: capitalize;
}
.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
	  color: #fff;	
}
#countdown {
  margin: auto;
}
#countdown ul{
	display: flex;
}
#countdown ul li span{
	font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
#countdown ul li {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  padding: 45px 30px;
  border: 3px solid;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 20px;
  line-height: 30px;	
}












/* general styling */


.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

/* -------------------
:: Counter CSS End
------------------- */




/* -------------------
:: 12.0 Offer Area CSS
------------------- */

.offer_area {
    position: relative;
    z-index: 1;
}

.offer-content-area {
    background-color: rgba(58, 58, 58, 0.7);
    padding: 100px 50px 50px;
    position: relative;
    z-index: 1;
}

.offer-content-area h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}



/*
.karl-level {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #9c3874;
    padding: 3px 10px;
    top: -30px;
    left: 10px;
}


.karl-level:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #9c3874 transparent;
    bottom: -2px;
    left: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/




.offer-content-area p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.offer-product-price h3 {
    color: #9c3874;
}

.offer-product-price h3 span {
    margin-right: 15px;
    font-weight: 400;
    text-decoration: line-through;
    color: #fff;
}



/* -------------------
:: Blog Area CSS Start
------------------- */
.blog_sec{
	padding-top: 5%;
	padding-bottom: 5%;
}

#homeblog .section_heading h3 {
    color: #444444;
    margin-bottom: 30px;
    margin-top: 25px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
}
#homeblog .dreamit-blog-title {
  height: auto!important;
  padding-top: 3%;
}
#homeblog .dreamit-blog-content p {
  margin-top: 15px;
  font-size: 17px;
  min-height: auto;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
}

.style-two .dreamit-single-blog-box {
    padding: 0px;
    padding-bottom: 38px;
}
.dreamit-single-blog-box:hover{
	box-shadow: 0 5px 30px rgba(255, 0, 0, 0.8);
	transition: .5s;
}
.dreamit-blog-content{
	min-height: 200px;
}
.dreamit-blog-title h2 a {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #232323;
  transition: .3s;
  font-family: 'Lato', sans-serif;
  text-align: center;
  min-height: 50px;
}
.dreamit-blog-title h2{
  margin-bottom: 0px;
}
.dreamit-blog-thumb {
    position: relative;
}
.dreamit-blog-thumb img {
    width: 100%;
	height: 250px;
	object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post-catgory {
    position: absolute;
    top: 10px;
    left: 17px;
}
.post-catgory a {
    background: #9c3874;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.dreamit-meta-box {
    padding: 0px 5px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin: 0 20px;
}

.style-two .dreamit-meta-box {
    box-shadow: none;
    padding: 12px 19px;
    text-align: left;
    border-radius: 3px;
    position: relative;
    top: 0;
    background: #fff;
    margin: 0;
}
.dreamit-meta-box a {
    color: #6c757d;
    margin-right: 0px;
    position: relative;
	
}
.dreamit-blog-title p {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #9c3874;
	margin-bottom: 0px;
}
.dreamit-blog-text p {
  margin-top: 0px;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  color: #999999;
  padding-bottom: 3%;	
}
.readmore {
  padding: 8px 20px !important;
  font-size: 15px;
  color: #9c3874;
  font-family: 'Lato', sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: #fff;
  text-decoration: none;
  border: 1px solid #9c3874;
  margin-top: 0px;
}
.readmore:hover{
  padding: 8px 20px !important;
  font-size: 15px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: #9c3874;
  text-decoration: none;
  border: none;
  margin-top: 0px;
}
/* -------------------
:: Blog Area CSS End
------------------- */









/* -------------------
:: 13.0 Testimonials CSS
------------------- */


.karl-testimonials-area{
	padding-top: 0%;
	padding-bottom: 10%;
} 
.karl-testimonials-area .section_heading h3 {
    color: #444444;
    margin-bottom: 30px;
    margin-top: 25px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
}

.single-testimonial-area{
    background: #fafafa;
	padding: 20px 30px;
}
.single-testimonial-area .quote {
    font-size: 20px;
    font-weight: 700;
    color: #9c3874;
    line-height: 1;
}

.single-testimonial-area h6 {
    line-height: 20px;
    color: #9f9f9f;
	padding-top: 10px;
}

.testimonial-info {
    margin-top: 20px;
}

 .tes-thumbnail {
    width: 67px;
    height: 67px;
    border-radius: 50%;
	margin: auto;
    margin-bottom: 20px!important;
	position: relative;
}

 .tes-thumbnail img {
    width: 100%;
    height: 70px;
    border-radius: 50%;
	object-fit: cover;
}

.testimonial-info .testi-data > p {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-info .testi-data span {
    font-size: 12px;
    text-align: left;
    display: block;
    font-weight: 700;
    color: #9c3874;
}

.karl-testimonials-slides.owl-carousel .owl-dots {
    position: absolute;
    bottom: -20%;
    left: 0%;
	right: 0%;
	margin: auto;
    z-index: 5;
    width: 30px;
    background-color: transparent;
    height: auto;
    text-align: center;
	display: flex;
	justify-content: center;
}

.karl-testimonials-slides.owl-carousel .owl-dot {
    border: 2px solid #9f9f9f;
    border-radius: 50%;
    display: block;
    height: 9px;
    margin: 15px 10px;
    width: 9px;
	padding: 5px;
}

.karl-testimonials-slides.owl-carousel .owl-dot.active {
    background-color: #9c3874;
    border-color: #9c3874;
}


.karl-new-arrivals{
	padding-bottom: 3%;
}
.karl-new-arrivals2{
	padding-bottom: 3%;
}






/* footer section */

.footer {
	background:#8a3e85;
    padding-top: 3%;
    padding-bottom: 0%;
}

.footer-single-cell {
    font-size: 14px;
    color: #5b5959;
    padding-bottom: 15%;
}
.footer .footerlogo img{
	margin-top: 5%;
    width: 85%;
}
.footer-single-cell a {
	padding-bottom: 0px;
}
.mapicon{
	position: absolute;
	line-height: 30px;
}
.footer-contact h4 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.footer-contact li {
    display: flex;
	margin-bottom: 0px;
    align-items: flex-start;
	list-style: none;
	height: 40px;
}
/*.footer-contact ul li p a::before {*/
/*  position: relative;*/
/*  content: ""!important;*/
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  margin-right: 10px;*/
/*  font-size: 0px !important;*/
/*}*/
.footer-social a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;	
}
.footer-social a i:hover{
  color: #9c3874;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;	
}
.footer-social a{
	 padding-bottom: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}
.footer-social a:hover{
  background: #fff;
	transition: .5s;
}
.footer-social a:hover i{
    color: #9c3874;
	transition: .5s;
}
.footer-contact li i {
    color: #fff;
    margin-top: 5px;
}
.coninfobox{
    text-align: center!important;
    margin: auto!important;
}
.coninfobox h4 {
    color: #000!important;
	font-size: 20px;
	padding-bottom: 0px!importan;
	font-weight: 600!important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	text-align: center!important;
}

.footer-contact li p a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 18px;
    font-size: 16px;
    text-align: left!important;
    padding-left: 8%;
    position: absolute;
    margin-top: 5px;
}
.footer-contact li p a:hover{
    color: #fc7586;
	transition: .5s;
}
.footer-single-cell h4 {
    color: #fff;
	font-size: 20px;
    margin: 0;
	padding-bottom: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.footer-single-cell p{
    color: #fff;
	font-size: 16px;
    margin: 0;
	font-family: 'Lato', sans-serif;
}
.footer-single-cell ul li {
    list-style: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
.footer-single-cell ul li a:hover{
    color: #fc7586;
	transition: .5s;
}
.footer-single-cell ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
	line-height: 50px;
	font-family: 'Lato', sans-serif;
}
.footer-single-cell .social-icon ul li{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.footer-single-cell .social-icon ul li i{
	color: #9c3874;
	position: relative;
    left: -4px;
	top: 7px;
}
.footer-single-cell ul {
    padding-left: 0;
}
.footer-single-cell hr{
	width: 60px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
}
.first-item li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
.footer .social-icon ul li i{
	font-size: 18px;
}
.footer button {
    padding: 10px 5px;
    background: #f0d327;
    text-align: center;
    color: #266d89;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    border: none;
	font-weight: bold;
	position: relative;
    bottom: 1px;
}
.footer .form-control{
	border-radius: 0px!important;
}

.footer-single-cell ul li a::before {
  position: relative;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 8px!important;	
}
.clientspic{
	width: 100%;
}
.clientspic img{
	width: 100%;
	height: 70px;
}
.clientspic2{
	width: 70%;
	height: 70px;
}
.clientspic2 img{
	width: 85%;
	height: 70px;
}
.clientspic img {
  width: 100%;
  height: 60px;
}
.social-icon ul li {
    display: inline-block;
	padding: 0px!important;
}
.social-icon uli li a{
   line-height: 50px;
}
.copyright {
    background-color: #0e0e0e;
    padding-top: 25px;
}

.footer_bottom{
    padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	font-family: 'Lato', sans-serif;
	border-top: 2px solid #fff;
}
.payment {
  float: right;
}

.copyright_content p{
	font-size: 16px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.bottom_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.bottom_menu ul li {
    position: relative;
}

.bottom_menu ul li a {
    padding: 0px 10px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.bottom_menu ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.copyright_container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 22px 0;
}

.copyright_text p {
    color: #999999;
    margin: 0;
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
}
.copyright_text p a{
    color: #9c3874;
    margin: 0;
	font-size: 16px;
	font-weight: bold;
}



/* end of footer section */

/* Footer End */




/* ------------------------------
::  Start Product details CSS
------------------------------ */
.gallery_img img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.single_product_desc h4 a{
  color: #9c3874;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
.single_product_desc .card-header h6 a{
	font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #9c3874;	
}
/* ------------------------------
::  End Product details  CSS
------------------------------ */





/* ------------------------------
:: 16.0 Product Sidebar Area CSS
------------------------------ */



.widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #00bcd4;
    color: #fff;
    box-shadow: none !important;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	border-bottom: 1px solid #9c3874;
	padding-bottom: 5px;
}


.widget-desc .custom-control-description {
    font-size: 14px;
}

.widget.rating .widget-desc a {
    color: #ff9800;
    font-size: 14px;
}

.widget.size .widget-desc li {
    display: inline-block;
}

.widget.size .widget-desc a {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}

.widget.size .widget-desc a:hover,
.widget.size .widget-desc a:focus {
    background-color: #9c3874;
    color: #fff;
}

.widget.price .ui-slider-handle {
    background-color: #3a3a3a;
    border: none;
    border-radius: 0;
    top: -6px;
    width: 15px;
    height: 15px;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #3a3a3a;
}

.widget.price .ui-slider-horizontal {
    height: 5px;
}

.widget.price .range-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
}

.widget.color .widget-desc ul li a {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.widget.color .widget-desc ul li.gray a {
    background-color: #d7d7d7;
}

.widget.color .widget-desc ul li.red a {
    background-color: #fd4f4f;
}

.widget.color .widget-desc ul li.yellow a {
    background-color: #fcf29c;
}

.widget.color .widget-desc ul li.green a {
    background-color: #8fc99c;
}

.widget.color .widget-desc ul li.teal a {
    background-color: #bc83b1;
}

.widget.color .widget-desc ul li.cyan a {
    background-color: #9ee7f4;
}

.widget.color .widget-desc ul li a:after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    display: block;
    border: 2px solid #9c3874;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -3px;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.widget.color .widget-desc ul li a:hover:after,
.widget.color .widget-desc ul li a:focus:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.widget.color .widget-desc ul li a span {
    font-size: 12px;
    display: block;
    padding-top: 35px;
}
.single-recommended-product{
	border-bottom: 1px solid #eee;
	padding:10px 2px;
}
.single-recommended-product .single-recommended-thumb{
	max-width: 25%!important;
	height: 100%;
}
.single-recommended-product .single-recommended-thumb img{
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.single-recommended-product .single-recommended-thumb,
.single-recommended-product .single-recommended-desc {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.single-recommended-product .single-recommended-desc h6 {
    font-size: 15px;
	padding-top: 5%;
}
.pagination{
	justify-content: center!important;
	padding-top: 5%!important;
}
.pagination-sm .page-link {
    padding: 0;
    font-size: 15px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    font-weight: 700;
    color: #9f9f9f;
    border: 2px solid #9f9f9f;
    margin-right: 5px;
    background-color: transparent;
}

.pagination-sm .page-link:hover,
.pagination-sm .page-item.active .page-link,
.pagination-sm .page-link:focus {
    color: #9c3874;
    border: 2px solid #9c3874;
    background-color: transparent;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ------------------------------
:: 17.0 Product Details Area CSS
------------------------------ */
.single_product_details_area{
	padding-top: 5%;
	padding-bottom: 5%;
} 

.pricebtn{
  background: #9c3874;
  border-radius: 50px;
  height: auto;
  padding: 10px 30px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #9c3874;
}
.pricebtn:hover{
  background: #fff;
  border-radius: 50px;
  height: auto;
  padding: 10px 30px;
  color: #9c3874 !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #9c3874;	
}

.callus{
  background: #9c3874;
  border-radius: 50px;
  height: auto;
  padding: 7px 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #9c3874;
}
.callus:hover{
  background: #fff;
  border-radius: 50px;
  height: auto;
  padding: 7px 15px;
  color: #9c3874 !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #9c3874;	
}



.single_product_thumb {
    margin-bottom: 100px;
}
.single_product_thumb .carousel-indicators {
    bottom: -86px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    left: 0;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.single_product_thumb .carousel-indicators li {
    background-position: center center;
    background-size: cover;
    height: 80px;
    width: 25%;
}

.single_product_thumb .carousel-inner {
    border: 1px solid #ddd;
    margin: 0 3px;
    width: calc(100% - 6px);
}

.single_product_thumb .carousel-indicators li.active {
    border: 1px solid #ddd;
}

.single_product_thumb .product_badge {
    top: 30px;
}

.single_product_desc {
    position: relative;
    z-index: 1;
	padding-top: 5%;
	padding-bottom: 5%;
}

.single_product_desc .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.single_product_desc .price {
    margin-bottom: 15px;
}

.single_product_desc .available {
    margin-bottom: 5%;
    font-size: 14px;
	color: #000;
}
.single_product_desc .available span{
	color: #138535!important;
}
.single_product_desc .single_product_ratings i {
    color: #ff9800;
    font-size: 14px;
}

.single_product_desc .single_product_ratings span {
    font-size: 13px;
}

.single_product_desc .single_product_desc .price {
    font-size: 18px;
}

.single_product_desc .short_overview > h6 {
    font-size: 14px;
}

.single_product_desc .short_overview > p {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}

.single_product_desc .custom-control {
    margin-right: 0;
}

.single_product_desc .widget.size .widget-desc a {
    font-size: 12px;
    padding: 0;
    width: 37px;
    height: 37px;
    border: 2px solid #3a3a3a;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
}

.single_product_desc .widget.size .widget-desc a:hover,
.single_product_desc .widget.size .widget-desc a:focus {
    border: 2px solid #9c3874;
    background-color: #9c3874;
}

.single_product_desc .widget.size {
    border-bottom: none;
    padding-bottom: 0;
}

.single_product_desc .cart .qty-text {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 15px;
    width: 140px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
}

.single_product_desc .cart .quantity {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

.single_product_desc .cart .qty-minus,
.single_product_desc .cart .qty-plus {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 10px;
    line-height: 20px;
    color: #888;
}

.single_product_desc .cart .qty-plus {
    top: auto;
    bottom: 0;
}

.single_product_desc .cart .cart-submit {
    background-color: #9c3874;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 150px;
    cursor: pointer;
    border-radius: 0;
}


.single_product_desc .card-header {
    padding: 20px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #ebebeb;
}

.single_product_desc .card-header h6 a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single_product_desc .card-body p {
    font-size: 14px;
    color: #595959;
}

.single_product_desc .card {
    border: none;
}

.single_product_desc .card:first-child {
    border-top: 2px solid #ebebeb;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
	margin-top: 5%;
}

.modal-backdrop.show {
    display: none !important;
}

.modal-content {
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}












	/*--======================================
		start blog page
	-=============================================*/
.dreamit-single-blog-box {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
    transition: .5s;
}
.style-two .dreamit-single-blog-box {
    padding: 0px;
    padding-bottom: 38px;
}
.dreamit-single-blog-box:hover{
	box-shadow: 0 5px 30px rgba(255, 0, 0, 0.8);
	background: #a6fbff;
}
.dreamit-blog-thumb {
    position: relative;
}
.dreamit-blog-thumb img {
    width: 100%;
	height: 250px;
	object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post-catgory {
    position: absolute;
    top: 10px;
    left: 17px;
}
.post-catgory a {
    background: #9c3874;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.dreamit-meta-box {
    padding: 2px 10px;
    text-align: center;
    border-radius: 3px;
    margin: 0 20px;
}
.style-two .dreamit-meta-box {
    box-shadow: none;
    padding: 12px 19px;
    text-align: left;
    border-radius: 3px;
    position: relative;
    top: 0;
    margin: 0;
}
.dreamit-meta-box a {
    color: #6c757d;
    margin-right: 0px;
    position: relative;
	
}
/*
.dreamit-meta-box a:before {
    position: absolute;
    content: "";
    top: 6px;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #6c757d;
}
*/
.dreamit-meta-box a:hover{
	color: #9c3874;
}
.dreamit-meta-box h3 {
    font-size: 13px;
    display: inline-block;
    color: #6c757d; 
	font-family: 'Lato', sans-serif;
}
.dreamit-meta-box h3:hover{
	color: #9c3874;
}
.dreamit-meta-box a {
    color: #616161;
}
.dreamit-blog-content {
    padding: 0px 24px 0px;
    text-align: center;
}
.dreamit-blog-button {
    margin-top: 20px;
}
.dreamit-blog-title h2 a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #232323;
    transition: .3s;
	font-family: 'Lato', sans-serif;
    text-align: center;
}
.style-two .dreamit-blog-title h2 a {
    text-align: left;
	font-family: 'Lato', sans-serif;
}
.dreamit-blog-title h2 a:hover{
	color: #9c3874;
}
.dreamit-blog-button a i {
    font-size: 12px;
}
.dreamit-blog-content p {
    margin-top: 15px;
    font-size: 17px;
	min-height: 100px;
	font-family: 'Lato', sans-serif;
	color: #4d4d4d;
}
.dreamit-blog-button a {
    display: block;
    text-transform: capitalize;
    padding: 9px 10px;
    border: 1px solid #eee;
    color: #616161;
    font-weight: 400;
    margin-top: 5px;
    transition: .3s;
    border-radius: 3px;
}
.dreamit-blog-button a:hover{
	background:red;
}
.dreamit-blog-button a:hover{
	color: #fff;
}
.page-number ul li a{
  background: #9c3874;
  color: #fff;
	padding: 10px;
  border-radius: 5px;
	display: inline-block;
}
.page-number ul li a.active {
  background: #9c3874;
}
.dreamit-blog-content .readmore{
font-size: 18px;
letter-spacing: 1px;
margin: 0;
font-family: 'Lato', sans-serif;
color: #9c3874;
}
.dreamit-blog-content .readmore:hover{
font-size: 18px;
letter-spacing: 1px;
margin: 0;
font-family: 'Lato', sans-serif;
color: #fff;
background: #9c3874; 	
}



.blog-area.style-three{
    background: #f4f7fc;
	padding: 20px;
}


/*------  Start blog Details ----*/
.blog-single .blog-content {
  padding: 0px;
  margin: 30px 0 30px 0;
}
.blog-single .blog-img {
  
}
.blogdetailspic img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.blog-single .blog-content p{
  font-family: 'Lato', sans-serif;
  color: #595959;
  font-size: 16px;	
}
.blog-single .blog-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  height: 500px;
  object-fit: cover;
	width: 100%;
}
.vs-blog .blog-content h2 {
  font-size: 22px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  color: #9c3874;
  padding-top: 20px;
  padding-bottom: 3%;	
}
.blog-meta a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #9c3874;
  font-weight: 600px;	
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
}
.blog-meta a:hover{
  color: #9c3874;
  transition: .5s;	
}
.widget {
  padding: 40px;
  margin-bottom: 30px;
  background-color: #F3F6F7;
  border-radius: 5px;
}
.blog-details{
	padding-top: 5%;
	padding-bottom: 5%;
}
.blog-meta {
  border-bottom: 1px solid #eee;
}
.sidebar-area .widget_title {
  font-size: 25px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  color: #9c3874;
  padding-bottom: 3%;
  border-bottom: 1px solid #9c3874;
	margin-bottom: 7%;
}
.thumb-post .post-title{
  line-height: 15px;
}
.thumb-post .media-body i{
	margin-right: 5px;
}
.media-body a {
  color: #000;	
  font-size: 14px;
  text-decoration: none !important;
  font-weight: normal;
	line-height: 15px!important;
	font-family: 'Lato', sans-serif;
}
.media-body a:hover{
  color: #9c3874;
  transition: .5s;	
}
.thumb-post .media-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  width: 100px;
}
.thumb-post .media-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  width: 100%;
  height: 80px;	
}

/*------  Start blog Details ----*/





	/*--========================================
		end blog page
	-===========================================*/







	/*--========================================
		Start Contact page
	-===========================================*/
.contact{
	padding-top: 5%;
	padding-bottom: 0%;
}
.contact .contactgap{
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 0%!important;
}

.bg-violet{
	background: #EFEFF0!important;
	border-radius: 10px;
}
.contact .bg-violet{
	padding: 50px 20px;
	min-height: 320px;
}
.contact .bg-violet:hover{
	box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
-webkit-box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
-moz-box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
	transition: .5s;
}
.contact h2{
	color: #9c3874!important;
	font-size: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;
}
.contact h3{
	color: #000;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding-bottom: 3%;
}
.contact .btn-square.bg-white.rounded-circle{
  line-height: 100px;
  background: #9c3874!important;
  text-align: center!important;
}
.contact .btn-square i{
  font-size: 30px;
  color: #fff!important;
}
.contact .btn-square{
  background: #D6D5E4!important;	
}
.contact h4{
    color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.contact p{
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding-left: 0%;
}
.contact .form-control{
	line-height: 30px;
	margin-bottom: 20px;
	border: 2px solid #b2d7d9;
}
.contact .sendbtn {
  padding: 10px 20px !important;
  font-size: 15px;
  font-family: 'Lato', sans-serif;	
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #9c3874;
  background-color: #9c3874;
  text-decoration: none;
}
.contact .sendbtn:hover{
  padding: 10px 20px !important;
  font-size: 15px;
  font-family: 'Lato', sans-serif;	
  color: #9c3874;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #9c3874;
  transition: .5s;	
  background-color: #fff;
  text-decoration: none;
}
.contact form{
	margin-top: 5%;
}

	/*--========================================
		end Contact page
	-===========================================*/













/* -------------------
:: 18.0 Cart Page CSS
------------------- */

.cart-table .table {
    position: relative;
    z-index: 9;
}

.cart_area table thead {
    background-color: #f4f2f8;
    border: none;
}

.cart_area table tbody tr td {
    width: 10% !important;
}

.cart_area table tbody tr td:first-child {
    width: 70% !important;
}

.cart_product_img > a {
    width: 120px;
    margin-right: 20px;
}

.cart-table .table td,
.cart-table .table th {
    padding: 12px;
    padding: 12px;
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
    border: none;
    font-size: 13px;
}

.cart-table .cart_product_img h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.cart-table .qty-minus,
.cart-table .qty-plus {
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.cart-table .qty-minus i,
.cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px;
}

.cart-table .qty-text {
    background-color: #f6f6f6;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    width: 50px;
}

.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.cart-table .price span,
.cart-table .total_price > span,
.cart-table .action > a {
    font-size: 14px;
}

.cart_area .update-checkout a,
.cart_area .back-to-shop a {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    height: 55px;
    line-height: 51px;
    min-width: 120px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #3a3a3a;
    text-transform: uppercase;
}

.cart_area .update-checkout a:first-child {
    color: #7a7a7a;
    border-color: #f4f2f8;
}

.cart_area .update-checkout a:last-child {
    background-color: #f4f2f8;
    color: #7a7a7a;
    border-color: #f4f2f8;
}

.cart-page-heading {
    margin-bottom: 50px;
}

.cart-page-heading h5 {
    text-transform: uppercase;
    font-size: 18px;
}

.cart-page-heading p {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 0;
}

.coupon-code-area form {
    position: relative;
    z-index: 1;
}

.coupon-code-area form > input {
    width: 100%;
    height: 52px;
    border: none;
    background-color: #f4f2f8;
    padding: 0 30px;
    font-size: 12px;
}

.coupon-code-area form > button {
    width: 120px;
    height: 52px;
    border: none;
    text-transform: uppercase;
    background-color: #9c3874;
    padding: 0 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 700;
    right: 0;
}

.shipping-method-area .custom-control-label span {
    font-size: 14px;
}

.cart-total-chart {
    background-color: #f4f2f8;
    padding: 30px;
}

.cart-total-chart li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.karl-checkout-btn {
    width: 100%;
    height: 60px;
    background-color: #9c3874;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    padding: 0;
}


.karl-checkout-btn:hover,
.karl-checkout-btn:focus {
    background-color: #3a3a3a;
    color: #fff;
    font-weight: 700;
}

/* -----------------------
:: 19.0 Checkout Area CSS
----------------------- */

.checkout_details_area form label {
    font-size: 12px;
    text-transform: uppercase;
}

.checkout_details_area form label span {
    color: #9c3874;
}

.checkout_details_area form .form-control,
.checkout_details_area form .custom-select {
    height: 52px;
    border: none;
    background-color: #f4f2f8;
    border-radius: 0;
}

.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}

.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 30px 0;
    border-bottom: 2px solid #ebebeb;
}

.order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.order-details-confirmation .card-header h6 a i {
    color: #9f9f9f;
}

.order-details-confirmation .card {
    border: none;
}

.order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none;
}

.order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f;
}













.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-40%);
  line-height: 40px;
  text-align: center;
}
.owl-nav span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  left: 5%;
}
.owl-carousel .owl-nav .owl-next {
  right: 5%;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.btn-wrap {
  text-align: center;
  width: 100%;
}



/*---  Start Search Bar ---*/

.search-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  color: #444444;	
}

.search-btn {
  color: #444444;
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s;
}

.fa-search {

  font-size: 24px;
}

.search-input {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #444444;
  font-size: 20px;
  transition: 0.4s;
  line-height: 25px;
  width: 0;
}

.search-box:hover > .search-input {
  width: 250px;
  padding: 5px;
  height: 40px;	
  border: 1px solid #444444;
  border-radius: 50px;
  top: -5px;
  position: relative;
}



/*---  End Search Bar ---*/



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
   z-index: 99999999999999999;
	background-color: #fff;
}






/* Start About Us */
.services-1-wrap{
	background: url(../img/abouttextbg.jpg)fixed;
	background-size: 100%;
	padding-bottom: 5%;
	padding-top: 3%;
}
.services-1-wrap h3{
	font-size: 30px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #9c3874;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;padding-top: 5%;
}
.services-1-wrap p{
	font-size: 17px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 5%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	
}
.services-1-wrap .service-1 {
  padding: 20px 30px;
  border: 1px solid #efefef;
  border-right: none;
  position: relative; 
	margin-bottom: 15%;
	background: rgba(253,253,253,0.7);
	min-height: 370px;
}
 .services-1-wrap .service-1 .number {
    position: absolute;
    right: 10px;
    top: 10px;
	font-size: 60px;  
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #DEE9E9; }
  .services-1-wrap .service-1 .service-1-icon{
  position: relative;
  margin-left: 20px;
  font-size: 70px;
  margin-bottom: 7%;
  color: #9c3874;
  z-index: 13;	  
}
  @media (max-width: 1199.98px) {
    .services-1-wrap .service-1 {
      border: 1px solid #efefef;
      margin-bottom: 30px; } }
 


    .services-1-wrap .service-1 .service-1-icon:before {
      position: absolute;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: -22;
      left: -40px;
	  top: -30px;	
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-right: 40px solid #000; }
    .services-1-wrap .service-1 .service-1-icon > span {
      color: #000;
      font-size: 4rem; }
  .services-1-wrap .service-1 .service-1-content .service-heading {
    font-size: 18px;
    color: #000;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
	min-height: 50px;   
}
  .services-1-wrap .service-1 .service-1-content p {
    font-size: 15px;
	font-weight: normal;
    font-family: 'Lato', sans-serif;
	  color: #000;
}

.services-1-wrap [class^="col-"]:last-child .service-1 {
  border-right: 1px solid #efefef; }






.about{
	padding-top: 5%;
	padding-bottom: 5%;
}
.section-intro {
  width: 90%;
  float: right;
}
.aboutimg{
  width: 100%;
  height: 100%;	
}
.about_shape img{
  width: 100%;
  height: 600px;
  object-fit: fill!important;	
}
.about_shape {
  position: absolute;
  z-index: 33;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutimg img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
  .about__img__date {
    display: inline-block;
    position: absolute;
    bottom: 11%;
    left: 13%;
    background: #9c3874;
    color: #fff;
	  font-family: 'Lato', sans-serif;
    padding: .9rem 1.2rem 1rem 1.2rem;
    transition: all .4s; }
  .section-intro h4 {
      font-size: 16px;
      font-weight: bold;
      font-family: 'Lato', sans-serif;
      margin-bottom: .2rem; 
	  color: #000;
}
    .section-intro h2{
      font-size: 40px;
      font-weight: bold;
      font-family: 'Lato', sans-serif;
      margin-bottom: .2rem;
		color: #9c3874;
}
 .about .section-intro h2{
      font-size: 40px;
      font-weight: bold;
      font-family: 'Lato', sans-serif;
      padding-bottom: 5%;
	  color: #9c3874;
}
    .about__img__date p {
      margin-bottom: 0;
		color: #fff;
		font-size: 15px;
}
    .about__img__date:hover {
      color: #fff;
      opacity: .96; }

.section-intro .bookbtn{
padding: 8px 20px !important;
font-size: 15px;
color: #fff;
font-weight: 600 !important;
border-radius: 50px;
line-height: 1.3333333;
border: 2px solid #9c3874;
background-color: #9c3874;
text-decoration: none;
top: 20px;
position: relative;
	
}
.section-intro .bookbtn:hover{
padding: 8px 20px !important;
font-size: 15px;
color: #9c3874;
font-weight: 600 !important;
border-radius: 50px;
line-height: 1.3333333;
border: 2px solid #9c3874;
background-color: #fff;
text-decoration: none;
	transition: .5s;
}


#authenticity .section-intro h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: .2rem;
  color: #9c3874;
}
#authenticity .aboutimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* End About Us */






@media (max-width: 1155px) {
.section-intro h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: .2rem;
  color: #9c3874;
}	
.services-1-wrap .service-1 {
  padding: 10px 10px;
}
	
.footer-single-cell h4 {
  color: #fff;
  font-size: 17px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  font-family: 'Lato', sans-serif;
}	
.about_shape img {
  width: 100%;
  height: 500px;
  object-fit: fill !important;
}	
.aboutimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}	
.about__img__date {
  display: inline-block;
  position: absolute;
  bottom: 11%;
  left: 16%;	
}
.height-700 {
  height: 500px !important;
}	
.sellnowtext a {
  color: #9c3874;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}	
.sellnowtext p {
  color: #444444;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
  width: 70%;
  margin: auto;
}	
.section_padding_100_0 {
  padding: 50px 0 0;
  padding-bottom: 7%;	
}	
.kids{
	top: auto;	
}	
.louis{
	top: auto;	
}
.counter_sec h2 {
  color: #fff;
  width: 85%;
  margin: auto;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
}	
.dreamit-meta-box {
  padding: 0px;
  text-align: center;
  border-radius: 3px;
  margin: 0 0px;
}	
.dreamit-meta-box {
  margin-top: 20px;
}	
.services-1-wrap .service-1 {
  padding: 10px 20px;
  width: 95%;
}
.about .section-intro h2 {
  font-size: 30px;
}		
.pt-5{
  padding-top: 0rem!important;
}	
	
}










@media (max-width: 1024px) {
.height-700 {
  height: 500px !important;
}	
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
  position: relative;
  z-index: 1;
  font-size: 13px;
}	
.header_info p {
  font-size: 13px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  position: relative;
  top: 8px;
}
.header_info p:hover{
  font-size: 13px;
  transition: .5s;
}	
.search-box:hover > .search-input {
  width: 150px;
  padding: 5px;
  height: 30px;
  border: 1px solid #444444;
  border-radius: 50px;
  top: 10px;
  position: absolute;
  right: -15%;
}
.fa-search {
  font-size: 15px;
  position: absolute;
  margin-top: 8px;
  right: 0px;
}	
.header_logo img {
  width: 100%;
  height: 50px;
}
.sellnowtext a {
  color: #9c3874;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}	
.section_padding_100_0 {
  padding: 50px 0 0;
    padding-bottom: 6%;
}
.product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto!important;
}	
.single_gallery_item {
  margin-bottom: 0px;
}	
.selling_point p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  width: 120%;
}
.counter_sec h2 {
  color: #fff;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
}	
#countdown ul li span {
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}	
.dreamit-blog-title h2 a {
  font-size: 14px;
}	
.dreamit-blog-content {
  padding: 0px 0px 0px;
  text-align: center;
}	
.dreamit-meta-box a {
  color: #616161;
  font-size: 13px;
}	
.dreamit-meta-box {
  padding: 0px;
  text-align: center;
  border-radius: 3px;
  margin: 0 0px;
}	
.dreamit-blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}	
.footer-single-cell h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}	
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 39px;
  font-family: 'Lato', sans-serif;
}	
.section_padding_100_0 {
  padding: 50px 0 0;
  padding-bottom: 15%;
}
.new_arrivals_area .viewbtn {
  top: 50px;
  position: relative;
}	
.single_gallery_item {
  margin-bottom: 50px;
}	
.single_gallery_item2 {
  margin-bottom: 50px;
  text-align: center;
}	
	.new_arrivals_area .viewbtn {
  top: 0px;
  position: relative;
}
.dreamit-blog-content .readmore {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #9c3874;
  padding: 4px 20px !important;
}	
.dreamit-blog-content .readmore:hover{
  font-size: 14px;
  padding: 4px 20px !important;
}	
.gallery_img img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}	
.thumb-post .media-img {
  margin-right: 10px;
  overflow: hidden;
  border-radius: 5px;
  width: 80px;
}	
.widget {
  padding: 10px;	
}
.blog-single .blog-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  height: 350px;
  object-fit: cover;
  width: 100%;
}	
.vs-blog .blog-content h2 {
  font-size: 22px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  color: #9c3874;
  padding-top: 0px;
  padding-bottom: 3%;
}	
.dreamit-blog-content p {
  margin-top: 5px;
  font-size: 15px;
  min-height: 100px;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
}	
.dreamit-meta-box {
  padding-top: 7%;
}	
	
}


@media (max-width: 991px) {
.height-700 {
  height: 400px !important;
}
.widget {
	padding: 10px;
}
.contact .bg-violet {
  margin-bottom: 5%;
	margin-top: 5%;
}
.contact form {
  margin-top: 0%;
}	
.main-menu-area {
  position: relative;
  z-index: 500;
  top: 7px;
  width: 100%;
}
.search-box {
  position: relative;
  top: 0%;
  left: auto;
  transform: translate(-10%,0%);
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  color: #444444;
}
.social_iocn.d-flex {
  justify-content: center;
  margin-bottom: 2%;
}	
.help-line {
  margin-right: 10%;
}
.navbar-toggler {
  position: absolute!important;
  left: 120%!important;
}	
.header_logo img {
  max-width: 130%!important;
	width: 120%!important;
  height: 50px;
}	
#karl-navbar {
  margin-top: 7%;
  width: 100%;
  left: -18%;
  padding-left: -17%;
  position: relative;
}	
.footer-single-cell h4 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}	
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
}	
.mapicon {
  position: relative;
  line-height: 20px;
}
.footer-contact ul a{
}
.footer-contact li p a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8%;  
}
}	
.dreamit-blog-title h2 a {
  font-size: 16px;
}	
.about .section-intro {
  width: 100%;
  float: none;
  margin-top: 10%;
}
	
	
}





@media (max-width: 890px) {
.iconbox img {
  width: auto;
  height: auto;
}
.selling_point p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 13px;
  width: 120%;
}	
.selling_point h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
}
.welcome_slide_text > h2, .single_catagory_area h2 {
  font-size: 50px;
  letter-spacing: 0;	
}
	
.header_info p {
  font-size: 12px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  position: relative;
  top: 8px;
  margin-bottom: 0px;	
}	
.sellnowtext p {
  width: 90%;
  margin: auto;
}	
#countdown ul li {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  padding: 30px 30px;
  border: 3px solid;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin: 20px;
  line-height: 30px;
}	
.footer-single-cell h4 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding-top: 15%;
}	
	
	
	
}



@media (max-width: 768px) {
.section_heading h2::before {
  width: 30%;
}
.new_arrivals_area .section_heading h2::before{
  width: 30%;
}	
.social_iocn .iconpng img {
  width: 20px;
  height: auto;
}	
.social_iocn.d-flex {
  justify-content: center;
  margin-bottom: 2%;
  margin-top: 2%;
}	
.sf-banner-heading-large {
  padding-top: 0%;
  font-size: 40px;
}	
.single_product_desc h4 a {
  font-size: 20px;
}
.pricebtn {
  background: #9c3874;
  border-radius: 50px;
  height: auto;
  padding: 5px 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #9c3874;
}	
.pricebtn:hover{
  height: auto;
  padding: 5px 20px;
  font-size: 14px;
}
	
	
}


@media (max-width: 767px) {
.header_logo img {
  max-width: 30% !important;
  width: 20% !important;
  height: 50px;
}
.social_iocn .iconpng img {
  width: 20px;
  height: auto;
}
.aon-page-benner-area{
	background-size: 100%!important;
}
.header_info a {
  text-decoration: none;
  text-align: center;
}	
.header_info p {
  font-size: 15px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  position: relative;
  top: 5px;
}	
.header_info p:hover{
  font-size: 15px;
}		
.main-menu-area {
  position: absolute;
  z-index: 500;
  top: 7px;
  width: 75%;
}	
.search-box {
  position: absolute;
  top: 0px;
  width: 50%;
  transform: translate(-0%,0%);
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  color: #444444;
  right: 0;
  margin: auto;
  left: 10%;	
}	
.fa-search {
  font-size: 15px;
  position: absolute;
  margin-top: 8px;
  right: 3%;
  text-align: right;
}	
.search-input {
  width: 100%;
  padding: 5px;
  height: 30px;
  border: 2px solid #444444;
  border-radius: 50px;
  top: 10px;
  position: absolute;
  left: 0%;
  font-size: 15px;
}	
.search-box:hover > .search-input {
  width: 100%;
}	
#authenticity p {
  padding-top: 0%;
}	
.about .section-intro {
  width: 100%;
  float: none;
  margin-top: 10%;
}
#authenticity .section-intro {
  width: 100%;
  float: none;
  margin-top: 0%;
}	
.sf-banner-heading-wrap {
  display: table;
  position: relative;
  height: auto;
  width: 100%;
  margin: auto;
  padding-bottom: 10%;
  padding-top: 10%;	
}	
.dreamit-blog-content p {
  margin-top: 5px;
  font-size: 15px;
  min-height: auto;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
}
.dreamit-blog-content {
  min-height: auto;
}	
.dreamit-meta-box a {
  color: #616161;
  font-size: 16px;
}	
.dreamit-blog-title h2 a {
  font-size: 20px;
  padding-top: 10px;
}	
	
/*
.search-box:hover > .search-input {
  width: 50%;
  padding: 5px;
  height: 30px;
  border: 2px solid #9C3873;
  border-radius: 50px;
  top: 10px;
  position: absolute;
  left: 80%;
  font-size: 15px;
  transition: .5s;	
}	
*/
	
.shop_sidebar_area {
  display: flex;
  justify-content: center;
}	
.search-box:hover > a i{
  color: #9C3873;
	transition: .5s;	
}	
#karl-navbar {
  margin-top: 10%;
  width: 100%;
  left: 0%;
  padding-left: -17%;
  position: relative;
  background: #fff;
}	
#karl-navbar {
  width: 100%;
  left: 15%;
  padding-left: 0%;
  position: absolute;
  background: #fff;
  right: 0%;
  margin: auto;
  top: 50px;
}	
.sellantique {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/bg-img/sellantiquebgres.jpg);
  padding-top: 5%;
  padding-bottom: 5%;
}
.selling_point p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 95%;
}	
.selling_point h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;	
}	
.selling_point {
  margin-bottom: 10%;
}	
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}	
.footer-single-cell h4 {
  padding-top: 0px;
  font-size: 16px;
}	
.footer-social.d-flex.mt-4 {
  margin-bottom: 10%;
}
.footer-contact li {
  display: flex;
  margin-bottom: 0px;
  align-items: flex-start;
  list-style: none;
  height: 30px;
}	
.welcome_slide_text > h2, .single_catagory_area h2 {
  font-size: 40px;
  letter-spacing: 0;
}	
#countdown ul li {
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  padding: 15px 0px;
  border: 3px solid;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 20px;
  line-height: 30px;
}	
#countdown ul li span {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}	
.dreamit-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}	
.copyright_text p {
  color: #999999;
  margin: 0;
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}	
.footer-single-cell h4 {
  padding-top: 0px;
  font-size: 20px;
}	
.footer-social a i {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;
}	
.widget.catagory.mb-50 {
  width: 50%;
  margin: 0px 20px;
}	
.section_padding_100 {
  padding: 50px 0;
}	
	
	
}





@media (max-width: 640px) {
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
.widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #9c3874;
  padding-bottom: 5px;
}	
.footer {
  background: #8a3e85;
  padding-top: 10%;
  padding-bottom: 0%;
}
.section_heading h2::before {
  width: 30%;
}
.new_arrivals_area .section_heading h2::before{
  width: 30%;
}
.about .section-intro h2 {
  font-size: 25px;
}	
.mfp-image-holder .mfp-content {
  max-width: 100%;
  margin-top: 15%;
}	
.contact h2 {
  color: #9c3874 !important;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
}
.contact h3 {
    color: #000;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-bottom: 0%;

}
.contact .bg-violet {
  padding: 50px 20px;
  min-height: auto;
}	
.contact .btn-square.bg-white.rounded-circle {
  line-height: 85px;
  background: #9c3874 !important;
  text-align: center !important;
  width: 75px!important;
  height: 75px!important;
}	
}










@media (max-width: 575px) {
.height-700 {
  height: 300px !important;
}	
.welcome_slide_text > h2, .single_catagory_area h2 {
  font-size: 30px;
  letter-spacing: 0;
}
.welcome_slide_text h6, .single_catagory_area h6 {
  color: #fff;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 3% !important;
  text-align: center;
  font-weight: 600;
  width: 85%;
}
.thumb-post .media-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  width: 100%;
  height: 65px;
}
.product-description p {
  font-size: 20px;	
}
#countdown ul {
  display: block!important;
}	
.counter_sec {
  background-image: url(../img/bg-img/countbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}	
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
.footer-single-cell {
  font-size: 14px;
  color: #5b5959;
  padding-bottom: 10%;
}	
.services-1-wrap .service-1 .service-1-icon {
  position: relative;
  margin-left: 20px;
  font-size: 50px;
  margin-bottom: 0%;
  color: #9c3874;
  z-index: 13;
}
.services-1-wrap .service-1 .service-1-content .service-heading {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  min-height: auto;
  padding-top: 0%;
}	
.services-1-wrap .service-1 {
  padding: 20px 30px;
  min-height: auto;
}	
#authenticity .section-intro h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0rem;
  color: #9c3874;
  padding-top: 5%;
}
.about_shape img {
  width: 100%;
  height: 400px;
  object-fit: fill !important;
}	
.aboutimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}	
.services-1-wrap h3 {
  font-size: 25px;
}
.services-1-wrap p {
  font-size: 15px;	
}
.widget-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #9c3874;
  padding-bottom: 5px;
}	
.mb-15 {
  margin-bottom: 0px;
}	
.single-recommended-product .single-recommended-desc {
  max-width: 100%!important;
  flex: 0 0 70%!important;
}	
.mb-30 {
  margin-bottom: 10px;
}
.product-description {
  margin-top: 0px;
  padding-bottom: 5%;
}	
.product-description p {
  font-size: 17px;
}	
.product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 0%;
  margin-top: 5%;
}
.gallery_img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}	
.blog-single .blog-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  height: 300px;
  object-fit: cover;
  width: 100%;
}	
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: transparent;
	color: #fff!important;
}	
	
}




@media (max-width: 480px) {
.new_arrivals_area .btn.active {
  background: #9c3874;
    background-image: none;
  border-radius: 50px;
  height: auto;
  padding: 2px 10px;
  color: #fff !important;
}
.dreamit-blog-title h2 a {
  font-size: 17px;
  padding-top: 10px;
}
.dreamit-meta-box a {
  color: #616161;
  font-size: 14px;
}	
.mb-15 {
  margin-bottom: 0px!important;
}
.widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0%!important;
}	
.btn {
  border: 1px solid transparent;
  padding: 2px 3px!important;
  line-height: 1.5;
  margin: 4px;
}	
.section_heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}	
.point1 {
  padding-right: 0%;
  position: relative;
  top: 30px;
}
.iconbox img {
  width: 60px;
  height: auto;
}	
.iconbox {
  margin-right: 20px;
  margin-left: 20px;
  width: 90px;
  height: 80px;
  margin-top: 8%;
}	
.point2 {
  padding-left: 0%;
  position: relative;
  top: 30px;
}	
.point3 {
  padding-right: 0%;
  position: relative;
  top: 0px;
}	
.selling_point p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}	
.point4 {
  position: relative;
  padding-left: 0%;
}	
.selling_point {
  margin-bottom: 5%;
}	
.sellantique .section_heading {
  margin-bottom: 25%;
  height: 0px;
}
.height-700 {
  height: 250px !important;
}	
.welcome_slide_text > h2, .single_catagory_area h2 {
  font-size: 25px;
  letter-spacing: 0;
}	
.welcome_slide_text h6, .single_catagory_area h6 {
  color: #fff;
  font-size: 14px;	
}
.shopbtn {
  padding: 5px 20px;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 40px;
}	
.header_logo img {
  max-width: 30% !important;
  width: 25% !important;
  height: 50px;
}	
.search-box {
  position: absolute;
  top: 0px;
  width: 35%;
  transform: translate(-0%,0%);
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  color: #444444;
  right: 0;
  margin: auto;
  left: 25%;
}	
.navbar-toggler {
  position: absolute !important;
  left: 110% !important;
}
.counter_sec h2 {
  color: #fff;
  width: 100%;
  margin: auto;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-transform: capitalize;
}	
#homeblog h3{
  font-size: 25px;	
}	
.karl-testimonials-area h3{
	font-size: 25px;	
}	
.karl-testimonials-area {
  padding-top: 0%;
  padding-bottom: 15%;
}	
.copyright_text p {
  color: #999999;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4%;
}	
.payment {
  float: none;
}	
.payment .d-flex {
  justify-content: center;
}	
.sellantique a {
  width: 100%;
  padding: 5px 20px;
  background-color: #9c3874 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}	
.sf-banner-heading-large {
  padding-top: 0%;
  font-size: 30px!important;
}	
.about__img__date h3{
	font-size: 20px;	
}	
.about__img__date {
  padding: 10px;
  transition: all .4s;
}	
#authenticity .aboutimg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}	
.navbar-toggler-icon {
  line-height: 30px;
}	
.shop_sidebar_area {
  display: block;
  justify-content: center;
  margin-top: 0%;
}	
.widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 10%;
}	
.widget.catagory.mb-50{
  width: 100%;
  margin: 0px 0px;
}
.widget-title {
  font-size: 20px;	
}
.header_logo img {
  max-width: 40% !important;
  width: 40% !important;
  height: 35px;
}
	

	
	

}




















@media (max-width: 425px) {	
.search-box {
  position: absolute;
  top: -10px;	
}
.navbar-toggler {
  position: absolute !important;
  left: 110% !important;
  top: -7px;
}
#karl-navbar {
  width: 100%;
  left: 15%;
  padding-left: 0%;
  position: absolute;
  background: #fff;
  right: 0%;
  margin: auto;
  top: 35px;
}	
.btn {
  border: 1px solid transparent;
  padding: 2px 5px !important;
  line-height: 1.5;
  margin: 4px;
}	
.sellantique h3 {
  color: #fff;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-transform: capitalize;
  padding-top: 5%;
}	
.new_arrivals_area .section_heading h3 {
  font-size: 22px;
  text-transform: uppercase;
}	
.product-description p {
  font-size: 16px;
}
#homeblog h3 {
  font-size: 22px;
}	
.dreamit-blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.karl-testimonials-area h3 {
  font-size: 20px;
}	
.karl-testimonials-area {
  padding-top: 0%;
  padding-bottom: 25%;
}	
	
}






@media (max-width: 400px) {
.iconbox {
  margin-right: 20px;
  margin-left: 20px;
  width: 140px;
  height: 80px;
  margin-top: 15%;
}
.sf-banner-heading-large {
  padding-top: 0%;
  font-size: 25px !important;
}
.sf-banner-breadcrumbs-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;	
}
.search-box {
  position: absolute;
  top: -7px;
  width: 35%;
  transform: translate(-0%,0%);
  height: 50px;
  border-radius: 50px;
  padding: 8px;
  color: #444444;
  right: 0;
  margin: auto;
  left: 30%;
}	
}






div#accordion a {
    font-size: 20px;
    font-weight: bold;
    color: #BF2548;
}


