﻿/* Overwrite Styles that Conflict*/
/* GMap */
#gmap {
    width: 100%;
    height: 400px;
    display: block;
    z-index: 1;
}

#gmap_default {
    width: 100%;
    height: 400px;
    display: block;
}

/* Mini CArt*/
ul.mini-cart-items {
    border-left: 1px solid #d2d4d5 !important;
    border-right: 1px solid #d2d4d5 !important;
    border-bottom: 1px solid #d2d4d5 !important;
}

.mini-cart-items .btn.primary {
    margin: 0;
}
/*Yamm Content*/
.navbar-brand {
    max-height: 90px;
}

.navbar-toggle {
    border-color: #de2a27;
}

    .navbar-toggle .icon-bar {
        background: #de2a27;
    }

.yamm .yamm-content {
    padding: 0;
}

.yamm .nav.navbar-right .dropdown-menu {
    right: initial;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.mini-cart-items.dropdown-menu, .search-mini ul.dropdown-menu {
    right: 0 !important;
}

.search-mobile input {
    margin-top: 15px;
    font-size: 18px;
}

#product-menu {
    position: static;
}

    #product-menu > .dropdown-menu {
        width: 100%;
        left: 0px;
        padding: 20px 0 30px;
    }

    #product-menu .mega-menu ul {
        list-style: none;
        padding-left: 0px;
    }

    #product-menu .mega-menu a {
        text-decoration: none;
        color: #a5a8ab;
        text-transform: uppercase;
    }

        #product-menu .mega-menu a:hover {
            color: #de2a27;
        }

    #product-menu .mega-menu h4 a {
        font-size: 16px;
        font-family: 'SohoGothicStdMedium', arial;
        color: #231f20;
        font-weight: bold;
    }

    #product-menu .mega-menu hr {
        margin: 16px 0;
        border-color: #d2d4d5;
    }


/* Styles for Custom Image Slider */

.banner-slide-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* Slider Styling */

.index-slider .product-group {
    margin-bottom: 13px;
}

/* Category Slider Navigation */
#category-slider .owl-prev,
#category-slider .owl-next {
    color: #fff;
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 29px;
    background: #c45212;
    top: -42px;
    position: absolute;
}

#category-slider .owl-prev {
    right: 60px;
}

#category-slider .owl-next {
    right: 6px;
}

/* Styles for Images*/
.info-img {
    height: 165px;
    width: 165px;
    background-size: contain !important;
    background-color: #fff !important;
    margin: 0 auto;
    float: left;
    display: block;
    border: solid 1px #222;
}

.brand-logo {
    height: 110px;
    width: 228px;
    background-size: contain !important;
    margin: 0 auto;
    float: left;
    display: block;
}

.mm-brand-logo {
    height: 110px;
    width: 228px;
    background-size: contain !important;
    background-color: #fff !important;
    margin: 0 auto 10px;
    float: left;
    display: block;
}


.mini-cart-item {
    height: 65px;
    width: 65px;
    background-size: contain !important;
    background-color: #fff !important;
    margin: 0 auto;
    float: left;
    display: block;
}

.featured-img {
    height: 212px;
    width: 219px;
    background-size: contain !important;
    margin: 0 0 15px 0;
    display: inline-block;
    background-color: #fff !important;
}

.product-img, .subcategory-img {
    height: 252px;
    width: 100%;
    background-size: contain !important;
    margin: 0 0 15px 0;
    display: inline-block;
    background-color: #fff !important;
    border-bottom: 1px solid #f1f1f1;
}

.mm-featured-product {
    height: 194px;
    width: 188px;
    background-size: contain !important;
    margin: 0 0 15px 0;
    display: inline-block;
    background-color: #fff !important;
}

.product-main-img {
    height: 457px;
    width: 457px;
    background-size: contain !important;
    background-color: #fff !important;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
}

.product-thumbnail {
    height: 70px;
    width: 70px;
    background-size: contain !important;
    background-color: #fff !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Index Section Styles */
.section-a {
    background: url(../images/layout/poly.jpg) repeat;
    box-shadow: inset 0 6px 6px #000;
}

.display-box {
    box-shadow: 1px 1px 1px 1px #000;
}

/* Footer Styles */
.footer-wrap {
    height: 598px;
}

/* Notification Blue Style for Cardemom */

#container h1 {
    margin: 20px 0 10px;
}

