/*
  Theme Name: Logix Communications Ltd.2015
  Theme URI: http://logixcreative.com/
  Description: This theme was designed and built by Logix Creative
  Version: 2.0
  Author: Logix Creative
  Author URI: http://logixcreative.com/
  Tags: blue, custom header, fixed width, two columns, widgets

  Logix v2.0

  This theme was designed and built by Logix Creative.
*/

html {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
}

button:focus, a:focus, select:focus, input:focus{
  outline: none!important;
}

a{
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

a:hover{
  text-decoration: none;
  cursor: pointer;
  color: #093b59;
  -webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 400;
}

h2,h3{
  font-weight: 700;
  font-family: 'Source Sans Pro', serif;
  font-size: 36px;
  color: #0D3C58;
}

h3{
  font-size: 24px;
  line-height: 30px;
}

ul{
  padding-left: 0px;
  list-style: none;
}

li{
  list-style: none;
}

a:hover,a:focus,a:active,a:visited{
  text-decoration: none;
}

.btn:focus, .btn:active, .btn:visited{
  outline: none;
}

.btn-default {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 15px;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
  padding: 20px 25px;
  color: #fff;
  border: 2px solid #e3af3a;
  background-color: #e3af3a;
}

.btn-default:hover {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.btn-sm {
  border-radius: 20px!important;
  color: #fff;
  background-color: #0d3d58;
  padding: 7px 15px;
  font-size: 14px;
  border-color: #0d3d58;
  margin-top: 5px;
}

.btn-sm:hover {
  color: #0d3d58;
  border: 2px solid #0d3d58;
  background: transparent;
}

.footer-section{
  background-color: #052940;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.logix{
  transition: all 0.3s;
}

.logix:hover,.logix:active,.logix:focus{
  letter-spacing: 2px;
  transition: all 0.3s;
  text-decoration: none;
  color: #e3af3a;
}

.copyright a{
  color: #fff;
}

.header-section{
  background-image: url("../img/header-background.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-container{
  padding-left: 40px;
  padding-right: 40px;
}

.header-container-2 label{
  display: block;
  font-weight: 400;
  margin-bottom: 0px;
}

.top-menu{
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}

.right{
  text-align: right;
}

.search-row{
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.center .img-responsive{
  margin: 0 auto;
}

.items-icon{
  background-color: #093b59;
  border-radius: 50%;
  padding: 2px 6px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}

.search-box{
  width: 80%;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

input[type=search]{
  border:0px;
  font-size: 18px;
  margin-left: 20px;
  padding-top: 8px;
}

 input[type=email]{
  border:0px;
  font-size: 18px;
  margin-left: 20px;
  padding-top: 8px;
  width: 90%;
}

.wpcf7 input[type=email]{
  margin-left: 0px;
}

.icon{
  float: right;
  margin-right: 10px;
  background-color: #093b59;
  border: 2px solid #093b59;
  padding: 10px 11px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}

.fa{
  font-size: 18px;
}

.icon:hover{
  background-color: transparent;
  color: #093b59;
  border: 2px solid #093b59;
  transition: 0.3s ease;
}

.icon:hover .fa{
  color: #093b59;
  transition: 0.3s ease;
}

.menu-custom{
  background-color: #093b59;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px!important;
  border: 0px!important;
  margin: 0 auto!important;
}

.menu-col{
  text-align: center!important;
  display: table;
  width: auto;
  width: fit-content!important;
  margin: 0px auto!important;
  float: none!important;
}

.menu-col a {
  color: #fff!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  font-size: 17px!important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background-color: transparent;
  color: #ebac2a!important;
}

.dropdown-menu>li>a{
  color: #5f5f5f!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
  line-height: 24px!important;
  padding: 5px 20px!important;
}

.navbar i.fa.fa-chevron-down {
  padding-left: 10px;
}

.navbar-nav>li>.dropdown-menu{
  border-radius: 0px;
}

#toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

#toggle div {
  width: 100%;
  height: 4px;
  background: white;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
  height: 3.5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}

.navbar-default .navbar-toggle{
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent!important;
}

.featured-products{
  background-image: url("../img/featured-products-section.jpg");
  height: 375px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 80px;
}

.services{
  background-color: #eaeaea;
}

.section-space{
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-col{
  display: flex;
  align-items: center;
  color: #0D3C58;
  padding-left: 30px;
}

.service-col h3{
  color: #0D3C58;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}

.service-col p{
  color: #0D3C58;
  font-size: 16px;
  line-height: 20px;
}

.service-desc{
  margin-left: 30px;
}

.border-both{
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}

.categories-section{
  text-align: center;
}

.category-box{
  background-color: #0D3C58;
  border-radius: 30px;
  height: 250px;
}

.row-space{
  padding-top: 60px;
  padding-bottom: 60px;
}

.category-row{
  background-image: url("../img/category-section.jpg");
  height: 439px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.point-scheme-section{
  background-image: url("../img/banner-section-background.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.point-scheme-section .btn-default{
  line-height: 0px;
  padding: 23px 25px;
  font-size: 16px;
}

.center-col h2{
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-top: 0px;
}

.center-col p{
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.center-col{
  text-align: center;
  margin: 0 auto;
}

.products-section{
  background-image: url("../img/products-image.jpg");
  height: 584px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 80px;
}

.newsletter{
  background-color: #e3af3a;
}

.newsletter p{
  color: #fff;
  font-size: 18px;
}

.newsletter h2{
  color: #fff;
}

.flex{
  display: flex;
  align-items: center;
}

.section-space-2{
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-container{
  background-color: #0D3C58;
}

.footer-container h2{
  color: #fff;
}

.footer-container a{
  color: #fff;
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
}

#menu-footer-menu{
  margin-left: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#menu-footer-menu a:hover{
  margin-left: 12px;
  transition: all 0.3s ease;
  color: #e3af3a;
}

.contact-details{
  margin-top: 40px;
}

.contact-details p{
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.social-links{
  margin-top: 40px;
}

.icon-2{
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 50%;
  color: #0D3C58;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.icon-2:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s ease;
}

.icon-2:hover .fa{
  color: #fff;
  transition: 0.3s ease;
}

.social-links .fa{
  color: #0D3C58;
  font-size: 18px;
  padding-top: 15px;
}

.contact-col{
  padding-left: 60px;
}

#searchsubmit{
  margin-left: 10px;
}

#searchform input[type=text]{
  padding: 10px 15px;
  font-weight: 400;
}

.search-container label{
  display: flex;
  align-items: center;
}

.sidebar-container{
  background-color: #f9f9f9;
  padding: 20px 20px 40px 20px;
}

.search-container{
  margin-top: 20px;
  background-color: #f9f9f9;
  padding: 30px 20px;
}

.banner-container{
  background-image: url("../img/banner-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 20px;
}

.spacing-top{
  margin-top: 20px;
}

.spacing-top-x2{
  margin-top: 40px;
}

.spacing-top-x3{
  margin-top: 80px;
}

.spacing-bottom{
  margin-bottom: 20px;
}

.spacing-bottom-x2{
  margin-bottom: 40px;
}

.spacing-bottom-x3{
  margin-bottom: 80px;
}

.padding-right{
  padding-right: 20px;
}

.addtoany_list a>span{
  border-radius: 0px!important;
  padding: 3px!important;
}

.border-top{
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.home-products{
  padding-left: 40px;
  padding-right: 40px;
}

.home-products img {
    width: 50%!important;
    display: block!important;
    float: left!important;
    padding-right: 20px!important;
}

.home-products-col h3{
  text-align: center;
  font-size: 30px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.home-products .yith-wcqv-button {
  display: none!important;
}

.categories-section h2{
  padding-bottom: 20px;
}

.home-products .price small{
  display: block!important;
}

.post-image{
  width: 200px;
}

.post-entry{
  margin-top: 40px;
  margin-bottom: 40px;
}

.wpcs_product_carousel_slider .owl-item .item img{
  width: auto!important;
  display: inline;
}

i.fa-angle-right, i.fa-angle-left{
  font-size: 55px!important;
}

.wpcs_product_carousel_slider .caption{
  text-align: left!important;
}

.wpcs_product_carousel_slider .owl-item .item{
  font-family: 'Source Sans Pro', sans-serif!important;
}
.owl-item .item .cart {
  text-align: left!important;
}

h4.product_name {
  font-size: 36px!important;
  text-transform: uppercase!important;
  color: #093b59!important;
  font-weight: 700!important;
  font-family: 'Source Sans Pro', serif!important;
  text-align: left!important;
}

.owl-item .item .price{
  text-align: left!important;
  padding-left: 2px!important;
}

.product_image_container{
  float: left!important;
  margin-right:30px!important;
}

.wpcs_product_carousel_slider .caption{
  float: left!important;
  padding-left: 40px!important;
}

.item h4.product_name a{
  color: #093b59!important;
}

.product_container {
    margin: 0 auto!important;
    display: table;
    width: auto;
    width: fit-content!important;
    display: flex!important;
    align-items: center!important;
}

.product_thumb_link img:hover{
  transform: none!important;
}

.owl-item .item .cart .add_to_cart_button{
  border-radius: 20px!important;
  padding: 10px 15px!important;
}

.owl-item .item .cart{
  padding-top: 10px;
}

/*---------- Contact Form 7 ----------*/

.wpcf7 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif!important;
}

.wpcf7 label{
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea
{
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #2d2d2d;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.wpcf7 input[type=file]
{
  background-color: transparent;
  border: none;
  color: #2d2d2d;
  width: 100%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  transition: all 0.3s;
}

.wpcf7 select{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  padding: 10px 20px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  -moz-appearance: none;
  text-overflow: "";
  outline: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
textarea:focus
{
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #2d2d2d;
  width: 100%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-bottom: 1px solid #fec33a;
  outline: none;
}

input.wpcf7-submit {
  font-weight: 400;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #5d5d5d;
  padding: 15px;
  margin-top: 20px;
  transition: all 0.5s;
  color: #2d2d2d;
  width: 200px;
  text-transform: uppercase;
}

input.wpcf7-submit:hover {
  color: #fff;
  background-color: #0D3C58;
  border-color: #0D3C58;
}

.wpcf7-checkbox{
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0!important;
}

span.wpcf7-list-item-label::before{
  padding-left: 4px;
}

/* -----------------------------------

       WOOCOMMERCE STYLING

----------------------------------- */

.woocommerce-product-details__short-description{
  padding-bottom: 20px;
}

.product h2{
  margin-bottom: 60px;
}

.woocommerce .product .images{
  margin-bottom: 60px!important;
}

.woocommerce-tabs .wc-tabs-wrapper{
  background-color: #f9f9f9!important;
}

.woocommerce .product .woocommerce-tabs .panel{
  padding: 20px 40px!important;
  background-color: #f9f9f9!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  margin: 0px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  padding: 10px 10px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background-color: #f9f9f9!important;
  border-bottom-color: #f9f9f9!important;
}

.related .products .woocommerce-product-details__short-description{
  display: none!important;
}

section.related.products h3{
  border-bottom: 1px solid #eaeaea!important;
  padding-bottom: 20px;
}

.woocommerce .button, .single_add_to_cart_button{
  background-color: #093b59!important;
  border-radius: 0px!important;
  color: #fff!important;
}

.woocommerce ul.products li.product .button {
  border-radius: 20px!important;
  color: #fff;
  background-color: #0d3d58;
}

.product-category{
  border-radius: 30px!important;
  border: 0px!important;
  transition: 0.3s ease!important;
}

.product-category:hover{
  margin-top: -7px!important;
  box-shadow: 5px 5px 20px #666!important;
}

.product-categories{
  line-height: 30px;
  padding-top: 15px;
  border-top: 1px so lid #cacaca;
  font-size: 16px;
}

.product-categories .children a{
  padding-left: 10px;
  color: #696969;
  font-size: 15px;
  font-style: italic;
}

.product-categories .children{
  line-height: 24px!important;
}

.woocommerce .quantity .qty{
  padding: 4px 0px!important;
}

.woocommerce ul.products{
  padding: 40px 0px!important;
}

.woocommerce-loop-product__title{
  font-size: large!important;
}

.woocommerce ul.products li.product .price {
    color: #0d3d58!important;
    margin: 0px!important;
    font-size: large!important;
}

.woocommerce-product-details__short-description{
  padding-bottom: 5px!important;
}

.woocommerce-loop-product__link .woocommerce-product-details__short-description{
  display: none!important;
}

.onsale{
  display: none!important;
}

.price ins{
  color: #e61818!important;
  text-decoration: none;
}

.categories-section img{
  border-radius: 30px;
}

.categories-section .woocommerce ul.products li.product .woocommerce-loop-category__title{
  padding: 20px!important;
  position: absolute!important;
  font-size: 16px!important;
  margin-top: -56px!important;
  width: 100%!important;
  background-color: #0d3d58!important;
  color: #fff!important;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.categories-section .mark, mark {
    background-color: transparent;
    color: #fff;
}

.entry{
  padding-right: 20px!important;
}

.woocommerce div.product div.images .flex-control-thumbs{
  padding-top: 40px!important;
}

.woocommerce div.product div.images .flex-control-thumbs li{
 /* margin-left: 10px!important;*/
}

#yith-quick-view-modal #yith-quick-view-content{
  padding: 40px;
  display: flex;
  align-items: center;
}

.woocommerce table.wishlist_table tr td.product-remove{
  padding: 16px!important;
}

.woocommerce table.wishlist_table{
  font-size: 100%!important;
}

.related .products .yith-wcqv-button{
  display: none!important;
}

.product_meta{
  padding-top: 20px;
}

.hentry a.button.yith-wcqv-button{
  background-color: transparent!important;
  color: #888!important;
  font-weight: 400!important;
  text-decoration: underline!important;
  margin: 0px!important;
  padding: 0px!important;
  padding-top: 10px!important;
  padding-left: 5px!important;
  display: block!important;
}

.home-products-col a.added_to_cart.wc-forward{
  display: none!important;
}

#yith-quick-view-close {
  color: #2e2e2e!important;
}

#yith-quick-view-content div.summary{
  padding-left: 40px!important;
}

#yith-wacp-popup.open .yith-wacp-wrapper {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

#yith-wacp-popup.open .yith-wacp-overlay {
  opacity: 0.8;
}

#yith-wacp-popup .yith-wacp-overlay {
  background-color: #000;
}

#yith-wacp-popup .yith-wacp-close{
  color: #fff!important;
  top: -37px!important;
}

.yith-wcwl-share{
  display: none;
}

.add_to_wishlist{
  background-color: #5d5d5d!important;
  color: #fff!important;
  padding: 7px 15px!important;
  border-radius: 0px!important;
  font-weight: 600!important;
}

.yith-wcwl-add-to-wishlist {
  margin-bottom: 10px;
}

.yith-wcwl-wishlistexistsbrowse a{
  font-weight: 600;
}

.yith-wcwl-wishlistaddedbrowse a{
  font-weight: 600;
}

li.cat-item.current-cat.cat-parent{
  font-weight: 600!important;
}

.product-categories .children{
  font-weight: 400!important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
  width: 150px!important;
}

.input-text{
  padding: 5px!important;
}

.separator{
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.post-details{
  padding-left: 20px;
}

.woocommerce-MyAccount-navigation{
  display: none;
}

ul#menu-woocommerce {
  line-height: 30px;
  font-size: 16px;
}

.woocommerce .wishlist-title h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.woocommerce a.remove{
  border-radius: 0px!important;
}

.woocommerce table.shop_table{
  border-radius: 0px!important;
}

nav.woocommerce-breadcrumb .fa {
  padding-left: 10px!important;
  padding-right: 10px!important;
  font-size: 14px!important;
}

nav.woocommerce-breadcrumb {
  padding: 14px!important;
  font-size: 16px!important;
  background-color: #fafafa!important;
  display: table;
  width: auto;
  width: fit-content!important;
  margin-bottom: 40px!important;
}

.woocommerce-breadcrumb::before {
  font: normal normal normal 16px/1 FontAwesome;
  content: '\f015';
  padding-right: 7px;
}

.current-cat-parent {
    font-weight: 600;
}



/* -----------------------------------

       RESPONSIVE QUERIES BELOW

----------------------------------- */

@media only screen and (max-width: 1400px){
  .navbar-nav>li>a{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media only screen and (max-width: 1200px){
  .navbar-nav>li>a{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .navbar-collapse.collapse {
    display: none!important;
    border-color: #e7e7e7!important;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

  .navbar-collapse.collapse.in {
    display: block!important;
  }

  .navbar-header .collapse, .navbar-toggle {
    display: block!important;
  }

  .navbar-header {
    float:none!important;
  }

  .navbar-nav>li{
    float: none!important;
  }

  .home-products {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px){
  .search-box{
    width: 100%;
  }

  .service-col{
    text-align: center;
    display: block;
    padding-left: 0px;
  }

  .service-col img{
    margin: 0 auto;
  }

  .services .border-both{
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-col{
    padding-left: 15px;
  }

  .footer-container .border-both{
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 40px auto;
  }

  .home-products.border-both{
    border-right: 0px;
    border-left: 0px;
  }

  .border-both-mob{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .home-products {
    padding-left: 40px;
    padding-right: 40px;
}
}

@media only screen and (max-width: 768px){
  .header-section .search-row{
    display: block;
  }

  .header-section .header-container{
    width: 100%;
  }

  .container {
      width: 100%;
  }

  .search-box{
    margin-top: 60px;
    width: 100%;
  }

  .newsletter .flex{
    display: block;
    text-align: center;
  }

  .newsletter .search-box{
    text-align: left;
    width: 80%;
  }

  .footer-container{
    text-align: center;
  }

  .footer-container .border-both{
    margin: 40px 20px;
  }

  .contact-col img{
    margin: 0 auto;
  }

  ul.tabs li{
    width: 100%!important;
  }

  .dropdown-menu>li>a{
    color: #fff!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    line-height: 24px!important;
  }

  .mob-center{
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
  }

  .mob-info{
    display: none;
  }

  .header-container-2{
    padding-left: 0px;
    padding-right: 0px;
  }

  .product_container{
    display: block!important;
    width: 100%!important;
  }

  .wpcs_product_carousel_slider .owl-item .item h4.product_name a{
    white-space: inherit!important;
  }

  .another_carousel_header{
    display: none!important;
  }

  .wpcs_product_carousel_slider .owl-item .item img {
    width: 80%!important;
    margin: 0 auto!important;
    padding-bottom: 20px!important;
  }

  .home-products-col .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100%!important;
  }

  .home-products.border-both{
    border-right: 0px;
    border-left: 0px;
  }

  .border-both-mob{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .owl-item .item h4.product_name a{
    font-size: 16px;
    margin-top: 25px;
    display: inline-block!important;
    width: 100%!important;
    line-height: inherit;
    font-size: 20px!important;
}
}

@media only screen and (max-width: 500px){

}

@media only screen and (max-width: 320px){
  .mob-center{
    padding: 0px;
  }
  .icon{
    float: none;
    margin-right: 0px;
  }
}

.point-scheme-section h2, .newsletter h2, .footer-container h2, .categories-section h2{
  text-transform: uppercase;
}

footer{
  overflow-x: hidden;
}

.search-box-inner{
  width: inherit;
  float: left;
}

.cff-text, .cff-post-desc, .cff-link-caption{
  color:#fff;
}

.entry ul{
  list-style-type: disc;
}

.entry ul li{
  list-style-type: disc;
  margin-bottom:10px;
}

.woocommerce-checkout-payment ul li{
  list-style-type:none;
}

#reg_email{
  border: solid 1px #ccc;
}

div.wpcf7-mail-sent-ok{
	color:#398f14!important;
}

.searchres{
  border-bottom:solid 1px #ccc;
  padding-bottom:25px;
  margin-bottom:29px;
}

.readmoreholder{
  margin-top:20px;
}

.readmoreholder a{
  background-color: #0D3C58;
  color:#fff;
  border-radius:20px;
padding: .618em 1em;
font-weight: 700;
border: 0;
font-size:12px;
line-height: 1.5;
}

p.out-of-stock{
  color:red;
}

h2.wc-bacs-bank-details-heading{
  text-transform: capitalize;
}
