﻿/*************************
*******Typography******
**************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);

:root{
    --motz-red:#B71C2B;
    --motz-gold:#C8B08A;
    --motz-cream:#FAF8F3;
    --motz-brown:#7A5C3E;
    --motz-black:#111111;
    --motz-softgold:#D6B36A;
    --motz-gray:#555555;
    --motz-white:#ffffff;
    --motz-border:#eee6db;
    --motz-footer-bottom:#D6D6D0;
    --motz-shadow:0 12px 35px rgba(17,17,17,0.08);
    --motz-radius:18px;
}

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 400px;
}

ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #B71C2B;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
    background: none repeat scroll 0 0 #F0F0E9;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}
/* =====================================
   MOTZ MODERN SOCIAL MEDIA ICONS
   Fix: removes duplicated circles/icons by styling only the <a> wrapper
===================================== */

.social-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icons ul li {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 50%;
    color: #ffffff !important;
    width: 42px;
    height: 42px;
    padding: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(17,17,17,0.12);
    transition: transform 300ms ease, box-shadow 300ms ease, opacity 300ms ease;
}

.social-icons ul li a i {
    background: transparent !important;
    color: #ffffff !important;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 0;
    font-size: 17px;
    padding: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.social-icons ul li a:hover {
    color: #ffffff !important;
    transform: translateY(-3px);
    opacity: 0.94;
    box-shadow: 0 12px 26px rgba(17,17,17,0.20);
}

.social-icons ul li a:hover i {
    color: #ffffff !important;
}

.social-icons ul li a:focus {
    outline: 2px solid #C8B08A;
    outline-offset: 3px;
}

.social-icons ul li a .fa-facebook,
.social-icons ul li a .fa-twitter,
.social-icons ul li a .fa-linkedin,
.social-icons ul li a .fa-instagram,
.social-icons ul li a .fa-youtube,
.social-icons ul li a .fa-dribbble,
.social-icons ul li a .fa-google-plus {
    background: transparent !important;
}

.social-icons ul li a:has(.fa-facebook) { background: #1877f2; }
.social-icons ul li a:has(.fa-twitter) { background: #1da1f2; }
.social-icons ul li a:has(.fa-linkedin) { background: #0077b5; }
.social-icons ul li a:has(.fa-instagram) { background: #e4405f; }
.social-icons ul li a:has(.fa-youtube) { background: #ff0000; }
.social-icons ul li a:has(.fa-dribbble) { background: #ea4c89; }
.social-icons ul li a:has(.fa-google-plus) { background: #db4437; }

/* Fallback if browser does not support :has() */
.social-icons .fa-facebook { background: transparent !important; }
.social-icons .fa-twitter { background: transparent !important; }
.social-icons .fa-linkedin { background: transparent !important; }
.social-icons .fa-instagram { background: transparent !important; }
.social-icons .fa-youtube { background: transparent !important; }
.social-icons .fa-dribbble { background: transparent !important; }
.social-icons .fa-google-plus { background: transparent !important; }

.social-icons ul li:nth-child(1) a { background: #1877f2; }
.social-icons ul li:nth-child(2) a { background: #1da1f2; }
.social-icons ul li:nth-child(3) a { background: #0077b5; }
.social-icons ul li:nth-child(4) a { background: #e4405f; }
.social-icons ul li:nth-child(5) a { background: #ff0000; }

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}

.usa {
    border-radius: 0;
    color: #B4B1AB;
    font-size: 12px;
    margin-right: 20px;
    padding: 2px 15px;
    margin-top: 10px;
}

.usa:hover {
    background: #B71C2B;
    color: #fff;
    border-color: #B71C2B;
}

.usa:active,
.usa.active {
    background: none repeat scroll 0 0 #B71C2B;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    outline: 0 none;
}

.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #B71C2B;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    background: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    padding-right: 0;
    margin-top: 10px;
}

.shop-menu ul li a i {
    margin-right: 3px;
}

.shop-menu ul li a:hover {
    color: #B71C2B;
    background: #fff;
}

.header-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
}

.navbar-collapse.collapse {
    padding-left: 0;
}

.mainmenu ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.mainmenu ul li:first-child {
    padding-left: 0px;
}

.mainmenu ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    padding-bottom: 10px;
}

.mainmenu ul li a:hover,
.mainmenu ul li a.active,
.shop-menu ul li a.active {
    background: none;
    color: #B71C2B;
}

.search_box input {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-family: 'roboto';
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 155px;
    background-image: url(../images/home/searchicon.png);
    background-repeat: no-repeat;
    background-position: 130px;
}


/*  Dropdown menu*/

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: #7A5C3E;
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: #7A5C3E;
}

.fa-angle-down {
    padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*************************
*******Footer CSS******
**************************/

#footer {
    background: #F0F0E9;
}

.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}

.companyinfo {
    margin-top: 57px;
}

.companyinfo h2 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 27px;
    text-transform: uppercase;
}

.companyinfo h2 span {
    color: #B71C2B;
}

.companyinfo p {
    color: #B3B3AD;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.footer-top .col-sm-3 {
    overflow: hidden;
}

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

.video-gallery a img {
    height: 100%;
    width: 100%;
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #B71C2B;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
}

.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 50px;
}

.footer-widget {
    margin-bottom: 68px;
}

.footer-widget .container {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}

.single-widget h2 {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover {
    background: none;
    color: #B71C2B;
}

/* *************************
******* SEARCH BOX ******
**************************/

.search_box{
    position:relative;
    width:100%;
    max-width:330px;
    margin-left:auto;
}

.search_box input{
    background:var(--motz-white);
    border:2px solid #9c8a78;
    border-radius:999px;
    color:var(--motz-brown);
    font-size:13px;
    font-weight:500;
    height:46px;
    outline:none;
    padding:0 46px 0 18px;
    width:100%;
    background-image:url(../images/home/searchicon.png);
    background-repeat:no-repeat;
    background-position:calc(100% - 16px) center;
    background-size:17px;
    transition:all .3s ease;
}

.search_box input::placeholder{
    color:#9c8a78;
}

.search_box input:focus{
    border-color:var(--motz-red);
    box-shadow:0 0 0 4px #B71C2B;
}

.footer-bottom {
    background: #D6D6D0;
    padding-top: 10px;
}

.footer-bottom p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #B71C2B;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #B71C2B;
}

.item {
    padding-left: 100px;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #B71C2B;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: #B71C2B;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #B71C2B;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #B71C2B;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border-bottom: 1px solid #B71C2B !important;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #B71C2B;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #B71C2B;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #B71C2B;;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: #C8B08A;;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.productinfo img {
    width: 100%;
}

.productinfo {
    position: relative;
}

.product-overlay {
    background: rgba(183, 28, 43, 0.88);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff; 
    color: #B71C2B;
}

.product-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #B71C2B;
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #7A5C3E;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: #B71C2B;
}

.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #B71C2B;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #B71C2B;
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #B71C2B;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #B71C2B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #B71C2B;
    border-color: #B71C2B;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #B71C2B;
    color: #fff;
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
}

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    background: #B71C2B;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #B71C2B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information span span {
    color: #B71C2B;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0px;
}

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.share {
    margin-top: 15px;
}

.cart {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: #B71C2B;
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: #B71C2B;
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
    margin-top: 60px;
}

.content-404 {
    margin-bottom: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #B71C2B;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form {}

.signup-form {}

.login-form h2,
.signup-form h2 {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input,
.signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button,
.signup-form form button {
    background: #B71C2B;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.login-form label {}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #B71C2B;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
    margin-bottom: 50px;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 75px;
    padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
    background: #B71C2B;
    color: #FFFFFF;
    padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
    content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #B71C2B;
    position: absolute;
    top: 11px;
    left: 48px;
}

.breadcrumbs .breadcrumb>li+li:before {
    content: " ";
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

#cart_items .cart_info .cart_menu {
    background: #B71C2B;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
    margin-right: 5px;
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

#cart_items .cart_info .cart_description p {
    color: #696763
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
}

#cart_items .cart_info .cart_total_price {
    color: #B71C2B;
    font-size: 24px;
}

.cart_product {
    display: block;
    /*  margin: 15px -70px 10px 25px;*/
}

.cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
    line-height: 28px;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #F0F0E9;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: #B71C2B
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info>li {
    float: left;
    margin-right: 10px
}

.user_info>li>span {}

.user_info input,
select,
textarea {
    background: #F0F0E9;
    border: 0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}

.chose_area .update {
    margin-left: 40px;
}

.update,
.check_out {
    background: #B71C2B;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}


/*************************
*******checkout CSS******
**************************/

.step-one {
    margin-bottom: -10px
}

.register-req,
.step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #B71C2B;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #B71C2B;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two,
.form-one {
    float: left;
    width: 47%
}

.shopper-info>form>input,
.form-two>form>select,
.form-two>form>input,
.form-one>form>input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two>form>select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 14px
}

.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info .table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info .table.table-condensed.total-result span {
    color: #B71C2B;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}


/*************************
*******Blog CSS******
**************************/

.blog-post-area .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}

.single-blog-post>a {}

.blog-post-area .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
}

.blog-post-area .single-blog-post p {
    color: #363432
}

.blog-post-area .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post-area .post-meta ul {
    padding: 0;
    display: inline;
}

.blog-post-area .post-meta ul li {
    background: #F0F0E9;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
}

.blog-post-area .post-meta ul li i {
    background: #B71C2B;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-color: transparent transparent transparent #B71C2B;
    border-width: 4px;
    border-style: solid;
    top: 6px;
    left: 24px
}

.blog-post-area .post-meta ul span {
    float: right;
    color: #B71C2B
}

.post-meta span {
    float: right;
}

.post-meta span i {
    color: #B71C2B
}

.blog-post-area .single-blog-post .btn-primary {
    background: #B71C2B;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 17px;
}

.pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
}

.pagination-area .pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
    background: #B71C2B;
    color: #fff
}


