@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Michroma&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:root.theme1 {
  --one: #619258;
  --two: #55433b;
  --three: #bda79eff;
  --four: #95c88a;
  --five: #f8a888ff;
}
:root.dark {
  background: rgba(25, 25, 25, 0.998);
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
  scroll-behavior: smooth;
}
body {
  color: #191919;
  font-family: "Host Grotesk", sans-serif;
  font-size: 1.1em;
  font-weight: 200;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  font-family: "Michroma", sans-serif;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #65bcff;
}
a:hover {
  color: #000;
}
a:focus,
select:focus,
input:focus {
  outline: 0 none;
}
img {
  height: auto;
  max-width: 100%;
}
.mobile,
.hidden,
.tablet {
  display: none;
}
/* ================================ TEXT, WEIGHTS, SIZES ==================================== */
.uc {
  text-transform: uppercase;
}
#menu-item-237 a {
  display: none;
}
.cap {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.textR {
  text-align: right;
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.f33 {
  font-size: 33px;
}
.f34 {
  font-size: 34px;
}
.f35 {
  font-size: 35px;
}
.f36 {
  font-size: 36px;
}
.f37 {
  font-size: 37px;
}
.f38 {
  font-size: 38px;
}
.f39 {
  font-size: 39px;
}
.f40 {
  font-size: 40px;
}
.f41 {
  font-size: 41px;
}
.f42 {
  font-size: 42px;
}
.f43 {
  font-size: 43px;
}
.f44 {
  font-size: 44px;
}
.f45 {
  font-size: 45px;
}
.f46 {
  font-size: 46px;
}
.f47 {
  font-size: 47px;
}
.f48 {
  font-size: 48px;
}
.f49 {
  font-size: 49px;
}
.f50 {
  font-size: 50px;
}
/* ================================ COLORS ==================================== */
.white {
  color: #fff;
}

/* ================================ COLUMNS ==================================== */
.col5 {
  width: 5%;
}
.col8 {
  width: 12.5%;
}
.col10 {
  width: 10%;
}
.col11 {
  width: 11.111111%;
}
.col15 {
  width: 15%;
}
.col20 {
  width: 20%;
}
.col25 {
  width: 25%;
}
.col30 {
  width: 30%;
}
.col33 {
  width: 33.3333333333%;
}
.col35 {
  width: 35%;
}
.col40 {
  width: 40%;
}
.col45 {
  width: 45%;
}
.col50 {
  width: 50%;
}
.col55 {
  width: 55%;
}
.col60 {
  width: 60%;
}
.col65 {
  width: 65%;
}
.col70 {
  width: 70%;
}
.col75 {
  width: 75%;
}
.col80 {
  width: 80%;
}
.col85 {
  width: 85%;
}
.col90 {
  width: 90%;
}
.col95 {
  width: 95%;
}
.col100 {
  width: 100%;
}
/* ================================ POSITIONS ==================================== */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
/* ================================ DISPLAYS ==================================== */
.block {
  display: block;
}
.iBlock {
  display: inline-block;
}
.horizontal,
.flex {
  display: flex;
}
.alignC {
  align-items: center;
}
.alignE {
  align-items: end;
}
.alignS {
  align-items: start;
}
.justS {
  justify-content: start;
}
.justC {
  justify-content: center;
}
.justE {
  justify-content: end;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}

/* ================================ HEIGHTS ==================================== */
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
/* ================================ PADDINGS AND MARGINS ==================================== */
.auto {
  margin: auto;
}
.p7 {
  padding: 7px;
}
.p10 {
  padding: 10px;
}
.p0-15 {
  padding: 0 15px;
}
.p5-15 {
  padding: 5px 15px;
}
.p7-15 {
  padding: 7px 15px;
}
.p10-15 {
  padding: 10px 15px;
}
.auto {
  margin: auto;
}
.mr7 {
  margin-right: 7px;
}
.mr10 {
  margin-right: 10px;
}
/* ================================ DISPLAYS ==================================== */
.site {
  width: 99%;
}
/* ================================ CUSTOM CSS ==================================== */
.aPage {
  margin-top: 0;
}
.topBVar {
  width: 100%;
  top: -60px;
  background: #4d4d4d;
  height: 50px;
  z-index: 9999;
  transition: top 0.8s ease-in;
  padding: 0 15px;
}
#socialLinksTop img {
  max-width: 25px;
  margin: 0 10px;
  display: block;
}
.topBVar.show {
  top: 0;
}
.custom-logo {
  max-width: 160px !important;
  border-radius: 100%;
  border: 2px solid #65bcff;
  transition: all 0.5s;
  transform: scale(0);
}
.custom-logo.show {
  transform: scale(1);
}
.custom-logo.small {
  max-width: 130px !important;
}
.topBVar .topIcon {
  max-width: 33px;
}
.logoWrap {
  top: -40px;
  left: 22%;
}
.h120 {
  height: 120px;
}
#mainmenu {
  width: 70%;
  margin: auto;
  padding: 15px;
  background: #000;
  border-radius: 100px;
  border: 2px solid #65bcff;
  transition: all 0.2s;
}
#mainmenu.show {
  padding: 15px;
  width: 50%;
}
#mainmenu.small {
  padding: 15px;
  width: 55%;
}
.logo {
  width: 12%;
  text-align: center;
  left: 44%;
  top: -45px;
  transition: all 0.2s;
}
.logo.show {
  top: -12px;
}
.logo.small {
  top: -35px;
}
#menu-user {
  justify-content: flex-end;
}
#menu-user li {
  min-width: 100px;
}
#header {
  width: 100%;
  padding: 0 15px;
  z-index: 9999;
  top: -90px;
  transition: all 0.5s;
}
#header.show {
  top: 50px;
}
#header.small {
  top: 36px;
}
.page-title {
  margin-bottom: 30px;
  color: #65bcff;
}
#frontWeImg {
  overflow: hidden;
  position: relative;
  opacity: 0;
  right: -200px;
}
.xoo-wsc-markup .xoo-wsc-basket {
  display: none !important;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
  justify-content: space-between;
  flex-flow: row-reverse;
  width: auto;
}
.xoo-wsc-sc-bkcont {
  right: 10px;
}
.xoo-wsc-sc-bki {
  font-size: 28px;
  color: #fff;
}
.xoo-wsc-sc-cont {
  color: #fff;
}
#socialLinksTop {
  padding-right: 3%;
}
#menu-user a {
  color: #fff;
}
#menu-user a:hover {
  color: #222;
}
#menu-main li {
  flex: 1;
  text-align: center;
}
#menu-item-237 a {
  color: #000;
}
#menu-main a {
  font-weight: 400;
  color: #65bcff;
}
#menu-main a:hover {
  color: #e17144;
}
#frontSliderRow {
  background: #000;
}
#introTitle {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  bottom: 20%;
  z-index: 999 !important;
  width: 50%;
  text-align: center;
  left: 25%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: none;
}
#introTitle h3 {
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 10;
  color: #fff;
}
#introTitle h1 {
  font-weight: 900;
  font-size: 45px;
  color: #65bcff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#introTitle h4 {
  font-weight: 200;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
}
#whatWe h3 {
  font-weight: 200;
  font-size: 27px;
  margin-bottom: 8px;
}
#whatWe h2 {
  font-size: 50px;
  font-weight: 800;
  color: #65bcff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#whatWe p {
  margin-bottom: 40px;
}
.step {
  opacity: 0;
}
#frontWeImg {
  overflow: hidden;
}
#frontWeImg img {
  transition: all 0.4s;
}
#frontWeImg img:hover {
  transform: scale(1.3);
}
#aboutScott {
  position: relative;
  top: 362px;
  opacity: 0;
}
#aboutScott h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}
#aboutScott h4 {
  color: #fff;
  text-align: center;
}
#aboutScott h3 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}
#aboutScott h2 {
  font-weight: 900;
  color: #65bcff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
}
#aboutScott p {
  color: #fff;
  margin-bottom: 30px;
}
.frntImg img {
  max-height: 590px;
}
.frntImg {
  overflow: hidden;
}
.frntImg img {
  transition: all 0.4s ease-in-out;
}
.frntImg img:hover {
  transform: scale(1.2);
}
.imgDetail {
  bottom: 60px;
  padding: 12px 0 12px 10px;
  background: #000;
  width: 90%;
  border-radius: 0 50px 50px 0;
  opacity: 0;
}
.imgDetail h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #65bcff;
}
.imgDetail p {
  color: #fff;
}
.button {
  padding: 8px 25px;
  background: #65bcff;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
}
.button:hover {
  background: #000;
  color: #fff;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  height: 36px;
  background: #333;
  color: #65bcff;
  padding: 5px;
  border: 1px solid #65bcff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  background: #65bcff;
  border-radius: 50px;
  color: #222;
  padding: 11px 40px;
}
.woocommerce ul.products li.product .button:hover {
  background: #000;
  color: #65bcff;
}
#frontLeftImg img {
  border-radius: 0 10px 10px 0;
}
#frontRightImg img {
  border-radius: 10px 0 0 10px;
}
#frontCenterImg img {
  border-radius: 10px;
  opacity: 0;
}
#block1 {
  position: absolute;
  height: 450px;
  width: 402px;
  border: 2px solid #6c6c6c;
  z-index: 5;
  top: -35px;
  right: 120px;
  animation: floatRandom 15s ease-in-out infinite alternate;
}
@keyframes floatRandom {
  0% {
    transform: translate(0px, 0px);
    height: 300px;
  }
  20% {
    transform: translate(10px, -23px);
    height: 480px;
  }
  40% {
    transform: translate(-14px, 25px);
    height: 430px;
  }
  60% {
    transform: translate(13px, -15px);
    height: 490px;
  }
  80% {
    transform: translate(-12px, 14px);
    height: 440px;
  }
  100% {
    transform: translate(-11px, -41px);
    height: 630px;
  }
}
#addValue h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: #65bcffff;
  text-transform: uppercase;
  font-weight: 900;
}
#addValue {
  padding: 42px 50px;
}
#aboutArtist h1 {
  color: #65bcff;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
}
.aboutImg {
  overflow: hidden;
}
.aboutImg img:hover {
  transform: scale(1.2);
}
.aboutImg img {
  transition: all 0.2s;
}
.step h3 {
  color: var(--one);
  text-align: center;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 300;
}
.step p {
  color: #fff;
  text-align: center;
}
#whatTitle h1 {
  font-size: 50px;
  color: #65bcff;
  text-align: center;
  margin-bottom: 20px;
}
#galleryTitle h1 {
  font-size: 40px;
  color: #fff;
}
#theArtist h3 {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}
#whatSlider p {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  background: #65bcff;
  padding: 10px;
  border-radius: 5px;
  font-family: "Michroma", sans-serif;
}
#whatSlider img {
  opacity: 0;
}
.step h3 {
  color: #65bcff;
  text-align: center;
  margin-bottom: 19px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.step p {
  color: #fff;
  text-align: center;
}
#whatTitle h3 {
  font-weight: 300;
  line-height: 1.8;
}
#faq h3 {
  margin-bottom: 47px !important;
  font-size: 38px;
  text-transform: uppercase;
  color: #65bcff;
}
.address {
  margin-left: 38px;
}
.toTheTop {
  border-radius: 100%;
  cursor: pointer;
  background: #65bcff;
  z-index: 999;
  right: 5%;
  bottom: 34%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#botAddress img {
  margin-right: 15px;
}
#footerRow li {
  margin-bottom: 10px;
}
#botAddress li {
  display: flex;
  color: #fff;
  align-items: center;
}
#botAddress .email img {
  height: 20px;
}
#botAddress img {
  margin-right: 15px;
  max-height: 33px;
  max-width: 25px;
}
#botAddress .email {
  margin-bottom: 10px;
}
#footerRow a {
  color: #fff;
}
#footerRow a:hover {
  color: #e17144;
}
.menu-footer-three-container {
  margin-bottom: 15px;
}
#socialLinks img {
  max-width: 30px;
  margin-right: 20px;
}
.single-product {
  margin: 50px 0;
}
.postContent {
  margin: 160px 0 50px;
  width: 100%;
}
.videoDescription h3 {
  color: #fff;
  margin-bottom: 10px;
}
.videoDescription {
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  width: 80%;
  padding: 10px;
  bottom: 60%;
}
.videoDescription p {
  color: #fff;
}
.postContent h1 {
  color: #65bcff;
}
.woocommerce .quantity .qty {
  height: 40px;
}
.woocommerce div.product form.cart .button {
  background: #000;
}
.woocommerce div.product form.cart .button:hover {
  background: #65bcff;
}
.botLogo .custom-logo.show {
  max-width: 262px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  min-width: 220px;
}
.related.products h2 {
  margin-bottom: 30px;
}
#tab-description h2 {
  margin-bottom: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
  font-size: 1.25em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000;
}
#contactTitle h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
.single-product .price {
  text-align: center;
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 25px;
}
.wp-block-woocommerce-empty-cart-block h2 {
  margin-bottom: 21px;
}
.product_meta {
  text-align: left;
}
.related.products {
  padding: 10px;
  background: #f7f7f7;
  border-radius: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #000;
  color: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.wpcf7-text {
  height: 36px;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.wpcf7-textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.wpcf7-submit {
  border-radius: 50px;
  width: 110px;
  padding: 10px;
  border: none;
  background: #65bcffff;
  color: #fff;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #000;
}
#contactLeft h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
  color: #65bcff;
}
/* =============================== SHOP PAGE ====================================== */

#shopPage .contentWrap {
  padding: 200px 0 100px;
}
.product {
  text-align: center;
}
.product img {
  border-radius: 5px;
}

