/*  

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

h2,
h3 {
	font-size: 17px;
	line-height: 20px;
	color: #00749E;
	margin: 0;
	padding: 0;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 18px;
	color: #312E2E;
	font-weight: 700;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 19px;
	color: #00749E;
	font-weight: 700;
}

a:link,
a:visited,
a:active {
	color: #00749E;
	text-decoration: none;
	font-size: 11pt;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Rounded corners */
button,
input[type="submit"],
input[type="button"],
.gallery-item,
.entry,
#sidebar,
.item-layout5 {
	border-radius: 4px;
}

/* End of Rounded corners */


/* Rest of your styles */
/* ... */

#aboveheader {
	width: auto;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/stripe.png);
}

#header {
	width: 980px;
	height: 69px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#header h1.blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #00749E;
	font-size: 30px;
	margin: 0;
	padding: 6px 3px 3px;
}

#header p.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 2px;
	padding: 0;
}

#top {
	background-color: #fff;
	background-image: url(images/topbck.gif);
	background-repeat: repeat-x;
	height: 34px;
}


#ddnav {
	background-color: #312e2e;
	height: 35px;
	margin: 0;
	padding: 0;
}

#nav {
	height: 25px;
	width: 980px;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 0 0;
}

ul.nav {
	height: 25px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	list-style: none;
	font-size: 11px;
	text-transform: inherit;
	margin: 0;
	padding: 0;
}

ul.nav li {
	display: inline-block;
	list-style-type: none;
	border-right: 2px solid #312e2e;
	margin: 0;
	padding: 0;
}


ul.nav li a,
ul.nav li a:link,
ul.nav li a:visited {
	background: url(images/navsilver.gif) repeat-x;
	color: #818181;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	/* Add this line */
}

ul.nav li a:hover,
ul.nav li a:active {
	background: url(images/navblue.gif) repeat-x;
	color: #205387;
	text-decoration: none;
	border-radius: 4px;
	/* Add this line */
}

ul.nav li.current_page_item a {
	text-decoration: none;
	background: url(images/navblue.gif) repeat-x;
	color: #fff;
	border-radius: 4px;
	/* Add this line */
}

ul.nav li ul {
	float: left;
	margin: 0;
	padding: 0;
}

#main {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Added by mrrobot */
.breadcrumb {
	margin-bottom: 10px;
	font-size: 12px;
}
.breadcrumb a:link {
	font-size: 11pt;
	
}
    .wp-block-separator {
	  margin: 18px 0 18px;
	
	
}
    .collapsible {
      background-color: #f1f1f1;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
	  margin: 3px 0 7px;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
    }

    .active,
    .collapsible:hover {
      background-color: #ccc;
    }

    .content {
      padding: 0 18px;
      display: none;
      overflow: hidden;
      background-color: #f1f1f1;
      transition: max-height 0.2s ease-out;
    }
#comparison-container .laptop-table-wrapper tr > td:first-child,
#comparison-container .laptop-table-wrapper tr > th:first-child {
  font-weight: bold;
	 width: 10%;
}

#comparison-container .laptop-table-wrapper th {
  width: 20%; /* Make sure each column has equal width */
}

#comparison-container .laptop-table-wrapper th:not(:first-child) {
  font-size: 1.1em;
  white-space: nowrap; /* Prevent long laptop names from wrapping to the next line */
  overflow: hidden;
  text-overflow: ellipsis; /* Show ellipsis (...) when the laptop name is too long */
  max-width: 100px; /* Limit the width for the laptop name */
  margin: 0 auto;
  padding-top: 10px;
}
#comparison-container .laptop-table-wrapper th:not(:first-child):nth-child(n+2),
#comparison-container .laptop-table-wrapper td:not(:first-child):nth-child(n+2) {
  width: 150px; /* Set the desired width for the columns */
}

#comparison-container .laptop-table-wrapper {
  font-family: Arial, sans-serif;
  margin-bottom: 13px;
}

#comparison-container .laptop-table-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 10px; /* Set the desired border-radius */
  overflow: hidden;
}

/* Top left and top right corner */
#comparison-container .laptop-table-wrapper th:first-child,
#comparison-container .laptop-table-wrapper th:last-child {
  border-radius: 10px 0 0 0;
}

#comparison-container .laptop-table-wrapper th:last-child {
  border-radius: 0 10px 0 0;
}

/* Bottom left and bottom right corner */
#comparison-container .laptop-table-wrapper tr:last-child td:first-child {
  border-radius: 0 0 10px 0;
}

#comparison-container .laptop-table-wrapper tr:last-child td:last-child {
  border-radius: 0 0 0 10px;
}


#comparison-container .laptop-table-wrapper th,
#comparison-container .laptop-table-wrapper td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

#comparison-container .laptop-table-wrapper th {
  background-color: #f6f6f6;
  font-weight: bold;
}

#comparison-container .laptop-table-wrapper tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

#comparison-container .laptop-table-wrapper tbody tr:hover {
  background-color: #ddd;
}