/*************************
*******Blog Single CSS******
**************************/

.pager-area {
    overflow: hidden;
}

.pager-area .pager li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    width: 57px;
}

.pager-area .pager li a:hover {
    background: #B71C2B;
    color: #fff
}

.rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
}

.rating-area ul li {
    float: left;
    padding: 5px;
    font-size: 12px
}

.rating-area .ratings {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.rating-area .ratings li i {
    color: #CCCCCC
}

.rating-area .rate-this {
    color: #363432;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
    color: #B71C2B
}

.rating-area .tag {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-area .tag li {
    padding: 5px 2px;
}

.rating-area .tag li span {
    color: #363432;
}

.socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
}

.commnets .media-object {
    margin-right: 15px;
    width: 100%;
}

.commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
}

.commnets .pull-left {
    margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
    font-size: 12px
}

.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

.blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
}

.blog-socials ul {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

.blog-socials .btn.btn-primary {
    margin-top: 0;
}

.blog-socials ul li {
    float: left;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}

.blog-socials ul li a {
    color: #393B3B;
    display: block;
    font-size: 10px;
    padding: 1px;
    background: #F0F0E9;
}

.blog-socials ul li a:hover {
    color: #fff;
    background: #B71C2B
}

.media-list .btn-primary,
.commnets .btn-primary {
    background: #C8B08A;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
}

.response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
}