/* =============================== FOOTER ====================================== */
footer h4 {
  color: #65bcffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
.putMargin {
  margin-bottom: 20px;
}
footer {
  padding: 90px 0;
  background: #343434;
}
#legalNotice {
  background: rgb(0, 0, 0);
}
#legalNotice a {
  color: #65bcffff;
}
#footOne .colWrap:first-child {
  margin-bottom: 30px;
}
#legalNotice p {
  color: #fff;
  margin-bottom: 10px;
}
/*====================================================================================================================
  RESPONSIVE CODE FOR MOBILE PHONES TABLETS AND DESKTOPS 
                      MOBILE IS FIRST
  ==================================================================================================================*/

/*=============================================================
  MOBILE PHONES
  =============================================================*/
@media screen and (min-width: 300px) and (max-width: 760px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .flex {
    flex-flow: column;
  }
  .topBVar .rowWrap,
  #mainmenu,
  .topBVar {
    display: none;
  }	
	#whatWe {
  text-align: center;
}
	#menu-mobile li {
  line-height: 2.2;
}
  .mobileTopBar {
    top: 0;
    background: #444;
    width: 100%;
    z-index: 999;
  }
  .topIcon {
    max-width: 28px !important;
  }
  .col70 {
    width: 100%;
  }
  .colm70 {
    width: 70%;
    min-height: 113px;
  }
  .colm30 {
    width: 30%;
  }
  #usermenu {
    position: absolute;
    top: 75px;
    width: calc(100vw);
  }
  #mainSlider video {
    min-height: 430px;
  }
  #mainSlider li {
    min-height: 400px;
  }
  #menu-user {
    justify-content: space-around;
  }
  .phone,
  .email {
    min-height: 34px;
    font-size: 15px;
  }
  .mobileM {
    width: calc(100vw);
    text-align: center;
    background: #000;
    padding: 7px;
    color: #fff;
    font-size: 14;
  }
  #header {
    display: none;
  }
  #frontSliderRow {
    margin-top: 35px;
    min-height: 370px;
    height: calc(60vh);
  }
  #frontWeImg,
  #frontCenterImg img {
    opacity: 1;
    right: 0;
  }
  #aboutScott {
    top: 0;
    opacity: 1;
  }
  .sow-slider-background-image {
    min-height: 282px;
    object-fit: cover;
  }
  #introTitle {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    bottom: 34%;
    z-index: 99;
    width: 98%;
    left: 1%;
    padding: 10px !important;
    display: block;
  }
	#introTitle h4 {
  font-weight: 200;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
}
  #introTitle h1 {
    font-size: 16px;
    line-height: 1.3;
  }
  .col60,
  .col25 {
    width: 96%;
  }
  .col30 {
    width: 100%;
  }
  .imgDetail {
    bottom: 20px;
    padding: 8px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
  }
  .imgDetail p {
    font-size: 15px;
  }
  .imgDetail h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .logo {
    width: 40%;
    left: 30%;
    top: 110px;
  }
  footer h4 {
    margin: 22px 0;
  }
  .custom-logo.small {
    max-width: 104px;
  }
  #header.small {
    top: 48px;
  }
  .custom-logo {
    max-width: 120px !important;
    transform: scale(1);
    margin: 5px 2px;
    width: 90%;
  }
  #menu-user-1 {
    justify-content: flex-start;
    width: calc(70vw);
    padding-left: 10px;
  }
  .mobile-menu-block {
    top: 140px;
    left: -100%;
    z-index: 9999;
    background: #000;
    width: 100%;
    padding: 14px;
    transition: left 0.2s ease-in-out;
	  text-align:center;
  }
  .mobile-menu-block.show {
    left: 0;
  }
  #menu-mobile a:hover {
    color: #fff;
  }
  footer {
    padding: 10px 0;
  }
  #aboutArtist h1 {
    font-size: 31px;
    line-height: 1.5;
    text-align: center;
  }
	#whatSlider img {
  opacity: 1;
}
	.step {
  opacity: 1;
}
  #galleryTitle h1,
  #contactTitle h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .botLogo {
    text-align: center;
  }
  .botLogo .custom-logo.show {
    max-width: 155px;
  }
}

