/*
Theme Name: Cannabium
Version: 2.01
Author: Karamavrov
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-size: 18px;
    background: #fff;
    color: #4f4f4f;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    font-weight: 300;

}

h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
    line-height: 1.6;
    word-wrap: break-word;
    margin: auto;
}

h1 {
    clear: both;
    word-wrap: break-word;
    margin: auto;
    font-size: 48px;
    font-weight: 300;
    color: #4f4f4f;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 36px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 1;
}

@media (min-width: 991px) {
    h3 {
        font-size: 30px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 1.5em;
}

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

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 18px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '\"';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 64px;
    line-height: 1;
}

blockquote::after,
q::after {
    content: '\e01c';
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

blockquote,
q {
    position: relative;
    quotes: "" "";
    padding: 2px 84px;
    margin: 0;
    text-align: center;
}

blockquote p, q p {
    color: #a8a8ad;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}


th, td {
    border: 1px solid #e8eced;
    padding: 5px 12px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    color: #727272;
    border: 1px solid #d5d5d8;
    max-width: 100%;
    padding: 12px;
    border-radius: 10px;
    line-height: 1em;
    background: transparent;
}

select {
    padding: 8px 12px;
    border: 1px solid #d5d5d8;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #181818;
    text-decoration: none;
    transition: .35s;
}

a:hover,
a:focus,
a:active {
    color: #727272;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*
  Button
----------------------------------*/
a.btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    transition: .35s;
}

a.btn.rounded,
a.btn.square {
    padding: 7px 20px;
    border-radius: 4px;
    border: 2px solid transparent;
}

a.btn.square {
    border-radius: 0;
}

a.btn.arrow {
    padding-right: 32px;
}

a.btn.arrow::after {
    content: '\2192';
    position: absolute;
    top: 6px;
    right: 2px;
    width: 32px;
    padding-left: 10px;
    transition: all .5s;
    font-size: 24px;
    line-height: .65;
}

a.btn.arrow:hover::after {
    right: -12px;
}

a.btn.underline {
    display: inline-block;
    position: relative;
    padding: 2px 0;
}


a.btn.underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 24px;
    height: 2px;
    background: #727272;
    transition: .5s;
}

a.btn.underline:hover::after {
    width: 100%;
}

a.btn.rounded.dark,
a.btn.square.dark {
    background: #323232;
    color: #fff;
}

a.btn.rounded.dark.transparent,
a.btn.square.dark.transparent {
    background: transparent;
    border-color: #323232;
    color: #181818;
}

a.btn.rounded.dark:hover,
a.btn.square.dark:hover,
a.btn.rounded.dark.transparent:hover,
a.btn.square.dark.transparent:hover {
    background: #727272;
    border-color: #727272;
    color: #fff;
}

a.btn.rounded.light,
a.btn.square.light {
    background: #fff;
    border-color: #a8a8a8;
}

a.btn.rounded.light.transparent,
a.btn.square.light.transparent {
    background: transparent;
    border-color: #a8a8a8;
}


a.btn.rounded.light:hover,
a.btn.square.light:hover,
a.btn.rounded.light.transparent:hover,
a.btn.square.light.transparent:hover {
    background: #fff;
    border-color: #727272;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.left-sidebar {
    width: 360px;
    margin-right: 40px;
}

.right-sidebar {
    width: 300px;
    margin-right: 100px;
    margin-top: 44vh;
    text-align: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    margin-top: 10px;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.comment-list li {
    margin: 15px 0 0;
}

.comment-body {
    position: relative;
}

.comment-list li .comment-body {
}

.comment-list li .children {
    margin-left: 48px;
}

.comment-list ol li,
.comment-list ol ol li {
    border: 0;
}

.comment-content {
    font-size: 16px;
    color: #727272;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-list .reply {
    padding-bottom: 10px;
    right: 0;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

a.comment-reply-link {
    color: #A5A5A5;
}

.comment-form label, .woocommerce form .form-row label {
    min-width: 90px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0.31, 0.31, 0.31, 0.5);
    font-weight: 300;
    padding: 0 13px;
}


.comment-author img {
    margin: 0 12px 12px 0;
    float: left;
    width: 64px;
    height: auto;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*
  WooCommerce Pagination
----------------------------------*/
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    position: relative;
    width: 45px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after {
    content: 'Prev';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    padding: .6em 0;
    background: #fff;
    text-align: left;
}

.woocommerce nav.woocommerce-pagination ul li a.next::after {
    content: 'Next';
    text-align: right;
}

/*
  Product Price
----------------------------------*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #15AF57;
    font-weight: 600;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: normal;
}

/*
  Product Quantity
----------------------------------*/
.woocommerce .quantity .qty {
    border-radius: 3px;
}

/*
/*
  Product Tabs
----------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #d5d5d8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #fff;
    border-radius: 3px 3px 0 0;
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #d5d5d8;
    border-bottom: 1px solid #fff;
    color: #181818;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .35em 0;
    font-weight: normal;
    outline: none;
}

/*
  Product Tabs Reviews
----------------------------------*/
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    width: 64px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 80px;
}

.woocommerce #review_form #respond p.form-submit {
    margin-left: 95px;
}

/*
  UpSell
----------------------------------*/
.upsells.products h2,
.related.products h2,
.cross-sells h2 {
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 300;
    color: #4f4f4f;
}

/*
  Cart
----------------------------------*/
.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce th,
.woocommerce td {
    border: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    display: block;
    width: 64px;
    margin: 0;
}

.woocommerce-cart table.cart input {
    background: transparent;
    font-weight: normal;
    color: #727272;
}

.woocommerce-cart table.cart input:hover {
    background: transparent;
    color: #181818;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding: 25px 0px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
    padding: 8px 12px 7px;
    border-radius: 3px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    /*padding: .65em 1em;*/
    font-weight: normal;
}

.cart-collaterals {
    margin-top: 80px;
}

/*
  Checkout
----------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 0;
    border: 0;
}

#customer_details {
    margin-bottom: 80px;
}

.woocommerce-checkout-review-order {
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 10px 20px;
    padding: 8px;
    background: transparent;
    outline: none;
}


.main-navigation li.current-menu-item a {
    font-weight: 300;
}

.woocommerce.widget_shopping_cart .buttons a {
    min-width: 145px;
    text-align: center;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
}


table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    background: #F6F8F5;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
    background: #fff;
}


td.product-quantity, td.product-price, td.product-subtotal {
    text-align: center;
}

tr.cart-subtotal th, tr.shipping th, tr.order-total th {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: none;
    line-height: 1;
}

table.noborder th, table.noborder td {
    border: none;
    padding: 0px;
}

#bpwcmscSteps .steps ul li.disabled a::before {
    background: #e8e8e8;
}


.sfsiplus_norm_row.sfsi_plus_wDiv {
    width: 300px !important;
    text-align: right !important;
}

.summary.entry-summary {
    margin-top: 80px;
}


.coupon input.button:hover {
    box-shadow: none;
}

input#coupon_code {
    padding: 15px 12px 15px;
}

td.product-total, span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

span.wpcf7-list-item-label {
    font-size: 13px;
}

.woocommerce.widget_shopping_cart h2.widgettitle {
    display: none;
}


h3#reply-title.comment-reply-title {
    display: none;
}


@media screen and (max-width: 992px) {
    .upsells.products h2, .related.products h2, .cross-sells h2 {
        font-size: 32px;
    }
}