.response-area .media {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
}

.response-area .media img {
    height: 102px;
    width: 100%;
}

.response-area .media .pull-left {
    margin-right: 25px
}

.response-area .second-media {
    margin-left: 5%;
    width: 95%;
}

.sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.sinlge-post-meta li {
    background: #F0F0E9;
    color: #363432;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sinlge-post-meta li i {
    background: #B71C2B;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px 10px;
}

.sinlge-post-meta li i:after {
    top: 7px;
    border-width: 6px;
    left: 27px;
}

.replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
}

.replay-box h2 {
    font-weight: 700;
    font-size: 20px;
    color: #363432;
    margin-top: 0;
    margin-bottom: 45px
}

.replay-box label {
    background: #B71C2B;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 3px 15px;
    float: left;
    font-weight: 400;
}

.replay-box span {
    color: #B71C2B;
    float: right;
    font-weight: 700;
    margin-top: 21px;
}

.replay-box form input {
    border: 1px solid #F7F7F0;
    color: #ADB2B2;
    font-size: 12px;
    margin-bottom: 22px;
    padding: 8px;
    width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
    border: 1px solid #B71C2B;
}

.text-area {
    margin-top: 66px
}

.text-area textarea {
    background: transparent;
    border: 1px solid#F7F7F0
}

.btn.btn-primary {
    background: #B71C2B;
    border: 0 none;
    border-radius: 0;
    margin-top: 16px;
}

.blank-arrow {
    position: relative;
}

.blank-arrow label:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #B71C2B transparent transparent transparent;
    top: 25px;
    left: 5px
}


/*************************
******* Contact CSS ********
**************************/

.contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
}

.contact-info .heading,
.contact-form .heading {
    text-transform: capitalize;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

#contact-page .form-control::-moz-placeholder {
    color: #8D8D8D;
}

#contact-page .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

#contact-page #message {
    height: 160px;
    resize: none;
}

#main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
}

#contact-page .form-control:focus,
#contact-page .form-control:hover {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: #7A5C3E;
}