#comparison-container .laptop-table-wrapper img {
  width: 150px;
  height: 105px; /* Set both width and height to the same value */
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

#coolcolours {
  display: flex;
  justify-content: center;
}

#coolcolours img {
    max-width: 100%;
    height: auto;
    margin: 0 0 12px 10px;
    border-radius: 10px;
    border: 2px #cfcfcf;
}


#contentpost h3 {

    font-size: 15px;
	font-weight: bold;
	padding: 0.25em 0.375em;
	background-image: linear-gradient(to right, #e6e6e6, #cccccc);
	border-radius: 6px;

}
.custom-excerpt {
    position: relative;
}

.custom-excerpt img {
    float: left;
	height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Clear float */
.custom-excerpt::after {
    content: "";
    display: table;
    clear: both;
}


.hero {
	border: 2px solid #E5E5E5;
	/* Adjust the color, width, and style of the border as needed */
	padding: 20px;
	/* Add padding inside the border for better appearance */
	margin-bottom: 20px;
	/* Add whitespace underneath the hero div */
	background-image: url(images/laptopssale1.png);
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-text {
	max-width: 800px;
}

.hero-text h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 20px;
}

.hero-text p {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 30px;
}

.hero-button {
	display: inline-block;
	background-color: #E5E5E5;
	color: #ffffff;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
}

.hero-button:hover {
	background-color: #3a7bbf;
}

/* Featured products section */
#featured-products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
}

.product {
	flex: 1 0 calc(25% - 20px);
	/* Adjust the percentage for the number of products per row you'd like */
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	text-align: center;
	min-width: 200px;
	/* Optional: set a minimum width for the product cards */
}

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

.product h3 {
	font-size: 20px;
	margin: 10px 0;
}

.button {
	display: inline-block;
	background-color: #6666;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

.button:hover {
	background-color: #1a4669;
	color: #fff;
}

.slideshow {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.slide {
	display: none;
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	/* Customize the gradient colors to match your site's theme */
	background-image: linear-gradient(to right, #205387, #312e2e);
	color: white;
}

h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}


img {
	max-width: 100%;
	height: 62px;
}


.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	user-select: none;
	transform: translateY(-50%);
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}
figure.wp-block-image.alignright.size-full.is-resized {
  border: 3px solid #ccc; /* Change the border thickness to 3px */
  padding: 4px; /* Add spacing between the border and the content */
  border-radius: 4px; /* Add curved corners with a 10px radius */
}
.prevnext {
    width: 100%;
    overflow: hidden; /* add clearfix in case the floats are collapsing */
}
.prevnext a:link {
	font-size: 10pt;
	
}
.prev-post {
    float: left;
	margin-left: 7px; 
}

.next-post {
    float: right;
	
}


/* End by mrrobot */
#content {
	float: right;
	width: 610px;
	margin: 0;
	padding: 0;
}

.entry {
	float: left;
	width: 604px;
	border: 1px solid #dadada;
	background: #fff url(images/box.gif) repeat-x left top;
	margin: 0 0 10px;
	padding: 10px;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 19px;
	color: #00749E;
	font-weight: 700;
	border-bottom: #eee 1px solid;
	margin: 0 0 5px;
	padding: 0;
}

.entry h1 a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
	color: #00749E;
	font-weight: 700;
	margin: 0 0 5px;
	padding: 0;
}

.entry h2 {
	border-bottom: 1px solid #EEEEEE;
	color: #00749E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 0;
}

.entry img {
	padding: 4px;
	margin-top: 2px;
	border: 1px solid #E5E5E5;
}

#contentpost {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

.entrypost {
	float: left;
	width: 100%;
	border: 1px solid #dadada;
	background: #fff url(images/box.gif) repeat-x left top;
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 8px;
}

.entrypost h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 19px;
	color: #00749E;
	font-weight: 700;
	border-bottom: #eee 1px solid;
	margin: 0 0 5px;
	padding: 0;
}

.entrypost h1 a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
	color: #00749E;
	font-weight: 700;
	margin: 0 0 5px;
	padding: 0;
}

.entrypost h2 {
	border-bottom: 1px solid #EEEEEE;
	color: #00749E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 0;
}

.entrypost p {
	font-size: 16px;
}
.entrypost a:link,
.entrypost a:visited,
.entrypost a:active {
	color: #00749E;
	text-decoration: none;
	font-size: 11pt;
}

.entrypost a:hover {
	color: #000;
	text-decoration: underline;
}
strong {
	font-size: 15px;
	font-weight: bold;
	padding: 0.15em 2.375em;
	background-image: linear-gradient(to right, #e6e6e6, #cccccc);
	border-radius: 6px;
}

/* Laptop gallery */

#laptopgallery {
	float: left;
	width: 330px;
	margin: 0 0 0px;
	padding: 0px 0 0 0px;
}

/* Gallery */
.gallery {
	width: 104%;
	max-width: 459px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 9px 9px 9px 9px;
	overflow: hidden;
}



.divider {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
}

.divider2 {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
}

/* search form */

