/*!
Theme Name: Smart Deals
Theme URI: http://wordpress.com/
Author: WP Theme
Author URI: http://wordpress.com/
Description: A Minimal Deal WordPress Theme
Version: 0.8.5
*/

* {
    padding: 0px;
    margin: 0px;
    outline: none;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

.clear
{
    clear: both;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
    margin: 15px 0px;
}

a {
    color: #333;
	text-decoration: underline;
}

h1 {
    font-size: 22px;
    margin: 0px 0px 25px 0px;
    line-height: 22px;
}

h3 {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    line-height: 18px;
}

p {
    margin: 0px 0px 25px 0px;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-image:linear-gradient(to bottom, #f0f0f1, #f7f7f9);
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
    color: #333;
}

.wrapper {
    max-width: 1180px;
    margin: auto;
    padding: 0px 25px;
}

.header {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 80px 5px 15px #ccc;
}

.header .wrapper
{
    display: flex;
}

.header .logo {
    display: block;
    height: 40px;
}

.mega-menu
{
    position: relative;
    flex: 1;
}

.mega-menu .holder
{
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 10000;
    height: 50px;
    overflow: hidden;
}

.mega-menu .holder:hover
{
    overflow: inherit;
}

.mega-menu .holder span
{
    font-weight: 700;
    padding-left: 25px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
    line-height: 41px;
}

.mega-menu .drawer
{
    background: #fff;
    box-shadow: 30px 15px 25px #ccc;
    padding: 25px;
    border-radius: 4px;
    margin-top: 5px;
    column-count: 4;
    column-gap: 25px;
    column-rule: 1px solid #eee;
}

.department
{
    margin-bottom: 10px;
}

.department a
{
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
}

.department a:hover
{
    background: #eee;
    transition-duration: 0.1s;
}

.search {
    margin: 25px 0px 25px 0px;
}

.search form {
    display: flex;
    max-width: 480px;
    margin: auto;
    box-shadow: 5px 5px 25px #999;
    border-radius: 4px;
}

.search .key {
    background: #fff;
    padding: 14px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    border: none;
    color: #666;
    width: 100%;
}

.search .button {
    background: #333;
    padding: 10px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    color: #fff;
    width: 50px;
    cursor: pointer;
}

.main
{
    margin: 35px 0px 35px 0px;
}


.main > .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.home .content, .post-archive .content {
    width: 70%;
}

.home-top
{
    margin-bottom: 35px;
}

.page .content, .post .content, .deal .content
{
    width: 70%;
    background: #fff;
    border-radius: 4px;
    padding: 25px;
}

.cart .content, .full-width .content
{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 25px;
}

.page-type {
    margin-bottom: 25px;
}

.page-type .page-type-title {
    font-weight: 700;
    font-size: 18px;
}

.page-type .page-type-description
{
    color: #999;
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -10px;
}
.cards .card {
    width: 33.33%;
    margin-bottom: 25px;
}

.spls-optin {
    margin: 15px 0px;

}

.cards .card .summary {
    background: #fff;
    border-radius: 4px;
    margin: 10px;
    height: 100%;
    position: relative;
}

.cards .card .summary .thumb {
    height: 0px;
    padding-top: 56.25%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-image: url("../smart-deals/images/deal-placeholder.jpg");
}

.cards .card .summary .details {
    padding: 20px 20px 0px 20px;
}

.badge {
    background: #999;
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 11px;
    font-size: 11px;
    font-weight: 700;
}
.on-sale {
    border:solid 1px #fd0303;
    right: 10px;
    background: transparent !important;
    top: 10px;
    color: #fd0303;
}

.price {
    margin: 10px 0px;
    font-size: 14px;
}

.sidebar .price
{
    font-size: 13px;
}

.sidebar .price .discount
{
    font-size: 11px;
}

.sidebar .sale
{
    color:#666 !important;
}

.price .dim {
    color: #999;
    text-decoration: line-through;
}

.price .discount {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    border:solid 1px #09c600;
    color: #09c600;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
}

.deal .deal-details
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.deal .deal-details .section
{
    width: 50%;
}

.deal .deal-details .section .deal-image
{
    width: 100%;
    border-radius: 4px;
    display: block;
}

.related-deals
{
    margin: 35px -25px -25px -25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 25px;
    background: #eee;
}

.related-deals .card
{
    width: 25%;
}

.related-deals .summary
{
    box-shadow: none !important;
}

.related-deals > h3
{
    margin-bottom: 25px !important;
}

.post .badge
{
    margin-bottom: 5px;
}

.post .featured
{
    position: relative;
    display: inline-block;
    color: #fff;
    background: #10b4e9;
}

.deal .price .free {
    border: dashed 1px #09c600;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.rating {
    margin: 5px 0px 15px 0px;
    color: #ccc;
}

.rating .checked {
    color: #f2b01e;
}

.rating .rating-value {
    display: inline-block;
    margin-left: 5px;
    color: #999;
}

.deal .price {
    margin-top: 0px;
}

.deal-meta .badge {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 10px;
}

.deal-meta .rating {
    margin-top: -20px !important;
}

.affiliate-url {
    margin: 25px 0px;
}

.affiliate-url a {
    display: block;
    margin-bottom: 5px;
    background-image: linear-gradient(to right bottom, #0d97f8, #0f70b3);
    padding: 10px 25px 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 5px 5px 5px #ccc;
    text-transform: uppercase;
}

.affiliate-url a:hover {
    padding-right: 15px;
    transition-duration: 0.5s;
}

.affiliate-url span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 15px;
}

.dead-deal > h3 {
    color: #ff0000;
    margin-bottom: 15px;
}

.deal-unavailable {
    margin: 15px 0px;
}

.deal-unavailable .widget-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.buy-button {
    margin: 25px 0px;
}

.payment-modes
{
    margin: 15px 0px;
}

.payment-modes img
{
    max-width: 100%;
    display: block;
    margin:auto;
    height: 32px;
}

.to-pay
{
    color: #999;
    margin-top: -25px;
    margin-bottom: 35px;
}

.to-pay span
{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    background: #d60fee;
    color:#fff;
    font-weight: 700;
}

.cart-deals
{
    margin-top: 50px;
}

.cart-row
{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.cart-header
{
    font-weight: 700;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
    margin-bottom: 25px;
}

.cart-footer
{
    font-weight: 700;
    border-top: solid 1px #eee;
    padding: 25px 0px;
    margin-top: 25px;
}

.cart-deal-title, .cart-deal-total
{
    flex: 1;
}
.cart-deal-price
{
    text-align: right;
}

.cart-deal-price .op
{
    text-decoration: line-through;
    color: #ccc;
    display: inline-block;
    margin: 0px 10px;
}

.cart-deal-price .final
{
    font-size: 32px;
}

.cart-deal-price .dis
{
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    background: #09c600;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
}

.pager
{
    margin-top: 35px;
    display: flex;
    width: 100%;
}

.pager .pager-info
{
    line-height: 28px;
    flex: 1;
    color: #999;
    text-align: right;
    padding-right: 15px;
}

.pager .index
{
    text-align: right;
}

.pager a, .pager span
{
    display: none;
    text-decoration: none;
    color: #666;
}

.pager .prev, .pager .next
{
    display: inline-block;
    padding: 3px 12px;
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
}


.category
{
    margin-bottom: 10px;
}

.category span
{
    background: #eee;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    padding: 3px 9px;
    border-radius: 4px;
    text-transform: uppercase;
}

.sidebar {
    width: 30%;
    padding-left: 25px;
    position: relative;
}

.sidebar ol, .sidebar ul {
    list-style: none !important;
    margin: 0px 0px 25px 0px !important;
}

.sidebar li {
    margin-bottom: 10px;
}

.widget-title {
    margin: 0px 0px 15px 0px !important;
    font-size: 18px;
}

.sidebar .sticky
{
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
}

.right-padding {
    padding-right: 15px;
}

.left-padding {
    padding-left: 15px;
}

.hurry {
    font-size: 12px;
    color: #ccc;
    font-weight: 100;
    margin: 15px 0px;
    line-height: 12px;
}

.hurry .count-down {
    color: #999;
    font-weight: 700;
}

.post-content
{
    margin: 35px 0px;
}

.excerpt
{
    margin-top: 25px;
}

.widget
{
    margin-bottom: 25px;
}

.jumbo {
    background-color: #E92C2C;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    transition: all 0.25s linear;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 5px 0 0 #BC1F1F;
    -webkit-box-shadow: 0 5px 0 0 #BC1F1F;
    -moz-box-shadow: 0 5px 0 0 #BC1F1F;
    border-radius: 4px !important;
    margin: 25px 0px;
}

.not-found
{
    background: url("../smart-deals/images/404.jpg") no-repeat center top;
    padding-top: 280px;
    text-align: center;
    font-weight: 700;
}

.not-found
{
    background: url("../smart-deals/images/404.jpg") no-repeat center top;
    padding-top: 320px;
    text-align: center;
    font-weight: 700;
}

.deal .post-content p:last-child
{
    margin-bottom: 0px;
}

.featured-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.post-content img
{
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
    border-radius: 4px;
    height: auto;
}

.post-content ul, .post-content ol
{
    margin: 0px 0px 25px 25px;
}

.counter {
    color: #999;
}

.empty {
    background: url("../smart-deals/images/nothing.png") no-repeat center center;
    background-size: contain;
    height: 265px;
    width: 100%;
}

.empty-cart {
    background: url("../smart-deals/images/cart.jpg") no-repeat center top;
    padding-top: 150px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0px 0px 25px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 25px 0px;
}

.aligncenter {
    margin: 0px auto 25px auto;
    display: block;
}

.alignnone {
    margin: 0px 0px 25px 0px;
    display: block;
}

.footer {
    padding: 35px;
    margin: 35px -35px -35px -35px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: sans-serif;
    font-size: 11px;
    color: #666;
    text-align: center;
    background: #333;
}

.footer .logo, .footer .navigation {
    margin-bottom: 15px;
    text-align: center;
    margin-top: -15px;
}

.footer .logo img {
    height: 40px;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer .menu-item {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}

.footer .menu-item a {
    color: #666;

}

.widget a
{
    text-decoration: none;
}

.home .sidebar .widget
{
    background: #fff;
    padding: 25px;
    border-radius: 4px;
}

.home .sidebar .cards, .deal .widget .cards
{
    margin: 0px;
    margin-top: 25px;
}

.home .sidebar .cards .card, .deal .sidebar .cards .card
{
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}

.home .sidebar .cards .card:last-child
{
    border-bottom: none;
    padding-bottom: 0px;
}

.sc-thumb
{
    float: left;
    margin: 0px 15px 3px 0px;
    width: 72px;
    height: 72px;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}


.sc-title
{
    font-weight: 100;
    margin-bottom: 5px;
}

.sc-title a
{
    text-decoration: none;
}

.float-edit
{
    position: fixed;
    left: 25px;
    bottom: 35px;
}

.float-edit .fa
{
    background: #333;
    display: inline-block;
    padding: 11px 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
}

.float-edit a
{
    background: #03a2fd;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -3px;
}

.checkout a
{
    line-height: 40px;
    margin-right: 15px;
    color: #999;
}

.checkout .spinner
{
    display: none;
    height: 40px;
}

.pseudo
{
    padding: 12px 50px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #10b4e9;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.smart-button
{
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #5db9ca;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.wpcf7-text
{
	 border: solid 1px #eee;
	 padding: 10px;
	 border-radius: 4px;
	 width: 100%;
	 display: block;
	 margin: 10px 0px;
}

.wpcf7-submit
{
	border: none;
	width: 100%;
	display: block;
	border-radius: 4px;
	font-weight: 700;
	padding: 12px 0px;
	text-align: center;
	background-image: linear-gradient(to bottom right, #09abf7, #a713ec);
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
}

.wpcf7-submit:hover
{
	opacity: 0.9;
	transition-duration: 0.2s;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
{
	border: none;
	background: #f7e700;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 15px 0px 0px 0px !important;
}

span.wpcf7-not-valid-tip
{
	margin-bottom: 10px;
}

div.wpcf7-mail-sent-ok
{
	border: none;
	background: #398f14;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 15px 0px 0px 0px;
	color: #fff;
}

.tnp-text
{
    padding: 8px !important;
    background-color: inherit !important;
    border: solid 1px #ccc !important;
	width: 100%;
	margin-bottom: 5px;
    border-radius: 4px;
}

.tnp-submit
{
	border-radius: 4px;
	font-weight: 700;
	padding: 12px 0px !important;
	text-align: center;
	background: #333 !important;
	cursor: pointer;
    border: none !important;
    margin: 25px 0px 25px 0px !important;
	display: block;
	width: 100%;
	color: #fff;
}

.address-payment
{
    max-width: 520px;
    margin: auto;
    margin-bottom: 100px;
}

.address-payment .card
{
    border-radius: 4px;
    padding: 25px;
    box-shadow: 1px 1px 25px #ccc;
    margin: 25px 0px 75px 0px;
    position: relative;
}

.address-payment .card .icons
{
    position: absolute;
    left: 25px;
    bottom: -46px;
    background: #eee;
    padding: 10px 15px 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 5px 5px 15px #ccc;
}

.address-payment .card .icons img
{
    height: 25px;
    display: block;
}

.tbox
{
    border: none;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.address-payment .half
{
    width: 48% !important;
}


@media screen and (max-width: 980px)
{
    .wrapper
    {
        max-width: 100%;
    }

    .cards .card
    {
        width: 50% !important;
    }

    .drawer
    {
        column-count: 2 !important;
    }

    .sidebar .cards .card
    {
        width: 100% !important;
    }
}

@media screen and (max-width: 740px)
{
    .wrapper
    {
        max-width: 100%;
    }

    .content
    {
        width: 100% !important;
    }

    .sidebar
    {
        width: 100%;
        padding: 0px !important;
        margin-top: 25px;
    }

    .cards .card, .deal .deal-details .section
    {
        width: 100% !important;
    }

    .left-padding, .right-padding
    {
        padding: 0px !important;
        margin-top: 25px;
    }

    .drawer
    {
        column-count: 1 !important;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:vertical {
    height: 0px;
    background-color: #999;
}