/*=============================================================
  PHABLETS OR SMALL TABLETS
  =============================================================*/
@media screen and (min-width: 761px) and (max-width: 1279px) {
  body {
    font-size: 1em;
  }
  #header {
    width: 100%;
    padding: 0;
  }
  .custom-logo {
    max-width: 140px !important;
  }
  #mainmenu {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
  }
  #frontSliderRow {
    height: calc(65vh);
  }
  #introTitle {
    bottom: 35%;
    width: 96%;
    left: 2%;
  }
  #introTitle h1 {
    font-size: 38px;
  }
  .col60 {
    width: 96%;
  }
  #footerRow {
    width: 100%;
  }
  .address {
    margin-left: 21%;
  }
  .address {
    margin-left: 21%;
  }
  .logo {
    top: -11px;
  }
  .step {
    margin-bottom: 27px;
  }
  #header.small {
    top: 48px;
  }
  .logo.small {
    top: -4px;
  }
  .custom-logo.small {
    max-width: 110px;
  }
  .col70 {
    width: 98%;
  }
  #mainmenu.small {
    padding: 10px;
    width: 100%;
  }
}
/*=============================================================
  LAPTOPS
  =============================================================*/
@media screen and (min-width: 1280px) and (max-width: 1500px) {
  #mainmenu {
    width: 80%;
  }
  .custom-logo {
    max-width: 140px !important;
  }
	.imgDetail h4 {
  font-size: 16px;
}
  #mainmenu.small {
    width: 85%;
  }
  #header.small {
    top: 45px;
  }
  #introTitle {
    bottom: 30%;
    width: 80%;
    left: 10%;
  }
  .col60 {
    width: 80%;
  }
  .col70,
  #footerRow {
    width: 96%;
  }
  .frntImg img {
    max-height: 350px;
  }
  .imgDetail {
    bottom: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
  }
  #addValue h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
/*=============================================================
  FULL HD RESPONSIVE CODE
  =============================================================*/
@media screen and (min-width: 1501px) and (max-width: 2400px) {
}
