/*
Theme Name: Sale Theme
Author: technowitty
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.1
Tested up to: 6.4
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

#toc_container {
    padding: 1rem;
    margin: 2rem 0;
    transition: .5s all;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    width: 100%;
    background: #fff;
}
#toc_container a{
	color:#000;
}
#toc_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#toc_container .toc_number {
    padding-right: 5px;
    margin-left: 0;
}
#toc_container .toc_number:after{
	content:".";
}
.toc_title {
    font-size: 1.5rem;
    color: #1897d4;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.blog-wrapper img {
    width: 100%;
    height: auto;
}
.blog-wrapper h3 {
	font-size: 1rem;
    font-weight: 600;
	min-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin:0;
}
.blog-wrapper h3 a{
	color:#000;
	text-decoration:none;
}
.single-blog-img img{
	width:100%;
	height:auto;
	margin-bottom:2rem;
}
.entry-title-blog{
	font-size: 2rem; 
    margin-bottom: 1rem;
    font-weight: 600;
}
p.blog-date {
    color: #000;
    text-decoration: none;
    margin-bottom: .8rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
p.blog-date a {
    text-decoration: none;
    color: #000;
}
p.blog-date i {
    color: #1897d4;
}
.blog-wrapper {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
	overflow: hidden;
}
.blog-details {
    padding: 1rem;
}

h2.related-post {
    font-size: 2rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}
.blog-side-card{
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 1rem;
    width: 100%;
    background: #fff;
	position:sticky;
	top:100px;
}
.blog-side-card h2{
	    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.wp-block-latest-posts li {
    margin-bottom: .5rem;
}
.wp-block-latest-posts li a {
    text-decoration: none;
    color: #1897d4;
	    line-height: 1.4;
    display: block;
}

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 .alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/**
 * 11.4 - Comments
 */


.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}


.comments-title {
	margin-bottom: 1.217391304em;
}

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

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 90px;
	margin-right: 0.875em;
	position: relative;
	width: 90px;
	border-radius: 50%;
}
.comment-content {
    margin-left: 100px;
    position: relative;
    margin-top: -20px;
}
span.says {
    display: none;
}
.comment-metadata,
.pingback .edit-link {
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;

	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;

}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;

	letter-spacing: 0;
	text-transform: none;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}
/*
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
*/
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}




.wc-block-components-button, .wc-block-components-totals-coupon__button,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {

	color: #ffffff!important;

	background-color: #f23801!important;

	border: 1px solid #f23801!important;

	border-radius: 5px!important;

	padding: 10px 24px!important;

	line-height: 1.5;

	font-size: 16px;

	text-decoration: none;

}

.wp-block-woocommerce-checkout-order-summary-block ,.wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart-line-items-block{

border: 1px solid #c1c1c1;

border-top: 0px;

border-radius: 5px;

}
tr.wc-block-cart-items__row {
    margin-bottom: 0;
    position: relative;
}
.woocommerce-checkout .content-area a, .woocommerce-cart .content-area a, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{color: #f23801;text-decoration: none;}

.woocommerce-checkout .content-area a:hover, .woocommerce-cart .content-area a:hover{

color: #f23801;

}

.is-large.wc-block-cart .wc-block-cart__totals-title {

background-color: #ccc!important;

border-radius: 5px 5px 0 0!important;

text-align: left!important;

padding: 5px 16px!important;

font-size: 16px!important;

}

.wc-block-cart__submit-container {

margin-top: 10px;

}

.is-large.wc-block-cart .wc-block-cart-items:after{display: none;}

@media (min-width: 1400px){

	.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward,

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {

		font-size: 18px;

	}

}







button.wc-block-cart-item__remove-link{

	position: absolute;

right: 15px;

bottom: 20px;    z-index: 2;

}

@media (max-width: 1399px){

button.wc-block-cart-item__remove-link{right: -85px;}

}