#contact-page .contact-info {
    padding: 0 20px;
}

#contact-page .contact-info address {
    margin-bottom: 40px;
    margin-top: -5px;
}

#contact-page .contact-info p {
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

.social-networks {
    overflow: hidden;
    text-align: center;
}

.social-networks ul {
    margin-top: -5px;
    padding: 0;
    display: inline-block;
}

.social-networks ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #999;
    font-size: 25px;
}

.contact-info .social-networks ul li a i {
    background: none;
}

.contact-info .social-networks ul li a:hover {
    color: #B71C2B;
}


/* =====================================
   MOTZ RESPONSIVE SOCIAL MEDIA FIX
===================================== */

@media only screen and (max-width: 767px){
    .social-icons ul{
        justify-content:center;
        gap:10px;
        margin-top:10px;
    }

    .social-icons ul li a{
        width:38px;
        height:38px;
    }

    .social-icons ul li a i{
        font-size:15px;
    }
}

/* Footer background kept unchanged as requested */
.footer-bottom{
    background:#D6D6D0;
}

/* =========================================================
   MOTZ FOOTER PROFESSIONAL MOBILE RESPONSIVE FIX
   - Keeps .footer-bottom background unchanged: #D6D6D0
   - Stacks footer columns neatly on small smartphones
   - Prevents overflow, squeezed text, and messy social icons
========================================================= */

#footer,
.footer-top,
.footer-widget,
.footer-bottom{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

#footer .container,
.footer-top .container,
.footer-widget .container,
.footer-bottom .container{
    max-width:100%;
}

.footer-widget .row,
.footer-top .row,
.footer-bottom .row{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}

.single-widget ul,
.footer-widget ul,
.footer-top ul,
.footer-bottom ul{
    padding-left:0;
    margin-left:0;
}

.single-widget ul li a{
    display:inline-block;
    line-height:1.7;
    word-break:break-word;
}

.companyinfo,
.video-gallery,
.address{
    width:100%;
}

.address{
    max-width:100%;
}

.address img{
    max-width:100%;
    height:auto;
    display:block;
}

.address p{
    max-width:85%;
    line-height:1.45;
}

.footer-bottom{
    background:#D6D6D0 !important;
    padding:14px 0;
}

.footer-bottom p{
    margin:0;
    line-height:1.6;
    word-break:break-word;
}

/* Tablets and small landscape phones */
@media only screen and (max-width: 991px){
    .footer-widget{
        margin-bottom:40px;
    }

    .footer-widget .col-sm-2,
    .footer-widget .col-sm-3,
    .footer-widget .col-sm-4,
    .footer-widget .col-sm-6,
    .footer-top .col-sm-2,
    .footer-top .col-sm-3,
    .footer-top .col-sm-4,
    .footer-top .col-sm-6{
        margin-bottom:24px;
    }

    .companyinfo{
        margin-top:30px;
    }

    .video-gallery{
        margin-top:30px;
    }
}

/* Smartphones */
@media only screen and (max-width: 767px){
    #footer{
        text-align:center;
    }

    .footer-top .container{
        padding-bottom:15px;
    }

    .footer-widget{
        margin-bottom:30px;
    }

    .footer-widget .container{
        padding-top:25px;
    }

    .footer-top .row,
    .footer-widget .row,
    .footer-bottom .row{
        display:block;
        margin-left:0;
        margin-right:0;
    }

    .footer-top [class*="col-"],
    .footer-widget [class*="col-"],
    .footer-bottom [class*="col-"]{
        width:100% !important;
        float:none !important;
        display:block;
        padding-left:15px;
        padding-right:15px;
        margin-bottom:22px;
    }

    .companyinfo,
    .video-gallery,
    .single-widget,
    .address{
        margin-top:0;
        margin-bottom:24px;
        text-align:center;
    }

    .companyinfo h2{
        font-size:24px;
        line-height:1.25;
        margin-top:0;
    }

    .companyinfo p,
    .video-gallery p,
    .video-gallery h2,
    .single-widget ul li a,
    .footer-bottom p{
        font-size:13px;
        line-height:1.7;
    }

    .single-widget h2{
        font-size:15px;
        margin-bottom:12px;
        text-align:center;
    }

    .single-widget h2 i{
        margin-right:8px;
    }

    .single-widget ul li{
        display:block;
        margin-bottom:6px;
    }

    .single-widget ul li a{
        padding:3px 0;
    }

    .video-gallery a img,
    .iframe-img{
        max-width:220px;
        margin-left:auto;
        margin-right:auto;
    }

    .overlay-icon{
        left:50%;
        transform:translateX(-50%);
        max-width:220px;
    }

    .address img{
        max-width:260px;
        margin-left:auto;
        margin-right:auto;
    }

    .address p{
        position:static;
        max-width:100%;
        margin:12px auto 0;
        color:#666663;
        font-size:13px;
    }

    .social-icons ul,
    .social-networks ul{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:10px;
        flex-wrap:wrap;
        padding-left:0;
        margin:10px auto 0;
    }

    .social-networks ul li{
        float:none;
        margin-right:0;
    }

    .footer-bottom{
        background:#D6D6D0 !important;
        padding:16px 12px;
        text-align:center;
    }

    .footer-bottom p{
        margin:0 auto;
        max-width:100%;
    }
}

