/* ----------------------------------------------------------------
	Archreader by Square Works Design Studio
	Version: 1.0
-----------------------------------------------------------------*/
:root {
	--font-body:			'Montserrat', sans-serif;
	--font-primary:			'Playfair Display', serif;
	--slider-height-lg:  	auto;
	--slider-height-md:  	auto;
	--slider-height-sm:  	auto;
	--slider-height-xs:  	auto;
	--themecolor:  			#0C1CCC;
	--dark: 				#222;
	--fulldark: 			#111;
	--light: 				#EEE;
	--section-about-bg: 	url('images/dots-1.png');
	--section-features-bg: 	url('images/bg-3.svg');
}


.error.form-error {
    color: #ff6d6d;
}

/* Swiper Slider
---------------------------------------------------------------------------- */
.swiper_wrapper .swiper-container { background: transparent; }
.slider-element .heading-block h2 {
	font-size: 2.2rem;
	line-height: 1.4;
}
.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	left: 20px;
	transition: all .3s ease;
	background-color: #222;
	background-color: var(--dark);
}
.slider-arrow-right {
	left: auto;
	right: 20px;
}
.slider-arrow-left:hover,
.slider-arrow-right:hover {
	transform: scale(1.15);
	background-color: #0C1CCC !important;
	background-color: var(--themecolor) !important;
}
.swiper-button-disabled {
	opacity: 0;
	z-index: -99;
}
.slider-arrow-left i,
.slider-arrow-right i {
	color: #FFF;
	line-height: 46px;
	width: 30px;
	height: 46px;
	font-size: 26px;
}
.animated.faster {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}
.device-md .slider-element .article-info { max-width: 98% }
.slider-element .article-info { max-width: 85% }
.button-dark { background-color: #222; background-color: var(--dark); }
.article-info h5 {
	font-weight: 400;
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-family: var(--font-body);
	color: #AAA;
	margin-bottom: 0;
}
.article-info h5 a { font-family: 'Playfair Display', serif; font-family: var(--font-primary); }
.rating-stars {
	position: relative;
	top: 2px;
}
.article-price del { color: #BBB }
body:not(.dark) .article-price { color:#0C1CCC; color: var(--themecolor) }
/* elements
---------------------------------------------------------------------------- */
.badge {
	position: relative;
	padding: 0.25em 0.4em;
	font-weight: 500;
	border-radius: 2px;
	top: -1px;
}
.before-heading {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
}
.heading-block h2 { font-size: 240%; }
.heading-block:after {
	opacity: .8;
	border-width: 2px;
	border-style: solid;
	border-color: #0C1CCC;
	border-color: var(--themecolor);
}
.section-features .btn-link { font-size: 14px; }
.section-features .card {
	border: 0;
	overflow: hidden;
	background: #FFF;
  	background-clip: padding-box;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
}
.section-features .card:before {
	content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, blue, lightblue);
}
.section-features .card.border-color-pink:before { background: linear-gradient(to right, red, pink); }
.section-features .card.border-color-yellow:before { background: linear-gradient(to right, teal, cyan); }
.section-features .card.border-color-info:before { background: linear-gradient(to right, #111, #DDD); }
body:not(.dark) .section-scroller {
	background-image: linear-gradient(to top, rgba(241,244,248,.5), rgba(241,244,248,.5) 30%, #FFF 30%);
	background-repeat: no-repeat;
}
body:not(.dark) .section-features {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('images/bg-3.svg');
	background-image: var(--section-features-bg);
	background-size: auto 100%;
}
.section-scroller .swiper-container,
.section-scroller .swiper-container .swiper-slide { overflow: visible; }
.device-xl .section-scroller .swiper-container .swiper-slide { width: 38%; }
.device-lg .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-md .section-scroller .swiper-container .swiper-slide { width: 58%; }
.device-sm .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-xs .section-scroller .swiper-container .swiper-slide { width: 65%; }
.section-scroller .card {
	border: 1px solid #EEE;
	border: 1px solid var(--light);
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 10px rgba(140, 152, 164, 0.15);
	margin-top: -20px;
}
body:not(.dark) .section-scroller .card h4 a { color: #111; color: var(--fulldark); }
.section-scroller .card p {
	font-size: 13px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.section-scroller { overflow: visible; }
.swiper-container-horizontal>.swiper-scrollbar {
	width: 80%;
	max-width: 1140px;
	left: 50%;
	bottom: -60px;
	height: 8px;
	z-index: 1;
	background-color: rgba(0,0,0,0.045);
	transform: translateX(-50%);
}
body:not(.dark) .swiper-scrollbar-drag { opacity: .2; }
.circle-border {
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	border: 2px solid rgba(12, 28, 204, .05);
	border-radius: 50%;
	height: 250px;
	width: 250px;
}
.feature-content {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 300px;
	height: 300px;
}
.circle-inner {
	border-radius: 50%;
	min-width: 80px;
	min-height: 80px;
	padding: 4px;
	background: #FFF;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	text-align: center;
	line-height: 1;
	box-sizing: content-box;
	white-space: nowrap;
}
.circle-inner:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding-top: 100%;
	height: 0;
}
.circle-inner > div {
	display: inline-block;
	vertical-align: middle;
}
.counter { font-size: 20px; }
.counter + h5 { font-size: 12px; }
.button { box-shadow:0 8px 16px rgba(32,41,50,0.12); }
.owl-dots {
	position: absolute;
	top: -48px;
	right: 0;
}
/* Border Form Design
---------------------------------------------------------------------------- */
.border-form-control {
	padding: 8px 4px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 2px;
	border-bottom-color: #EEE;
	border-bottom-color: var(--light);
	border-radius: 0 !important;
}
/* Mode Switcher
---------------------------------------------------------------------------- */
.mode-switcher {
	position: fixed;
	right: 36px;
	bottom: 80px;
	z-index: 299;
}
.mode-switcher .pts-text,
.mode-switcher .pts-switcher {
	display: block;
	overflow: hidden;
}
.mode-switcher .pts-text {
	font-size: 14px;
	margin-bottom: 4px; 
	text-transform: uppercase;
	font-weight: 600;
}
.mode-switcher .pts-text span.tlight,
.mode-switcher.pts-switch-active .pts-text span.tdark { display: none; }
.mode-switcher .pts-text span.tdark,
.mode-switcher.pts-switch-active .pts-text span.tlight { display: inline-block; }
body:not(.dark) #footer { background-color: #FFF; }
.dark .owl-carousel .owl-dots .owl-dot,
body:not(.dark) #copyrights { background-color: #EEE; background-color: var(--light); }
@media (min-width: 992px) {
	.slider-element .heading-block h2 {
		font-size: 3.4rem;
		line-height: 1.2;
	}
	.slider-element .article-info { max-width: 80% }
	.services-info {
		 position: absolute;
		 top: 0;
		 left: 30px;
		 z-index: 9;
		 text-align: left !important;
	}
	.fbox-desc h3 {
		font-size: 20px;
		font-weight: 400;
		color: #000;
	}
	.fbox-desc span { font-size: 14px; }
	.section-scroller .card {
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		margin-top: 0;
		margin-bottom: 14px;
	}
	.section-scroller .card h4 { font-size: 150%; }
	.section-scroller img {
		position: relative;
		z-index: 1;
	}
	.section-scroller:not(:hover) .slider-arrow-left-1,
	.section-scroller:not(:hover) .slider-arrow-right-1 { opacity: 0; }
	.circle-border {
		height: 400px;
		width: 400px;
	}
	.feature-content {
		top: -50px;
		left: -50px;
		width: 500px;
		height: 500px;
	}
	.circle-inner {
		min-width: 100px;
		min-height: 100px;
		padding: 10px;
	}
	.counter { font-size: 28px; }
	.counter + h5 { font-size: 13px; }
	.section-about:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
		background-color: transparent;
	    background-image: url('images/dots-1.png');
		background-image: var(--section-about-bg);
		background-repeat: no-repeat;
		background-position: top right;
	    transform:  rotate(-180deg);
	    background-size: 40%;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}
	.dark .section-about:before {
		opacity: 1;
		background: #222;
		background: var(--dark);
	}
}
/* ---------------------------------------------------------------------------
	Slider Height
---------------------------------------------------------------------------- */
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
	height: auto !important;
	height: var(--slider-height-lg) !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-md) !important;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-sm) !important;
	}
}
@media (max-width: 575.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-xs) !important;
	}
}
.dark a { color: #EEE; color: var(--light); }
.dark svg { fill: #EEE; fill:var(--light); }
.dark .section-features .card {
	background-color: #111;
	background-color: var(--fulldark);
	box-shadow: 0 0 20px rgba(255,255,255,0.02);
}
.dark .section-scroller .card {
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255,255,255,0.03);;
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0;
	margin-top: -20px;
}
.dark .swiper-container-horizontal>.swiper-scrollbar { background-color: rgba(255,255,255,0.1); }
.dark .circle-inner {
	background: #EEE;
	background: var(--light);
	box-shadow: none;
}
.dark .circle-border { border-color: rgba(255, 255, 255, 0.1); }
.iportfolio .portfolio-image .flex-prev,
.iportfolio .portfolio-image .flex-next,
.product-cart,
.product-quickview {
	opacity: 0;
	background-color: #FFF;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, .07) !important;
	text-align: center;
	margin: -17px 8px 0;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s,-webkit-transform .6s;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}
.product-cart,
.product-quickview {
	position: absolute;
	top: 25px;
	right: 0px;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
.iportfolio .portfolio-image .flex-next {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
.iportfolio:hover .portfolio-image .flex-prev,
.iportfolio:hover .portfolio-image .flex-next,
.iportfolio:hover .product-cart,
.iportfolio:hover .product-quickview {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.iportfolio .portfolio-image .flex-prev i,
.iportfolio .portfolio-image .flex-next i,
.product-cart i,
.product-quickview i {
	color: #444;
	text-shadow: none;
	width: auto;
	height: auto;
	line-height: 33px;
	margin-left: -2px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product-cart i,
.product-quickview i {
	font-size: 14px;
	margin-left: 1px;
}
.iportfolio .portfolio-image .flex-next i { margin-left: 2px; }
.iportfolio .portfolio-image .flex-prev:hover,
.iportfolio .portfolio-image .flex-next:hover { background-color: #FFF !important; }
.sale-flash {
	background-color: #454545;
	color: #FFF;
	border-radius: 50%;
	min-height: 60px;
	min-width: 60px;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	text-transform: uppercase;
}
.portfolio-desc {
	position: relative;
	font-family: 'Montserrat';
}
.portfolio-desc h3 a {
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.portfolio-desc span a {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	margin-top: 0;
}
.portfolio-desc .item-price {
	position: absolute;
	bottom: 0;
	right: 5px;
	float: right;
	text-align: right;
}
.portfolio-desc .item-price span {
	font-weight: 400;
	font-size: 15px;
	color: #444;
	margin-bottom: 3px;
}
.portfolio-desc .item-price del { color: #AAA; }
.rating-stars i { color: #CCC; }
.pagination .page-link{
	color: #111;
}
.cart-product-price, .cart-product-quantity, .cart-product-subtotal {
    text-align: left !important;
}
.displayAddressUL {
    list-style-type: none;
    padding: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    vertical-align: top;
}
.checkout-prev-name{ max-width: 175px; }
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}

.single-product .product-price {
    font-size: 13px!important;
    line-height: 19px!important;
}
.product-price small,
.product-price del {
    color: #888;
    font-size: 13px!important;
    line-height: 19px!important;
}
.product-price ins {
    text-rendering: optimizeLegibility;
    font-size: 17px!important;
    line-height: 1.255!important;
}
.product-price p small,
.product-price p small mark{
	color: #888;
    font-style: italic;
}


.product-trust-badges{
	text-align: left;
}
.product-trust-badges .trust-icon-block{
	text-align: center;
}
.product-trust-badges .trust-title{
	display: block;
    font-size: 13px;
    margin-top: 3px;
}
.product-trust-badges em{
	font-size: 22px;
    clear: both;
    background-color: #f7f7f7;
    border-radius: 100%;
    padding: 2px;
    width: 36px;
    height: 36px;
    color: #e47924;
}
.product-trust-badges .trust-icon-block a{
	cursor: pointer;
}

.searchResultHintTxt {
    position: relative;
    float: right;
    margin-bottom: 0;
    height: 44px;
}
.searchResultHintTxt span {
    background-color: rgba(0,0,0,0.15);
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 2px;
    padding: 0 10px;
    color: #FFF;
    font-size: 13px;
    border-radius: 14px;
}

.newsletterSignup .error.form-error{
	position: absolute;
	bottom: -25px;
}

.myaccountIcon{
	font-size: 50px;
    color: #3d73f4;
}
.myaccountShortCuts [class*=shadow] {
    transition: all .2s ease;
}
.myaccountShortCuts .hover-translate-y-n10:hover, 
.myaccountShortCuts .translate-y-n10 {
    transform: translateY(-10px)!important;
}
.myaccountShortCuts .hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}

.pagination .page-item > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}
.pagination .page-item.disabled > a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination .page-item:first-child > a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination .page-item:last-child > a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


.order-detail-block .deliver-status-step-bar {
    margin-top: 25px;
    background: #eee;
    display: inline-block;
    border-radius: 25px;
    list-style: none;
    width: 100%;
}
.order-detail-block .deliver-status-step-bar li {
    float: left;
    width: 25%;
    height: 20px;
    background: #eee;
    text-align: center;
    font-size: 12px;
    list-style: none;
}
.order-detail-block .deliver-status-step-bar li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.order-detail-block .deliver-status-step-bar li:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.order-detail-block .deliver-status-step-bar .step-active {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.order-detail-block .deliver-status-step-bar .step-done {
    background: #83c44e;
}

.order-detail-block .deliver-status-step-bar .step-name {
    height: 20px;
    color: #424242;
}
.order-detail-block .deliver-status-step-bar .step-done .step-name {
    color: #fff;
}

.order-detail-block .deliver-status-step-bar .step-time {
    display: none;
    color: #757575;
    margin-top: 20px;
}
.order-detail-block .deliver-status-step-bar .step-done .step-time {
    display: block;
}