

/*-----------------------------------------------------------------------------------
    
    Template Name: PetFood - Pet Sitter, Pet Shop, Animal Care HTML5 Template
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css
    2. Home page 1
    3. Home page 2
    4. About us
    5. Shop page
    6. Product details
    7. Cart page
    8. Checkout page
    9. My account
    10. Login register page
    11. Contact page
    12. Blog page
    13. Blog details
    
-----------------------------------------------------------------------------------*/


/*------------------------
    1. Template default css
--------------------------*/

@import url('css.css');
body {
	font-family: 'SourceHanSansSC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
a,
.btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn {
	border-radius: 0px;
	font-size: 14px;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}
.btn-danger {
    color: #fff;
    background-color: #CB9776 !important;
    border-color: #CB9776 !important;
}
#mc-embedded-subscribe{
	background-color: #CB9776 !important;
	color: #fff;
	font-family: 'SourceHanSansSC';
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

button:focus {
	outline: 0px dotted;
}
a,
button,
input {
	outline: medium none;
	color: #454545;
}
.uppercase {
	text-transform: uppercase
}
.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'SourceHanSansSC';
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
}
h1 {
	font-size: 46px;
	font-weight: 500;
}
h2 {
	font-size: 37px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #9a9a9a;
	margin-bottom: 15px;
	font-family:'SourceHanSansSC';
}
hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}
hr.style-2 {
	border-bottom: 1px dashed #f10;
}
hr.mp-0 {
	margin: 0;
	border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
	margin: 40px 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
}

*::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}

.mark,
mark {
	background: #4fc1f0 none repeat scroll 0 0;
	color: #ffffff;
}

span.tooltip-content {
	color: #00a9da;
	cursor: help;
	font-weight: 600;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}


/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

/*************************
    Input
*************************/

input {
	background: #eceff8;
	border: 2px solid #eceff8;
	height: 45px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #626262;
	width: 100%;
}

select {
	width: 100%;
	background: transparent;
	border: 0px solid #eceff8;
	box-shadow: none;
	font-size: 14px;
	color: #626262;
}
option {
	background: #fff;
	border: 0px solid #626262;
	padding-left: 10px;
	font-size: 14px;
}
input:focus {
	background: transparent;
}
textarea {
	resize: vertical;
	background: #eceff8;
	border: 2px solid #eceff8;
	padding: 10px;
	width: 100%;
	font-size: 14px;
}
textarea:focus {
	background: transparent;
	border: 2px solid #4FC1F0;
	outline: none;
}
::-moz-placeholder {
	color: #444;
}
.input-group.divcenter.input-group .form-control {
	padding-left: 0px
}

/*************************
  Basic margin padding
*************************/

