/*
* Here are a few needed CSS additions to integrate bootstrap truly into WordPress,
* We kept this slim as possible. Try to avoid any overwriting if not really needed.
*/
body
{
  font-size: 14px;font-family: 'Assistant', sans-serif;font-weight: 400;
}
.container
{
  max-width: 94%;
  position: relative;
}
.container-fluid
{
  padding-left: 0;
  padding-right: 0;
}
#page
{
  overflow-x: hidden;
}

.woocommerce button.button,
.btn-primary {
background: #6d7174;
    border-color: #6d7174;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 25px;
    font-weight: 400;
    border-radius: 21px;
}
.woocommerce button.button:hover,
.btn-primary:hover
{
  background: #e45353;
    border-color: #e45353;
    color: #fff;
}
h1, h2, h3, h4, h5, h6
{
  padding: 0;
  margin: 0;
  line-height: 120%;
}
.navbar-brand img
{
  max-width: auto;
}
.toprow
{
  text-align: right;
  color: #FFF;
}
.toprow a
{
  color: #FFF;
  padding: 0 15px;
}
.parallax
{
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 222px;
    padding-bottom: 222px;
}
ul.cl_logo 
{
  list-style: none;
}
ul.cl_logo li
{
  display: inline-block;
  max-width: 161px;
  margin: 15px;
}
.logo img
{
  padding: 16px 0 16px 0px;
}
.team-members
{
  display: inline-block;
  width: 100%;
}
.teamList
{
  width: 33%;
  float: left;
}
/*headerImg*/
.headerImg
{
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  width: 100%;
  display: table;
  background-position:center center; 
}
.headerImg .heading
{
  margin-bottom: 15px;
}
.headerImg .sub-heading
{
  margin-bottom: 25px;
}

.followus ul
{
  list-style: none;
}
.followus ul li
{
  float: left;
  font-size: 20px;
  padding: 5px;
}
.featured_Items ul li
{
  display: inline-block;
    padding: 15px 30px;
    text-align: center;
}
.featured_Items ul li img
{
  width: 200px;height: 200px;background-size: cover;
}
.header_image
{
  width: 100%;text-align: center;
}
.header_image img
{
  width: 100%;
    height: 300px;
    object-fit: cover;
}

