@font-face {
    font-family: "Antro_Vectra";
    src: url(fonts/antro_vectra/Antro_Vectra.otf);
}
@font-face {
    font-family: "HM_Sans_Latin_Regular";
    src: url(fonts/hm_sans_latin_regular/HM_Sans_Latin_Regular.ttf);
} 
@font-face {
    font-family: "segoesc";
    src: url(fonts/segoe-font/segoesc.ttf);
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "HM_Sans_Latin_Regular" !important;
}
section {
    float: left;
    width: 100%;
    padding: 0px !important;
    background: #fff;
}
.welcome p {
    background: #000;
    color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 3px 0px;
    font-weight: 500;
    text-align: center;
}
.mr-0 {
    margin: 0px !important;
    padding: 0px !important;
}
.menu ul li a:hover {
    color: #fff !important;
    background: #000;
    border-radius: 4px;
}
.menu ul li a {
    color: #000 !important;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 600;
}
.menu ul li {
    margin-right: 8px;
}
a .dropdown-item {
    border: 1px solid #ccc;
}
section.slider {
    background: url(images/slide1.webp);
    width: 100%;
    height: 506px;
    background-size: cover;  
}
h3.fashion_hub {
    font-family: "Antro_Vectra";
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 3px;
}
.icon_left ul li {
    list-style: none;
    float: left;
}
.icon_left ul {
    margin: 0px !important;
    padding: 0px !important;
}
.icon_left ul li a {
    color: #000;
}
.icon_left {
    float: right;
    margin-top: 30px;
}
.icon_left ul li a {
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
section.speak {
    background: #ededed;
}
.speak_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 34px;
    color: #000;
}
.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    height: 1px;
    background: #ccc;
}
.line_1-1 {
    width: 200px;
    left: 0;
    margin: 10px auto 5px;
    right: 0;
    text-align: center;
}
.line_2-2 {
    width: 150px;
    margin: 0 auto 5px;
    right: 0;
    text-align: center;
}
.line_3-3 {
    width: 100px;
    margin: 0 auto 25px;
    right: 0;
    text-align: center;
}
.special_line {
    width: 35px;
    margin: 0 0 16px 0;
    color: #fff;
    opacity: 9;
    border-top: 4px solid #fff;
}
.special_content h3 {
    color: #fff;
}
.special_content a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.special_content a:hover {
    color: #fff;
    text-decoration: underline;
}
.logo img {
    width: 75%;
}
.category_pic img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
}
.category_content a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.category_content {
    text-align: center;
}
.category_content {
    text-align: center;
    border: 2px solid #000;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
    padding: 5px;
}
section.collection {
    background-image: url(images/parallax.webp);
    width: 100%;
    height: auto;
    background-size: cover;
}
.collection_content {
    color: #fff;
}
h4.collection_code {
    font-size: 30px;
    margin-bottom: 16px;
    font-family: "segoesc";
    font-weight: 600;
}
span.promo_code {
    background: #fff;
    color: #000;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
h3.collection_syh {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}
p.collection_free {
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 18px;
}
.collection_content a {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 15px 35px 15px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #fff;
}
.collection_content a:hover {
    background: #000;
    color: #fff;
}
.content {
    padding: 16px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}
.sticky + .content {
    padding-top: 60px;
}
.special {
    background: url(images/banner1.webp);
    background-size: cover;
    height: 197px;
    border-radius: 10px;
}
.special_2 {
    background: url(images/banner2.webp);
}
.special_3 {
    background: url(images/banner3.webp);
}
.couple_special {
    float: right;
    margin-right: 30px;
}
.grow_sale {
    text-align: center;
}
.special_content {
    padding-top: 35px;
}
.valentine_special {
    padding-left: 40px;
}
section.footer {
    background: #000;
}
h3.fashion_bottom {
    font-size: 16px;
    margin-left: 8px;
    color: #fff;
    text-transform: uppercase;
}
.logo_bottom img {
    width: 60%;
}
.footer-top {
    padding: 40px 0px;
    border-bottom: 1px solid #333;
}
h4.subscribe {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
}
.newsletter p {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.newsletter {
    margin-top: 5px;
    text-align: justify;
}
.your_email {
    float: left;
}
input.email_address {
    background: #2c2c2c;
    border: none;
    border-radius: 3px;
    padding: 10px 100px 10px 15px;
}
.button_subscribe button {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: -2px;
    padding: 10px 10px 10px 10px;
}
.input_email {
    margin-top: 7px;
}
.footer-middle {
    padding: 60px 0px;
    border-bottom: 1px solid #333;
}
h4.quick_link {
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: 15px;
    text-align: justify;
}
.links_bottom ul {
    padding: 0px;
}
.links_bottom ul li {
    list-style: none;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.links_bottom ul li a {
    color: #fff;
    padding: 5px 0px;
    font-size: 15px;
    text-decoration: none;
    float: left;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    text-align: justify;
}
.links_bottom ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
}
.contact_bottom ul {
    padding: 0px;
}
.contact_bottom ul li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
}
.contact_bottom ul li span {
    margin-top: 5px;
    padding-right: 10px;
    color: #fff;
}
.social_icons_bottom ul {
    padding: 0px;
    margin: 0px;
}
.social_icons_bottom ul li {
    list-style: none;
    float: left;
}
.social_icons_bottom ul li a {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #fff;
    text-align: center;
}
.social_icons_bottom ul li a:hover {
    background: #3b5998;
    border-color: #3b5998;
}
.store_location ul {
    padding: 0px;
    list-style: none;
}
.store_location ul li span {
    margin-top: 5px;
    padding-right: 10px;
    color: #fff;
}
.store_location ul li {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
}
.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
    float: left;
}
.copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.develop {
    float: right;
}
.develop p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.icon-box h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    margin: 0px;
}
.icon-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.service_list {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}
.icon-box {
    padding: 35px 0px 35px 35px;
    color: #000;
}
section.delivery {
    padding-bottom: 20px;
    padding-top: 20px;
}
.testimonial {
    padding: 35px 50px;
    margin: 0 20px 0px;
    text-align: center;
    padding-bottom: 0px;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    display: block;
    margin: 30px 0 7px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.owl-theme .owl-controls{ 
    margin-top: 0; 
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.testimonial_bg {
    background: url(images/testimonial.webp);
    background-size: cover;
}
h2.test_title {
    color: #fff;
}
.product_pic img {
    width: 100%;
}
.logo {
    margin-top: 15px;
}
span.promo_code i {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
}
.icon-box-content {
    border-right: 1px solid #ccc;
}
section.header_1 {
    position: relative;
    z-index: 999;
    background: #fff;
}
.icon-box-content i {
    float: left;
    font-size: 30px;
    margin-right: 6px;
}
.icon-box-content.border-none {
    border-right: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    /* padding-bottom: .5rem; */
}
.about_product:hover + .hide {
    display: block;
    color: #000;
}
.hide {
    display: none;
}
.about_product:hover {
    cursor: pointer;
    margin-top: -30px;
    background: #000;
    color: #fff;
}
.main_character {
    background: url(images/banner_tshirt.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.character_title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
}
.character_title {
    padding: 100px 0px;
}
.product-pic img {
    width: 100%;
}
.product-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 12px;
    margin: 12px;
}
.product-pic {
    padding-bottom: 15px;
}
h2.product-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #000;
}
.price {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
button.add_cart {
    cursor: pointer;
    transition: all 0.3s ease;
    height: 45px;
    padding: 8px 15px;
    border: 2px solid #000;
    font-weight: 500;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
button.add_cart i {
    margin-right: 10px;
}
button.add_cart:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
}
.show_result {
    float: left;
    color: #000;
}
.show_result p {
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}
.sorting {
    float: right;
    margin-right: 15px;
}
select.orderby {
    padding: 8px 9px;
    font-weight: 600;
    font-size: 15px;
}
.wish {
    position: absolute;
    margin-top: 32px;
    margin-left: 35px;
    color: #fff;
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
figure {
    width: 100%;
    overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hover01 {
    margin-top: 20px;
}
.gallery_text {
    width: 90%;
    margin: auto;
}
.gallery_text p {
    margin-top: 25px;
    color: #000;
}
.row.gallery_product {
    padding-left: 20px;
    padding-right: 20px;
}
figure.philosophy_pic {
    border-radius: 10px;
}
figure.philosophy_pic img {
    border-radius: 10px;
}
.philosophy_text h5 {
    line-height: 2;
    text-transform: capitalize;
}
.philosophy_text h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.philosophy_text p {
    line-height: 1.86;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
}
.philosophy_text a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
}
a.visit_store:hover {
    color: #000;
    border-bottom: 2px solid;
}
.philosophy_text {
    margin: 25px;
    color: #000;
    text-align: justify;
}
.row.philosophy-content {
    padding-top: 25px;
    padding-bottom: 25px;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.vision_text h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
}
.vision_text h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}
.vision_text p {
    line-height: 1.86;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.vision_text {
    margin-top: 10px;
    padding-left: 25px;
    color: #000;
    text-align: justify;
}
.aim {
    background: #ededed;
    color: #000;
}
.aim_title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.aim_project {
    background: #fff;
    padding: 30px 15px 30px 15px;
    margin-top: 25px;
}
.aim_project i {
    font-size: 50px;
    margin-bottom: 25px;
}
.aim_project h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4;
}
.aim_project p {
    line-height: 1.86;
}
.aim_project:hover {
    background: #000;
    color: #fff;
}
.info_pic img {
    width: 100%;
}
.information_text h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
}
.information_text p {
    line-height: 1.86;
    font-size: 16px;
    font-weight: 500;
}
.get_touch {
    background: #000;
    color: #fff;
    padding: 25px;
    padding-left: 50px;
    text-align: justify;
}
.get_touch h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.get_touch ul {
    padding: 0px;
}
.get_touch ul li {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
}
.get_touch ul li span {
    border: 1px solid #fff;
    line-height: 24px;
    padding: 1px 8px;
    border-radius: 5px;
    width: 33px;
    background: #fff;
    color: #000 !important;
    margin-right: 20px;
    margin-top: 5px;
}
.contact_form_area {
    border: 15px solid #000;
    padding: 24px;
    color: #000;
    text-align: justify;
}
.contact_form_area h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.mb-35 {
    margin-bottom: 35px;
}
.form_control {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.send_message {
    color: #fff;
    border-radius: 3px;
    background: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 17px 30px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.send_message i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 0;
    font-size: 19px;
}
.feature-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 40px;
    line-height: 1em;
}
.roder_circle {
    border: 1px solid #fff;
    line-height: 24px;
    padding: 1px 8px;
    border-radius: 5px;
    width: 33px;
    background: #fff;
    color: #000 !important;
    margin-right: 20px;
}
.feature-block .inner-box .feature-text {
    position: relative;
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}
.feature-block .inner-box h6 {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.feature-block .inner-box {
    position: relative;
    padding-left: 70px;
}
.mt-25 {
    margin-top: 25px !important;
}
.single-security {
    background-color: #fff;
    padding: 28px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: justify;
}
.single-security h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-security ul li {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.single-security ul {
    padding-left: 15px;
}
.single-security img {
    width: 100%;
}
.shipping_contact h2 {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 700;
}
.shipping_contact p {
    font-size: 16px;
    line-height: 1.86;
    font-weight: 500;
}
.shipping-process {
    background: url(images/working-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.logo a {
    text-decoration: none;
    color: #000;
}
.inner-box {
    position: relative;
    display: block;
}
.inner-box .icon-box-step .icon {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}
.inner-box .icon-box-step .icon i {
    font-size: 50px;
    line-height: 160px;
    color: #000;
}
.inner-box .icon-box-step span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    background-color: #0084ec;
}
.inner-box .icon-box-step {
    position: relative;
    display: inline-block;
    margin-bottom: 33px;
}
.inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
hr.process {
    position: absolute;
    border: 2px solid #fff;
    width: 6%;
    opacity: 9;
    margin-left: 18%;
    margin-top: -12%;
}
.shipping_process h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
section.product_bradcume {
    background: #000;
    float: left;
    width: 100%;
    padding: 9px 0px;
}
.breadcrumb {
    color: #fff;
    margin-left: -18px;
}
span.home-text {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}
span.home-text a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb i {
    margin-right: 10px;
}
.product_details {
    color: #000;
    text-align: justify;
}
.product_details h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 0px;
}
.product_details p {
    font-size: 25px;
    line-height: 1.86;
    font-weight: 700;
}
.product_details p i {
    font-size: 22px;
}
.product_details_table table tr {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 10px 7px;
    color: #000;
    font-weight: 500;
    width: 100%;
}
.product_details_table table tr td {
    width: 50%;
    float: left;
}
.product_details_table table {
    width: 100%;
    margin-bottom: 20px;
}
.variations th {
    float: left !important;
    margin-right: 49px !important;
    margin-left: 8px !important;
    color: #000 !important;
    font-size: 18px !important;
}
ul.size_chart li {
    float: left;
    list-style: none;
}
ul.size_chart {
    padding: 0px;
}
button.size {
    background: #fff;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0px 10px;
    box-shadow: 0px 0px 0px 1px #ccc;
}
.add_whishlist {
    margin-top: 15px;
    font-size: 15px;
    color: #ccc;
    font-weight: 600;
    margin-bottom: 15px;
}
.add_whishlist i {
    color: #ccc;
    margin-right: 10px;
}
button.minus {
    border-radius: 0px;
    padding: 5px 15px;
    float: left;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}
.size-select {
    margin-bottom: 15px;
}
button.quantity {
    background: #fff;
    margin: 0px 10px;
    padding: 7px 35px;
    border: 1px solid;
    float: left;
}
button.plus {
    border-radius: 0px;
    padding: 5px 15px;
    float: left;
    background: #000;
    color: #fff;
    height: 40px;
    cursor: pointer;
    border: none;
}
.count_button button.add_cart {
    border-radius: 0px !important;
    margin-left: 10px;
    height: 40px !important;
}
.product_meta {
    font-weight: 600;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}
span.posted_in a {
    text-decoration: none;
    color: #666;
}
span.posted_in a:hover {
    color: #000;
}
.bitcon_icons ul {
    list-style: none;
    padding: 0px;
}
.bitcon_icons ul li a {
    float: left;
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 6px;
    line-height: 30px;
}
.related_products {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.title_products h2 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}
.title_review {
    font-size: 20px;
    text-transform: uppercase;
    background: #000;
    padding: 13px;
    text-align: center;
    color: #fff;
    float: left;
}
.comment-respond {
    width: 100%;
    padding: 35px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    color: #000;
    text-align: justify;
}
.comment-respond h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
p.comment-form-comment textarea, p.comment-form-email input, p.comment-form-author input {
    width: 100% !important;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 7px 15px;
}
p.comment-form-comment textarea {
    height: 100px;
}
p.form-submit button {
    height: 40px;
    padding: 6px 15px;
    border: 2px solid #000;
    font-weight: 500;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-family: "HM Sans Latin Regular";
    border-radius: 5px;
    text-align: center;
}
button.add_cart a {
    color: #fff;
    text-decoration: none;
}
button.add_cart a:hover {
    color: #000;
    background: #fff;
}
.dashed_line {
    background-color: #fff;
    border: 1px dashed #cacbcc;
    line-height: 40px;
    padding: 10px 0px 10px 25px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: justify;
}
.dashed_line i {
    background: #8fae1b;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}
.dashed_line button {
    padding: 0px 15px 0px 15px;
    margin-right: 25px;
}
.shop_table th {
    text-transform: uppercase;
    padding: 13px 21px !important;
    background-color: #f4f4f4;
    color: #000;
    font-size: 15px;
}
.product-thumbnail {
    padding-left: 0px !important;
}
table.shop_table {
    width: 100%;
}
.cart_item td {
    padding: 20px 0px !important;
    border-top: 1px solid rgba(0,0,0,.1);
    vertical-align: middle;
    line-height: 1.5em;
}
td.product-thumbnail a img {
    /* width: 50%; */
    height: 95px !important;
    width: 95px;
}
.product-name a:hover {
    color: #000;
}
td.product-name a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
button.save_later {
    color: #fff;
    border: none;
    background: #000;
    font-size: 12px;
}
span.Price-amount {
    font-weight: 600;
}
.quantity {
    width: 5.631em !important;
    text-align: center;
}
input#quantity_6304d7512c49e {
    width: 100%;
    text-align: center;
}
a.remove {
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0px 5px 0px 5px;
}
.product_detail {
    margin-top: 25px;
}
.product ul li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    border: 1px solid #ccc !important;
    background: #ccc !important;
}
.product ul li a.active {
    background: #fff !important;
    border-bottom: 1px solid #fff !important;
    color: #666;
}
.product ul li a:hover {
    color: #666;
}
.coupon input {
    float: left;
    border: 1px solid #d3ced2;
    margin: 0 10px 0 0;
    width: 125px;
    padding: 9px !important;
}
table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
}
.coupon {
    float: left;
}
button.update_cart {
    float: right;
    color: inherit;
    opacity: .5;
}
.about_cart {
    width: 100%;
}
.cart_totals {
    width: 100% !important;
    padding: 24px 30px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #000;
    text-align: justify;
}
.cart_totals h2 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}
.bt-none {
    border-top: none !important;
}
.proceed-to-checkout {
    padding: 1em 0;
}
.proceed-to-checkout a.checkout-button {
    padding: 8px !important;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.checkout-button {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
}
.proceed-to-checkout a.checkout-button:hover {
    background: #fff;
    color: #000;
}
ul#shipping_method {
    padding: 0px;
    list-style: none;
}
p.change-add {
    color: #666;
    font-size: 12px;
    margin-bottom: 8px;
}
p.change-add i {
    margin-left: 7px;
}
.customer i {
    color: #1e85be;
    background: #fff;
    font-size: 17px;
}
.customer {
    font-weight: 100;
    line-height: 41px;
    font-size: 14px;
}
.customer a {
    text-decoration: none;
    color: inherit;
}
.customer a:hover {
    color: #000;
}
.billing-details h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.customer-details p {
    padding: 3px;
    margin: 0 0 6px;
}
.customer-details p label {
    line-height: 2;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.input-text {
    padding: 10px 35px 10px 15px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    width: 100%;
}
p.first_name {
    width: 47%;
    float: left;
    margin-right: 16px;
}
.your_order {
    padding: 24px 30px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #000;
    text-align: justify;
}
.your_order table th {
    text-transform: uppercase;
    padding: 13px 21px !important;
    background-color: #f4f4f4;
    color: #000;
    font-size: 15px;
}
.your_order table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.your_order h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
ul.shipping-methods {
    list-style: none;
    padding: 0px;
}
td.product-name {
    font-size: 14px;
    font-weight: 600;
}
tr.order-total th {
    border: 0;
}
.your_order table {
    margin-bottom: 20px;
}
.payment_method {
    background: #ebe9eb;
    border-radius: 5px;
    float: left;
}
.payment_method p {
    font-size: 15px;
    color: #666;
}
.cash_delivery {
    padding: 15px;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
}
.payment_box {
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
}
.payment_box p {
    line-height: 1.86;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.policy {
    padding: 15px;
    float: left;
}
.place_order {
    float: right;
}
.policy p {
    color: #000;
    font-size: 16px;
    line-height: 1.86;
}
.logo a:hover {
    color: #000;
}
.help_center h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
}
.help_pic img {
    width: 100%;
}
.help_center p {
    font-size: 16px;
    line-height: 1.86;
    margin-bottom: 20px;
    color: #000;
}
.help_center h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.help_center {
    margin-right: 20px;
    text-align: justify;
}
section.our_support {
    background: url(images/working-bg.webp);
    background-size: cover;
    /* opacity: 0.88; */
    background-attachment: fixed;
}
.title_support h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 700;
}
.counter-part {
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.counter-part i {
    font-size: 50px;
}
.counter-title h3 {
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.counter-content p {
    line-height: 1.86;
    font-size: 16px;
}
.thank_icon {
    float: left;
}
.thank_icon i {
    color: green;
    font-size: 44px;
    margin-right: 15px;
}
.thank_content {
    text-align: justify;
}
.thank_content h5 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}
.thank_content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}
.thank_message {
    max-width: 340px;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px #ccc;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 50px;
}
.order_details ul {
    list-style: none;
    padding: 0px;
    text-align: justify;
}
.order_details ul li {
    float: left;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    margin-right: 30px;
    border-right: 1px dashed #d3ced2;
    padding-right: 30px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
}
.order_details ul li strong {
    color: #000;
    font-size: 18px;
    text-transform: none;
    display: block;
}
.order_details {
    padding-bottom: 50px;
}
.br-none {
    border-right: none !important;
}
p.pay_cash {
    float: left;
    margin-bottom: 25px;
}
.billing_address h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.billing_address p {
    margin-bottom: 0px;
}
.billing_address p i {
    margin-right: 10px;
}
.your_address {
    margin-left: 40px;
    color: #000;
    text-align: justify;
}
.shipping_address {
    padding-top: 30px;
}
.product_image figure img {
    width: 100%;
}
p.icon-links a {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    color: #000 !important;
}
.grid figure h2 {
    word-spacing: 0!important;
    font-weight: 600 !important;
    font-size: 16px;
    color: #000;
}
.payment_pic {
    width: 159px;
}
.category_content:hover {
    background: #000;
    color: #fff;
}
.category_content a:hover {
    background: #000;
    color: #fff !important;
}
.apperal_bg {
    background-image: url(images/pagebanner2.webp);
}
div#description {
    color: #000;
    text-align: justify;
}
div#details {
    color: #000 !important;
    text-align: justify;
}
tr.cart_item {
    color: #000;
}
.billing-details {
    text-align: justify;
    color: #000;
}
.logo_bottom {
    text-align: justify;
}
.information_text {
    text-align: justify;
}
.shipping_contact {
    color: #000;
    text-align: justify;
}
section.header_11 {
    z-index: 999;
    position: absolute;
    background: #00000014;
}
figure.philosophy_pic img {
    width: 100%;
}
.contact_bg {
    background-image: url(images/contact_banner.webp);
}
.support_bg {
    background-image: url(images/support_bg.webp);
}
.shipping_bg {
    background-image: url(images/shipping_bg.webp);
}
.vision_bg {
    background-image: url(images/vision_bg.webp);
}
.cuponcode_bg {
    background-image: url(images/banner_cupon.webp);
}
.gallery_bg {
    background-image: url(images/banner_gallery.webp);
}
.philosophy_bg {
    background-image: url(images/banner_philosophy.webp);
    background-position: center;
}
.behind_bg {
    background-image: url(images/banner_behind.webp);
}
.living_bg {
    background-image: url(images/banner_living.webp);
}
.comfortable_bg {
    background-image: url(images/banner_comfortable.webp);
}
.video-banner {
    position: relative
}

.video-banner .btn-play {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color 0.3s, border-color 0.3s
}

.video-banner .btn-play:hover {
    background-color: #000;
    border-color: #000
}

.video-banner video {
    width: 100%;
}