.m-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
	margin-top: 0
}
.mt-10 {
	margin-top: 10px
}
.mt-12 {
	margin-top: 12px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-25 {
	margin-top: 25px
}
.mt-30 {
	margin-top: 30px
}
.mt-35 {
	margin-top: 35px
}
.mt-37 {
	margin-top: 37px
}
.mt-40 {
	margin-top: 40px
}
.mt-45 {
	margin-top: 45px
}
.mt-50 {
	margin-top: 50px
}
.mt-55 {
	margin-top: 55px
}
.mt-60 {
	margin-top: 60px
}
.mt-65 {
	margin-top: 65px
}
.mt-70 {
	margin-top: 70px
}
.mt-75 {
	margin-top: 75px
}
.mt-80 {
	margin-top: 80px
}
.mt-84 {
	margin-top: 84px
}
.mt-90 {
	margin-top: 90px
}
.mt-100 {
	margin-top: 100px
}
.mt-110 {
	margin-top: 110px
}
.mt-120 {
	margin-top: 120px
}
.mt-130 {
	margin-top: 130px
}
.mt-140 {
	margin-top: 140px
}
.mt-160 {
	margin-top: 160px
}
.mt-179 {
	margin-top: 179px
}
.mt-150 {
	margin-top: 150px
}
.mt-200 {
	margin-top: 200px
}
.mt-290 {
	margin-top: 290px
}
.mt-285 {
	margin-top: 285px
}
.mt-280 {
	margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
	margin-right: 0px
}
.mr-10 {
	margin-right: 10px
}
.mr-12 {
	margin-right: 12px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mr-30 {
	margin-right: 30px
}
.mr-35 {
	margin-right: 35px
}
.mr-40 {
	margin-right: 40px
}
.mr-50 {
	margin-right: 50px
}
.mr-60 {
	margin-right: 60px
}
.mr-70 {
	margin-right: 70px
}
.mr-80 {
	margin-right: 80px
}
.mr-90 {
	margin-right: 90px
}
.mr-100 {
	margin-right: 100px
}
.mr-110 {
	margin-right: 110px
}
.mr-120 {
	margin-right: 120px
}
.mr-130 {
	margin-right: 130px
}
.mr-140 {
	margin-right: 140px
}
.mr-150 {
	margin-right: 150px
}
.mr-170 {
	margin-right: 170px
}


/*************************
    Margin bottom
*************************/

.mb-0 {
	margin-bottom: 0
}
.mb-2 {
	margin-bottom: 2px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-12 {
	margin-bottom: 12px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-25 {
	margin-bottom: 25px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-35 {
	margin-bottom: 35px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-45 {
	margin-bottom: 45px
}
.mb-50 {
	margin-bottom: 50px
}
.mb-55 {
	margin-bottom: 55px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-65 {
	margin-bottom: 65px
}
.mb-70 {
	margin-bottom: 70px
}
.mb-75 {
	margin-bottom: 75px
}
.mb-80 {
	margin-bottom: 80px
}
.mb-90 {
	margin-bottom: 90px
}
.mb-100 {
	margin-bottom: 100px
}
.mb-110 {
	margin-bottom: 110px
}
.mb-120 {
	margin-bottom: 120px
}
.mb-130 {
	margin-bottom: 130px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-150 {
	margin-bottom: 150px
}


/*************************
    Margin left
*************************/

.ml-0 {
	margin-left: 0
}
.ml-10 {
	margin-left: 10px
}
.ml-12 {
	margin-left: 12px
}
.ml-15 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}
.ml-30 {
	margin-left: 30px
}
.ml-40 {
	margin-left: 40px
}
.ml-50 {
	margin-left: 50px
}
.ml-60 {
	margin-left: 60px
}
.ml-70 {
	margin-left: 70px
}
.ml-80 {
	margin-left: 80px
}
.ml-90 {
	margin-left: 90px
}
.ml-100 {
	margin-left: 100px
}
.ml-110 {
	margin-left: 110px
}
.ml-120 {
	margin-left: 120px
}
.ml-125 {
	margin-left: 125px
}
.ml-130 {
	margin-left: 130px
}
.ml-140 {
	margin-left: 140px
}
.ml-150 {
	margin-left: 150px
}
.ml-285 {
	margin-left: 285px
}


/*************************
    Padding top
*************************/

.pt-0 {
	padding-top: 0
}
.pt-4 {
	padding-top: 4px
}
.pt-10 {
	padding-top: 10px
}
.pt-12 {
	padding-top: 12px
}
.pt-15 {
	padding-top: 15px
}
.pt-20 {
	padding-top: 20px
}
.pt-25 {
	padding-top: 25px
}
.pt-30 {
	padding-top: 30px
}
.pt-35 {
	padding-top: 35px
}
.pt-37 {
	padding-top: 37px
}
.pt-40 {
	padding-top: 40px
}
.pt-45 {
	padding-top: 45px
}
.pt-50 {
	padding-top: 50px
}
.pt-55 {
	padding-top: 55px
}
.pt-60 {
	padding-top: 60px
}
.pt-65 {
	padding-top: 65px
}
.pt-70 {
	padding-top: 70px
}
.pt-75 {
	padding-top: 75px
}
.pt-80 {
	padding-top: 80px
}
.pt-85 {
	padding-top: 85px
}
.pt-95 {
	padding-top: 95px
}
.pt-90 {
	padding-top: 90px
}
.pt-97 {
	padding-top: 97px
}
.pt-100 {
	padding-top: 100px
}
.pt-95 {
	padding-top: 95px
}
.pt-105 {
	padding-top: 105px
}
.pt-110 {
	padding-top: 110px
}
.pt-115 {
	padding-top: 115px
}
.pt-120 {
	padding-top: 120px
}
.pt-125 {
	padding-top: 125px
}
.pt-130 {
	padding-top: 130px
}
.pt-135 {
	padding-top: 135px
}
.pt-140 {
	padding-top: 140px
}
.pt-145 {
	padding-top: 145px
}
.pt-150 {
	padding-top: 150px
}
.pt-155 {
	padding-top: 155px
}
.pt-160 {
	padding-top: 160px
}
.pt-180 {
	padding-top: 180px
}
.pt-190 {
	padding-top: 190px
}
.pt-205 {
	padding-top: 205px
}
.pt-200 {
	padding-top: 200px
}
.pt-220 {
	padding-top: 220px
}
.pt-225 {
	padding-top: 225px
}
.pt-245 {
	padding-top: 245px
}
.pt-250 {
	padding-top: 250px
}
.pt-290 {
	padding-top: 290px
}
.pt-285 {
	padding-top: 285px
}
.pt-280 {
	padding-top: 280px
}
.pt-330 {
	padding-top: 330px
}
.pt-345 {
	padding-top: 345px
}
.pt-350 {
	padding-top: 350px
}
.pt-335 {
	padding-top: 335px
}
.pt-365 {
	padding-top: 365px
}
.pt-355 {
	padding-top: 355px
}
.pt-370 {
	padding-top: 370px
}
.pt-380 {
	padding-top: 380px
}


/*************************
    Padding right
*************************/

.pr-0 {
	padding-right: 0
}
.pr-10 {
	padding-right: 10px
}
.pr-15 {
	padding-right: 15px
}
.pr-20 {
	padding-right: 20px
}
.pr-30 {
	padding-right: 30px
}
.pr-40 {
	padding-right: 40px
}
.pr-50 {
	padding-right: 50px
}
.pr-55 {
	padding-right: 55px
}
.pr-60 {
	padding-right: 60px
}
.pr-70 {
	padding-right: 70px
}
.pr-80 {
	padding-right: 80px
}
.pr-90 {
	padding-right: 90px
}

.pr-100 {
	padding-right: 100px
}
.pr-110 {
	padding-right: 110px
}
.pr-120 {
	padding-right: 120px
}
.pr-130 {
	padding-right: 130px
}
.pr-140 {
	padding-right: 140px
}
.pr-155 {
	padding-right: 155px
}
.pr-155 {
	padding-right: 155px
}
.pr-180 {
	padding-right: 180px
}
.pr-195 {
	padding-right: 195px
}
.pr-215 {
	padding-right: 215px
}

/*************************
    Padding bottom
*************************/

.pb-0 {
	padding-bottom: 0
}
.pb-5 {
	padding-bottom: 5px
}
.pb-6 {
	padding-bottom: 6px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-13 {
	padding-bottom: 13px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-25 {
	padding-bottom: 25px
}
.pb-30 {
	padding-bottom: 30px
}
.pb-35 {
	padding-bottom: 35px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-45 {
	padding-bottom: 45px
}
.pb-50 {
	padding-bottom: 50px
}
.pb-55 {
	padding-bottom: 55px
}
.pb-60 {
	padding-bottom: 60px
}
.pb-65 {
	padding-bottom: 65px
}
.pb-70 {
	padding-bottom: 70px
}
.pb-75 {
    padding-bottom: 75px
}
.pb-80 {
	padding-bottom: 80px
}
.pb-85 {
	padding-bottom: 85px
}
.pb-90 {
	padding-bottom: 90px
}
.pb-95 {
	padding-bottom: 95px
}
.pb-97 {
	padding-bottom: 97px
}
.pb-100 {
	padding-bottom: 100px
}
.pb-105 {
	padding-bottom: 105px
}
.pb-107 {
	padding-bottom: 107px
}
.pb-110 {
	padding-bottom: 110px
}
.pb-115 {
	padding-bottom: 115px
}
.pb-120 {
	padding-bottom: 120px
}
.pb-125 {
	padding-bottom: 125px
}
.pb-130 {
	padding-bottom: 130px
}
.pb-135 {
	padding-bottom: 135px
}
.pb-140 {
	padding-bottom: 140px
}
.pb-145 {
	padding-bottom: 145px
}
.pb-150 {
	padding-bottom: 150px
}
.pb-155 {
	padding-bottom: 155px
}
.pb-160 {
	padding-bottom: 160px
}
.pb-178 {
	padding-bottom: 178px
}
.pb-180 {
	padding-bottom: 180px
}

.pb-190 {
	padding-bottom: 190px
}
.pb-210 {
	padding-bottom: 210px
}
.pb-230 {
	padding-bottom: 230px
}
.pb-212 {
	padding-bottom: 212px
}
.pb-250 {
	padding-bottom: 250px
}
.pb-280 {
	padding-bottom: 280px
}
.pb-210 {
	padding-bottom: 210px
}
.pb-285 {
	padding-bottom: 285px
}
.pb-290 {
	padding-bottom: 290px
}
.pb-280 {
	padding-bottom: 280px
}
.pb-285 {
	padding-bottom: 285px
}
.pb-200 {
	padding-bottom: 200px
}
.pb-215 {
	padding-bottom: 215px
}
.pb-295 {
	padding-bottom: 295px
}
.pb-440 {
	padding-bottom: 440px
}
.pb-450 {
	padding-bottom: 450px
}


/*************************
    Padding left
*************************/

.pl-0 {
	padding-left: 0
}
.pl-10 {
	padding-left: 10px
}
.pl-15 {
	padding-left: 15px
}
.pl-20 {
	padding-left: 20px
}
.pl-30 {
	padding-left: 30px
}
.pl-40 {
	padding-left: 40px
}
.pl-45 {
	padding-left: 45px
}
.pl-50 {
	padding-left: 50px
}
.pl-55 {
	padding-left: 55px
}
.pl-60 {
	padding-left: 60px
}
.pl-70 {
	padding-left: 70px
}
.pl-80 {
	padding-left: 80px
}
.pl-90 {
	padding-left: 90px
}
.pl-100 {
	padding-left: 100px
}
.pl-110 {
	padding-left: 110px
}
.pl-120 {
	padding-left: 120px
}
.pl-125 {
	padding-left: 125px
}
.pl-130 {
	padding-left: 130px
}
.pl-140 {
	padding-left: 140px
}
.pl-140 {
	padding-left: 140px
}
.pl-170 {
	padding-left: 170px
}
.pl-155 {
	padding-left: 155px
}
.pl-190 {
	padding-left: 190px
}
.pl-195 {
	padding-left: 195px
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
	padding: 0
}
.ptb-10 {
	padding: 10px 0
}
.ptb-15 {
	padding: 15px 0
}
.ptb-20 {
	padding: 20px 0
}
.ptb-30 {
	padding: 30px 0
}
.ptb-32 {
	padding: 32px 0
}
.ptb-37 {
	padding: 37px 0
}
.ptb-40 {
	padding: 40px 0
}
.ptb-50 {
	padding: 50px 0
}
.ptb-60 {
	padding: 60px 0
}
.ptb-70 {
	padding: 70px 0
}
.ptb-75 {
	padding: 75px 0
}
.ptb-80 {
	padding: 80px 0
}
.ptb-90 {
	padding: 90px 0
}
.ptb-100 {
	padding: 100px 0
}
.ptb-110 {
	padding: 110px 0
}
.ptb-120 {
	padding: 120px 0
}
.ptb-130 {
	padding: 130px 0
}
.ptb-135 {
	padding: 135px 0
}
.ptb-140 {
	padding: 140px 0
}
.ptb-150 {
	padding: 150px 0
}
.ptb-160 {
	padding: 160px 0
}
.ptb-170 {
	padding: 170px 0
}
.ptb-177 {
	padding: 177px 0
}
.ptb-180 {
	padding: 180px 0
}
.ptb-190 {
	padding: 190px 0
}
.ptb-200 {
	padding: 200px 0
}
.ptb-210 {
	padding: 210px 0
}
.ptb-220 {
	padding: 220px 0
}
.ptb-250 {
	padding: 250px 0
}
.ptb-290 {
	padding: 290px 0
}
.ptb-310 {
	padding: 310px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
	margin: 0
}
.mtb-10 {
	margin: 10px 0
}
.mtb-15 {
	margin: 15px 0
}
.mtb-20 {
	margin: 20px 0
}
.mtb-30 {
	margin: 30px 0
}
.mtb-40 {
	margin: 40px 0
}
.mtb-50 {
	margin: 50px 0
}
.mtb-60 {
	margin: 60px 0
}
.mtb-70 {
	margin: 70px 0
}
.mtb-80 {
	margin: 80px 0
}
.mtb-90 {
	margin: 90px 0
}
.mtb-100 {
	margin: 100px 0
}
.mtb-110 {
	margin: 110px 0
}
.mtb-120 {
	margin: 120px 0
}
.mtb-130 {
	margin: 130px 0
}
.mtb-140 {
	margin: 140px 0
}
.mtb-150 {
	margin: 150px 0;
}
.mtb-290 {
	margin: 290px 0;
}

/*************************************
    Background variation set 
 **************************************/


/*colored background*/
.white-bg {
	background: #fff;
}
.black-bg {
	background: #282829
}
.theme-bg {
	background:#CB9776;
}
.copyright-p{text-align:center;color: #969696 !important;font-size: 24px;font-weight:bold;    margin-block-end: 0em;    opacity: 0.8;}

.theme-bg-2 {
	background: #f2e6d6;
}
.gray-bg {
	background: #f8f9f9;
}
.transparent-bg {
	background: transparent;
}


/*Opacity background*/

/* black overlay */

[data-overlay] {
	position: relative;
}
[data-overlay]::before {
	background: #252525 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[data-overlay="3"]::before {
	opacity: 0.3;
}
[data-overlay="4"]::before {
	opacity: 0.4;
}
[data-overlay="5"]::before {
	opacity: 0.5;
}
[data-overlay="56"]::before {
	opacity: 0.56;
}
[data-overlay="6"]::before {
	opacity: 0.6;
}
[data-overlay="7"]::before {
	opacity: 0.7;
}
[data-overlay="8"]::before {
	opacity: 0.8;
}
/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.bg-img {
	background-position: center center;
	background-size: cover;
}
:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
:focus {
	outline: -mos-focus-ring-color auto 0px;
}
.header-search form button {
	outline: medium none;
}
.relative {
	position: relative;
}
.overflow {
	overflow: hidden;
}
.border-bottom-1 {
	border-bottom: 1px solid #1d73d2;
}
.border-top-1 {
	border-top: 1px solid #d7d7d7;
}
.overly-style {
	position: relative;
}
#mobile-menu-active {
	display: none;
}
/* scrollUp */
#scrollUp {
	background:#CB9776 none repeat scroll 0 0;
	bottom: 85px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 40px;
	line-height: 43px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 38px;
	z-index: 9999;
}
#scrollUp:hover {
	background: #333 none repeat scroll 0 0;
}
/* button */
.btn-style {
	background-color: transparent;
	border: 2px solid #0e0904;
	border-radius: 50px;
	color: #000101;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 19px 42px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-family: 'SourceHanSansSC', sans-serif;
}
.btn-style:hover {
	background-color: #000101;
	border: 2px solid #000101;
	color: #fff;
}
.height-100vh {
	height: 100vh;
}

/*------------------------
    2. Home page 1
--------------------------*/
.main-menu li {
	display: inline-block;
	list-style: outside none none;
	padding: 0 25px;
	position: relative;
}
.main-menu li a {
	color: #CB9776;
	display: inline-block;
	font-family: "SOURCEHANSANSSC-NORMAL";
	font-weight: normal;
	line-height: 80px;
	text-transform: uppercase;
	font-size: 14px;
}
.more{
	background:#CB9776;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 18px;
	border-radius:6px;
	font-family: 'SourceHanSansSC';
	cursor: pointer;
}
.p-title{
	font-family: 'SourceHanSansSC';
	font-size:24px;
    font-weight: 600;
	color: #2B2B2B;
	letter-spacing: 0.0225em;
	line-height: 1;
}
.social-icon ul li{margin-bottom:10px}
.send-title{
	font-family: 'SourceHanSansSC';
	font-size:26px !important;
	font-weight: bold;
	line-height:1;
	text-align: left;
	letter-spacing: -0.0225em;
	color: #2B2B2B;
}
.abs-img{
	position: absolute;
    top: -200px;
    right: 0;
}
.abs-left-img{
	position: absolute;
    top:20px;
    right:0px;
}
.col-2b p{
	color: #2B2B2B !important;
}
.pd-l{ padding-left:15%;}
.co-p{
	text-align:center;
	letter-spacing: -0.0225em;
	color: #2B2B2B;
	font-size: 16px;
	font-family: 'SourceHanSansSC';
	font-weight: bold;

}
.bg-f2{background: #F2F2F2; }
.about-us-p{
	font-family: 'SourceHanSansSC-NORMAL';
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin-left: -1.045em;
}
.pd-30{padding:25px}
.main-menu li:hover>a {
	color: #CB9776;
}
.product{
	background-image: url('../image/bg.png');
    /* 其他背景属性，如背景颜色（当图片加载失败或不存在时显示）、背景位置、背景重复等 */
    background-color: #f0f0f0; /* 背景颜色 */
    background-position: center center; /* 背景图片位置 */
    background-repeat: no-repeat; /* 背景图片是否重复 */
	border-radius:6px;	
	padding-bottom: 12px;
	background-size: 100% 100%;
}
.b-t-c{
	background: #FCF2F4;
	margin-right:10px;
	text-align: center;
	border-radius:6px;
	margin-left:10px;
}
.b-t-c .list{
	color: #CB9776 !important;
	font-size: 18px;
	font-family: 'SourceHanSansSC';
	font-weight: bold;
}
.pl{

}
.main-menu ul li.mega-menu-position {
	position: static;
}
.bg-f{
	background-color: #fff;
	font-family: 'SourceHanSansSC';
	color: #2B2B2B;
    font-size: 13px !important;
    padding: 5px;
}
.main-menu nav>ul>li>ul.submenu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
	display: block;
	left: 0;
	opacity: 0;
	padding: 20px 20px 24px;
	position: absolute;
	text-align: left;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 190px;
	z-index: 999;
}
.main-menu ul li ul>li {
	display: block;
	padding: 0;
}
.main-menu ul li ul>li a {
	color: #555;
	display: block;
	line-height: 31px;
	text-transform: capitalize;
}
.main-menu nav>ul>li>ul.mega-menu {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #dcdcdc;
	box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
	display: block;
	left: 0;
	opacity: 0;
	padding: 30px 30px 34px 0;
	position: absolute;
	text-align: left;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.main-menu nav>ul>li:hover>ul.submenu,
.main-menu nav>ul>li:hover>ul.mega-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-menu nav>ul>li>ul.mega-menu>li {
	display: inline-block;
	float: left;
	padding-left: 30px;
	width: 25%;
}
.main-menu ul li ul>li.mega-menu-title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.mega-menu img {
	width: 100%;
}
.div-price{
	position: absolute;
    bottom: 15%;
    left: 10%;
    font-size: 32px;
}
.header-area {
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 100%;
	z-index: 99;
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
	height: 80px;
}
.cn-title-xl{
	font-size:20px;
	color: #CB9776;
    font-family: "SOURCEHANSANSSC-NORMAL";
}
.transparent-bar.stick {
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	background-color: #fff;
	border-bottom: 0 solid #4a90e2;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.stick .main-menu li a {
	line-height: 90px;
}
.stick .main-menu li ul li a {
	line-height: 31px;
}
.stick .logo.pt-25 {
	padding-top: 12px;
}
.stick .search-login-cart-wrapper {
	padding: 30px 0 0;
}
.header-height {
	min-height: 80px !important;

}
/* header right */
.search-login-cart-wrapper {
	float: right;
	padding: 46px 0 0;
}
.same-style {
	display: inline-block;
	margin-left: 20px;
}
.same-style:first-child {
	margin-left: 0px;
}
.same-style>a {
	color: #545454;
	font-size: 24px;
}
.same-style>button {
	background-color: transparent;
	border: medium none;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.same-style button i {
	color: #545454;
	font-size: 24px;
	transition: all .3s ease 0s;
}
.same-style button:hover i,
.same-style>a:hover {
	color: #f6ab4b;
}
.header-cart:hover button i {
	color: #f6ab4b;
}
/* header cart */
button.icon-cart span.count-style {
	background-color: #f6ab4b;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 22px;
	line-height: 23px;
	position: absolute;
	right: -13px;
	top: -6px;
	width: 22px;
}
.shopping-cart-content {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: none;
	position: absolute;
	left: 0;
	top:1.5rem;
	width:100px;
	z-index: 9999;
}
.bottom{border-bottom: 1px solid #ebebeb;}
.shopping-cart-content ul li {
	cursor: pointer;
	display: block;
	padding: 15px 20px;
	display: flex;
	flex-wrap: wrap;
	padding:10px 20px;
	text-align: center;
}
.shopping-cart-img {
	flex: 0 0 82px;
	margin-right: 15px;
}
.shopping-cart-title>h4 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
}
.shopping-cart-title>h4 a {
	color: #242424;
}
.shopping-cart-title>h4 a:hover {
	color: #f6ab4b;
}
.shopping-cart-title>h6 {
	color: #777;
	font-size: 13px;
	margin: 5px 0 10px;
}
.shopping-cart-title>span {
	color: #777;
	font-size: 14px;
}
.shopping-cart-delete {
	display: flex;
	flex-grow: 100;
	justify-content: flex-end;
}
.shopping-cart-delete>a {
	border: 1px solid #666;
	border-radius: 50px;
	color: #333;
	display: inline-block;
	font-size: 15px;
	height: 19px;
	line-height: 20px;
	text-align: center;
	width: 20px;
}
.shopping-cart-delete>a:hover {
	border: 1px solid #f6ab4b;
	color: #f6ab4b;
}
.shopping-cart-total {
	margin: 25px 0 0;
}
.shopping-cart-total>h4 {
	font-size: 15px;
	margin-bottom: 17px;
}
.shopping-cart-total>h4:last-child {
	margin-bottom: 0px;
}
.shopping-cart-total>h4 span {
	float: right;
	color: #666;
}
.shopping-cart-total>h4 span.shop-total {
	color: #f6ab4b;
	font-weight: 500;
}
.shopping-cart-btn {
	margin-top: 23px;
}
.shopping-cart-btn a {
	margin-bottom: 15px;
}
.shopping-cart-btn a {
	background-color: transparent;
	border: 2px solid #eeeeee;
	border-radius: 50px;
	color: #000101;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.shopping-cart-btn a:hover {
	background-color: #f6ab4b;
	border: 2px solid #f6ab4b;
	color: #fff;
}
/* header search */
.header-search {
	position: relative;
}
.header-search .search-toggle i {
	display: block;
}
.header-search .search-toggle .s-close {
	opacity: 0;
}
.header-search .search-toggle i.s-close {
	font-size: 30px;
	left: 0;
	position: absolute;
	top: 0;
}
.header-search .search-toggle.open .s-close {
	opacity: 1;
}
.header-search .search-toggle.open .s-open {
	opacity: 0;
}
.header-search .search-content {
	background-color: transparent;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 340px;
	z-index: -9999;
}
.header-search .search-content.open {
	opacity: 1;
	right: 100%;
	visibility: visible;
	z-index: 9999;
}
.header-search .search-content form {
	overflow: hidden;
	position: relative;
}
.header-search .search-content form input {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	line-height: 30px;
	padding: 0 55px 0 20px;
	width: 100%;
}
.header-search .search-content form button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: #ddd;
	border-image: none;
	border-radius: 0 5px 5px 0;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 100%;
	padding: 0 14px;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all 0.3s ease 0s;
}
.header-search .search-content form button i {
	font-size: 15px;
}

/* slider */
.slider-content h3 {
	color: #000101;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Kalam', cursive;
	margin: 0;
}
.slider-content h2 {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 12px 0 15px;
}
.slider-content p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 26px;
}

/* Default Slider Animations */

.owl-item .slider-content * {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-item.active .slider-content * {}
.owl-item.active .slider-animated-1 h3 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h2 {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 p {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 a {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1.slider-single-img img {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.owl-item.active .slider-animated-2 h3 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h2 {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.slider-active.owl-carousel .owl-nav div {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 50px;
	color: #333;
	font-size: 17px;
	height: 48px;
	left: 15px;
	line-height: 49px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 48px;
}
.slider-active.owl-carousel .owl-nav div:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}
.slider-active.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 15px;
}
.slider-area:hover .slider-active.owl-carousel .owl-nav div {
	opacity: 1;
}
/* food-category */
.single-food-category>h3 {
	color: #333333;
	font-family: "SourceHanSansSC", 
	font-size: 36px;
	font-weight: bold;
	margin: 28px 0 11px;
}
.single-food-category p {
	color: #333333;
	font-size: 15px;
	margin: 0 auto;
	width: 90%;
	
}
/* product area */
.section-title>h2 {
	font-family: "SourceHanSansSC", 
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	margin: 0;
}
.section-title>p {
	font-size: 18px;
	margin: 0;
}
.product-wrapper {
	border: 1px solid #eaeaea;
	transition: all .3s ease 0s;
}
.product-grid .product-wrapper,
.product-list .product-wrapper {
	transition: all .0s ease 0s;
}
.product-wrapper:hover {
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.08);
}
.product-img {
	position: relative;
	overflow: hidden;
}
.product-img img {
	width: 100%;
	transition: all .7s ease 0s;
}
.product-img img.pro-img-none {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	right: 0;
	bottom: 0;
}
.product-wrapper:hover .product-img img.pro-img-none {
	opacity: 1;
	visibility: visible;
}
.product-wrapper:hover .product-img img.pro-img-block {
	opacity: 0;
	visibility: hidden;
}
.product-action {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
}
.product-action a {
	background-color: #323232;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	height: 36px;
	left: 30px;
	line-height: 38px;
	margin-bottom: 5px;
	opacity: 0;
	position: relative;
	text-align: center;
	visibility: hidden;
	width: 36px;
}
.product-action a:hover {
	background-color: #f6ab4b;
}
.product-wrapper:hover .product-action a {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.product-action a:nth-child(1) {
	transition-delay: 0.1s;
}
.product-action a:nth-child(2) {
	transition-delay: 0.2s;
}
.product-action a:nth-child(3) {
	transition-delay: 0.3s;
}
.product-content>h4 {
	font-size: 16px;
	margin: 0 0 5px;
}
.product-content>h4 a:hover {
	color: #f6ab4b;
}
.product-content>span {
	color: #525252;
	font-size: 16px;
}
.product-content {
	border-top: 1px solid #eaeaea;
	padding: 14px 10px 15px;
}
/* discount-area */
.discount-area {
	position: relative;
}
.discount-area:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	content: "";
	background-color: #f6ab4b;
	opacity: .85;
	top: 0;
	bottom: 0;
}
.discount-content>h2 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	margin: 0;
	font-family: "Kalam", cursive;
	line-height: 70px;
}
.discount-content>h4 {
	color: #fff;
	font-family: "Kalam", cursive;
	font-size: 36px;
	font-weight: 400;
	margin: 8px 0 21px;
}
.discount-content>p {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
}
.discount-btn .btn-style {
	border: 2px solid #fff;
	color: #fff;
}
.discount-btn .btn-style:hover {
	background-color: #fff;
	color: #000101;
}
.discount-product {
	margin: 0 70px -60px;
}
.discount-product img {
	width: 100%;
}
.discount-content {
	padding: 24px 0 0;
}
/* testimonial-area */
.testimonial-active {
	position: relative;
}
.quota-img::before {
	bottom: auto;
	content: url("../../assets/img/icon-img/quota.png");
	left: 50%;
	position: absolute;
	top: 39%;
	transform: translate(-50%);
	z-index: -1;
}
.single-testimonial>p {
	color: #414141;
	font-size: 30px;
	font-style: italic;
	line-height: 44px;
	margin: 29px auto 33px;
	width: 58%;
}
.client-info h5 {
	color: #4a4a4a;
	font-weight: 600;
	margin: 0 0 3px;
	font-size: 18px;
}
.client-info span {
	color: #6f6f6f;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
}
.testimonial-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.testimonial-active.owl-carousel .owl-nav div {
	color: #aeaeae;
	display: inline-block;
	font-size: 30px;
	left: 29%;
	position: absolute;
	text-align: center;
	top: 50px;
	transition: all 0.3s ease 0s;
}
.testimonial-active.owl-carousel .owl-nav div:hover {
	color: #f6ab4b;
}
.testimonial-active.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 29%;
}
/* service-area */
.service-content {
	padding: 0 28px;
}
.service-content i {
	color: #212121;
	display: inline-block;
	font-size: 44px;
}
.service-content>h4 {
	color: #212121;
	font-size: 20px;
	font-weight: bold;
	margin: 13px 0 25px;
	position: relative;
	text-transform: uppercase;
}
.service-content>p {
	color: #212121;
	font-size: 16px;
	margin: 0;
}
.service-content>h4::before {
	background-color: #000000;
	bottom: -15px;
	content: "";
	height: 10px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	width: 2px;
}
.service-content:hover i {
	animation: 500ms ease-in-out 0s normal none 1 running tada;
}

/* blog-area */

.blog-wrapper {
	display: flex;
}
.blog-img {
	flex: 0 0 300px;
}
.blog-content-wrapper {
	align-items: center;
	display: flex;
}
.blog-content {
	background-color: #fff;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
	margin-left: -45px;
	padding: 32px 30px 35px;
}
.blog-content>h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 31px;
	margin: 0;
}
.blog-content>h4 a:hover,
.blog-meta li a:hover {
	color: #f6ab4b;
}
.blog-meta li {
	color: #8c8c8c;
	display: inline-block;
	font-weight: 600;
	margin-right: 23px;
	position: relative;
}
.blog-meta li:last-child {
	margin-right: 0px;
}
.blog-meta li a {
	color: #8c8c8c;
}
.blog-meta li::before {
	background-color: #8c8c8c;
	content: "";
	height: 12px;
	position: absolute;
	right: -15px;
	top: 5px;
	transform: rotate(18deg);
	transition: all 0.4s ease 0s;
	width: 1px;
}
.blog-meta li:last-child::before {
	display: none;
}
.blog-content>p {
	font-size: 18px;
	margin: 0;
}
.blog-meta {
	margin: 12px 0 14px;
}
.blog-img img {
	width: 100%;
}

/* footer area */

.footer-info-wrapper>p {
	color: #3b3b3b;
	font-size: 16px;
	margin: 14px 0 15px;
}
.single-address-info {
	display: flex;
	margin: 0 0 5px;
}
.address-icon {
	margin-right: 12px;
}
.address-icon i {
	color: #5f5b5b;
	font-size: 20px;
	margin-top: 8px;
}
.address-icon.icon-mail i {
	margin-top: 3px;
}
.address-icon.phone-icon i {
	margin-top: 7px;
}
.address-content>p {
	color: #3b3b3b;
	margin: 0;
}
.address-content>p a {
	color: #3b3b3b;
}
.address-content>p a:hover {
	color: #f6ab4b;
}
h4.footer-title {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 32px;
}
.footer-content ul li {
	list-style: outside none none;
	margin-bottom: 5px;
}
.footer-content ul li:last-child {
	margin-bottom: 0px;
}
.footer-content ul li a {
	color: #3b3b3b;
	font-size: 16px;
}
.footer-content ul li a:hover {
	color: #f6ab4b;
	padding-left: 5px;
}
.newsletter-wrapper>p {
	color: #3b3b3b;
	font-size: 16px;
	margin: 0;
}
.newsletter-wrapper>p a {
	color: #f6ab4b;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
}
.newsletter-wrapper>p a:hover {
	color: #242424;
}
.subscribe-form form input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #b4b4b4;
	font-size: 13px;
	height: 45px;
	padding: 0 68px 0 20px;
	width: 100%;
}
.mc-form .mc-news {
	left: -5000px;
	position: absolute;
}
.newsletter-style form {
	position: relative;
}
.subscribe-form .mc-form .clear {
	background: rgb(246, 171, 75) url("../image/send.png") no-repeat scroll right 20px center;
	bottom: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0 6px;
	position: absolute;
	right: 0;
	transition: all 0.3s ease 0s;
	z-index: 999;
}
.subscribe-form .mc-form .clear:hover {
	background: rgb(0, 0, 0) url("../image/send.png") no-repeat scroll right 20px center;
}
.subscribe-form .clear input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	padding: 0;
	text-indent: -99999px;
	width: 50px;
}
.social-icon ul li {
	display: inline-block;
	margin-right: 22px;
}
.social-icon ul li:last-child {
	margin-right: 0px;
}
.social-icon ul li a {
	font-size: 16px;
	color: #3e3e3e;
}
.social-icon ul li a:hover {
	color: #f6ab4b;
}
.newsletter-style {
	margin: 25px 0 24px;
}
.copyright>p {
	color: #2b2b2b;
	margin: 0;
}
.copyright>p a {
	color: #2b2b2b;
}
.copyright>p a:hover {
	text-decoration: underline;
}
.payment-img {
	float: right;
}

/* Modal style */

.modal-body {
	display: flex;
	justify-content: space-between;
	padding: 50px;
}
.modal-dialog {
	margin: 150px auto;
	min-width: 878px;
}
.quick-view-tab-content .tab-pane>img {
	width: 100%;
}
.quick-view-list {
	margin-top: 10px;
}
.quick-view-list a {
	margin-right: 10px;
	margin-bottom: 10px;
}
.quick-view-list a:last-child {
	margin-right: 0px;
}
.qwick-view-left {
	flex: 0 0 320px;
	margin-right: 30px;
}
.quick-view-tab-content .tab-pane>img {
	flex: 0 0 320px;
}
.quick-view-list a img {
	width: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.modal-content {
	border-radius: 0rem;
}
.qwick-view-content>h3 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}
.quick-view-rating i {
	color: #000000;
	font-size: 18px;
	margin-right: 5px;
}
.quick-view-rating i.red-star {
	color: #f6ab4b;
}
.rating-number {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.quick-view-number>span {
	color: #808080;
	display: block;
	font-size: 14px;
	margin: 3px 0 0 10px;
}
.qwick-view-content>p {
	color: ##8d8d8d;
	margin-bottom: 25px;
	font-size: 15px;
	letter-spacing: .2px;
}
.select-option-part label {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 14px;
}
.select-option-part {
	margin-bottom: 35px;
}
.select-option-part select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	color: #828282;
	font-size: 14px;
	height: 43px;
	padding-left: 20px;
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0) url("../image/select.png") no-repeat scroll right 20px center;
	cursor: pointer;
}
.qtybutton {
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 20px;
}
input.cart-plus-minus-box {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	float: left;
	font-size: 16px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 25px;
	color: #000;
}
.cart-plus-minus *::-moz-selection {
	background: transparent none repeat scroll 0 0;
	color: #000;
	text-shadow: none;
}
.cart-plus-minus {
	border: 1px solid #0e0904;
	height: 46px;
	overflow: hidden;
	padding: 9px 0 7px 5px;
	width: 80px;
}
.quickview-plus-minus {
	display: flex;
	justify-content: flex-start;
	padding-top: 5px;
}
.quickview-btn-cart>a {
	border: 1px solid #0e0904;
	border-radius: inherit;
	padding: 15px 42px;
}
.quickview-btn-cart>a:hover {
	border: 1px solid #0e0904;
}
.quickview-btn-wishlist>a {
	border: 1px solid #0e0904;
	color: #0e0904;
	display: inline-block;
	font-size: 20px;
	padding: 9px 18px 5px;
	z-index: 9;
}
.quickview-btn-wishlist>a:hover {
	border: 1px solid #0e0904;
	background-color: #0e0904;
	color: #fff;
}
.quickview-btn-cart {
	margin: 0 30px;
}
.qtybutton.inc {
	margin-top: 2px;
}
.price {
	margin: 9px 0 8px;
}
#exampleModal .close {
	color: #fff;
	float: right;
	font-size: 35px;
	line-height: 1;
	opacity: 1;
	position: absolute;
	right: 370px;
	text-shadow: 0 1px 0 #fff;
	top: 32px;
	transition: all .3s ease 0s;
	cursor: pointer;
}
#exampleModal .close:hover {
	color: #f6ab4b;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.modal-content .close:hover {
	color: #f6ab4b;
}
.modal-open .modal {
	z-index: 99999;
}
.modal-backdrop.show {
	z-index: 9999;
}
.quick-view-tab-content .tab-pane {
	border: 1px solid #ddd;
}
.modal-body .cart-plus-minus span {
	display: none;
}

/*------------------------
    3. Home page 2
--------------------------*/
/* slider index-2 */
.slider-content-white.slider-content h3,
.slider-content-white.slider-content h2 {
	color: #fff;
}
.slider-content-white.slider-content p {
	color: #fff;
}
.slider-content-white .btn-style {
	border: 2px solid #fff;
	color: #fff;
}
.slider-content-white .btn-style:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #000101;
}
/* food-category index-2 */
.single-food-icon {
	border-radius: 100%;
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
	display: inline-block;
	height: 140px;
	line-height: 140px;
	width: 140px;
	transition: all .3s ease 0s;
}

.single-food-category:hover .single-food-icon {
	background-color: #f6ab4b;
}
/* help area index-2 */
.help-content>h4 {
	color: #f6ab4b;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	font-family: 'SourceHanSansSC';
}
.help-content>h2 {
	color: #474747;
	font-family: 'SourceHanSansSC';
	font-size: 60px;
	font-weight: bold;
	line-height: 55px;
	margin: 15px 0 21px;
}
.help-content>p {
	color: #5d5d5d;
	font-size: 18px;
	margin: 0;
}
/* testimonial area index-2 */
.testimonial-2 .testimonial-active.owl-carousel .owl-nav div {
	color: #2a2a2a;
}

.testimonial-2 .testimonial-active.owl-carousel .owl-nav div:hover {
	color: #fff;
}

/*------------------------
    4. About us
--------------------------*/

/* breadcrumb style */
.breadcrumb-content>h2 {
	color: #454545;
	font-family: 'SourceHanSansSC';
	font-size: 48px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 5px;
}
.breadcrumb-content li {
	color: #454545;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-right: 14px;
	position: relative;
	text-transform: capitalize;
}
.breadcrumb-content li a {
	color: #454545;
}
.breadcrumb-content li.active,
.breadcrumb-content li a:hover {
	color: #f6ab4b;
}
.breadcrumb-content li::before {
	background-color: #454545;
	bottom: 10px;
	content: "";
	height: 2px;
	margin: 0 auto;
	position: absolute;
	right: 2px;
	transition: all 0.4s ease 0s;
	width: 6px;
}
.breadcrumb-content li:last-child:before {
	display: none;
}

/* about-us area */

.about-us-img>img {
	width: 100%;
}
.about-us-content>h2 {
	font-family: 'SourceHanSansSC';
	font-size: 60px;
	font-weight: bold;
	line-height: 64px;
	margin: 0 0 18px;
}
.about-us-content>p {
	color: #5d5d5d;
	font-size: 18px;
	margin: 0;
}
.about-us-list>ul {
	position: relative;
}
.about-us-list ul li {
	color: #5d5d5d;
	display: block;
	font-size: 18px;
	list-style: outside none none;
	margin-bottom: 7px;
	padding-left: 31px;
	position: relative;
}
.about-us-list ul li:last-child {
	margin-bottom: 0px;
}
.about-us-list {
	margin: 20px 0 34px;
}
.about-us-list ul li::before {
	background-color: #f6ab4b;
	border: 4px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #f6ab4b;
	content: "";
	height: 15px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	transition: all 0.4s ease 0s;
	width: 15px;
}
.about-us-list>ul::before {
	background-color: #f6ab4b;
	content: "";
	height: 87px;
	left: 7px;
	margin: 0 auto;
	position: absolute;
	top: 7px;
	transition: all 0.4s ease 0s;
	width: 1px;
}
/* count area */
.single-count-wrapper {
	display: flex;
	justify-content: space-between;
}
.single-count h2 {
	font-family: 'SourceHanSansSC';
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
}

.single-count>span {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}
/* team area */
.team-wrapper {
	background-color: #f9f9f9;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
}
.team-img {
	overflow: hidden;
	position: relative;
}
.team-img img {
	width: 100%;
}
.team-social {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.team-content {
	padding: 26px 5px 27px;
}
.team-content>h4 {
	color: #404040;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}
.team-content>span {
	color: #404040;
	font-size: 16px;
}
.team-social>a {
	background-color: #fff;
	border-radius: 100%;
	color: #404040;
	display: inline-block;
	font-size: 13px;
	height: 28px;
	margin: 0 8px;
	width: 28px;
	visibility: hidden;
	opacity: 0;
	bottom: -10px;
	position: relative;
}
.team-social>a:hover {
	background-color: #f6ab4b;
	color: #fff;
}
.team-social>a i {
	line-height: 28px;
}
.team-wrapper:hover .team-social a {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.team-social a:nth-child(1) {
	transition-delay: 0.1s;
}
.team-social a:nth-child(2) {
	transition-delay: 0.2s;
}
.team-social a:nth-child(3) {
	transition-delay: 0.3s;
}
.team-social a:nth-child(4) {
	transition-delay: 0.4s;
}

/*------------------------
    5. Shop page
--------------------------*/
.shop-sidebar-title {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.shop-search form input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #ededed;
	color: #666;
	height: 45px;
	padding: 0 66px 0 15px;
	width: 100%;
}
.shop-search form input::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.shop-search form input::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
.shop-search form {
	position: relative;
}
.shop-search form button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: #ededed;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	color: #f6ab4b;
	cursor: pointer;
	font-size: 20px;
	height: 100%;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
}
.shop-search form button:hover {
	color: #333;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ededed none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 4px;
	margin-bottom: 12px;
	margin-left: auto;
}
.price_filter .ui-slider-range {
	background: #f7b867 none repeat scroll 0 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #ededed none repeat scroll 0 0;
	border: 1px solid #f7b867;
	border-radius: 100%;
	height: 15px;
	width: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -6px;
	top: -6px;
}
.label-input label {
	color: #565656;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}
.label-input input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #565656;
	font-size: 14px;
	font-weight: 600;
	height: inherit;
	padding-left: 5px;
	width: 99px;
}
.label-input {
	display: inline-block;
	float: left;
	margin-top: 5px;
}
.price_slider_amount>button {
	background-color: transparent;
	border: medium none;
	color: #565656;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: 600;
	line-height: 1;
	padding: 7px 0;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.price_slider_amount>button:hover {
	color: #f7b867;
}
.shop-price-filter {
	overflow: hidden;
}
.price_slider_amount {
	display: block;
	overflow: hidden;
}
.shop-list-style ul li {
	list-style: outside none none;
	margin-bottom: 6px;
}
.shop-list-style ul li:last-child {
	margin-bottom: 0px;
}
.shop-list-style ul li a {
	color: #565656;
	font-size: 16px;
	display: block;
}
.shop-list-style ul li a:hover {
	color: #f7b867;
	padding-left: 5px;
}
.shop-list-style ul li a span {
	float: right;
}
.shop-topbar-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.shorting-style>label {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600;
	margin: 0 28px 0 0;
	text-transform: capitalize;
}
.shorting-style>label span {
	color: #f6ab4b;
	font-weight: bold;
}
.shorting-style select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f9f9f9 url("../image/select-2.png") no-repeat scroll right 16px center;
	border: 1px solid #ededed;
	box-shadow: none;
	color: #888888;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	min-width: 200px;
	padding: 0 40px 0 10px;
	text-transform: uppercase;
	width: inherit;
	position: relative;
}
.shorting-style select::before {
	background-color: #000000;
	bottom: -15px;
	content: "";
	height: 10px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	width: 2px;
}
.view-mode>li {
	display: inline-block;
	margin-left: -4px;
}
.view-mode>li a {
	background-color: #ededed;
	color: #535252;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 9px 10px 7px;
}
.view-mode>li.active a {
	background-color: #f6ab4b;
	color: #fff;
}
.product-list .product-content {
	display: none;
}
.product-list .product-img {
	display: inline-block;
	float: left;
	margin-right: 30px;
	width: 270px;
}
.product-list .product-wrapper {
	overflow: hidden;
}
.product-list .product-list-content {
	display: block;
	overflow: hidden;
}
.product-list .product-width {
	flex: 0 0 100%;
	max-width: 100%;
}
.product-list .product-wrapper {
	border: medium none;
}
.product-list .product-wrapper:hover {
	box-shadow: none;
}
.product-list .product-img {
	border: medium none;
	border: 1px solid #eaeaea;
	transition: all .0s ease 0s;
}
.product-list .product-action {
	display: none;
}
.product-list .product-wrapper:hover .product-img {
	box-shadow: none;
}
.product-list-content>h4 {
	color: #585858;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 7px;
}
.product-list-content>h4 a {
	color: #585858;
}
.product-list-content>h4 a:hover {
	color: #f6ab4b;
}
.product-price span {
	position: relative;
}
.product-price span::before {
	background-color: #525252;
	bottom: 13px;
	content: "";
	height: 1px;
	margin: 0 auto;
	position: absolute;
	right: -6px;
	transition: all 0.4s ease 0s;
	width: 6px;
}
.product-price span:last-child::before {
	display: none;
}
.product-price span.new {
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	margin: 0 12px 0 0;
}
.product-price span.old {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 600;
	text-decoration: line-through;
}
.product-rating i {
	font-size: 16px;
	margin-right: 5px;
}
.product-rating i.theme-color {
	color: #f6ab4b;
}
.product-rating {
	margin: 12px 0 18px;
}
.product-list-content>p {
	color: #5d5d5d;
	font-size: 16px;
	margin: 0;
}
.product-list-action {
	margin: 36px 0 0;
}
.product-list-action-left {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.product-list-action-left a {
	background-color: #f6ab4b;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 22px;
	text-transform: uppercase;
}
.product-list-action-left a:hover {
	background-color: #333;
}
.product-list-action-right a {
	border: 1px solid #dcdcdc;
	color: #313131;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 53px;
	margin: 0 16px 0 0;
	text-align: center;
	width: 50px;
}
.product-list-action-right a:hover {
	border: 1px solid #f6ab4b;
	color: #fff;
	background-color: #f6ab4b;
}
.product-grid .product-list-content {
	display: none;
}
.pagination-style ul li {
	display: inline-block;
	margin-left: 7px;
}
.pagination-style ul li a {
	background-color: #f6f6f6;
	border-radius: 50px;
	color: #3f3f3f;
	display: inline-block;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
.pagination-style ul li a i {
	font-size: 10px;
}
.pagination-style ul li a.active,
.pagination-style ul li a:hover {
	background-color: #f6ab4b;
	color: #fff;
}

/*------------------------
    6. Product details
--------------------------*/

.product-details-content>h2 {
	color: #585858;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 7px;
}
.in-stock {
	margin: 35px 0 8px;
}
.in-stock>span {
	color: #93c241;
	font-size: 15px;
	letter-spacing: 0.2px;
}
.sku {
	border-bottom: 1px solid #e4e4e4;
	display: block;
	margin: 0 0 25px;
	padding: 0 0 25px;
}
.sku>span {
	color: #888888;
	font-size: 15px;
	letter-spacing: 0.2px;
}
.product-details-content>p {
	color: #454545;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin: 0;
}
.quality-wrapper>label {
	color: #454545;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 39px;
	margin-top: 8px;
	text-transform: uppercase;
}
.quality-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
}
.quality-wrapper input.cart-plus-minus-box {
	background: #f9f9f9 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	float: left;
	font-size: 16px;
	height: 40px;
	margin: 0;
	text-align: center;
	width: 120px;
}
.product-dec-slider.owl-carousel .owl-nav div {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	color: #8d8c8c;
	display: inline-block;
	font-size: 13px;
	height: 35px;
	left: -15px;
	line-height: 37px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 35px;
}
.product-dec-slider.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -15px;
}
.product-dec-slider.owl-carousel .owl-nav div:hover {
	background-color: #f6ab4b;
	color: #fff;
}
.product-dec-slider:hover .owl-nav div {
	opacity: 1;
}
.description-review-topbar {
	display: flex;
	justify-content: center;
}
.description-review-topbar a {
	border-bottom: 2px solid transparent;
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin: 0 37px;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
}
.description-review-topbar a::before {
	background-color: #7a7a7a;
	content: "";
	height: 17px;
	position: absolute;
	right: -37px;
	top: 2px;
	width: 1px;
}
.description-review-topbar a.active {
	border-bottom: 2px solid #f6ab4b;
	color: #f6ab4b;
}
.description-review-topbar a:last-child::before {
	display: none;
}
.tab-content.description-review-bottom {
	border-radius: 5px;
	padding: 40px 30px;
}
.product-description-wrapper>p {
	color: #454545;
	font-size: 15px;
	margin-bottom: 25px;
}
.product-description-wrapper li {
	color: #454545;
	font-size: 15px;
	letter-spacing: 0.2px;
	list-style: outside none none;
	margin-bottom: 2px;
}
.product-anotherinfo-wrapper li {
	color: #454545;
	font-size: 15px;
	list-style: outside none none;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.product-anotherinfo-wrapper li span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-right: 15px;
	width: 40px;
}
.rattings-wrapper {
	margin-bottom: 40px;
}
.rattings-wrapper .sin-rattings {
	margin-bottom: 30px;
}
.star-author-all {
	margin-bottom: 10px;
	overflow: hidden;
}
.ratting-author h3 {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	margin: 0;
	text-transform: capitalize;
}
.ratting-author span {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	margin-left: 15px;
}
.sin-rattings>p {
	color: #454545;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
}
.ratting-form-wrapper h3 {
	color: #303030;
	font-size: 15px;
	font-weight: 400;
	line-height: 12px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.ratting-form form .star-box {
	margin-bottom: 40px;
}
.ratting-form form .star-box h2 {
	color: #303030;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.rating-form-style input,
.rating-form-style textarea {
	background-color: #fff;
	border: 1px solid #eceff8;
	color: #333;
}
.rating-form-style.form-submit input {
	background: #f6ab4b none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-top: 30px;
	padding: 0 25px;
	text-transform: uppercase;
	width: inherit;
}
.rating-form-style.form-submit input:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
.product-details-img img {
	cursor: pointer;
	width: 100%;
}
.related-product-active .product-wrapper {
	margin: 38px 0;
}

/*------------------------
    7. Cart page
--------------------------*/

.page-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 27px;
	text-align: center;
	text-transform: uppercase;
}
.cart-main-area .table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #eaeaea;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	width: 100%;
}
.table-content table th,
.table-content table td {
	border-bottom: 1px solid #e5e5e5;
}
.table-content table th {
	border-top: medium none;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 45px 13px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content table td.product-thumbnail {
	width: 155px;
}
.table-content table td.product-thumbnail a img {
	padding-left: 20px;
}
.table-content table td.product-name {
	width: 345px;
}
.table-content table td {
	color: #454545;
	font-size: 15px;
	padding: 20px 0;
}
.table-content table td.product-name a {
	color: #333;
	font-size: 16px;
	padding-left: 50px;
}
.table-content table td.product-price-cart span {
	padding-left: 60px;
}
.table-content table td.product-quantity {
	padding-left: 8px;
}
.table-content table td.product-subtotal {
	padding-left: 58px;
}
.table-content table td.product-remove {
	padding-left: 70px;
}
.table-content table td.product-remove a {
	color: #454545;
	font-size: 18px;
}
.product-quantity .cart-plus-minus {
	height: 40px;
	padding: 0;
	position: relative;
	width: 110px;
	border: 1px solid #e5e5e5;
}
.product-quantity .qtybutton {
	color: #454545;
	cursor: pointer;
	float: inherit;
	font-size: 16px;
	margin: 0;
	position: absolute;
	transition: all .3s ease 0s;
}
.product-quantity .qtybutton:hover,
.table-content table td.product-name a:hover,
.table-content table td.product-remove a:hover {
	color: #f6ab4b;
}
.product-quantity .dec.qtybutton {
	border-right: 1px solid #e5e5e5;
	height: 40px;
	left: 0;
	padding-top: 8px;
	top: 0;
}
.product-quantity .inc.qtybutton {
	border-left: 1px solid #e5e5e5;
	height: 40px;
	right: 0;
	padding-top: 9px;
	top: 0;
}
.product-quantity input.cart-plus-minus-box {
	color: #454545;
	float: left;
	font-size: 14px;
	height: 40px;
	margin: 0;
	width: 110px;
}
.cart-shiping-update-wrapper {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #e5e5e5 #e5e5e5;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: flex;
	justify-content: space-between;
	padding: 43px 20px 30px;
}
.cart-shiping-update>a,
.cart-shiping-update>button,
.cart-clear>a {
	background-color: #d8d8d8;
	border-radius: 5px;
	color: #000101;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	padding: 16px 27px;
	text-transform: uppercase;
}
.cart-shiping-update>button {
	border: medium none;
	cursor: pointer;
	margin-left: 16px;
	transition: all .3s ease 0s;
}
.cart-shiping-update>a:hover,
.cart-shiping-update>button:hover,
.cart-clear>a:hover {
	background-color: #f6ab4b;
	color: #fff;
}
.cart-tax,
.discount-code-wrapper,
.grand-totall {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-top: 50px;
	padding: 20px;
}
.cart-bottom-title {
	border-bottom: 1px solid #eaeaea;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 13px;
	text-transform: uppercase;
}
.tax-wrapper>p {
	color: #454545;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin: 24px 0 0;
}
.tax-select select,
.tax-select input,
.discount-code input {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: none;
	color: #626262;
	font-size: 14px;
	height: 32px;
	padding-left: 10px;
	width: 196px;
}
.tax-select select {
	background: #fff url("../image/cart-select.png") no-repeat scroll right 10px center;
	cursor: pointer;
}
.tax-select>label {
	color: #454545;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin: 0;
	width: 125px;
}
.tax-select {
	margin-bottom: 20px;
}
.tax-select-wrapper {
	margin: 15px 0 0;
}
button.cart-btn-2,
.grand-totall>a {
	background-color: #d8d8d8;
	border: medium none;
	border-radius: 5px;
	color: #000101;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 5px 0 0;
	padding: 12px 20px 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.grand-totall>a {
	padding: 14px 20px 15px;
}
button.cart-btn-2:hover,
.grand-totall>a:hover {
	color: #fff;
	background-color: #f6ab4b;
}
.discount-code input {
	height: 42px;
	margin-bottom: 15px;
	width: 100%;
}
.discount-code>p {
	color: #454545;
	font-size: 15px;
	margin: 23px 0 13px;
}
.grand-totall>span {
	border-bottom: 1px solid #eaeaea;
	color: #454545;
	display: block;
	font-size: 15px;
	margin-bottom: 18px;
	padding-bottom: 14px;
}
.grand-totall h5 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 16px;
}
.grand-totall>p {
	color: #454545;
	margin: 12px 0 0;
}

/*------------------------
    8. Checkout page
--------------------------*/

h5.panel-title {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 30px;
	position: relative;
	text-transform: uppercase;
}
h5.panel-title a {
	color: #333;
	display: block;
	padding: 12px 55px;
	position: relative;
}
h5.panel-title a:hover {
	color: #f6ab4b;
}
h5.panel-title a::before {
	color: #666666;
	content: "";
	display: inline-block;
	font-family: "themify";
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 14px;
}
h5.panel-title a.collapsed::after {
	color: #666666;
	content: "";
	display: inline-block;
	font-family: "themify";
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 14px;
}
h5.panel-title a.collapsed::before {
	display: none;
}
h5.panel-title span {
	background-color: #f6ab4b;
	color: #fff;
	font-size: 15px;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 42px;
}
.checkout-register,
.checkout-login {
	background-color: #fff;
	border: 1px solid #eaeaea;
	overflow: hidden;
	padding: 20px 15px;
}
.checkout-sub-title {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.checkout-register>p {
	color: #888888;
	margin: 13px 0 9px;
}
.checkout-register label {
	color: #454545;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin: 0 0 10px;
}
.checkout-register form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	color: #626262;
	height: 40px;
	padding-left: 10px;
	margin: 0 0 20px;
	width: 100%;
}
.checkout-btn,
.billing-btn>button {
	background-color: #d8d8d8;
	border: medium none;
	border-radius: 50px;
	color: #000101;
	cursor: pointer;
	font-weight: 600;
	line-height: 1;
	padding: 13px 11px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.checkout-btn:hover,
.billing-btn>button:hover {
	background-color: #f6ab4b;
	color: #fff;
}
.checkout-login>form {
	margin-top: 22px;
}
.login-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	height: 40px;
	padding-left: 10px;
	width: 277px;
}
.login-form label {
	color: #454545;
	font-size: 14px;
	width: 105px;
}
.login-form {
	margin-bottom: 20px;
}
.login-forget {
	float: right;
}
.login-forget>a {
	border-bottom: 2px solid #f6ab4b;
	color: #f6ab4b;
	margin-left: 38px;
}
.login-forget>a:hover {
	color: #454545;
	border-bottom: 2px solid #454545;
}
.login-forget .checkout-btn,
.billing-btn>button {
	padding: 13px 23px;
}
.panel-body {
	margin-bottom: 50px;
}
.checkout-progress>h4 {
	background-color: #f6ab4b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 14px 10px 15px;
	text-align: center;
	text-transform: uppercase;
}
.checkout-progress {
	background-color: #fff;
	border: 1px solid #f6ab4b;
}
.checkout-progress>ul {
	padding: 16px 14px 18px;
}
.checkout-progress li {
	border-bottom: 1px solid #eaeaea;
	color: #454545;
	font-size: 15px;
	list-style: outside none none;
	margin-bottom: 14px;
	padding-bottom: 12px;
	padding-left: 27px;
	position: relative;
}
.checkout-progress li:last-child {
	border-bottom: 0px solid #eaeaea;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.checkout-progress li::before {
	color: #454545;
	content: "";
	display: inline-block;
	font-family: "themify";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 1px;
}
.billing-information-wrapper,
.shipping-information-wrapper,
.shipping-method-wrapper,
.payment-info-wrapper,
.order-review-wrapper {
	background-color: #fff;
	padding: 30px 20px;
	border: 1px solid #eaeaea;
}
.billing-info>label {
	color: #454545;
	font-size: 14px;
	text-transform: capitalize;
}
.billing-info input,
.billing-select select {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	color: #555;
	height: 40px;
	border-radius: 5px;
}
.billing-info {
	margin-bottom: 20px;
}
.single-ship>input {
	display: inline-block;
	float: left;
	height: inherit;
	margin-right: 10px;
	margin-top: 5px;
	width: inherit;
}
.single-ship label {
	color: #454545;
}
.single-ship {
	margin-bottom: 5px;
}
.ship-wrapper {
	margin-top: 20px;
}
.billing-back-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}
.billing-back>a {
	display: inline-block;
	font-size: 15px;
	margin-top: 7px;
	text-transform: uppercase;
}
.billing-back>a:hover {
	color: #f6ab4b;
}
.billing-back>a i {
	font-size: 18px;
	color: #f6ab4b;
}
.shipping-info-2>span {
	display: block;
	font-size: 15px;
	margin-bottom: 9px;
}
.shipping-information-wrapper>span:last-child {
	margin-bottom: 0px;
}
.shipping-info-2 {
	margin-bottom: 10px;
}
.shipping-method>p {
	color: #454545;
	font-size: 15px;
	margin: 0 0 5px;
}
.expiration-date {
	margin-bottom: 20px;
}
.order-review table thead tr th {
	border: 1px solid #eaeaea;
	color: #454545;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
}
.o-pro-dec p {
	color: #454545;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.order-review table tbody tr td {
	border: 1px solid #eaeaea;
}
.o-pro-price,
.o-pro-qty,
.o-pro-subtotal {
	text-align: center;
}
.o-pro-price p,
.o-pro-qty p,
.o-pro-subtotal p {
	color: #454545;
	letter-spacing: 0.2px;
	font-size: 15px;
}
.order-review table tfoot {
	margin-top: 20px;
}
.order-review table tfoot tr {
	border-bottom: 0 solid #f2f2f2;
}
.order-review table tfoot tr td {
	border-right: 0 solid #f2f2f2;
	border-top: 0 solid #f2f2f2;
	color: #454545;
	font-size: 16px;
	padding: 6px 5px 2px;
	text-align: right;
}
.billing-back-btn>span {
	color: #454545;
	font-size: 14px;
	margin-top: 10px;
}
.billing-back-btn>span a {
	color: #f6ab4b;
}
.billing-back-btn>span a:hover {
	text-decoration: underline;
}
.edit-address>a {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.edit-address>a:hover {
	color: #f6ab4b;
}

/*------------------------
    9. My account
--------------------------*/
.account-info-wrapper>h4 {
	font-size: 18px;
	letter-spacing: 0.2px;
	margin: 0;
	;
	text-transform: uppercase;
}
.account-info-wrapper>h5 {
	font-size: 16px;
	letter-spacing: 0.2px;
	margin-top: 7px;
}
.account-info-wrapper {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 28px;
	padding-bottom: 30px;
}

.entries-wrapper {
	border: 1px solid #eaeaea;
	position: relative;
}
.entries-wrapper:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background-color: #eaeaea;
}
.entries-info {
	padding: 30px 20px;
}
.entries-info>p {
	color: #454545;
	font-size: 15px;
	margin: 0;
	text-transform: capitalize;
}
.entries-edit-delete>a {
	background-color: #454545;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.2px;
	line-height: 1;
	margin: 0 2px;
	padding: 12px 15px;
	text-transform: uppercase;
}
.entries-edit-delete>a.edit {
	background-color: #df5c39;
}
.entries-edit-delete>a:hover,
.entries-edit-delete>a.edit:hover {
	background-color: #f6ab4b;
}

/*------------------------
    10. Login register page
--------------------------*/

.login-form-container {
	background: transparent none repeat scroll 0 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	padding: 80px;
	text-align: left;
}
.login-text {
	margin-bottom: 30px;
	text-align: center;
}
.login-text h2 {
	color: #444;
	font-size: 30px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.login-text span {
	font-size: 15px;
}
.login-form-container input {
	background-color: transparent;
	border: 1px solid #eaeaea;
	color: #333;
	font-size: 14px;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 15px;
}
.login-form-container input::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.login-form-container input::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
.login-toggle-btn {
	padding: 10px 0 19px;
}
.login-form-container input[type="checkbox"] {
	height: 15px;
	margin: 0;
	position: relative;
	top: 1px;
	width: 17px;
}
.login-form-container label {
	color: #454545;
	font-size: 15px;
	font-weight: 400;
}
.login-toggle-btn>a {
	color: #454545;
	float: right;
	font-size: 15px;
	transition: all 0.3s ease 0s;
}
.login-toggle-btn>a:hover {
	color: #f6ab4b;
}
.login-register-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.login-register-tab-list.nav a h4 {
	font-size: 25px;
	font-weight: 700;
	margin: 0 20px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.login-register-tab-list.nav a {
	position: relative;
}
.login-register-tab-list.nav a::before {
	background-color: #454545;
	bottom: 5px;
	content: "";
	height: 18px;
	margin: 0 auto;
	position: absolute;
	right: -2px;
	transition: all 0.4s ease 0s;
	width: 1px;
}
.login-register-tab-list.nav a:last-child::before {
	display: none;
}
.login-register-tab-list.nav a.active h4,
.login-register-tab-list.nav a h4:hover {
	color: #f6ab4b;
}
.login-form button {
	border: medium none;
	cursor: pointer;
}
.button-box button {
	background-color: #d8d8d8;
	border: medium none;
	border-radius: 50px;
	color: #000101;
	cursor: pointer;
	font-weight: 600;
	line-height: 1;
	padding: 13px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.button-box button:hover {
	background-color: #f6ab4b;
	color: #fff;
}

/*------------------------
    11. Contact page
--------------------------*/

#map {
	height: 500px;
	width: 100%;
}
.contact-info-wrapper {
	background-color: #fff;
	border: 1px solid #eaeaea;
	overflow: hidden;
	padding: 40px 15px 34px;
}
.contact-info-icon i {
	border: 2px solid #f6ab4b;
	border-radius: 50px;
	color: #f6ab4b;
	display: inline-block;
	font-size: 30px;
	height: 60px;
	line-height: 55px;
	transition: all 0.3s ease 0s;
	width: 60px;
}
.contact-info-wrapper:hover .contact-info-icon i {
	border: 2px solid #f6ab4b;
	background-color: #f6ab4b;
	color: #fff;
}
.contact-info-content h4 {
	color: #424242;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-info-content p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 3px;
}
.contact-info-content p a {
	color: #666;
}
.contact-info-content p a:hover {
	color: #f6ab4b;
}
.contact-info-icon {
	margin-bottom: 20px;
}
.contact-message-wrapper {
	margin-top: 40px;
	margin-bottom: 70px;
}
.contact-form-style input,
.contact-form-style textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #F8EEF0;
	color: #454545;
	height: 45px;	
	border-radius: 4px;
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: .2px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.contact-form-style input::-moz-placeholder,
.contact-form-style textarea::-moz-placeholder {
	color: #454545;
	opacity: 1;
}
.contact-form-style input::-webkit-placeholder,
.contact-form-style textarea::-webkit-placeholder {
	color: #454545;
	opacity: 1;
}
.contact-form-style textarea {
	height: 250px;
	padding: 20px 20px;
}
.submit.btn-style {
	background-color: #f6ab4b;
	border: medium none;
	cursor: pointer;
	margin-top: 30px;
	color: #fff;
	font-weight: 600;
}
.submit.btn-style:hover {
	background-color: #242424;
}
.contact-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 20px;
}

/*------------------------
    12. Blog page
--------------------------*/

.single-recent-post {
	display: flex;
}
.recent-post-img {
	flex: 0 0 90px;
}
.recent-post-content {
	margin: 0px 0 0 15px;
}
.recent-post-content>h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
}
.recent-post-content>h4 a:hover {
	color: #f6ab4b;
}
.recent-post-content>span {
	color: #8c8c8c;
	font-weight: 600;
}

/*------------------------
    13. Blog details
--------------------------*/

.dec-img>img {
	width: 100%;
}
.blog-details-content>h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
}
.single-blog-wrapper>p {
	font-size: 18px;
	margin: 0;
}
blockquote.importent-title {
	margin: 35px 0;
}
.importent-title>h4 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
.dec-img-wrapper {
	margin: 50px 0;
}
.blog-dec-tags ul li {
	display: inline-block;
	position: relative;
}
.blog-dec-tags ul li::after {
	background-color: #6d6d6d;
	content: "";
	font-size: 8px;
	height: 12px;
	position: absolute;
	right: 6px;
	top: 7px;
	transform: rotate(20deg);
	width: 1.5px;
}
.blog-dec-tags ul li a {
	color: #565656;
	font-size: 16px;
	margin-right: 18px;
	text-transform: capitalize;
}
.blog-dec-tags ul li a:hover,
.blog-dec-social ul li a:hover {
	color: #f6ab4b;
}
.blog-dec-tags-social {
	border-bottom: 2px solid #f6f6f6;
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	padding-bottom: 10px;
}
.blog-dec-social {
	display: flex;
}
.blog-dec-social>span {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: capitalize;
}
.blog-dec-social ul li {
	display: inline-block;
	margin-left: 14px;
}

.blog-dec-social ul li a {
	color: #333333;
	font-size: 15px;
}
.blog-dec-title {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}
.single-comment-wrapper {
	display: flex;
}
.blog-comment-img {
	flex: 0 0 135px;
	margin-right: 28px;
}
.blog-comment-content>h4 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.blog-comment-content>span {
	color: #444;
	display: block;
	font-size: 15px;
	margin: 6px 0 8px;
}
.blog-comment-content>p {
	font-size: 16px;
	margin: 0 0 8px;
}
.blog-details-btn a {
	color: #444;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}
.blog-details-btn a:hover {
	color: #f6ab4b;
}
.blog-reply-wrapper>form {
	margin-top: 50px;
}
.leave-form {
	margin-bottom: 30px;
}
.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
	background: #f7f7f7 none repeat scroll 0 0;
	border: medium none;
	color: #333;
	font-size: 14px;
	height: 60px;
	padding: 2px 20px;
}
.blog-reply-wrapper form input::-moz-placeholder,
.blog-reply-wrapper form textarea::-moz-placeholder {
	color: #333;
	opacity: 1;
}
.blog-reply-wrapper form textarea {
	height: 235px;
	padding: 25px 20px;
}
.blog-reply-wrapper form .text-leave input {
	background-color: #f6ab4b;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: inherit;
	margin-top: 40px;
	padding: 14px 30px 13px;
	width: inherit;
}
.blog-reply-wrapper form .text-leave input:hover {
	background-color: #000;
}
.blog-dec-tags ul li:last-child::after {
	display: none;
}

.list{
    margin: 28px 0 11px !important;
}
.custom-switch{
	width:60px;
	height: 20px;
	border:1px solid #CB9776;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	padding:0 4px;
	cursor: pointer;
	vertical-align: middle;
}
.custom-switch-xl{
	width:60px;
	height: 24px;
	border:1px solid #CB9776;
	border-radius: 12px;
	position: relative;
	display: inline-block;
	padding:0 4px;
	cursor: pointer;
	vertical-align: middle;
}
.switch-core-xl{
    position: absolute;
    left: -1px;
    top: 0px;
    width: 38px;
    height: 24px;
    background-color: #CB9776;
    border-radius: 12px;
    transition: all .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.switch-font-xl{
	font-size: 16px;
	height: 24px;
	color: #CB9776;
	line-height: 22px;
	
}
.font16{
	font-size: 14px;
	color: #CB9776;
}
.cn-title{
	font-size: 38px;
	color: #CB9776;
	font-family: "SOURCEHANSANSSC-NORMAL";
}
.switch-font-12{
	font-size: 12px;
	color: #CB9776;
	
}
.switch-core{
	position: absolute;
	left: 0;
	top: 0;
	width:32px;
	height:18px;
	background-color: #CB9776;
	border-radius: 10px;
	transition: all .3s ease;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.more-btn{
	border:1px solid #CB9776;
	border-right:none;
	border-radius: 10px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color:#fff;
}
.more-btn-xl{
	border:1px solid #AC684B;
	border-right:none;
	border-radius: 12px;
	width:65px;
	height: 26px;
	line-height: 26px;
	background-color:#fff;
}
.btn-a-xl {
	color: #fff;
    background-color: #AC684B;
    width: 55px;
    height: 25px;
    line-height: 26px;
    border-radius: 12px;
    display: inline-block;
    float: right;
	font-family: 'SourceHanSansSC';
	font-size: 10px;
	text-align: center;
}
.btn-a{
	color: #fff;
    background-color: #CB9776;
    width: 75px;
    height: 29px;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
    float: right;
	font-family: 'SourceHanSansSC';
	font-size: 14px;
	text-align: center;
}


@media screen and (min-width: 768px) {
    /* .about-img {
        margin-top: 30px; 
    } */
}

@media screen and (min-width: 1024px) {
    .about-img {
        margin-top:-19vh; /* 当屏幕宽度至少为1024px时 */
    }
}

.about-img{
	position:absolute;
	right:0;
	margin-top: -19vh;
}
.row-div{
	position: absolute; /* 子元素设置为绝对定位 */
	left:0;
	top:0.85rem;
	width:100%;
	/* height:5rem;
	line-height:5rem; */
}
.row-xl-div{
	position: absolute; /* 子元素设置为绝对定位 */
	left:0;
	top:1.8rem;
	width:100%;
}
.row-text{
	font-size: 1rem;
	color:#fff;
	font-weight: 500;
	letter-spacing: 5px; 
}
.font-12{
	font-size: 10px;
}
.row-xl-text{
	font-size: 1.5rem;
	color:#fff;
	font-weight: 500;
	letter-spacing: 5px; 
}
.div-bg{
	margin-top:-7vh;
}
.core-h3{
	font-family: SourceHanSansSC;
	font-size: 24px;
	font-weight: normal;
	color: #808080;
	margin-bottom: 25px;
}
.core-h3-xl{
	font-family: SourceHanSansSC;
	font-size: 18px;
	font-weight: normal;
	color: #808080;
	opacity: 0.5;
	margin-bottom:0px;
}
.core-span{font-family: SourceHanSansSC;font-size: 13px;color: #808080;}
.core-span-xl{font-family: SourceHanSansSC;font-size:9px;color: #808080;}
.rounded-6{border-radius: 6px !important;}
.rounded-30{border-radius: 30px !important;}
.rounded-25{border-radius: 25px !important;}
.rounded-20{border-radius: 20px !important;}
.pad-20{padding: 20px !important;}
.pad-15{padding: 15px !important;}
.pl-15{padding-left: 15px !important;}	
.pr-15{padding-right: 15px !important;}
.ml-15{padding-left: 15px !important;}	
.mr-15{padding-right: 15px !important;}
.ml-10{margin-left: 10px !important;}	
.mr-10{margin-right: 10px !important;}
.bg-ef{background: #F7F7F7 !important;}
.bg-ef7{background: #F7F7F7 !important;}
.bg-255{background:#fff !important;}
.food-img{
	overflow: hidden;
    position: relative;
}
.food-img img {
    width: 100%;
}
.footer-add{font-family: SourceHanSansSC;
	font-size: 12px;color: #ffffff;}
.team-content-div>p {
    color: #404040;
    font-size: 16px;
}
.team-content-div{
	height:135px;
}
.team-content-div p{
	font-size: 14px;
	font-weight: 300;
	font-family: 'SourceHanSansSC';
	color: #808080;
	margin-bottom:25px;
}
.shadow{box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);}
.rounded-10{border-radius: 10px !important;}
.content-title{overflow: hidden;}
.title-left{
	float: left;
}
.title-right{
	float: right;
}
.color-255{color: #fff !important;}
.flex{
	display: flex;
	align-items: center;
}
.hot-content{
	padding-top: 15px;	
	padding-left: 10px;
}
.bottom{
		border-bottom: 1px solid #fff;
}
.pr-10{    padding-right: 10px;}
.pl-10{    padding-left: 10px;}
.font-16{font-size: 16px !important;}
.font-18{font-size: 18px !important;}
.font-17{font-size: 17px !important;font-family: 'SourceHanSansSC-NORMAL';color: #333 !important;}
.font-14{font-size: 14px !important;font-family: 'SourceHanSansSC-NORMAL';color: #333 !important;}
h4{font-family: 'SourceHanSansSC-NORMAL';color: #333 }
.title-left-h4{font-family: 'SourceHanSansSC-NORMAL';color: #808080; !important;}
.deve-content{padding: 26px 5px 5px;}
.devel-div{height:95px;}
.font-13{font-size: 13px !important;}
.category-p{font-family: 'SourceHanSansSC-NORMAL' !important;font-size: 14px !important;color: #333 !important; }
.brand{
	background: url('../picture/64.png') no-repeat;
	background-size: 100% auto;
	padding-left: 20px;
	padding-right: 20px;

}
.brand-text{border:2px solid #fff;border-radius: 20px;color: #fff;font-size:18px;font-weight: 500;}
.social-ul{    width: 100%; text-align: center;}
.social-ul li{margin-bottom:0px !important;width: 33.3333%;float: left;    margin-right:0px !important;}
.radius-255{border-radius:10px;background-color: #fff;color:#CB9776;}
.brand-text-xl{border:2px solid #CB9776;border-radius: 20px;color: #CB9776;font-size:14px;font-weight: 500;}
.radius-xl-255{border-radius:10px;background-color: #CB9776;color:#fff;}
.border-255rd{background-color: #fff;border-radius: 0 0 25px 25px;}
.header-area::before {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	pointer-events: none;
}
.li-border{height: 1px;background-color:#CB9776 !important;width: 88% !important;
    margin-left: 6%;opacity: 0.5;}
	.pad-30{padding: 15px 30px !important;}
	.font-12{font-size: 12px !important;}
.cn-title-en-xl{
	font-family: SourceHanSansSC;
	font-size:20px;
	font-weight:600;
	color: #B06B4C;
	opacity: 0.1;
}
.cn-title-xl{
	font-family: SourceHanSansSC;
	font-size:20px;
	font-weight: normal;
	color:#CB9776;
}