* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    background: #fff;
    color: #666;
}

.nav-tabs {
    border: none;
}

input:focus, select:focus, option:focus, button:focus, section:focus, a:focus {
    outline: none !important;
    outline: 1;
    box-shadow: inherit !important;
}

.width-100 {
    width: 100%;
}
.content {
    margin: 3rem 0 5rem 0;
}
.content-data {
    -ms-flex: 1;
    flex: 1;
}

.user-acount #main, .product-checkout #main, .user-reset-password #main, .product-cart #main, #contact #main, #page-404 #main, #about-us #main {
    margin: 5rem 0;
}

.blog .page-list {
    margin-top: 3rem;
}

.ratings {
    border: none;
    float: left;
}

    .ratings input {
        display: none;
    }

    .ratings label:before {
        margin: 4px;
        font-size: 12px;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
        cursor: pointer;
    }

    .ratings .half:before {
        content: "\f089";
        position: absolute;
    }

    .ratings label {
        color: #ddd;
        float: right;
        margin: -3px;
        overflow: hidden;
        margin-top: 2px;
    }

    .ratings > input:checked ~ label,
    .ratings:not(:checked) > label:hover,
    .ratings:not(:checked) > label:hover ~ label {
        color: #f7bc3d;
    }

        .ratings > input:checked + label:hover,
        .ratings > input:checked ~ label:hover,
        .ratings > label:hover ~ input:checked ~ label,
        .ratings > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

.form-control:hover, .form-control:focus, textarea:hover, textarea:focus {
    border: 1px solid #909090;
}

.form-control:focus {
    box-shadow: none;
}

#tiva-copyright span {
    line-height: 2;
}

.owl-carousel .owl-nav {
    opacity: 0;
    display: block;
}

.owl-carousel .owl-next i {
    margin-right: -3px;
}

.owl-carousel .owl-pre i {
    margin-left: -3px;
}

.color.grey {
    background-color: #AAB2BD;
}

.color.taupe {
    background-color: #CFC4A6;
}

.color.beige {
    background-color: #f5f5dc;
}

.color.white {
    background-color: #faebd7;
}

.color.red {
    background-color: #ee4646;
}

.color.black {
    background-color: #434A54;
}

.color.camel {
    background-color: #C19A6B;
}

.color.orange {
    background-color: #F39C11;
}

.color.blue {
    background-color: #219dc6;
}

.color.green {
    background-color: #82cb55;
}

.color.yellow {
    background-color: #f1ef3a;
}

.color.brown {
    background-color: #7a4040;
}

.color.pink {
    background-color: #f780c0;
}

.quantity {
    float: left;
    margin-top: 4px;
}

    .quantity span.control-label {
        float: left;
        margin-top: 14px;
        margin-right: 10px;
        color: #666666;
    }

    .quantity .form-control:not(:first-child):not(:last-child) {
        border-radius: 5px 0 0 5px;
        text-align: center;
    }

    .quantity .form-control {
        width: 70px;
        height: 44px;
        float: left;
    }

    .quantity .input-group-btn-vertical {
        width: 21px;
        height: 44px;
        display: inline-block;
        margin-top: 0px !important;
    }

        .quantity .input-group-btn-vertical .btn {
            border-color: #dfdfdf;
            background: #fff;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            padding: 0;
            color: #898989;
        }

            .quantity .input-group-btn-vertical .btn:hover {
                background: #343434;
                color: white;
                border: #343434;
            }

            .quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
                border-radius: 0 3px 0 0;
            }

            .quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
                border-radius: 0 0 3px 0;
            }

        .quantity .input-group-btn-vertical i.material-icons.touchspin-up:before {
            content: '+';
        }

        .quantity .input-group-btn-vertical i.material-icons.touchspin-down:before {
            content: '-';
        }

.title-page {
    color: #222;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3rem;
}

.ml-3 {
    margin-left: 0 !important;
}

.submit input {
    background: #878787;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    border-radius: 23px;
    padding: 9px 25px;
}

    .submit input:hover {
        background: #343434;
    }

.btn-group i {
    color: #94cdd5;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: bottom;
}

.btn-group a {
    margin-right: 30px;
    text-transform: uppercase;
}

a {
    color: #0083a9;
}

    a:hover {
        text-decoration: none;
        color: #222;
    }

#list .item .product-miniature .product-description .product-groups .product-title a {
    color: #666666;
    font-weight: 500;
}

    #list .item .product-miniature .product-description .product-groups .product-title a:hover {
        text-decoration: none;
        color: #222;
    }

#customer-form .form-group {
    font-size: 14px;
}

#customer-form em, #customer-form .text-muted {
    font-size: 12px;
    margin-top: 3px;
    display: inline-block;
}

#customer-form .form-control-label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}

    #customer-form .form-control-label:after {
        content: "*";
        color: red;
        font-size: 14px;
        position: relative;
        line-height: 12px;
    }

#customer-form .form-control {
    padding: 8px 18px;
    border-color: #eee;
    font-size: 14px;
}

    #customer-form .form-control:focus, #customer-form .form-control:hover {
        border-color: #909090;
        background: #fff;
    }

#customer-form .input-group.js-parent-focus .btn {
    padding: 8.5px 13px;
    border-radius: 0;
    color: #222;
}

#customer-form .desc-password {
    margin: 2rem 0 1.5rem;
    font-size: 14px;
    margin-left: -15px;
}