/*testimonal*/
.testimonial .item
{
  background: #f6f6f6;
  padding: 50px 20px;
  margin: 10px;
  display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.testimonial .item img
{
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.testimonial .item .name
{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.testimonial .item .intro
{
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonial .item:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.testimonial .owl-carousel.owl-drag .owl-item
{
  margin-bottom: 25px;
}
.btn-default
{
  color: #5b5c58;
  border: solid 1px #343530;
  text-transform: uppercase;
  padding: 10px 40px;
  background: transparent;
}
/*logo*/
/*section
{
  padding-bottom: 35px;
  padding-top: 35px;
}*/
.home section
{
  text-align: center;
}
/*team_members*/
.team-members .owl-team
{
  margin-bottom: 20px;
}
.team-members figure.effect-zoe {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    max-width: 480px;
    max-height: 480px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 0;
}
.team-members figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  text-align: center;
  background: rgb(17,115,190, 0.6);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
    position: absolute;
    left: 0;
    width: 100%;
}
.team-members figure.effect-zoe p.description {
  margin: 0px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
}
.team-members figure.effect-zoe h2 {
  display: inline-block;
  color: #FFF;
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.team-members figure.effect-zoe:hover p.description {
  opacity: 1;
}
.team-members figure.effect-zoe:hover figcaption,
.team-members figure.effect-zoe:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.team-members figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.team-members .item {
  margin: 10px;
   -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    display: inline-block;
}
.team-members .item:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
/*team_members*/
.featured-items
{
  padding-bottom: 30px;
}
.featured-items figure.featured-products
{
  border: solid 1px #e8e4e4;
  background: #FFF;
   -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  border-radius: 16px;
}
.featured-items figure.featured-products img
{
  max-width: 100%;
  min-height: 495px;
  max-height: 220px;
}
.featured-items figure.featured-products figcaption
{
  background: #f8f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.featured-items figure.featured-products figcaption h2
{
  margin: 0 0 5px 0;
  padding: 0;
  color: #000000;
  font-size: 17px;
}
.featured-items figure.featured-products figcaption .product-price,
.related_products li figcaption .product-price
{
  margin: 0 0 5px 0;
  padding: 0;
  color: #6d7174;
  font-size: 22px;
  font-weight: 700;
}
.featured-items figure.featured-products figcaption a
{
  background: #254561;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  border-color:#254561;
  padding: 7px 20px;
  border-radius: 0;
  margin: 0 5px;
}
.featured-items .heading {
  color:#6d7174;
  
}


.fck_text a {
  
    color:#6d7174;
  
}
.featured-items figure.featured-products figcaption a.btn-view,
.related_products li a.btn-view 
{
  background: #FFF;
  border: solid 1px #6d7174;
  color: #6d7174;
}
.featured-items .featured-products:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.featured-items .featured-products figcaption a:hover
{
  background: #6d7174;
  border-color:#6d7174;
}
.featured-items figure.featured-products figcaption a.btn-view:hover,
.related_products li a.btn-view:hover
{
  background: #6d7174;
  color: #FFF;
}

/*bullets*/
.bulletarea
{
  display: table;
    table-layout: fixed;
    width: 100%;
}
.bulletinner
{
  display: table-cell;
    text-align: center;
    padding: 15px 0;
}
.leftImg
{
  text-align: left;
}
.leftImg  img
{
  width: 100%;
}
.leftImg h2
{
  color: #fb8403;
  font-size: 62px;
  font-weight: 700;
  padding: 0;
  margin: 15px 0 0 0;
}
.leftImg h3
{
  color: #006b98;
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 40px 0;
}
.leftImg p
{
  width: 90%;
  color: #3e4040;
  font-size: 22px;
}

.woocommerce span.onsale {
    z-index: 8!important;
  
}

header#masthead {
  margin-bottom: 0;
  background-color: #ffffff;
    z-index: 9;  
    width: 100%;
  position: fixed;
  margin-top: 0;
}
.navbar-default
{
  background: none;
  border: none;
}
.navbar-nav{
  display: inline-block;
    width: auto;
}

#main-nav{
  float: left;
}
#masthead .navbar-nav > li
{
  padding: 0px 30px;
}
#masthead .navbar-nav > li > a{
    font-size: 19px;
    text-transform: uppercase;
    color: #254561;
    font-weight: 600;
    padding: 0 14px;
}
#masthead .navbar-nav > li.active a
{
  border-bottom: solid 1px #254561;
}
#masthead .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav>.active>a
{
  background: none !important;
}
.mini-cart span.cart-items-count.count {
  position: absolute;
    border-radius: 50%;
    line-height: 17px;
    color: #fff;
    padding: 0px 5px;
    font-size: 14px;
    top: 24px;
    right: 6px;
}
.mini-cart .dropdown-menu-mini-cart{right: 0;left: auto;width: 300px;top: 54px;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart{padding: 10px;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart a img{width: 40px; margin: 0 10px 0 0px;float: left;padding: 2px;border: 1px solid #d6d6d6;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart a{color: #000000;font-weight: 500;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li{border-bottom: 1px solid #ccc;padding: 15px 0px;list-style: none;display: inline-block;width: 100%;position: relative;}
.mini-cart dl.variation {position: absolute;top: 27px;left: 5.7em;padding: 0 !important;border: none !important;display: none;}
.mini-cart dl.variation dt, .mini-cart dl.variation dd{padding: 0px !important;clear: both;float: none;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .remove{font-size: 25px;color:#000 !important;margin: 5px 5px 0 0px;float: left;width: 1em;height: 1em;text-align: center;line-height: 1;background: transparent;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .remove:hover{background: #f08e0f;border-radius: 100%;color: #ffffff!important;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .quantity{float: right;font-weight: 500;padding-top: 5px;}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .quantity .amount{color: #f08e0f;}
.mini-cart .widget_shopping_cart_content .total{float: right;padding-right: 10px;margin: 0}
.mini-cart{    

    display: none;

}

.site-search-icon{    
    padding: 13px 0px;
    display: inline-block !important;
    position: relative;
    margin: 15px 5px;
}
.shopping-cart{
  background: url(../img/cart.png) no-repeat;
  padding: 13px 36px;
   
}
.mini-cart .dropdown-menu-mini-cart:before {content: "";width: 0;height: 0;border-style: solid;border-width: 0 9px 9px 9px;border-color: transparent transparent #ffffff transparent;position: absolute;right: 3px;margin-top: -14px;}
.mini-cart .widget_shopping_cart_content .total .amount{color: #f08e0f;font-weight: 500;}
.mini-cart .widget_shopping_cart_content .buttons{float: right;clear: both;padding: 10px 10px 0;display: flex;}
.mini-cart .widget_shopping_cart_content .buttons a.button{background-color: #254561;color: #fff;font-size: 12px;text-transform: uppercase;padding: 8px 20px;margin-left: 5px;text-decoration: none;border-radius: 0px; line-height: 16px;font-weight: 400;}
.mini-cart .woocommerce-mini-cart__empty-message{font-size: 16px;font-weight: 500;margin: 10px;color: #000000;}
.con-info i
  {
    font-style: normal;
  }
.site-header .header-icon{float: right}
/*enquiry*/
.enquiry
{
  background-size: cover;
}

/*contactus*/
ul.contactus 
{
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.contactus li
{
  display: inline-block;
  width: 24%;
  margin: 0.5%;
  float: left;
}
ul.contactus li input
{
  background: #FFF;
  padding: 20px 10px;
  color: #262527;
  border-radius: 0;
  width: 100%;

}
ul.contactus li input.btn-primary
{
  background: #86af56;
  text-transform: uppercase;
  border-color: #86af56;
  color: #FFF;
}
#footer-widget
{
  background: #1e1c22;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  width: 100%;
  margin-left:0;
  margin-right: 0;
}
footer#colophon
{
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#colophon .site-info
{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
footer#colophon .site-info img
{
  width: auto;
}
.social-footer
{
  float: right;
  margin-top: 15px;
}
.social-footer li
{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-footer li a
{
  font-size: 20px;
  color: #7a56af;
  padding: 5px;
}
.video-gallery .heading{
   margin: 23px 0px;
}
.photo-gallery img {
    height: 310px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}
.photo-gallery img {
    height: 310px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}
.photo-gallery .owl-nav
{
  display: none;
}
.photo-gallery .owl-dots button
{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  margin: 2px;
}
.photo-gallery .owl-dots button.active
{
  background:#1e73be;
}
.enquiry .heading{
  text-transform: uppercase;
    padding: 38px 0px;
    display: block;
}
 .fck_text a{
  padding: 18px 103px;
    border-radius: 11px;
    margin-top: 38px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 39px;
 }
 .fck_text p{
    font-size: 17px;
 }
 .fck_text .heading{
    margin: 33px 5px;
 }
 .headerImg .btn-default{
  padding: 18px 103px;
    border-radius: 12px;
    font-weight: bold;
 }
 .video-gallery p{
  font-size: 20px;
  margin-bottom: 55px;
 }
 .video-gallery a.video_button{
  padding: 18px 103px;
    margin: 60px 0px 34px;
    font-size: 22px;
    border-radius: 9px;
    display: inline-block;
    text-decoration: none;
 }
 .photo-gallery h3.heading{
  margin: 33px 0px;
 }
 .photo-gallery p{
  font-size: 20px;
  margin-bottom: 61px;
 }
 .photo-gallery .gallery_button{
  padding: 18px 103px;
    margin: 60px 0px 34px;
    font-size: 22px;
    border-radius: 9px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
 }
 .img_text_block{
  width: 25%;
  text-align: center;
  float: left;
 }
 .img_text_block .img_text_title{
  width: 100%;
    display: inline-block;
    color: #404042;
    font-size: 25px;
 }
.img_text_block .img_text_subtitle{
  width: 100%;
    display: inline-block;
    color: #404042;
    font-size: 23px;
}
.fck-6{
  background: #f1f1f1;
    padding: 40px 0px 79px 0px;
}
.fck-6 .heading{
  color: #424247 !important;
}
.fck-6 p{
  margin-bottom: 77px;
}
.testimonial .heading{
    font-size: 25px;
    margin-bottom: 47px;
    margin-top: 26px;

}
.testimonial a.testimonial_button{
  border: 1px solid #5b5c58;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
    margin-top: 41px;
    text-decoration: none;
    margin-bottom: 43px;
}
.parallax_text_area{
  display: inline-block;
    text-align: center;
    float: left;
    margin-left: 69px;
}
.parallax_text_area .subheading_li{
  color: #fff;
    font-size: 43px;
    margin: 0px;
}
.text_normal{
  color: #fff;
    font-size: 25px;
}
.parallax {
    display: table;
    width: 100%;
}
.cl-logo .heading{
  margin: 36px 0px;
}
.team-members .heading{
  margin-bottom: 41px;
}
.team-members .team_button{
  border: 1px solid #4888be;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
    margin-top: 41px;
    text-decoration: none;
    margin-bottom: 43px;
}
a.featured_button{
  border: 1px solid #254561;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
    margin-top: 41px;
    text-decoration: none;
    margin-bottom: 43px;
    text-transform: uppercase;
}
.featured-items .heading{
  margin: 27px 0px;
}
.fck-13{
  margin:0px;
  padding: 0px;
}
.bullets .heading{
  font-weight: normal; 
}
.bullets-14 .bulletinner, .bullets-4 .bulletinner{
  color: #fff;
  font-size: 28px;
}
.bullets-14 .heading, .bullets-4 .heading{
  margin-bottom: 39px;
}
.bullets-14, .bullets-4{
  padding-bottom: 46px;
    padding-top: 45px;
}
#footer-widget .nav > li > a:hover{
  background: none;
}
#footer-widget .nav > li > a{
  color: #fff;
  font-size: 23px;
}
/* .team-members .item{
  width: 100%;
}
.team-members figure.effect-zoe{
  width: 100%;
} */

#breadcrumbs
{
  background: none;
  text-transform: uppercase;
  padding: 0;
  list-style: none;
  margin: 0 0 10px 0;
  display: inline-block;
}
#breadcrumbs li
{
  float: left;  
}
#breadcrumbs li.sub
{
  position: relative;
}
#breadcrumbs li.sub:before
{
  content: "/";
  padding: 0 0 0 8px;
}
 
#breadcrumbs li a
{
  font-size: 18px;
  position: relative;
  padding: 3.4px 20px;
  font-weight: 400;
}
#breadcrumbs li.home a
{
  padding:6px;
}

#breadcrumbs li.home a,
#breadcrumbs li.sub a
{
  /*background: #f6f6f6;*/
  color: #3d4141;
  padding-right: 0px;
}
#breadcrumbs li a:before
{
  content: "";
  top: 0;
  right: 0;
  width: 13px;
  height: 23px;
}
/*#breadcrumbs li.home a:before{
  background: #f6f6f6;
    position: absolute;
    transform: skew(-30deg);
    height: 23px;
    margin-right: -7px;
}*/
/*#breadcrumbs li.sub a:after
{
  content: "";
  top: 0;
  left: 0;
  width: 13px;
  height: 23px;
}
#breadcrumbs li.sub a:after{
  background: #f6f6f6;
    position: absolute;
    transform: skew(-30deg);
    height: 23px;
    margin-left: -6px;
}*/
#breadcrumbs li strong
    {

  position: relative;
  font-size: 18px;
  /*background: #f6f6f6;*/
  text-align: center;
  display: inline-block;
}
/*
#breadcrumbs li strong:before,
#breadcrumbs li strong:after
{
  content: "";
  top: 0;
  width: 13px;
  height: 24px;
  position: absolute;
  background: #f6f6f6;
}
#breadcrumbs li strong:before
{
  
  position: absolute;
    transform: skew(-30deg);
    height: 24px;
    right: -6px;
}
#breadcrumbs li strong:after
{
  position: absolute;
    transform: skew(-30deg);
    height: 24px;
    left: -6px;
}
*/
.post.hentry
{
  background-color: #f6f4f4;
  /*padding: 20px; */
}
#primary
{
  padding-top: 0;
}
.widget_categories,
.widget_categories_widget
{
  background-color: #f6f4f4;
  border: solid 2px #efecec;
  padding: 0;
  margin: 0 0 15px 0;
}
.widget_categories .widget-title,
.widget_categories_widget .widget-title
{
  display: none;
}
.widget_categories li,
.widget_categories_widget li
{
  position: relative;
}
.widget_categories li>a,
.widget_categories_widget a
{
  padding: 10px;
  font-size: 20px !important;
  color: #4b4d4a;
  width: 100%;
  display: inline-block;
  border-bottom: solid 2px #fbfafa;
}
.widget_categories_widget a:hover {
    background-color: #eee;
    text-decoration: none;

}
.widget_categories li>ul>li>a,
.widget_categories_widget li>ul>li>a
{
  padding: 10px 10px 10px 40px;
}
.widget_categories li>ul>li>a:before,
.widget_categories_widget li>ul>li>a:before
{
  content: ">";
  top: 9px;
  left: 17px;
  position: absolute;
}
.widget_categories li>ul>li>ul>li>a,
.widget_categories_widget li>ul>li>ul>li>a
{
  padding: 10px 10px 10px 60px;
}
.widget_categories li>ul>li>ul>li>a:before,
.widget_categories_widget li>ul>li>ul>li>a:before
{
  content: ">";
  top: 9px;
  left: 34px;
  position: absolute;
}
.widget_categories .current-cat a,
.widget_categories_widget .current-cat a
{
  color: #eb4435;
}
.enquiry, .bullets
{
  text-align: center;
}
article .entry-header
{
  display: none;
}
.widget-area
{
  margin-bottom: 20px;
}
/*woocommerce*/
.woocommerce div.product .product_title
{
  color: #eb4435;
    font-size: 30px;
    text-transform: uppercase;
    border: none;
    font-weight: normal;
}
.prosku span
{
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
.prosku span.out_stock,
.prosku span.in_stock
{
  color: #eb4435;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-product-rating
{
  margin: 0;
}
.woocommerce div.product .woocommerce-product-rating strong.count
{
  font-size: 12px;
  color: #1a1b1a;
  font-weight: 400;
}
.woocommerce .star-rating span
{
  color: #f1c40f;
}
.slick-vertical .slick-prev{
  position: absolute;
    top: -16px;
    transform: rotate(-89deg);
    right: 20px;
    background: #f5f5ef !important;
    text-align: center;
    padding: 22px 26px 22px 23px;
    border-radius: 87px;
    z-index: 99999;
    opacity: unset;
    box-shadow:0px -3px 11px 1px #00000052;
}
#wpis-gallery{
  width: 84px;
    float: right;
}
.slick-initialized .slick-slide{
  margin-right: 5px;
}
.slick-vertical .slick-slide{
  margin-right: 0px;
}
.slick-prev{
         transform: rotate(0deg);
    left: -29px;
    top: 36%;
    opacity: unset !important;
    z-index: 99;
}
.slick-next{
         transform: rotate(0deg);
    right: -29px;
    bottom: 36%;
    opacity: unset !important;
    z-index: 99;
}
.slick-vertical .slick-next{
   position: absolute;
    bottom: -16px;
    transform: rotate(-89deg);
    right: 20px;
    background: #f5f5ef !important;
    text-align: center;
    padding: 22px 24px 21px 23px;
    border-radius: 87px;
    z-index: 99999;
    opacity: unset;
    box-shadow:0px 0px #000;
    box-shadow:0px -3px 11px 1px #00000052;
}
.images .wpis-slider-for{
  width: 100%;
    float: right;
    border: 0px solid #dfdfdf;
    padding: 0;
}
/* .woocommerce-page div.product div.images{
  max-width: 678px;
    width: auto;
} */
.main_image_outer,
.container-image-and-badge{
  display: block;
    width: 80%;
    float: left;
    position: relative;
    margin-left: 0px;
    overflow: hidden;
}
.container-image-and-badge .main_image_outer
{
  width: 100%;
}
.images .main_image_outer .onsale{
      position: absolute;
    font-size: 24px;
    line-height: 111px;
    top: 16px;
    left: 12px;
}
/* .wpis-slider-for .slick-list .slick-track .slick-slide img{
  height: 100%;
} */
.single-product .detail_page{
      margin-top: 23px;
    max-width: 982px;
    float: left;
}
.main_image_outer .onsale{width: 126px;height: 126px;   
    font-size: 24px;
    text-transform: uppercase;
    line-height: 109px;
}
.single-product .detail_page .summary{
  max-width: 450px;
  margin: 0px;
}
.prosku{
  margin:0px 0 10px 0; 
}
.short_des p{
  margin-bottom: 0px;
  font-size: 15px;
}
.woocommerce-product-details__short-description
{
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description h2
{
  display: none;
}
.woocommerce div.product form.cart .variations
{
  margin-bottom: 0px;
}
.custom-price-product .single_variation_wrap
{
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.custom-price-product .single_variation_wrap .single_variation {
    order: 2;
    bottom: -35px;
    position: absolute;
}
.conback {
    position: absolute;
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background: #ffffffa6;
    border-radius: 20px;
    z-index: 2;
}
.custom-price-product.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price
{
  color: #5b8432;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins
{
  margin-right: 15px;
  text-decoration: none;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del
{
  color: #1a1b1a;
  font-size: 22px;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{line-height: 35px; float:left;width: 38px;height: 38px;margin: 0;color:#fff;background: #d70723;text-align: center;}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button span{display: none;}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before{margin: 0;}
.woocommerce div.product form.cart div.quantity{margin: 0 10px 0 0 }
.woocommerce div.product form.cart div.quantity input{border: solid 1px #cbcbcb;
    padding: 8px 0px 8px 8px;
    margin-top: 0px;
    text-align: center;}
.tinv-wishlist .tinv-wishlist-clear{float: left;}
.woocommerce div.product form.cart .button{border: solid 1px #5b8432; text-transform: uppercase;color: #5b8432;
border-radius:0;background: #FFF;font-size: 16px;}

/*display - none shopping mike james bond */

.woocommerce div.product form.cart{margin-top: 15px; }
.woocommerce div.product form.cart .button,
.tinv-wraper.tinv-wishlist
{
/*  float: none; */
  display: inline-block;
  margin-right: 5px;
}
.woocommerce div.product div.images img{
  border: 1px solid #f2f2f2;
}
.woocommerce div.product form.cart .buy-checkout
{
  background: #5b8432;
  color: #FFF;
  font-weight: 400;
  margin-top: 0px;
  padding: 10px;
  float: left;
}
.woocommerce div.product form.cart .button
{
  margin-top: 0px;
}
.woocommerce-variation-add-to-cart
{
  margin-top: 20px;
}
.woocommerce-tabs-container
{
  display: inline-block;background: #faf8f8;padding: 25px 0;
  margin: 20px 0 0 0;width: 100%;
}
.woocommerce-tabs-container .woocommerce-tabs
{
  max-width: 94%;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
}
.woocommerce-tabs .wc-tabs
{
  border-top: solid 2px #efecec;
  border-left: solid 2px #efecec;
  border-right: solid 2px #efecec;
  border-bottom: solid 2px #fff;
  padding: 0;
  margin: 0;
}
.woocommerce-tabs .wc-tabs li
{
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  text-transform: uppercase;
}
.woocommerce-tabs .wc-tabs li a
{
  font-size: 18px;
  color: #4b4d4a;
}
.woocommerce-tabs .wc-tabs li.active
{
  background:#eb4435;
}
.woocommerce-tabs .wc-tabs li.active a
{
  color: #FFF;
}
.woocommerce-Tabs-panel
{
  border-bottom: solid 2px #efecec;
    border-left: solid 2px #efecec;
    border-right: solid 2px #efecec;
    background: #fbfafa;
    margin: 0;
    padding: 15px;
}
.woocommerce-Tabs-panel h2
{
  margin-bottom: 15px;
}
.related.products
{
  text-align: center;
}
.related.products h2.title
{
  font-size:28px;
  color: #4b4d4a;
  margin-bottom: 40px;
}
.related_products li
{
  border: solid 1px #e8e4e4;
  background: #FFF;
   -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    width: 100% !important;
    text-align: center;
    background: #f8f7f7;
}
.related_products .imagewrapper
{
  height: 250px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #FFF;
}
.related_products .imagewrapper img
{
  height: 100%;
}
.related_products h2
{
  margin: 0 0 15px 0;
  padding: 0;
  color: #000000;
  font-size: 20px !important;
  text-transform: uppercase;
}
.related_products .star-rating,
.related_products .tinvwl_add_to_wishlist_button
{
  display: none !important;
}
.related_products .price
{
  margin: 0 0 0 0;
  padding: 0;
  color: #5b8432 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
}
.related_products a.add_to_cart_button
{
  background: #254561;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  border-color:#254561;
  padding: 7px 35px;
  border-radius: 0;
  margin: 0 0 15px 0 !important;
  text-transform: uppercase;
}
.related_products li:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.related_products li:hover a.add_to_cart_button
{
  /*background: #e45353;
  border-color:#e45353;*/
}
.related_products li .wc-forward
{
  display: none;
}
.related_products .owl-next,
.related_products .owl-prev
{
  background: #f5f5ef !important;
  height: 42px;
  width: 42px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  font-size: 20px;
  position: absolute;
  top: 40%;
  z-index: 9999999;
  line-height: 100% !important;
}
.related_products .owl-next
{
  right: -50px;
}
.related_products .owl-prev
{
  left: -50px;
}
.addtoany_list a:not(.addtoany_special_service)>span
{
  border-radius: 100% !important;
  padding: 4px;
}
.product-quantity .quantity, 
/*.product-quantity .product-remove
{
  float: left;
  margin-right: 5px;
}*/
.discount-coupon
{
  display: inline-block;
  width: 100%;
    margin: 20px 0;
}
.discount-coupon .coupon
{
  float: right;
}
.discount-coupon .coupon input
{
  padding: 8px;
}
/*########## Check Out Page ##### Start #####*/
.post-98.page .page-title{display: none;}
/*.checkout_page .panel-collapse.in{display: block;}*/
.panel-heading .panel-title{font-size: 23px;}
.panel-group .panel{border-radius: 0;border: none;box-shadow: none; padding: 15px;display: inline-block;width: 100%;}
.panel-default>.panel-heading{color: #000;background-color: transparent;padding:0;border-bottom: 1px solid #000;}
.panel-heading a:before {
    font-family: 'FontAwesome'; 
    content: "\f078";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
.woocommerce-form.woocommerce-form-login.login {display: block !important;}
.panel-group .panel-body{border: none !important;padding: 0;}
.panel-default>.panel-heading.active{color: #f08e0f;border-bottom: 1px solid #f08e0f;}
.form .content h2{color: #f08e0f;
    font-size: 42px;
    float: right;
    margin: 0;
    text-align: right;
    direction: rtl;}
.form .content p.txt {float: left;margin: 3px 10px 0;font-weight: 500;display:none}
label.custm_rad {
    font-size: 24px;
}
.form .content {display: inline-block;width: 100%;padding: 20px 25px;border-bottom: 1px solid #d6d6d6;}
.form .woocommerce-form.woocommerce-form-login.login, .customer_opt {border: none;padding: 30px 25px; margin: 0;}
.form .woocommerce-form.woocommerce-form-login.login label{display: none;}
.form .form-row-first, .login-form .form-row-last{width: 100% !important;padding: 0 !important;}
.form .woocommerce-form.woocommerce-form-login.login .form-row input{border: 1px solid #cbcbcb;height: 40px;padding: 10px;margin-bottom: 10px;}
.form .woocommerce-form.woocommerce-form-login.login p.form-row {float: right;}
.form {border: 1px solid #d6d6d6;margin: 35px 0px;}
form.login .form-row{padding: 0px;}
.form form.login .form-row button{padding: 15px 45px;}
form.login .form-row .button{margin-top: 15px;}
p.lost_password {margin: 27px 0px 0}
p.lost_password a{color: #f08e0f;font-weight: 700;}
p.lost_password a:hover{text-decoration: underline;}
.radio_btn {margin: 8px 0 20px;}
.radio_btn label {  margin-right: 20px;}
.radio_btn label input{float: left;margin-right: 5px;}
.contin{padding: 15px 45px !important;margin-top: 11px !important;}
.woocommerce-privacy-policy-text{padding: 0 15px;}
h4#ship-to-different-address {padding-left: 20px;margin-top: 25px;}
.woocommerce-additional-fields {margin: 20px 0;}
.woocommerce-additional-fields .form-row textarea{height: 80px !important;}
#totalPayment thead {background: #82100c;color: #fff;}
#totalPayment td {border-left: 1px solid #ddd;}
.checkout-two-column-layout .two-column-layout-left{float:right;}
#cclw_order_details_table .cclw_order_review_table .more_details_slide dt{float:right;font-size: 17px;}
#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals p.left-corner{float: right;width: 100%;}
#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals div{display: block;float: right;width: 100%;}
.woocommerce-checkout .border_html{text-align:right;}
#shipping_company_field.form-row{clear: both}
#shipping_first_name_field.form-row, #shipping_last_name_field.form-row{width: 49%;}
#collapseFive ul.wc_payment_methods.payment_methods.methods {margin: 15px 0 0;}
table#totalPayment {margin-top: 30px;border-collapse: collapse;table-layout: fixed;}
table#totalPayment tr th, table#totalPayment tr td{padding: 15px; font-weight: 500;}
table#totalPayment .woocommerce-privacy-policy-text{display: none;}
#totalPayment tr th.product-total, #totalPayment tr td.product-total, tr.cart-subtotal td, tr.cart-subtotal th, tr.cart-discount th, tr.cart-discount td,  tr.selected_shipping th, tr.selected_shipping td, tr.order-total td, tr.order-total th, td.confirm_product{text-align: right !important;padding: 15px 30px !important;}
table#totalPayment .form-row.place-order{margin-bottom: 0px !important;}
table#totalPayment .button.contin{float: left;}
#collapseFive .form-row label{display: inline-block;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label
{
  display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}/*
.woocommerce-page form .form-row span
{
  display: block;
  width: 100%;
}*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .select2-container--default .select2-selection--single {
    height: 42px;
    padding: 10px;
    width: 100%;
    border: 1px solid #cbcbcb;
    color: #000;
    font-size: 14px;
    border-radius:0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
  line-height: 18px;
  padding-left: 0;
}.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
}
.woocommerce button.right
{
  float: right
}
/*########## Check Out Page ##### End #####*/
p.form-row input.error {
    border: 1px solid #840710 !important;
    box-shadow: 0px 0px 3px 0px rgba(132,7,16,1);
}
span.error_msg {
    font-size: 14px;
    font-weight: 700;
    color: #840710;
    padding: 10px 0;
    display: inline-block;
}
.form-control
{
  height: auto
}


/*my account */
.woocommerce-account .woocommerce-MyAccount-navigation ul
{
  background-color: #f6f4f4;
    border: solid 2px #efecec;
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li>a {
    padding: 10px;
    font-size: 20px;
    color: #4b4d4a;
    width: 100%;
    border-bottom: solid 2px #fbfafa;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li>a:hover
{
  text-decoration: none;
}
.woocommerce-MyAccount-content  .btn-primary
{
  margin-top: 15px;
}
.woocommerce-input-wrapper 
{
  display: inline-block;
  width: 100%;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover
{
      background: #e45353;
    border-color: #e45353;
    color: #fff;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
  margin: 0 15px;
}
.shipping_methods
{
  padding-top: 20px;
}
.woocommerce-order-details__title, 
.woocommerce-column__title
{
  padding-bottom: 15px;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads
{
  margin-bottom:0;
}
.wpis-popup{
  display: none;
}
/*products Shop page*/
.products 
{
    padding: 0;
    margin: auto !important;
    max-width: 99%;
}
.post-type-archive .products li
{
  background: #FFF;
   -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    width: 24% !important;
    margin: 0.5% !important;
    overflow: hidden;
}

.post-type-archive .products li figure.featured-products
{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0
}
.post-type-archive .products li figure.featured-products .imagewrapper
{
  height: 220px;
  margin-bottom: 0px;
}/*
.post-type-archive .products li figure.featured-products .imagewrapper img
{
  height: 220px;
    object-fit: cover;
}*/
.post-type-archive .products li figure.featured-products .price
{
  margin: 0 0 15px 0;
    padding: 0;
    color: #5b8432;
    /*font-size: 30px;*/
    font-weight: 700;
    /*display: inline-block;*/
    width: 100%;
}
.post-type-archive .products li figure.featured-products .star-rating
{
  display: none;
}
.post-type-archive .products li figure.featured-products a.button
{
  background: #f0bba2;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-color: #254561;
    padding: 10px 20px;
    border-radius: 0;
    margin: 0 5px;
    bottom: 12px;
}
.post-type-archive .page-title
{
  text-align: center;
}

.post-type-archive .woocommerce-result-count,
.post-type-archive .woocommerce-ordering
{
  display: none;
}
.panel-title .more-less
{
  display: none !important;
}
button.single_add_to_cart_button{
  padding: 9px 25px !important;
}
.widget_categories ul li.current-cat ul.children
{
  display: inline-block !important; 
  width: 100%
}

.post-type-archive-product .page-title{
  margin-bottom: 37px;
}
.headerImg 
{
  position: relative;
}

.container.headerImg.header-img-1 {
    display: none;
}
.homevideocon {
    overflow: hidden;
    width: 100%;
    left: 0!important;
    height: 100%;
    z-index: 0;
    display: block;
    top: 0px;
    position: absolute;
}
.homevideocon .overlay2 {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    /*background: #2966b1;*/
    position: absolute;
    opacity: 0.60;
}
#video-bg, .vidfortabmobile {
    right: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    /* max-width: 112%; */
    height: auto;
    min-height: 100%;
    z-index: 1;
}

footer#colophon .site-info span
{
  
    display: inline-block;
}

#masthead .navbar-nav > li > a b
{
  font-weight: 400;
}

#masthead .navbar-nav > li.current-menu-item > a b
{
  font-weight: 700;
}
.header-contact
{
  display: inline-block;
    float: right;
    margin-left: 30px;
}
.con-info
{
  color: #fff;
    background: #6d7174;
    position: relative;
    font-size: 25px;
    padding: 6.5px 22px 6.5px 19px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    line-height: 110%;
    margin-left: 20px;
    margin-top: 5px;
  border-radius: 50px;
}


.con-info a
{
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}
.navbar
{
  padding: 10px 0 0 0;
}


.site-search-icon .search {
     background: url(../img/search-icon.png) no-repeat;
    padding: 11px 17px;
    display: initial;
  display:none;
}
.site-search-icon .site-search {
    top: 60px;
    left: auto;
    background-color: #f0bba2;
    padding: 8px;
    width: 260px;
    right: -150px;
}
.site-search-icon .site-search label
{
  width: 100%;
  margin: 0
}
.site-search-icon .site-search:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f0bba2 transparent;
    position: absolute;
    left: 88px;
    margin-top: -17px;
}
.site-search-icon .site-search input[type="submit"]
{
  display: none;
}

.home .headerImg section.text-center
{
  background-image: url(../img/headerBannerContent.png);
    width: 552px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 30px;
}
.home .headerImg .sub-heading
{
  display: none;
}
.home section.text-center .heading {
  font-size: 62px;
    display: block;
    color: #242628;
    position: relative;
    z-index: 1;
    top: 325px;
    text-shadow: -1px -2px #ffffff;
}
.overlay2 {
    height: 612px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #0d6f8f5c;
    opacity: 0.90;
}
#header_slider1 .carousel-item
{
  height: 100%;
}
#header_slider1 .carousel-item .heading{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home section.text-center .btn-default
{
  padding: 10px 75px;
    background: #0d4959;
    border: none;
}
.fck_text a.further-detail
{
  padding: 5px 20px;
    margin-top: 10px;
    float: right;
    background: #254561;
    color: #fff;
    border: none;
    font-weight: normal;
    font-size: 22px;
}
.fck_text img.alignnone
{
  margin-top: 20px;
}
.home-cat-section 
{
  padding-top: 35px;
  padding-bottom: 0px;
}
.home-cat-section a
{
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.home-cat-section span
{
  position: absolute;
    border: none;
    bottom: 50px;
    right: 15px;
    background: #254561;
    border-radius: 0;
    padding: 10px 0;
    max-width: 150px;
    min-width: 150px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
}
.home-cat-section img
{
  width: 100%;
  border-radius: 13px;
}
#best-selling
{
  padding-top: 35px;
}
#best-selling .heading
{
  position: relative;
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 0;
}
#best-selling .heading::after, 
#best-selling .heading::before {
    content: "";
    top: 0;
    position: absolute;
    width: 58px;
    height: 55px;
}
#best-selling .heading::before {
    background-image: url(../img/sub_title_before.png);
    left: 0;
}
#best-selling .heading::after {
    background-image: url(../img/sub_title_after.png);
    right: 0;
}
#best-selling .woocommerce ul.products li.product 
{
  margin: 10px;
  width: 15%
}
#best-selling .woocommerce ul.products li.product a,
#best-selling figure
{
  padding: 0;
  margin: 0;
  border:none;
}
#best-selling .outer-imagewrapper
{
  border:none;
}
#best-selling .products
{
  max-width: 100%;
}
#best-selling h2.woocommerce-loop-product__title
{
  background: none;
  color: #373534;
  font-size: 14px;
  min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#best-selling .btn-vieww, #best-selling .add_to_cart_button, #best-selling .star-rating
{
  display: none;
}
#best-selling .woocommerce ul.products li.product .price
{
  color: #254561;
  font-weight: 900;
  font-size: 24px;
  height: 32px;
    overflow: hidden;
    line-height: 100%;
    background: none;
    width: 100%;
    position: initial;
}
#best-selling .woocommerce ul.products li.product .price:before
{
  display: none;
}
#best-selling .imagewrapper
{
  position: relative;
    height: 220px;
    min-height: 220px;
    vertical-align: middle;
    margin-bottom: 1em;
}
#best-selling .imagewrapper img {
    max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}
.cl-logo
{
  padding-top: 0;
  padding-bottom: 35px;
}
.contact-info
{
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  word-break: break-all;
}
.contact-info span
{
  width: 56px;
  height: 56px;
  background: #254561;
  border-radius: 100%;
  display: inline-block;
  color: #FFF;
  margin-bottom: 15px;
  line-height: 56px;
  font-size: 23px;
}
.contact-info h3
{
  color: #254561;
  font-size: 18px;
  font-weight: 700;
}
.contact-info a
{
  text-decoration: none;
  color: #21201f;
  margin-bottom: 1.5em;
  display: inline-block;
}
.contact-map iframe
{
  width: 100%;
  border: solid 1px #a4a4a4 !important;
  margin-top: 20px;
}
.contact-form 
{
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  max-width: 800px;
  padding: 40px;
  margin: auto;
  margin-top: -200px;
  margin-bottom: 100px;
  position: relative;
}
.contact-form  h4
{
  font-size: 40px;
  color: #21201f;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form ul.contactus li
{
  float: none;
  width: 100%;
  direction: rtl;
  font-size: 24px;
  color: #21201f;
  margin-bottom: 15px;
}
.contact-form input, 
.contact-form textarea
{
  font-size: 19px;
  color: #21201f !important;
  border: solid 1px #090909;
  padding: 10px !important;
  border-radius: 0
}
.contact-form textarea
{
  height: 100px;
}
.contact-form ul.contactus li input.btn-primary
{
    width: 153px;
    display: inline-block;
    background: #254561;
    border-radius: 15px;
    text-transform: uppercase;
    border-color: #254561;
    float: left;
    font-size: 22px;
    padding: 0;
    color: #FFF !important
}
.contact-form .smedia
{
  position: absolute;
  bottom: 50px;
  right: 40px;
}
.contact-form .smedia a
{
  margin-left: 8px;
}

.container_outside{
  width: 1280px;
  margin:0px auto;
}
.container_outside .right_product{
  width: 200px;
    float: right;
}
#home-newsletter
{
  background-size: 480px, 480px;
  background-image: url(../img/newsletter-left.jpg), url(../img/newsletter-right.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat;
}

#home-about 
{
  text-align: right
}
#home-about  .text-inner 
{
  padding-right: 40px;
  padding-left: 40px;
}
.owl-carousel .owl-dots
{
  margin-top: 15px;
}
.owl-carousel .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 100%;
    margin: 2px;
}
.owl-carousel .owl-dots button.active {
    background: #254561;
}
.owl-carousel .owl-nav
{
  display: none;
}
.blog-post
{
  width: 100%;
  border: solid 1px #a9a9a9;  
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.blog-post-image
{
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  vertical-align: middle;
  overflow: hidden;
}
.blog-post-image span
{
  display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    min-height: 220px;
    background-position: center center;
}
.blog-post-image img
{
  width: 100%;
}
.blog-post-text
{
  padding: 25px;
  font-size: 18px;
}
.blog-post-text h2.entry-title
{
  border-bottom: none;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-post-text h2.entry-title a
{
  color: #000;
  font-size: 32px;
}
.blog-post-text h2.entry-title a:hover
{
  text-decoration: none;
}
.blog-post-text a.blog-post-link
{
  padding: 8px 26px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 10px;
    background: #254561;
    color: #fff;
    border: none;
    font-weight: normal;
    font-size: 22px;
}
.blog-post-text .blog-text
{
  margin-bottom: 15px;
}
.post-single-view h2
{
  font-size: 36px;
  margin-bottom: 15px;
}
.navigation.post-navigation
{
  display: none;
}
/*package*/
.package 
{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.package .package-header
{
  background-image: url(../img/package-dog-puppy.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 32px;
    color: #FFF;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 57px;
    text-align: center;
    font-weight: 700
}
.package .package-header a
{
  color: #FFF;
}
.package .package-footer
{
  background-image: url(../img/package-dog-puppy-footer.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 42px;
    color: #FFF;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    font-weight: 700
}
.package .package-footer span
{
 font-size: 40px;
    color: #FFF;
}
.package .package-footer span span
{
  padding-right: 10px;
}
.package-content
{
  background-image: url(../img/packagebg.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    padding-bottom: 15px;
    text-align: center;
}
.package-content a.cart-btn
{
  padding: 10px 25px;
    background: #0d4959;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: #FFF;
    margin-top: 20px;
}
.package .package-header a:hover,
.package a:hover
{
  text-decoration: none;
}
.package-content ul
{
  padding: 0;
  margin: 0;
  width: 60%;
  margin: auto;
  list-style: none;
  text-align: right;
}
.package-content ul li
{
  background: url(../img/package_list.png) center right no-repeat;
  font-size: 22px;
  color: #000;
  padding-right: 50px;
    margin-bottom: 10px;
}
.packages .col-sm-4:nth-child(2) .package-header 
{
  background-image: url(../img/package-dog-large.png);
}
.packages .col-sm-4:nth-child(2) .package-footer
{
  background-image: url(../img/package-dog-large-footer.png);
}
.packages .col-sm-4:nth-child(3) .package-header 
{
  background-image: url(../img/package-cat.png);
}
.packages .col-sm-4:nth-child(3) .package-footer
{
  background-image: url(../img/package-cat-footer.png);
}
.package img
{
  position: absolute;
  bottom: 0;
  right: -50px;
  width:46%;
}
.woocommerce-cart .entry-content {
  margin: 0px;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart table.cart td, table.cart th {
  text-align: center;
}
.woocommerce-cart table.cart .product-thumbnail img {
    width: 130px;
    height: 180px;
    object-fit: contain;
}
.woocommerce-cart table.cart .product-thumbnail > a {
  display: inline-block;
    border: 1px solid #b9b5b5;
}
.woocommerce-cart table.cart thead {
  background-color: #0d4959;
}
.woocommerce-cart table.cart thead th {
  font-size: 20px;
  color: #ffffff;
  padding: 18px 0;
  font-weight: 400;
}
.woocommerce-cart table.cart tbody {
  box-shadow: 0px 8px 24px 5px rgba(0,0,0,18%);
}
.woocommerce-cart .woocommerce table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 10px !important;
}
.woocommerce-cart .woocommerce table.shop_table td .variation
{
  display: inline-block;
    width: 100%;
    font-size: 14px;
}
.woocommerce-cart .woocommerce table.shop_table td .variation p
{
  font-size: 14px;
}
.woocommerce .product-remove  a.remove {
  display: initial;
  color: #0d4959 !important;
}
ul.product-categories li.cat-item-204 
{
  display: none;
}
.woocommerce .product-thumbnail {
  width: 18%;
}
.woocommerce td.product-name {
    text-align: right !important;
    width: 28%;
}
.woocommerce td.product-name a {
    color: #0d4959;
    font-size: 20px;
    font-weight: bold;
    float: right;
}
.woocommerce td.product-name .weight {
  float: right;
    clear: both;
    color: #3d4141;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}
.woocommerce a.remove:hover {
  background: transparent;
}
.woocommerce .product-name dt.variation- {
  display: none !important;
}
.woocommerce .product-name dd.variation- p {
    margin: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  padding: 4px 2px 2px 4px;
  height: 100%;
  position:absolute;
  right:0px;
  top:-3px;
}
.woocommerce .quantity .qty {
  width: 70px;
  height: 50px;
  font-size: 26px;
  color: #222222;
  font-weight: 600;
  position: relative;
  border: 3px solid #a4a4a4;
}
.woocommerce-cart .sipping-title {
  display: none;
}
.cart-discount {
    box-shadow: 0px 8px 24px 5px rgba(0,0,0,18%);
    margin-bottom: 25px;
}
.cart-discount span.total {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #0d4959;
    font-size: 20px;
    color: #fff;
    padding: 7px 0;
}
.cart-discount span.free-ship {
    background-color: #254561;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}
.woocommerce-cart .sipping-title {
  display: none;
}
.woocommerce-cart .cart_totals  {
  width: 100% !important;
}
.discount-coupon .update_cart {
  display: none !important;
}
.cart-discount .discount-coupon {
    padding: 0 15px;
    margin: 20px 0 0 0;
}
.cart-discount .coupon {
  float: right;
    width: 100%;
}
.cart-discount .coupon label {
  float: right;
  font-size: 20px;
    color: #2e2e30;
    margin-bottom: 5px;
}
.cart-discount .coupon #coupon_code {
  float: right;
    clear: both;
    height: 40px;
    border: 1px solid #d7d7d7;
    width: 50%;
}
.cart-discount .coupon .button {
  float: left;
  font-size: 20px;
    background-color: #2f2f31;
    padding: 10px 25px;
}
.woocommerce-error {
    border-top-color: #0D4959;
}
.woocommerce-error::before {
  color: #0D4959;
}
.cart-discount tr.cart-subtotal td {
  vertical-align: middle !important;
    padding: 15px !important;
    font-size: 18px;
}
.cart-discount tr.cart-subtotal td .amount {
  font-size: 25px;
}
.cart-discount tr.cart-subtotal td .amount span.woocommerce-Price-currencySymbol {
  font-size: 17px;
}
.woocommerce-cart .wc-proceed-to-checkout
{
  padding: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a
{
  background: #0d4959 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important; 
}
.woocommerce-variation-price span.woocommerce-Price-amount.amount,
.entry-summary span.woocommerce-Price-amount.amount
{
  font-size: 23px;
}

.woocommerce .product-wrap div.product form.cart .button {
    background: #6d7174 !important;
    font-size: 17px!important;
    padding: 15px 25px 15px 37px!important;
}


.woocommerce .product-wrap .quantity .qty
{
  padding: 15px 20px 15px 1px !important;
    height: 49px;
}
.sale_helper
{
  display: inline-block;
  width: 100%;
}
.sale_helper h4
{
  font-size: 26px;
  color: #0d4959;
  font-weight: 600;
  margin-bottom: 20px;
}
.sale_helper ul
{
  padding: 0;
  margin: 0;
}
.sale_helper li
{
  list-style: none;
  margin:0;
  padding: 0;
  display: inline-block;
  width: 80px;
  font-size: 22px;
  color: #0d4959;
  text-align: center;
      word-break: break-word;
      line-height: 140%;
      margin:0 40px 0 0 ;
}
.sale_helper li:first-child
{
  margin: 0
}
.sale_helper li icon
{
  width: 80px;
    height: 80px;
    background-color: #b8b4b5;
    text-align: center;
    display: block;
    border-radius: 100%;
    line-height: 80px;
    font-size: 34px;
    color: #FFF;
}
.cat-header
{
    padding-top: 69px;
    padding-bottom: 10px;
  margin-bottom: 30px;
}
.woocommerce  .product.product-variable p.price
{
  display: none;
}
.woocommerce nav.woocommerce-pagination
{
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span
{
  padding: 10px;
    min-width: 32px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current
{
  background-color: #254561;
  color: #FFF;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first
{
  clear: none !important;
}
.eb-scrollbarcnt .overview, .eb-scrollbarcnt-short .overview
{
  position: relative;
}
.eb-scrollbarcnt .viewport, .eb-scrollbarcnt-short .viewport
{
  height: auto !important;
}
.header-slider .btn-default {
    padding: 9px 69px;
    background: #254561;
    border: 1px solid #254561;
    border-radius: 12px;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 100%;
}
.header-slider .carousel-caption
{
  bottom: 30%;
}
.wb-brandlist-style1 .scrollbar
{
  display: none;
}
.header-slider .carousel-caption .carousel-heading
{
    font-size: 59px;
    color: #fff;
    margin-bottom: 15px;

}
.header-slider .btn-default:hover
{
  color: #254561;
  background: transparent;
  border: 1px solid #254561;
}

.woocommerce td.product-name dl.variation dt
{
  display: inline-block !important;
}
.woocommerce ul.products li.product .price ins
{
  text-decoration: none;
}
.single-product #thumbs2 ul li {
    border: 1px solid #ffff;
}
.single-product #thumbs2 ul li.active {
    border: 1px solid #909090;
}
.thumb_image_blocks {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.single-product #thumbs2 ul li {
    margin-bottom: 10px !important;
    border: none;
}
#thumbs2-prev::before {
    margin-left: -10px !important;
}#thumbs2-next::before {
    margin: 0 !important;
}
.video-lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.woocommerce.tax-product_cat ul.products li.product .product_type_variable
{
  display: none;
}
.woocommerce.tax-product_cat ul.products
{
  margin-bottom: 30px !important;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 31%;
    margin: 0px 10px 50px 10px!important;
    display: inline-block;
    float: unset;
    vertical-align: top;
}
table#totalPayment tr td dl.variation
{
  margin: 0;
  padding: 0;
}
table#totalPayment tr td dl.variation dt,
table#totalPayment tr td dl.variation dd
{
  display: inline-block;
  width: 30%;
}
table#totalPayment tr td dl.variation p
{
  padding: 0;
  margin: 0;
}
table#totalPayment tr td dl.variation dd
{
  width: 60%;
}
.shipping-calculator-form
{
display:none !important;}

.woocommerce-privacy-policy-text {
    display: none;
}
.widget_product_categories h3, .widget_pw_brands_widget h3, .widget_product_search h3
{
  margin-top: 0;
}
section#woocommerce_product_categories-2{
  margin-top:90px;
}
.woocommerce .widget_price_filter .price_slider_amount
{
  top:unset;
  padding-top: 10px;
}
.price_slider_wrapper
{
  padding-top:15px;
}
form.woocommerce-product-search {
    position: relative;
}
form.woocommerce-product-search button[type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: unset;
    background: #254561;
    color: #fff;
    padding: 0px 15px;
}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span
{
  font-size: 16px;
}
.custom-price-product.single-product.woocommerce div.product form.cart .variations th.label
{
  width: 95px;
}
.custom-price-product .custom-text-box label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    width: 95px;
}
.custom-price-product .custom-text-box input{
  margin-left: 10px;
  border: solid 2px #254561;
  border-radius: 0.25rem;
  width: 230px;
  padding: 3px;
  max-width: 230px;
  min-width: 230px;
  height: 34px;
}
.custom-price-product .custom_price {
    margin-bottom: 20px;
    display: flex
;
    align-items: center;
}
@media screen and (max-width: 1200px) {
  header#masthead .container{
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .cat-header
  {
    padding-top: 145px;
  }
  .imagewrapper, .related.products .imgdiv
  {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-two-column-layout .two-column-layout-right {
      width: 100%!important;
  }
  .checkout-two-column-layout .two-column-layout-left {
      width: 100%!important;
  }
}


/**************************************
 * Minimal Black & White Product Form *
 **************************************/
 .variations_form.cart {
	max-width: 600px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	font-family: Arial, sans-serif;
  }
  .woocommerce div.product form.cart .reset_variations {color: white;}
  /* Table (Variation Options) */
  .variations_form.cart table.variations {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
  }
  .woocommerce div.product form.cart .variations label {color: black;}
  .variations_form.cart table.variations th,
  .variations_form.cart table.variations td {
	padding: 0.5rem 0.75rem;
	border: 1px solid #000;
  }
  .overall {
    position: absolute;
    display: flex;
	z-index: 2;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
  .variations_form.cart select.form-control {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
	margin: 0.25rem 0 0.5rem;
  }
  a.btnn {
    background: #FFF;
    border: solid 1px #6d7174;
    color: #6d7174;
    padding: 10px 40px;
    font-size: 22px;
    text-decoration: none;
    transition: all .3s ease;
	font-weight: 700;
}
  
  a.btnn:hover {
	background: #6d7174;
    color: #FFF;
	transition: all .3s ease;
  }
  
  
  /* Reset Variation Link */
  .variations_form.cart .reset_variations {
	background: #000;
	color: #fff;
	border: none;
	padding: 0.4rem 0.75rem;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
  }
  .variations_form.cart .reset_variations:hover {
	background-color: #333;
  }
  
  /* Displayed Price */
  .single_variation_wrap .woocommerce-variation-price .price {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 10px;
	display: block;
	color: #000;
  }
  
  /* Custom Option Groups */
  .custom-product-options-wrapper {
    margin-bottom: 4rem;
    display: flex;
}
.woocommerce div.product div.summary
{
  position: relative;
}
.woocommerce .product.product-variable p.price
{
  position: absolute;
  bottom: 120px;
  right: 25px;
}
.custom-product-option-group {
    margin-bottom: 1rem;
    width: 50%;
    display: flex
;
    flex-direction: column;
}

  .custom-product-option-group h4 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #000;
  }
  .custom-product-option-group label {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.95rem;
	color: #000;
	cursor: pointer;
  }
  .custom-product-option-group input[type="radio"],
  .custom-product-option-group input[type="checkbox"] {
	margin-right: 5px;
  }
  
  .custom_price {
	margin-bottom: 1rem;
  }
  .custom_price label {
	display: block;
	margin-bottom: 0.3rem;
	font-weight: bold;
	color: #000;
  }
  .custom_price input::placeholder {
    color: black;
    font-size: 16px;
    font-weight: 300;
    font-family: sans-serif;
}
form.variations_form.cart {
    background-color: #f5f5f5; /* Example background color */
    padding: 20px; /* Optional padding */
    border-radius: 10px; /* Optional rounded corners */
}

/* Exclude .woocommerce-variation.single_variation from the background */
form.variations_form.cart .woocommerce-variation.single_variation {
    background-color: transparent !important;
}
  .custom_price input[type="number"] {

	padding: 0.4rem;
	border: solid 2px #254561;
	background-color: #fff;
	color: #000;
	padding: 3px;
    max-width: 230px;
    min-width: 230px;
  }
  
  /* Quantity Field */
  .variations_form.cart .quantity input.qty {
	width: 70px;
	padding: 0.4rem;
	margin-right: 0.5rem;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
  }
  
  /* Buttons (Add to Cart / Quick Checkout) */
  .variations_form.cart .single_add_to_cart_button,
  .variations_form.cart .buy-checkout {
	display: inline-block;
	background: #000;
	color: #fff;
	border: none;
	padding: 0.6rem 1rem;
	cursor: pointer;
	font-size: 1rem;
	margin-right: 0.5rem;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
  }
  .variations_form.cart .single_add_to_cart_button:hover,
  .variations_form.cart .buy-checkout:hover {
	background-color: #333;
  }
  
  /* "View Cart" Link After Adding to Cart */
  .variations_form.cart .added_to_cart.wc-forward {
	display: inline-block;
	background: transparent;
	color: #000;
	border: 1px solid #000;
	padding: 0.6rem 1rem;
	margin-left: 0.5rem;
	text-decoration: none;
	font-size: 1rem;
	transition: all 0.2s ease-in-out;
  }
  .variations_form.cart .added_to_cart.wc-forward:hover {
	background: #000;
	color: #fff;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 600px) {
    .woocommerce div.product form.cart .variations td {
      width: 75%;
      float: right;
  }
	form.variations_form.cart{
	  padding:40px 20px 20px;
	}
  .woocommerce div.product form.cart .reset_variations
  {
    padding: 5px 10px;
  }
  .custom-price-product.single-product.woocommerce div.product form.cart .variations th.label
  {
    float: right;
  }
  .woocommerce .product.product-variable p.price {
      bottom: 190px;
      line-height: 30px;
  }
  .woocommerce div.product form.cart div.quantity input
  {
    margin-bottom: 10px;
  }
	.variations_form.cart table.variations th,
	.variations_form.cart table.variations td {
	  display: block;
	  width: 100%;
	  border: none;
	  padding: 0.4rem 0;
	}
	.variations_form.cart table.variations tbody tr {
	  margin-bottom: 1rem;
	}
	.variations_form.cart .quantity {
	  margin-bottom: 1rem;
	}
	.variations_form.cart .single_add_to_cart_button,
	.variations_form.cart .buy-checkout,
	.variations_form.cart .added_to_cart.wc-forward {
	  width: 100%;
	  margin-bottom: 0.5rem;
	  box-sizing: border-box;
	  text-align: center;
	}
  }
  