/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(all.min.css);


/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    color: #272727;
}

.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
}

h3 {
    font-size: 26px;
    line-height: 1.1;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    font-weight: 400;
	colour:#453525;
	line-height: 1.5em;
		margin-bottom: 0;
}

a {
    color: #367EAC;
	font-weight: 800;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color:#F80004;
	text-decoration: none;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: none;
    color: #212529;
}

.text-white {color:#DCDCDC}
.text-black {color:#272727}
.text-grey {color:#3E3E3E}


table, th, td {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.blackbg {
	padding:15px;
	background: #f3f3f3;
	color: #313131;

}

.btn_centered {
	display: block;
	margin: 0 auto;
}

.sale-heading {
	color: red;
}

.price-table td{
	font-size: 20px;
}


.headtel {
	display:block;
	margin:66px 0px 0px -80px;
	color:#0A0177;
	font-size:18px;
	
}

.form-qty {
	width:90px;
	background-color: lightsteelblue;
}

.form-voucher {
	width:190px;
}

.form-control {
    font-size: 15px;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 80px;
}

.section-heading > span {
    color: #222;
}

.section-heading > h2 {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.6px;
}

.blackbg {
	padding:15px;
	background: #E5E5E5;
	color: #313131;

}
.BasketBorderPrice .BasketBorderNone {color:black;}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_20 {
    padding: 20px 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

.pt_100	
	{padding-top: 100px;
}

/*BUTTONS*/
.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
	 background: #374355 none repeat scroll 0 0;
}

.btn:hover
 {
    color: #fff;
	background-color: #3e6093;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);
}

.btn-bordered {
   
    color: #444;
}

.content-area {
    z-index: 1;
}

.service-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
}



.text-decoration-line-through {
	text-decoration-line: line-through;
	color: grey;
}



/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-overlay::after {
    opacity: 0.35;
    z-index: -1;
}

.overlay-dark::after {
    background-color: rgba(16, 16, 45, 1);
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}


.bg-grey {
    background-color: #f4f4f4;
}

.bg-inherit {
    background: inherit !important;
}

.bg-overlay::after {
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #fff 0%, #e4e4e4 100%);
}

.breadcrumb-area.bg-overlay::after {
    background: linear-gradient(-45deg, #f4f4f4 0%, #e1e1e1 100%);
}
.breadcrumb-area2.bg-overlay::after {
    background: linear-gradient(-45deg, #f4f4f4 0%, #e1e1e1 100%);
}
.breadcrumb-slide.bg-overlay::after {
    background: linear-gradient(-45deg, #f4f4f4 0%, #e1e1e1 100%);
}

.background-tv.bg-overlay::after {
    background: linear-gradient(-45deg, #fff 0%, #fff 100%);
}



.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../../images/bg_5.jpg") no-repeat fixed center center / cover;
}

.breadcrumb-area2 {
    background: rgba(0, 0, 0, 0) url("../../images/bg_3.jpg") no-repeat fixed center center / cover;
}

.breadcrumb-slide {
    background: rgba(0, 0, 0, 0) url("../../images/large/jason-leung-507082-unsplash.jpg") no-repeat fixed center center / cover;
}

.background-tv {
    background: rgba(0, 0, 0, 0) url("../../images/family_tv.jpg") no-repeat fixed center center / contain;
}

.breadcrumb-area,.breadcrumb-slide {
    height: 376px;
    z-index: 1;
}

.breadcrumb-area2 {
    height: 376px;
    z-index: 1;
}

.breadcrumb-content {
	background:#E5E5E5;
	padding:15px;
	
}

.breadcrumb-content > h2 {
    display: inline-block;

    font-size: 40px;
    font-weight: 900;
    line-height: 1em;

}

.single-widget {
    margin-bottom: 35px;
}

.single-widget h5 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.widget-items li a.active {
    color: #7c4fe0;
}

.widget-items li a span {
    line-height: 1.4;
}

.post-widget .widget-items .post-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}




/*Post Widget*/
.post-thumb img {
    border: 1px solid #eee;
}

.widget-content a {
    font-weight: 500;
}


.post-content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}


.cart-single-list {
	border-bottom: 1px solid #A98AB1;
	margin-bottom: 16px;
}


/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #191919;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}

#scrollUp:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
header {
    position: relative;
    z-index: 999;
}

.navbar  {   
}

.navbar-nav {
    display: inline-block;
}

.navbar-nav.toggle {
    display: none;
}

.navbar-expand .navbar-nav.toggle .toggle-icon {
    font-size: 20px;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky .navbar-brand-regular {
    display: none;
}

.navbar-sticky .navbar-brand-sticky {
    display: inline;
}


.navbar-expand .navbar-nav .nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.navbar-expand .navbar-nav ul .nav-item {
    display: block;
}

.navbar-expand .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: #3e6093;
	
}

.navbar-expand.navbar-sticky .navbar-nav .nav-link,
.navbar-expand.navbar-light .navbar-nav .nav-link {
    color: #2c2e30;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9125rem;
    color: #2c2e30;
	background-color: inherit;
    padding: 0.625rem 1.25rem;
}

.dropdown .dropdown-menu {
    display: block;
    min-width: 14.375rem;
    margin: 0;
    padding: 0.625rem 0;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
	color: #c3c3c3;

}

.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.menu .items {
    width: calc(100% + 15px);
}

.menu .navbar-nav {
    line-height: 1;
}

.menu .dropdown .dropdown-menu {
    margin: 10px 0 15px 0;
    padding: 0 0 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    visibility: visible;
    opacity: 1;
}

.menu .dropdown .dropdown-menu.show {
    display: block;
}

.menu .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
}

.menu .nav-link {
    margin: 0 5px;
    padding: 10px 5px;
}

.menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    background: none;
    margin: 0 5px 16px;
    padding: 0;
	color: #B50003;

}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2e30;
	
}

.modal-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

.dialog-animated {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.dialog-animated {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.modal.fade.show .modal-dialog.dialog-animated {
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
}

.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    border: none;
    font-weight: 600;
    border-radius: 0;
}

.modal-header .icon-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.search-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.6px;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */

.cart-area {
    background: rgba(0, 0, 0, 0) url("../../img/welcome_bg2.jpg") no-repeat fixed center center / cover;
}


.cart-area {
    height: 400px;
    z-index: 1;
}

.banner-area {
	z-index: 1;
	display: block;
	background-color: black;
}
.message-area {
    height: 120px;
    z-index: 1;
}

.welcome-area {
    height: 900px;
    z-index: 1;
}

.service-area {
    z-index: 1;
}

.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.homepage-2 .welcome-area .cart-area .message-area .shape-bottom {
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
}
.homepage-2 .welcome-area .cart-area .message-area .shape-bottom svg {
    height: 100px;
    width: calc(118% + 1.3px);
	background: #BB0A0D;
}

.welcome-area {
    background: rgba(0, 0, 0, 0) url("../../img/welcome_bg2.jpg") no-repeat fixed center center / cover;
}

.homepage-2 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_2.png") no-repeat scroll center center / cover;
}

.homepage-3 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_3.jpg") no-repeat scroll center center / cover;
}

.homepage-4 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_4.jpg") no-repeat fixed center center / cover;
}

.family-tv {
	display:block;
	background: rgba(255, 255, 255, 0) url("../../images/large/diego-duarte-cereceda-766676-unsplash.jpg") no-repeat fixed center center / contain;
	opacity: 1;
	padding:25px;
	margin:0px  auto 0px auto;
	position: relative;

	
	
}

.preserve-block{
	display:block;
	margin:50px auto;
	background: #fff;
	padding:50px 25px;

}

.welcome-intro{
	display:block;
	background: #fff;
	padding:25px;

}

.welcome-intro h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.6px;

}

.welcome-intro p {
    font-size: 16px;
}



.footer-area .social-icons a {
    font-size: 22px;
}

.dark .footer-area .copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.blog .footer-area {
    background: #191919;
}

.blog .footer-area .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.single-promo {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.contact-info {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.contact-info h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: 0px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 160px;
    padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}
