@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: "RobotoMedium";
  src: url('fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: "RobotoBold";
  src: url('fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: "RobotoCBold";
  src: url('fonts/Roboto-Condensed-Bold.ttf');
}

@font-face {
  font-family: "RobotoCRegular";
  src: url('fonts/RobotoCondensed-Regular.ttf');
}

body { background: #fff; overflow-x: hidden !important; }
body.swal2-shown { overflow-x: hidden !important; }

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b5090; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2b5090; 
}

.roboto { font-family: 'Roboto' }
.robotomedium { font-family: 'RobotoMedium' }
.robotobold { font-family: 'RobotoBold' }
.robotocbold { font-family: 'RobotoCBold' }

body { font-family: 'Roboto'; color: #000; background: #f9f9f9; }
.btn-primary:not(.waitinglist-btn) {
  background: #2b5090;
  min-height: 51px;
  min-width: 180px;
  border-radius: 25px !important;
  border: none;
  padding: 15px;
}
#button-coupon, #button-login { border-radius: 0 !important; min-width: 0 }
.btn-default:not(.no-custom):not(.btn-number):not(#button-search) {
  min-height: 51px;
  min-width: 180px;
  border-radius: 25px !important;
  padding: 15px;
}
.btn-primary:hover { background-color: #1a3057; }
body:not(.cke_editable) h2:not(.swal2-title):not([style]) { display: none; }
.container { width: 1360px; }
.page-banner-title { 
  font-family: 'RobotoCBold'; 
  font-size: 48px; 
  color: #000 !important; 
  left: 58% !important;
}
.newsletter-section { display: none; }

/*Pagination*/
.pagination>li>a, .pagination>li>span { border: none; font-family: 'RobotoMedium'; color: #333; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background: transparent; color: #2b5090; text-decoration: underline; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { background: transparent; }

/*Contact*/
.contact-info-lbl, .contact-sendus-lbl { font-size: 22px; text-transform: uppercase; }
.contact-info-lbl { margin-bottom: 20px; }
.contact-sendus-lbl { margin-bottom: 28px; }
.contact-text a, .contact-tel a { color: #000; }
.contact-text a:hover, .contact-tel a:hover { color: #2b5090; }
.contact-text, .contact-tel { line-height: 2em; }
.contact-body .form-control { color: #000; }

/*About*/
.aboutrepeater .row { display: flex; align-items: stretch; }
.rowreverse { flex-direction: row-reverse; }
.aboutrepeater div { padding: 0; }
.aboutdesc { padding: 30px 60px !important; line-height: 2em; min-height: 470px; }

/*Product*/
/*.sortflex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    margin-left: auto;
}*/
.product-block { border: none !important; background: none !important; }
.product-name p { color: #000; font-size: 16px; }
.product-image-block { background: #fff; border: 1px solid transparent; }
.product-image-block:hover { border: 1px solid #2b5090; transition: 0.3s }
.special-sticker, .sticker { 
  text-transform: uppercase; 
  min-width: 95px; 
  border-radius: 18px; 
  padding: 3px 15px !important;
  font-family: 'RobotoMedium';
  margin: 10px;
}
.product-block img { padding: 35px; }
.price-old, .price-new, .origprice { font-size: 16px !important; }
.product-block .product-details { padding: 0 !important; }
.product-block .product-name { padding-bottom: 0 !important; margin-bottom: -10px; }
.price-new, .origprice { color: #ccc; }
.price-old { color: #aaa; text-decoration: line-through; }
.btn-addtocart {
  background: #2b5090;
  padding: 10px 30px;
  border-radius: 25px !important;
  border: none;
  color: #fff;
}
.product-block .product-button>* { min-width: 180px !important; }
.btn-primary.btn-addtocart:hover { background-color: #1a3057; color: #fff; }

/*Product Inner*/
.innerprodname { 
  color: #000; 
  text-transform: uppercase; 
  font-size: 36px; 
}
.innerprodprice { font-size: 22px; padding: 10px 0; }
.product-price, .new-prices { color: #aaa; }
.old-price { color: #ccc; }
.product-description { line-height: 2em; }
#product select { 
  border-radius: 27px; 
  height: 45px; 
  border-color: #2b5090; 
}
.btn-minus { 
  border-top-left-radius: 25px !important; 
  border-bottom-left-radius: 25px !important;
  border-color: #2b5090; 
  border-right-color: transparent !important;
  background: #d5d5d5;
  padding: 6px 20px;
}
.btn-plus { 
  border-top-right-radius: 25px !important; 
  border-bottom-right-radius: 25px !important;
  border-color: #2b5090; 
  border-left-color: transparent !important;
  background: #d5d5d5;
  padding: 6px 20px;
}
/*.input-number:not(#input-telephone) { height: 45px; border-color: #2b5090; }*/
.btn-plus:hover, .btn-minus:hover { 
  border-color: #2b5090; 
  background: #2b5090; 
  color: #fff; 
}
.btn-dl { 
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: min-content; 
}
#button-cart { margin-right: 10px; }
.prodinnerbutton { display: flex; margin-top: 4px; }
.product-product .product-image-additional-container img { border-color: transparent !important; }
.product-image-main-container .special-sticker, .product-image-main-container .sticker {  text-align: center; right: 10px; }
.product-product .nav-tabs { border-bottom: none; margin-top: 45px; }
.product-product .nav-tabs>li>a { 
  background-color: #a8a8a8;
  border: 1px solid #ddd;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  border-bottom-color: #a8a8a8;
  padding: 12px 50px;
  margin-right: 7px;
}
.product-product .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background: #2b5090; color: #fff; }
.product-product .tab-content { background-color: #fff; padding: 40px 50px; line-height: 2em; }
.slick-header { 
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  margin: 60px 0; 
}
.waiting_list_container { 
  border-color: #2b5090 !important; 
  border-radius: 13px; 
  padding: 25px !important; 
  width: 500px;
}
.waiting-input { 
  margin-right: 0 !important; 
  border: 1px solid #2b5090; 
  padding: 0 15px; 
}
.waitinglist-btn { background: #2b5090; padding: 6px 35px; }

.more-options-text { display: none; }

/*Header*/
.fixed-header { background: none; padding: 15px 0; transition: 0.3s ease; box-shadow: none; }
.fixed-header.active { background: #fff; box-shadow: 0px 0px 3px rgba(0,0,0,0.3); }
.header-container .header-logo {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-container .header-menu {
  grid-column: 2 / 3;
  grid-row: 1 / 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}
.header-container .header-top {
  grid-column: 3 / 3;
  grid-row: 1 / 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.common-home #content { margin-top: -101px; }
.header-container .header-menu #main-menu>li>a {
  text-transform: uppercase;
  padding-right: 75px;
  color: #000;
  font-family: "RobotoBold";
  font-size: 15px;
  transition: 0.3s ease;
}
.header-container .header-menu #main-menu>li>a:hover,
.header-container .header-menu #main-menu>li.active>a {
  text-decoration: underline;
  color: #2b5090;
}
.fixed-header .btn-yellow {
  margin-left: 50px;
  min-width: 180px;
  background: #FFA400;
  font-family: "RobotoBold";
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}
.fixed-header .btn-yellow:hover { background: #2b5090; }
.header-container #enquiry>a .badge, .header-container #cart>a .badge {
  background: #2b5090;
    top: 15px;
    left: 50%;
    height: 15px;
    width: 15px;
    transform: none;
}
.header-container #enquiry>a .badge>span, .header-container #cart>a .badge>span { font-size: 8px; }

/*Slideshow*/
.slider-slideshow-description .slider-slideshow-description-texts { padding: 75px 150px 0; }
.slider-slideshow-description .slider-slideshow-description-texts > * {
  font-size: 75px !important;
  font-family: "RobotoBold";
  line-height: 1em;
}
.slider-slideshow-description-link .btn { min-width: 180px; }
.slideshow .slider-custom-dots .owl-dot {
  margin: 0px 15px 40px 0;
  border: solid 2px #fff;
  background: none;
  width: 12px;
  height: 12px;
  transition: 0.3s ease;
}
.slideshow .slider-custom-dots .owl-dot.active,
.slideshow .slider-custom-dots .owl-dot:hover {
  background: #fff;
  width: 12px;
  height: 12px; 
}
.slideshow .slider-custom-dots { text-align: left; padding-left: 250px; }
.homeslidenav {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  border-radius: 50%;
}
.homeslidenav.left { left: 80px; }
.homeslidenav.right { right: 40px; }

/*Featured*/
.featured-module .featured { padding: 0 }
.featured_1_, .homehelpdesk { margin: 120px 0; }
.homehelpdesk .item,
.homecasual .item {
  transition: 0.3s ease;
  min-height: 480px;
}
.homecasual p { color: #aaa; }
.fhomeslicknav {
  position: absolute;
  background: #2b5090;
  bottom: 0;
  padding: 30px;
  text-align: center;
  text-align: center;
}
.slick-slider .slick-arrow { cursor: pointer; }
.slick-slider .slick-disabled { cursor: not-allowed; }
.fhomeslicknav.left { left: 0; }
.fhomeslicknav.right { left: 72px; z-index: 1; }
.homehelpdesk .item p,
.homecasual .item p { line-height: 0.75em; letter-spacing: 3px; }
.homehelpdesk .item .title,
.homecasual .item .title {
  font-size: 82px;
  margin-bottom: 10px;
}
.homehelpdesk .item .subtitle,
.homecasual .item .subtitle {
  font-size: 32px;
}
.featured_28_1, .homecasual { margin-bottom: 120px; }

/*Home Brands*/
.brandcontainer { max-height: 940px; overflow: hidden; }
.brandflex { display: flex; align-items: stretch; overflow: hidden; }
.brandcontent, .brandmainimage, .brandcontentflex > * { width: 50%; }
.brandcontentflex { display: flex; align-items: center; }
.brandcontentflex .img {
  background: #39bbf0;
  padding: 180px 60px;
  position: relative;
  min-height: 450px;
}
.brandcontentflex .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 300px;
}
.brandcontentflex .text {
  padding: 20px 60px;
  text-align: center;
}
.brandcontentflex .text > div { font-family: "Roboto"; font-size: 15px; color: #000; line-height: 1.8em; margin-bottom: 30px; }
.brandcontentflex .text a {
  min-width: 170px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.brandcontainer .slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 8%;
  padding: 0;
  margin: 0;
}
.brandcontainer .slick-dots li button {
  background: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  color: transparent;
  font-size: 0px;
  margin: 0 7px;
  border: solid 2px #fff;
  transition: 0.3s ease;
  padding: 0;
}
.brandcontainer .slick-dots li.slick-active button,
.brandcontainer .slick-dots li:hover button {
  background: #fff;
}

/*Footer*/
footer {
  padding: 90px 0 80px;
  background: url('../../../../../image/catalog/Slicing/Home/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
.footer-upper-contet { padding: 0 150px; }
.botfoot p, .botfoot a { margin: 0; color: #fff; text-decoration: none; }
.botfoot { padding: 18px 150px 15px; background: #2b5090; }
.footer-upper-contet>*:last-child { flex: 1 }
footer h5 {
  font-family: "RobotoMedium";
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  border-bottom: solid 1px #2b5090;
  padding-bottom: 15px;
}
.footer-upper-contet>*:not(:last-child) { padding-right: 50px; }
footer a {
  color: #333333;
  text-transform: uppercase;
  line-height: 2.0em;
  transition: 0.3s ease;
}
footer a:hover { color: #2b5090 }
footer p {
  color: #333333;
  line-height: 2.0em;
}

/*Breadcrumbs*/
.bannerbreadcrumb {
  margin: 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
  display: flex;
}
.bannerbreadcrumb li:not(:last-child)::after {
  content: "//";
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 10px;
}
.bannerbreadcrumb > li a {
  color: #aaa;
  font-family: "RobotoCRegular";
  font-size: 14px;
}
.bannerbreadcrumb > li:last-child a { text-decoration: underline; }
.breadcrumb { display: none; }
body:not(.common-home) #content { margin-bottom: -30px; }
body:not(.common-home):not(.product-product):not(.product-category):not(.iid-4):not(.information-contact) #content { padding-bottom: 50px; padding-top: 30px; }
body.product-product #content { padding-bottom: 100px; }
body.information-contact #content { padding-bottom: 60px; padding-top: 75px; }

/*Brands*/
.brandsslick { margin-top: 100px; margin-bottom: 70px; }
.brandsslick .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-top: 30px;
}
.brandsslick .slick-dots li button {
  background: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  color: transparent;
  font-size: 0px;
  margin: 0 7px;
  border: solid 2px #aaa;
  transition: 0.3s ease;
  padding: 0;
}
.brandsslick .slick-dots li.slick-active button,
.brandsslick .slick-dots li:hover button {
  border-color: #2b5090;
}
.brandsslick .homeslidenav { top: 40%; }
.brandsslick .homeslidenav.left { left: 0; }
.brandsslick .homeslidenav.right { right: -40px; }
.brandsslick .slick-list { margin: 0 40px 0 40px; }
.brandsslick .slick-slide { margin: 0 5px; }
.brandchild { border: solid 2px transparent; transition: 0.3s ease; }
.brandchild:hover { border-color: #2b5090; }
.brandchild .text { left: 15px; bottom: 15px; }
.brandchild .text .name {
  font-family: "RobotoCBold";
  font-size: 30px;
  color: #000;
}
.brandchild .text .subname {
  font-family: "Roboto";
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
  margin: 0;
}
.brandstext > * {
  font-size: 15px;
  color: #000000;
  line-height: 2em;
  margin-bottom: 30px;
}
.brandstext { margin-bottom: 100px; }

/*Inner Brand*/
.brandinner { margin: 100px 0; }
.brandinner h4 {
  margin-top: 60px;
  font-size: 30px;
  color: #000;
}
.brandinner .desc {
  font-size: 15px;
  color: #000;
  line-height: 2em;
  margin-bottom: 40px;
}
.brandinner a {
  min-width: 200px;
  max-width: 200px;
  display: block;
  margin: auto;
}

/*Product*/
.prodcat .btn {
  min-width: 200px;
  margin-right: 40px;
  background: #a8a8a8;
  border-color: #a8a8a8;
  font-family: "RobotoMedium";
  font-size: 16px;
  transition: 0.3s ease;
}
.prodcat .btn:hover, .prodcat .btn.active {
  background: #2b5090;
  border-color: #2b5090;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.filternew {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px !important; margin-bottom: 40px !important;
  padding: 0 15px;
}
.filternew .input-group-b4 { max-width: 240px; }
.prodcat { margin: 0 !important; }
.filternew .input-group-b4 {
  margin: 0 !important;
  border-bottom: solid 1px #2b5090;
  padding-bottom: 5px;
}
.filternew .input-group-prepend { width: auto; }
.filternew .input-group-text { padding: 0 20px 0 0; font-family: "RobotoBold"; color: #000; }
.filternew select {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none !important;
  color: #878787;
  padding: 0;
  font-family: "RobotoBold";
}
.pagination>li>a, .pagination>li>span { background: none; }
#product-filter-detect { margin-bottom: 90px; }

/*Product Inner*/
.prodbg {
  padding: 120px 0 90px;
  background: url('../../../../../image/catalog/Slicing/Shop/bg-shape.png');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  margin-bottom: 100px;
}
.product-image-additional .slick-slide img { background: #fff; }
.product-image-additional .slick-slide { margin: 5px 0; }
.product-image-additional .slick-nav i { color: #fff; }
.innerprodname { margin-top: 50px; }
.prodinnerbutton > * { min-width: 200px !important; }
.prodbg .row > div:first-child { padding-right: 60px; }
.prodbg .row > div:last-child { padding-left: 60px; }
.product-image-main-container .special-sticker, .product-image-main-container .sticker { right: 60px; }
#product .text-danger { margin-top: 5px; }

/*Reset Form control*/
.form-control {
  padding: 12px 20px;
  min-height: auto;
  height: auto;  
}
.form-group { margin-bottom: 15px; }
.information-contact form, .contactinfo-container { margin-top: 60px; }
.contact-footer #google_recaptcha { text-align: left; }
.information-contact .text-danger { margin-top: 5px; }
#enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
  border-radius: 25px;
  padding: 15px !important;
}

/*Parallax Effect on Home*/
#slideshow0 {
  position: fixed;
  z-index: 0;
  top: 0;
}
.section-space.slideshow { height: 750px; }
.common-home .special-sticker, .common-home .sticker,
#featured_slider_related_products_ .sticker, #featured_slider_related_products_ .special-sticker { right: 0 !important }
body.common-home { background: #fff; }
.homebod { padding-top: 120px; overflow: hidden; }

/*Fixing resizing on two cols*/
.homebod .col-md-6 > * { min-height: 480px; }

/*Fixing the hidden product button*/
.product-block .product-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity 0.3s;
}
.product-block .rating { display: none; }
body.common-home #footer-area, .aboutrepeater, .botfoot { overflow: hidden; }

#form-review table { word-break: break-all }
.featured_related_products_ { margin: 0 20px; }
.featured_related_products_ .slick-list { padding: 0 10px; }