/* Very small phones: 320px - 480px */
@media only screen and (max-width: 480px){
    #footer{
        padding-left:0;
        padding-right:0;
    }

    .footer-top [class*="col-"],
    .footer-widget [class*="col-"],
    .footer-bottom [class*="col-"]{
        padding-left:12px;
        padding-right:12px;
        margin-bottom:18px;
    }

    .companyinfo h2{
        font-size:22px;
    }

    .single-widget h2{
        font-size:14px;
        letter-spacing:.3px;
    }

    .single-widget ul li a,
    .footer-bottom p{
        font-size:12.5px;
    }

    .social-icons ul li a{
        width:36px;
        height:36px;
    }

    .social-icons ul li a i{
        font-size:14px;
    }

    .address img{
        max-width:220px;
    }
}

/* Extra tiny phones */
@media only screen and (max-width: 360px){
    .footer-top [class*="col-"],
    .footer-widget [class*="col-"],
    .footer-bottom [class*="col-"]{
        padding-left:10px;
        padding-right:10px;
    }

    .companyinfo h2{
        font-size:20px;
    }

    .social-icons ul,
    .social-networks ul{
        gap:8px;
    }

    .social-icons ul li a{
        width:34px;
        height:34px;
    }

    .footer-bottom{
        padding:14px 10px;
    }
}

/* =====================================
   MOBILE CART PAGE FIX
===================================== */

@media only screen and (max-width:768px){

    #cart_items .cart_info{
        border:none;
        margin-bottom:25px;
        overflow-x:auto;
    }

    #cart_items .cart_info table{
        width:100%;
        min-width:720px;
    }

    #cart_items .cart_info .cart_menu{
        font-size:14px;
        background:#B71C2B;
    }

    .cart_info table tr td{
        padding:10px 8px;
        vertical-align:middle;
    }

    .cart_product img{
        width:70px;
        height:auto;
        border-radius:10px;
    }

    #cart_items .cart_info .cart_description h4 a{
        font-size:15px;
        color:#7A5C3E;
        font-weight:600;
    }

    #cart_items .cart_info .cart_description p,
    #cart_items .cart_info .cart_price p{
        font-size:13px;
    }

    #cart_items .cart_info .cart_total_price{
        font-size:17px;
        color:#B71C2B;
        font-weight:700;
    }

    .cart_quantity_button a{
        width:30px;
        height:30px;
        line-height:30px;
        background:#C8B08A;
        color:#111111;
        border-radius:50%;
    }

    .cart_quantity_input{
        width:38px;
        height:30px;
        margin:0 5px;
        border:1px solid #eee6db;
        border-radius:8px;
    }

    .cart_delete a{
        background:#B71C2B;
        color:#ffffff;
        border-radius:50%;
        padding:7px 10px;
    }

    #do_action .total_area,
    #do_action .chose_area{
        width:100%;
        padding:20px 15px;
        margin-bottom:25px;
        border-radius:16px;
        background:#ffffff;
        box-shadow:0 8px 25px rgba(17,17,17,0.08);
    }

    .total_area ul{
        padding-left:0;
    }

    .total_area ul li{
        font-size:14px;
        padding:10px 14px;
        border-radius:10px;
        background:#FAF8F3;
    }

    .update,
    .check_out{
        width:100%;
        margin:10px 0 0 0;
        padding:12px;
        border-radius:30px;
        background:#B71C2B;
        color:#ffffff;
        font-weight:600;
        text-align:center;
    }

    .check_out{
        background:#B71C2B;
    }
}
/* =====================================
   MOBILE ORDER DETAILS FIX
===================================== */