#customer-form .check {
    margin-top: 4px;
    margin-right: 5px;
    flex: 1;
}

#customer-form .form-group:nth-child(5) {
    margin-bottom: 10px;
}

    #customer-form .form-group:nth-child(5) .col-md-6 .form-control {
        margin-bottom: 5px;
    }

.user-register #main .custom-checkbox {
    position: relative;
}

    .user-register #main .custom-checkbox input {
        margin-top: 2px;
        left: 0px;
        position: absolute;
    }

    .user-register #main .custom-checkbox label {
        margin-left: 20px;
    }

.tiva-toggle:hover .dropdown-content {
    display: block;
}

.spacing-10 .row > [class*=" col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}

.owl-nav {
    text-align: center;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        color: #7a7a7a;
        font-size: 16px;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
        line-height: 40px;
        width: 40px;
        height: 40px;
        border: 1px solid #e6e6e6;
        transition: all 0.35s ease;
    }

        .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
            border: 1px solid transparent;
            background: #7a7a7a;
            color: #fff;
        }

.block .contact-content i {
    margin-right: 16px;
    font-size: 17px;
    color: #585858;
    width: 17px;
}

.block .contact-content .m-bottom {
    margin-bottom: 1rem;
}

.block .contact-content .mr-2 {
    font-weight: bold;
    color: #222;
    float: left;
    margin-bottom: 0;
}

.block .contact-content div {
    margin-bottom: 1rem;
}

    .block .contact-content div div {
        margin-bottom: 0.5rem;
    }

    .block .contact-content div .email {
        padding-right: 25px;
        border-right: 1px solid #ccc;
    }

.block .contact-content .phone-support {
    margin-left: 25px;
}

.title-block {
    font-family: "Poppins",sans-serif;
    font-weight: 740;
    font-size: 2rem;
    color: #222;
    margin-bottom: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

.title-product h2 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    text-transform: inherit;
    text-align: left;
    margin-bottom: 0;
    font-family: "Poppins",sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
}

.title-product p {
    font-size: 11px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.spacing-10 .block .effect:hover span {
    color: #a8a8aa;
}

.spacing-10 .block .effect span {
    position: absolute;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-left: 3rem;
    margin-top: 2rem;
    color: #7d7d7d;
    z-index: 1;
}

.content-showmore button {
    border: 1px solid #ccc;
    border-radius: 21px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 41px;
    background: #343434;
    font-weight: 500;
    color: white;
}

    .content-showmore button:hover {
        transform: scale(1.1, 1.1);
        background: #909090;
        border-color: #909090;
        color: #fff;
    }

.arrow.collapsed .zmdi-minus {
    display: none;
}

.arrow.collapsed .zmdi-plus {
    display: block;
}

.collapse-icons[aria-expanded="true"] {
    background: #880001;
}

.arrow {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
    background: #cfcfcf;
    color: #fff;
    z-index: 9;
    cursor: pointer;
}

    .arrow:hover {
        background: #880001;
    }

    .arrow .zmdi-minus {
        font-size: 13px;
        margin-top: 3px;
        display: block;
    }

    .arrow .zmdi-plus {
        font-size: 13px;
        margin-top: 3px;
    }

li {
    list-style: none;
}
#logo img {
max-height:100px;
margin: 15px 0;
}

.splitul li { color: #800; padding-bottom:7px; }
.splitul a { color: #800; }
.lead {
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 30px;
}
.btn-primary {
    color: #fff;
background-color:#800;
border-color:
    #800;
    font-weight:700;
}

.slideshow .caption-content {
    color: #fff;
    position: absolute;
    left: 21rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: start;
    background: rgba(255,255,255,.8);  
    border-radius:15px;
}

    .slideshow .caption-content .text-1 {
        font-size: 2.0rem;
        text-shadow: 1px 2px #fff;
        margin-right: 20px;
        margin-left: 20px;
        line-height: 50px;
        padding-top:15px !important;
        color:#900;
    }

    .slideshow .caption-content .text-2 {
        display: block;
        font-size: 1.5rem;
        margin-bottom: 10px;
        margin-right: 20px;
        margin-left: 20px;
        line-height: 20px;
        color:#768A92;
    }

    .slideshow .caption-content .text-3 {
        display: block;
        font-size: 1.5rem;
        margin-right: 20px;
        margin-left: 20px;
    }

.category-product:hover .owl-nav {
    opacity: 1;
}

.category-product .owl-nav {
    display: block;
}

    .category-product .owl-nav .owl-prev, .category-product .owl-nav .owl-next {
        top: 45%;
        position: absolute;
    }

    .category-product .owl-nav .owl-next {
        right: -21px;
    }

    .category-product .owl-nav .owl-prev {
        left: -21px;
    }
    
    .contact-address-section .contact-info {
    	background: #f0f0f0;
    	border: 1px solid #e1e1e1;
    	padding: 19px 0 8px 0px;
    	min-height: 220px;
}
    .contact-address-section .contact-info i {
    	display:block;
    	text-align:center;
    	font-size: 40px;
    	padding-top: 10px;
    	padding-bottom: 10px;
}
.contact-address-section .contact-info strong {
    	display:block;
    	padding-bottom: 12px;
    	margin: 0 40px 14px 40px;
    	border-bottom: solid 1px #dfdfdf;
    	
    	
}