.notification-container {
    background: rgba(196, 82, 18, 0.90);
}

.ui-notify {
    color: #fff;
}

.btn-notification {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px !important;
    padding: 10px !important;
}

    .btn-notification:hover, .btn-notification:active, .btn-notification:focus {
        background-color: #c45212;
        color: #fff;
        border: 1px solid #fff !important;
        border-radius: 0 !important;
    }

.notification-close {
    font-size: 32px !important;
}

    .notification-close:hover {
        color: #fff;
    }

.login-notification {
    color: #fff;
}

/* Checkout Tabs */
.tab.active {
    background: #c45212;
    color: #fff;
}

.input-group.invalid {
    background: #f23b3b;
}

/* Styles for all Tables */
.table {
    border: 0px;
}

    .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
        border: 0px !important;
    }

    .table > thead:first-child > tr:first-child > td {
        padding-left: 0px;
        padding-top: 0px;
        text-transform: uppercase;
    }

    .table > tbody > tr > td {
        padding-left: 15px;
    }

        .table > tbody > tr > td:first-child {
            border-right: 1px solid #f1f1f1;
        }

    .table > tbody > tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: 0px !important;
    }

#wishListItemTable > thead > tr > th {
    border: 0px !important;
}

hr {
    border-top: 1px solid #2e2e2e;
}

/* Contact Us */
#contact-form input, #contact-form textarea,
#gift-card-form input, #gift-card-form textarea,
.product-segment-contain select {
    border-radius: 0 !important;
    border: none !important;
}

.invalid {
    color: #fff;
    background: #f23b3b;
}

.social-media i {
    z-index: 2200;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    font-size: 18px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
}

.social-media .facebook {
    background: #43609c !important;
    color: #fff !important;
}

    .social-media .facebook:hover {
        background: #f5f5f5 !important;
        color: #43609c !important;
    }

.social-media .google {
    background: #dd4b39 !important;
    color: #fff !important;
}

    .social-media .google:hover {
        background: #f5f5f5 !important;
        color: #dd4b39 !important;
    }

.social-media .twitter {
    background: #62addb !important;
    color: #fff !important;
}

    .social-media .twitter:hover {
        background: #f5f5f5 !important;
        color: #62addb !important;
    }

.social-media .youtube {
    background: #e62117 !important;
    color: #fff !important;
}

    .social-media .youtube:hover {
        background: #f5f5f5 !important;
        color: #e62117 !important;
    }

.social-media .linkedin {
    background: #0077b5 !important;
    color: #fff !important;
}

    .social-media .linkedin:hover {
        background: #f5f5f5 !important;
        color: #0077b5 !important;
    }


/* Mega Menu */
.category-content {
    display: none;
}

/*Product Detail*/

.product-detail {
    position: relative;
    border-right: solid 1px #f1f1f1;
    padding-right: 20px;
}

.product-segment-contain {
    position: relative;
    padding: 0 0 0 90px;
    margin: 10px 0 0 0;
    height: 34px;
}

    .product-segment-contain small {
        position: absolute;
        left: 0;
        top: 7px;
        font-size: 14px;
        color: #a8a8a8;
        text-transform: uppercase;
    }

.stock-container {
    position: absolute;
    right: 0;
    top: 5px;
}

.selectedStockDetails {
    padding: 5px;
}

.product-info {
    margin: 20px 0;
}

/*Amrod Styling*/
.product-color a:first-child,
.product-size a:first-child {
    margin: 0 !important;
}

/*Info blocks on home page, underneath banner*/
#info-blocks {
    background-color: #f8f8f8;
    border-bottom: 2px solid #e1e1e1;
}

    #info-blocks .item {
        border-right: 1px solid #e5e5e5;
        border-left: 2px solid #fff;
        padding: 7px 0;
    }

        #info-blocks .item:first-child {
            border-left: 0px;
        }

        #info-blocks .item:last-child {
            border-right: 0px;
        }

        #info-blocks .item h4 {
            font-family: 'SohoGothicStdMedium', arial;
            font-size: 14px;
            color: #231f20;
            margin: 6px 0;
            text-transform: uppercase;
        }

        #info-blocks .item small {
            font-size: 11px;
            text-align: center;
            display: block;
            padding: 0px 25px;
            min-height: 35px;
        }

/*Home page info blocks*/