@media only screen and (max-width:768px){

    /* ORDER DETAILS CONTAINER */

    .orderdetails,
    .order-details,
    .table-responsive{
        width:100%;
        overflow-x:auto;
    }

    /* TABLE */

    .table{
        width:100%;
        min-width:700px;
        background:#ffffff;
    }

    .table thead{
        background:#B71C2B;
    }

    .table thead tr th{
        color:#ffffff;
        font-size:13px;
        font-weight:600;
        padding:12px 10px;
        border:none;
    }

    .table tbody tr td{
        padding:12px 10px;
        font-size:13px;
        vertical-align:middle;
        border-bottom:1px solid #f1ece5;
        color:#555555;
    }

    /* PRODUCT IMAGE */

    .table tbody tr td img{
        width:65px;
        height:auto;
        border-radius:10px;
    }

    /* PRODUCT NAME */

    .table tbody tr td h4,
    .table tbody tr td strong{
        font-size:14px;
        color:#7A5C3E;
        font-weight:600;
    }

    /* STATUS BADGE */

    .label-success,
    .badge-success{
        background:#28a745;
        color:#ffffff;
        padding:6px 10px;
        border-radius:20px;
        font-size:12px;
    }

    .label-danger,
    .badge-danger{
        background:#B71C2B;
        color:#ffffff;
        padding:6px 10px;
        border-radius:20px;
        font-size:12px;
    }

    .label-warning,
    .badge-warning{
        background:#C8B08A;
        color:#111111;
        padding:6px 10px;
        border-radius:20px;
        font-size:12px;
    }

    /* TOTAL SECTION */

    .total-area,
    .order-total,
    .payment-info{
        width:100%;
        background:#ffffff;
        padding:20px 15px;
        border-radius:18px;
        margin-top:20px;
        box-shadow:0 8px 25px rgba(17,17,17,0.08);
    }

    .total-area h2,
    .order-total h2{
        font-size:18px;
        color:#B71C2B;
        margin-bottom:15px;
    }

    /* BUTTONS */

    .btn,
    .btn-default,
    .btn-primary{
        width:100%;
        padding:12px;
        font-size:14px;
        font-weight:600;
        margin-top:10px;
    }

    .btn-primary{
        background:#B71C2B;
        border:none;
    }

    .btn-default{
        background:#B71C2B;
        color:#ffffff;
        border:none;
        
    }

    /* ORDER SUMMARY */

    .order-summary{
        padding:15px;
        background:#FAF8F3;
        border-radius:15px;
        margin-top:15px;
    }

    /* TEXT ALIGNMENT */

    .table tbody tr td,
    .table thead tr th{
        white-space:nowrap;
    }

}

/* =====================================
   MOBILE CONTACT PAGE FIX
===================================== */

@media only screen and (max-width:768px){

    /* CONTACT PAGE SPACING */

    #contact-page{
        padding:20px 0;
    }

    .contact-map{
        width:100%;
        height:260px;
        margin-bottom:30px;
        border-radius:18px;
        overflow:hidden;
    }

    /* CONTACT INFO */

    #contact-page .contact-info{
        width:100%;
        padding:20px 18px;
        margin-bottom:25px;
        background:#ffffff;
        border-radius:18px;
        box-shadow:0 10px 25px rgba(17,17,17,0.08);
    }

    #contact-page .contact-info h2,
    .contact-form .heading{
        font-size:20px;
        color:#B71C2B;
        margin-bottom:18px;
    }

    #contact-page .contact-info p{
        font-size:14px;
        line-height:24px;
        color:#555555;
    }

    #contact-page .contact-info address{
        margin-bottom:20px;
    }

    /* FORM SECTION */

    .contact-form{
        width:100%;
        padding:20px 18px;
        background:#ffffff;
        border-radius:18px;
        box-shadow:0 10px 25px rgba(17,17,17,0.08);
    }

    .contact-form .form-group{
        margin-bottom:18px;
    }

    /* INPUTS */

    #contact-page .form-control{
        width:100%;
        height:48px;
        border:2px solid #eee6db;
        border-radius:14px;
        padding:0 14px;
        font-size:14px;
        color:#7A5C3E;
        box-shadow:none;
    }

    #contact-page #message{
        height:140px;
        padding-top:14px;
        resize:none;
    }

    #contact-page .form-control:focus{
        border-color:#B71C2B;
        box-shadow:0 0 0 4px rgba(183,28,43,0.12);
    }

    /* BUTTON */

    #main-contact-form .btn-primary{
        width:100%;
        height:48px;
        border:none;
        border-radius:35px;
        background:#B71C2B;
        color:#ffffff;
        font-size:15px;
        font-weight:600;
        margin-top:10px;
        transition:all .3s ease;
    }

    #main-contact-form .btn-primary:hover{
        background:#7A5C3E;
    }

    /* SOCIAL ICONS */

    .social-networks{
        margin-top:20px;
        text-align:center;
    }

    .social-networks ul li{
        margin:0 6px;
    }

    .social-networks ul li a{
        width:42px;
        height:42px;
        line-height:42px;
        border-radius:50%;
        display:inline-block;
        background:#FAF8F3;
    }

}