/*#searchform #s{
	background: #ffffff url(/images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 250px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
/*#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/*Search box from affstore*/
form {
	margin: 0px;
	padding: 0px;
}

#search {
	position: relative;
	float: right;
	width: 420px;
	height: 42px;
	top: 15px;
	right: 100px;
}

#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
}

.searchButton {
	position: relative;
	float: right;
	background-color: #006699;
	border: none;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	padding: 0px;
	width: 100px;
	height: 40px;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.searchButton:hover {
	background-repeat: no-repeat;
	cursor: pointer;
}

#searchbox {
	border: 1px solid #666666;
	width: 300px;
	height: 20px;
	padding: 10px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
}



#navigation ul {

	text-align: left;

	font-size: 12px;

	float: left;

	padding-left: 5px;

	list-style-type: none;

	list-style-image: none;

	background-color: #ffffff;

}



#navigation li {

	display: inline;

	padding-left: 3px;

	padding-right: 3px;

}



#navigation a {

	color: #0000cc;

	text-decoration: underline;
}

a img {

	border: 1px;

	border-color: #005c95;

}



#sidebar {
	float: left;
	width: 330px;
	border: 1px solid #dadada;
	background: #fff url(images/box.gif) repeat-x left top;
	margin: 0 0 10px;
	padding: 10px;
}

.rsidebar {
	float: left;
	width: 165px;
}

.rsidebar h2 {
	font-size: 16px;
	border-bottom: #eee 1px solid;
	margin: 0 0 5px;
	padding: 0;
}

.rsidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rsidebar ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.rsidebar ul li ul {
	list-style-type: square;
	margin: 0;
	padding: 0 3px;
}

.rsidebar ul li ul li {
	list-style-type: none;
	background: transparent url(images/li.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0 0 1px 20px;
}

.rsidebar2 {
	float: left;
	width: 165px;
}

.rsidebar2 h2 {
	font-size: 16px;
	border-bottom: #eee 1px solid;
	margin: 0 0 5px;
	padding: 0;
}

.rsidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rsidebar2 ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.rsidebar2 ul li ul {
	list-style-type: square;
	margin: 0;
	padding: 0 3px;
}

.rsidebar2 ul li ul li {
	list-style-type: none;
	background: transparent url(images/li.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0 0 5px 20px;
}

.navigation {
	width: 600px;
	float: left;
	color: #666;
}

.alignright {
	float: right;
	margin-top: 10px;
}

.alignleft {
	float: left;
	margin-top: 10px;
}

.postmetadata {
	border-top: 1px #eee solid;
	font-size: 10px;
	margin: 0;
	padding: 5px;
}

#footer {
	background-image: url(images/footerbck.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 24px;
	margin: 0;
	padding: 0;
}

#footerbox {
	color: #fff;
	background-color: #312e2e;
	height: 30px;
	line-height: 30px !important;
	margin: 0;
	padding: 0;
}

.footer {
	width: 980px;
	color: #fff;
	height: 30px;
	line-height: 30px !important;
	margin: 0 auto;
	padding: 0;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
	border: none;
}

.footer a:link,
.footer a:active,
.footer a:visited {
	text-decoration: underline;
	color: #25aacd;
	border: none;
}

/* GALLERY CAROUSEL*/


.large-image {
	margin-bottom: 20px;
}

.large-image img {
	width: 100%;
	height: auto;
	border: 2px solid #ddd;
}

.carousel {
	width: 100%;
	position: relative;
}
/* Hide all carousel images except the first one on mobile devices */
@media (max-width: 767px) {
  .carousel-container .carousel img:not(:nth-of-type(1)) {
    display: none !important;
  }
}




.carousel-container .carousel img {
	width: 53px !important;
	/* Adjust the thumbnail size */
	height: auto;
	cursor: pointer;
	margin: 0 6px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.carousel img:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #333;
	cursor: pointer;
	z-index: 1;
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -40px;
}

.slick-prev:hover,
.slick-next:hover {
	color: #111;
}

.gallerydiv {
	display: flex;
	float: right;
	flex: 1;
    margin-right: 10px; /* Adjust the spacing between the gallery and the shortcode output */
	margin-bottom: 16px;
}
.content-wrapper {
    width: 477px;
    float: right;
	margin: 0 0 0 11px;
}
.afx-wrapper {
  display: block;
}

.afx-wrappervid {
  display: block;
  clear: both;
  width: 97%;
  padding-top: 13px; /* Adjust the space between the shortcodes as needed */
}
.afx-wrappervid h3 {
	font-size: 16px;
	line-height: 20px;
	color: #00749E;
	margin-bottom: 9px;
	padding: 0;
	
}

.text-content {
  margin-right: 480px; /* Adjust this value based on the width of the gallery and shortcode output */
}

.adblock {
	flex: 0 0 369px;
	/* Adjust the width of the adblock as needed */
	margin-left: 20px;
	/* Space between the gallery and adblock */
	background-color: #f5f5f5;
	/* You can change the background color of the adblock */
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.adblock a {
	display: block;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
}

.adblock a:hover {
	color: #007bff;
}

/* GALLERY CAROUSEL end */