#intro-block h3 {
    color: #231f20;
    font-family: 'SohoGothicStdMedium', arial;
    text-transform: uppercase;
    padding: 10px 0;
}

    #intro-block h3 span {
        color: #e30613;
    }

#intro-block p, .about-blocks .item p {
    color: #595a5c;
    text-align: center;
}

#intro-block .compress-block {
    margin-bottom: 50px;
}

    #intro-block .compress-block a, .about-blocks .item a {
        text-decoration: none;
        color: #e30613;
        font-style: italic;
    }

.about-blocks .item {
    padding-bottom: 50px;
}

    .about-blocks .item img {
        margin: 0 auto;
    }

    .about-blocks .item h5 {
        font-weight: bold;
        color: #595a5c;
        margin: 25px 0 25px 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .about-blocks .item .line {
        border-bottom: 1px solid #d2d4d5;
        width: 92px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .about-blocks .item p {
        line-height: 16px;
        padding: 0 50px;
        margin-top: 20px;
    }

    .about-blocks .item .line-sides {
        border-bottom: 1px solid #d2d4d5;
        width: 58px;
        display: inline-block;
        top: -3px;
        position: relative;
    }

#featured-block {
    background-color: #f8f8f8;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
    margin-bottom: 20px;
}

    #featured-block h2, #latest-block h2 {
        text-align: center;
        text-transform: uppercase;
        color: #231f20;
        font-family: 'SohoGothicStdMedium', arial;
        margin-bottom: 50px;
    }

    #featured-block .product-overlay {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 252px;
        background-color: rgba(35,31,32,0.5);
        opacity: 0;
        transition: 0.2s;
    }

        #featured-block .product-overlay:hover {
            opacity: 1;
        }

        #featured-block .product-overlay a {
            position: relative;
            top: 50%;
            display: block;
            background-color: #a5a8ab;
            padding: 10px 20px;
            border-radius: 5px;
            color: #fff;
            text-decoration: none;
            width: 170px;
            margin: -20px auto 0;
        }

#latest-block .about-blocks .item {
    padding: 15px;
}

    #latest-block .about-blocks .item p {
        margin-top: 0px;
    }

#latest-block .news-link {
    margin: 0 40px;
}

#related-products h4 {
    margin-top: 0px;
    color: #231f20;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

#related-products .product-group .product-title {
    color: #7c7c7c;
}

    #related-products .product-group .product-title:hover {
        color: #a5a8ab;
    }

#related-products .product-group .cta {
    display: block;
    color: #e30613;
    margin: 10px 0px 20px;
}

    #related-products .product-group .cta:hover {
        text-decoration: none;
    }

#related-controls {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -8px;
}

    #related-controls a {
        background-color: #d3d2d2;
        padding: 0px 10px 3px;
        font-size: 18px;
        color: #000;
        margin-right: 2px;
        display: inline-block;
    }

.social-share li .fa {
    background-image: url(/templates/oki/Images/Logos/socials.png);
    height: 25px;
    width: 24px;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 8px;
}

.fa-twitter-custom {
    background-position-x: -25px;
}

.fa-linkedin-custom {
    background-position-x: -50px;
}

.fa-google-plus-custom {
    background-position-x: -74px;
}

.fa-blog-custom {
    background-position-x: -98px;
}

#rate_us .modal-dialog {
    max-width: 300px;
}

#rate_us .modal-body img {
    border-radius: 65px;
    background-color: #ed1c24;
    margin-top: 5px;
    transition: all 0.5s ease;
}

    #rate_us .modal-body img:hover {
        padding: 15px;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-ev;
}

#side-button {
    position: fixed;
    top: 50%;
    margin: 0px;
    padding: 5px 10px 15px 10px;
    background-color: #de2a27;
    border-radius: 5px;
    left: -75px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    #side-button a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        line-height: 20px;
    }

.cms-part-newsintro h1, .blog-items h1, #news-item-container h3 {
    color: #de2a27 !important;
}

.blog-items {
    margin-top: 40px;
}

#news-item-container h3 {
    font-weight: bold;
}

.blog-item .read-more, .news-item .read-more, .comment-container .comment-submit {
    background-color: #de2a27;
    color: #fff;
    padding: 5px 10px 8px;
    border-radius: 5px;
}

.archiveList .read-more {
    color: #de2a27;
}