/* CATEGORY SIDEBAR HOVER - COLLAPSE FIX */

.category-products .panel{
    position:relative;
}

.category-products .panel-collapse{
    display:none !important;
    position:absolute;
    left:100%;
    top:0;
    min-width:240px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:9999;
    overflow:hidden;
}

/* APPEAR ONLY WHEN HOVERED */
.category-products .panel:hover > .panel-collapse{
    display:block !important;
}

/* STOP BOOTSTRAP FROM KEEPING IT OPEN */
.category-products .panel-collapse.in{
    display:none !important;
}

.category-products .panel:hover > .panel-collapse.in{
    display:block !important;
}

/* MOBILE: normal accordion */
@media only screen and (max-width:768px){

    .category-products .panel-collapse{
        position:static;
        min-width:100%;
        width:100%;
        box-shadow:none;
        border-radius:0;
    }

    .category-products .panel:hover > .panel-collapse{
        display:none !important;
    }

    .category-products .panel-collapse.in{
        display:block !important;
    }
}
/* =========================================================
   MOTZ FASHION - MODERN PROFESSIONAL CATEGORY SIDEBAR
   Replace/override old category styles
========================================================= */

.left-sidebar{
    position:relative;
    margin-bottom:35px;
}

.left-sidebar h2,
.brands_products h2{
    background:linear-gradient(135deg, var(--motz-red), #7f1220);
    color:var(--motz-white) !important;
    font-family:'Roboto',sans-serif;
    font-size:17px;
    font-weight:700;
    letter-spacing:.7px;
    text-align:center;
    text-transform:uppercase;
    padding:15px 18px;
    margin:0 0 18px;
    border-radius:var(--motz-radius);
    box-shadow:0 12px 28px rgba(183,28,43,.18);
    position:relative;
    z-index:2;
}

.left-sidebar h2:before,
.left-sidebar h2:after,
.brands_products h2:before,
.brands_products h2:after{
    display:none !important;
}

.category-products{
    background:var(--motz-white);
    border:1px solid var(--motz-border) !important;
    border-radius:22px;
    padding:14px;
    margin-bottom:35px;
    box-shadow:var(--motz-shadow);
    overflow:visible;
}

.category-products .panel{
    background:transparent;
    border:0 !important;
    border-radius:16px;
    box-shadow:none !important;
    margin:0 0 10px;
    position:relative;
    overflow:visible;
}

.category-products .panel:last-child{
    margin-bottom:0;
}

.category-products .panel-default .panel-heading,
.category-products .panel-heading{
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    border-radius:16px;
}

.category-products .panel-default .panel-heading .panel-title a,
.category-products .panel-title a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    background:var(--motz-cream);
    color:var(--motz-brown) !important;
    font-family:'Roboto',sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:1.4;
    text-transform:capitalize;
    text-decoration:none;
    padding:14px 16px;
    border:1px solid transparent;
    border-radius:16px;
    transition:all .28s ease;
}

.category-products .panel-title a:after{
    content:'›';
    color:var(--motz-red);
    font-size:22px;
    line-height:1;
    font-weight:700;
    transition:all .28s ease;
}

.category-products .panel-title a:hover,
.category-products .panel:hover > .panel-heading .panel-title a{
    background:var(--motz-red);
    color:var(--motz-white) !important;
    border-color:var(--motz-red);
    box-shadow:0 10px 22px rgba(183,28,43,.16);
    transform:translateX(4px);
}

.category-products .panel-title a:hover:after,
.category-products .panel:hover > .panel-heading .panel-title a:after{
    color:var(--motz-gold);
    transform:translateX(3px);
}

.category-products .badge{
    background:var(--motz-gold) !important;
    color:var(--motz-black) !important;
    min-width:24px;
    height:24px;
    line-height:16px;
    padding:4px 8px;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    box-shadow:0 6px 14px rgba(200,176,138,.28);
}

.category-products .panel-collapse{
    display:none !important;
    position:absolute;
    left:calc(100% + 12px);
    top:0;
    min-width:250px;
    max-width:290px;
    background:var(--motz-white);
    border:1px solid var(--motz-border);
    border-radius:18px;
    box-shadow:0 18px 45px rgba(17,17,17,.14);
    z-index:9999;
    overflow:hidden;
}

.category-products .panel:hover > .panel-collapse,
.category-products .panel:focus-within > .panel-collapse{
    display:block !important;
    animation:motzCategoryFlyout .22s ease both;
}

.category-products .panel-collapse.in{
    display:none !important;
}

.category-products .panel:hover > .panel-collapse.in,
.category-products .panel:focus-within > .panel-collapse.in{
    display:block !important;
}

.category-products .panel-body{
    padding:8px;
    background:var(--motz-white);
    border:0 !important;
}

.category-products .panel-body ul{
    padding:0;
    margin:0;
}

.category-products .panel-body ul li{
    border-bottom:1px solid #f2ede6;
}

.category-products .panel-body ul li:last-child{
    border-bottom:0;
}

.category-products .panel-body ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:var(--motz-gray);
    background:var(--motz-white);
    font-family:'Roboto',sans-serif;
    font-size:13px;
    font-weight:600;
    text-transform:capitalize;
    padding:12px 14px;
    border-radius:12px;
    text-decoration:none;
    transition:all .25s ease;
}

.category-products .panel-body ul li a:before{
    content:'';
    width:7px;
    height:7px;
    background:var(--motz-gold);
    border-radius:50%;
    margin-right:10px;
    flex:0 0 7px;
}

.category-products .panel-body ul li a:hover{
    color:var(--motz-red);
    background:var(--motz-cream);
    padding-left:18px;
}

.brands-name{
    background:var(--motz-white);
    border:1px solid var(--motz-border) !important;
    border-radius:22px;
    padding:14px;
    box-shadow:var(--motz-shadow);
}

.brands-name .nav-stacked li{
    margin-bottom:8px;
}

.brands-name .nav-stacked li:last-child{
    margin-bottom:0;
}

.brands-name .nav-stacked li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:var(--motz-cream) !important;
    color:var(--motz-brown) !important;
    border-radius:14px;
    padding:12px 15px !important;
    font-size:13px;
    font-weight:700;
    text-transform:capitalize;
    transition:all .25s ease;
}

.brands-name .nav-stacked li a:hover{
    background:var(--motz-red) !important;
    color:var(--motz-white) !important;
    transform:translateX(4px);
}

@keyframes motzCategoryFlyout{
    from{opacity:0; transform:translateX(12px) scale(.98);}
    to{opacity:1; transform:translateX(0) scale(1);}
}

@media only screen and (max-width:991px){
    .category-products .panel-collapse{
        left:auto;
        right:0;
        top:100%;
        min-width:100%;
        max-width:100%;
    }
}

@media only screen and (max-width:768px){
    .left-sidebar{
        margin-bottom:25px;
    }

    .left-sidebar h2,
    .brands_products h2{
        font-size:15px;
        padding:13px 15px;
        border-radius:16px;
        margin-bottom:14px;
    }

    .category-products,
    .brands-name{
        border-radius:18px;
        padding:12px;
        overflow:hidden;
    }

    .category-products .panel{
        overflow:hidden;
        margin-bottom:9px;
    }

    .category-products .panel-title a{
        padding:13px 15px;
        font-size:13.5px;
        transform:none !important;
    }

    .category-products .panel-title a:after{
        content:'+';
        font-size:18px;
    }

    .category-products .panel-collapse{
        position:static;
        left:auto;
        right:auto;
        top:auto;
        min-width:100%;
        max-width:100%;
        width:100%;
        border-radius:0 0 16px 16px;
        box-shadow:none;
        border:0;
        margin-top:6px;
    }

    .category-products .panel:hover > .panel-collapse,
    .category-products .panel:focus-within > .panel-collapse{
        display:none !important;
    }

    .category-products .panel-collapse.in,
    .category-products .panel.open > .panel-collapse{
        display:block !important;
        animation:none;
    }

    .category-products .panel-body{
        padding:6px;
        background:#fff;
    }

    .category-products .panel-body ul li a{
        padding:11px 13px;
        font-size:13px;
    }

    .brands-name .nav-stacked li a{
        padding:11px 14px !important;
        font-size:13px;
    }
}
