html{
    position: relative;
    overflow-x: hidden;     
}
body{
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;    
    position: relative;
    overflow-x: hidden; 
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

.top-part{
    position: relative;
}
.logo-part {
  background: rgba(0, 16, 42, 0.8) none repeat scroll 0 0;
  height: 84px;
  left: 0;
  margin: auto;
  position:absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  border-top: 10px solid #204675;
  border-bottom: 2px solid #f08200;
}
/*.logo-part {
   background: rgba(0, 16, 42, 0.8) none repeat scroll 0 0;
  height: 84px;
  left: 0;
  margin: auto;
  position:relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  border-top: 10px solid #204675;
  border-bottom: 2px solid #f08200;
}*/
.logo {
  position: relative;
  top: 0;
}
.inner{ position:relative;}
.cart-part{
    margin-left: 30%;
    background: #204675;
    width: 340px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
}
.cart-part > ul > li{
    float: left;
    margin-left: 6px;
    font-size: 13px;
    text-transform: uppercase;
	list-style:none;
}
.cart-part > ul > li:after{
    content: "/";
    color: #fff;
}
.cart-part > ul > li:last-child:after{
    content: "";
}
.cart-part > ul > li > a{
    color: #fff;
}
.cart-part > ul > li > a:hover{
    color: #da7408;
}
.navbar-default {
  background-color: transparent;
  border: medium none;
  margin: 0;
  margin-top: 8px;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-weight: 800;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: #f08200;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #f08200;
}
.btn-search {
   border: none;
   background: transparent;
}
.search ul {
	margin:0 !important;
}
.search li {
  float: left;
  list-style:none;
  margin-right:5px;
}
.search input[type="text"]{
  border: none;  
  background: transparent;
  border: 1px solid #002d58;
  color: #fff;
  width: 115px;
  height: 20px;
  margin-left: 15px;
  margin-top: 4px;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
}

.banner .bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    left: 0;
}
.banner .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.banner .bx-wrapper img {
    display: block;
    width: 100%;
}
.banner .bx-wrapper{
    border-bottom: 9px solid #feb005;
}
.headings ul li h2{
    font-size: 36px;
    font-weight: 700;
}
.headings ul li:nth-child(1){
    color: #f40305;
}
.headings ul li:nth-child(2){
    color: #0f2b57;
    margin-left: 32%;
    font-size: 30px;
}
.headings ul li:nth-child(2) h2{
    font-size: 30px;
}
.pro-img{
    margin-top: 25px;
}
.pro-des-list {
  margin-top: 33%;
  margin-left: -7%;
}
.pro-des-list ul li{
    margin-bottom: 20px;
	list-style:none;
}
.pro-des-list ul li:nth-child(2) {
  margin-bottom: 57px;
  margin-top: 102px;
}
.pro-des-list ul li:nth-child(4) {
  margin-bottom: 57px;
  margin-top: 133px;
}
.pro-des-list ul li:nth-child(6) {
  margin-top: 44px;
}
.pro-des-list ul li:last-child p{
    font-size: 14px;
}
.pro-des-list ul li p{
    font-size: 20px;
    margin: 0;
}


.pro-slider{
    margin: 20px 0px;
}
.thum-slider .bx-wrapper img {
    display: block;
    width: 100%;
}
.btn-buy{
    background: #da7408;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-left: 25%;
    padding: 5px 35px;
}
.btn-add{
    background: #ed7303;
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid #e03e00;
    padding: 3px 15px;
    font-weight: 700;
}
.thum-slider .price{
    float: left;
    width: 50%;
	color:#333;
}
.thum-slider .price del{
    float: left;
	color:#333;
}
.thum-slider .price ins {
  float: left;
  font-weight: 600;
  margin: 0 0 0 10px;
  font-size: 20px;
  text-decoration:none;
  color:#333;
}
.thum-slider .cart-btn {
  float: right;
}

.img-all{
   position: relative; 
}
.bottom-part {
  margin: 5px 0;
  overflow: hidden;
  width: 100%;
  color:#222;
}

.sale-flag {
    position: absolute;
    right: 0px;
    top: -1px;
}
.slide h4 {
  background: #3082b9 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 5px;
  text-transform: uppercase;
  margin: 5px 0px;
}
.pro-slider .bx-wrapper .bx-viewport {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: 0 0 5px #ccc;
  left: 0;
  transform: translateZ(0px);
}

.video-part{
    background: url("../images/full-width.jpg") no-repeat;
    width: 100%;
    padding-top: 25px;
    position: relative;
}
.video-holder{
    border: 5px solid #fff;
    border-radius: 5px;
}
.vid-lft h4{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.vid-rit h4{
    font-family: 'Bree Serif', serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.vid-rit p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.circle-plus ul li{
    width: 125px;
    height: 125px; 
    position: relative; 
    float: left;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 20px;
}
.circle-plus ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(237,115,3,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
    transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.20s;
    -ms-transition-duration: 0.20s;
    -o-transition-duration: 0.20s;
    transition-duration: 0.20s;
}
.circle-plus ul li:hover:before{
    width: 100%;
    height: 100%; 
    opacity: 1;
}
.circle-img{
    width: 125px;
    height: 125px; 
    overflow: hidden;
    border: 3px solid #fff;     
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.plus-icon{
    position: absolute;
    top: 0;
    right: 0;
}
.wc{
    background: #1a74b1;
    color: #fff;
    position: initial;
    margin: auto;
    padding: 10px;
    margin-top: 40px;
    overflow: hidden;
}
.why-caddy h3{
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 22px;
    margin-bottom: 15px;
}
.why-caddy h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.bor-img{
    height: 232px;
    background-image: url("../images/border.png"),url("../images/arrow.png");
    background-position: left top, bottom center;
    background-repeat: no-repeat;    
    padding: 4px;
}
.edition{
    margin: 40px 0px;
}
.big-product{
    text-align: center;
}
.big-product .bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    left: 0;
}
.big-product img {
    display: block;
    width: 100%;
}
.big-product .bx-wrapper .bx-prev{
    left: -60px;
    background: rgba(0, 0, 0, 0) url("../images/controls2.png") no-repeat scroll 0 -32px
}
.big-product .bx-wrapper .bx-next{
    right: -60px;
    background: rgba(0, 0, 0, 0) url("../images/controls2.png") no-repeat scroll -43px -32px;
}
.big-pro-detail h3{
    font-family: 'Bree Serif', serif;
    font-size: 25px;
    color: #1a74b1;
    text-transform: uppercase;
}
.main-price{
    font-family: 'Bree Serif', serif;
    font-size: 38px;
    color: #da7408;
}
.qty-block{
    padding: 8px 0px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 22px 0px;
    overflow: hidden;
}
.qty-lft p{
   font-weight: 300;
   font-style: italic;
   font-size: 20px;
   color: #9a9a9a;
   margin: 0;
   line-height: 30px;
}
.qty-lft{
    width: 70%;
    float: left;
}
.cart-quantity{
    width: 30%;
    float: left;
}
.cart-quantity button{
    background: transparent;
    border: none;
}
#qty1{ 
    font-family: 'Bree Serif', serif;
    width: 40px; 
    border: none;
    font-size: 25px;
    color: #1a74b1;
    text-align: center;
}
.pro-spec ul li{
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 10px;
}
.pro-spec ul li:before{
    font-family: FontAwesome;
   content: "\f054"; 
   padding-right: 6px;
   color: #9a9a9a;
}
.btn-big-add{
    background: #da7408;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 35px;
    margin: 10px 0px;
    text-transform: uppercase;
}
.free-shiping{
    margin: 15px 0px;
}
.free-shiping img{
    float: left;
    display: inline-block;
}
.free-shiping p{
    float: left;
    color: #9a9a9a;
    line-height: 28px;
    padding-left: 20px;
}
.testimonial{
    background-color: #da7408;
    background-image: url("../images/pattern.png");
    padding: 25px 0px;
}
.t-img{
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 13px;
}
.t-content{
    color: #fff;
}
.t-content h3{
    font-family: 'Bree Serif', serif;
   font-size: 27px; 
}
.t-content p{
    font-size: 17px;
    font-weight: 300;
}
.main-testi .bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    background: transparent;
    left: 0;
}
.main-testi .bx-wrapper .bx-prev{
    left: -60px;
     background: none;
}
.main-testi .bx-wrapper .bx-next{
    right: -60px;
    background: none;
}
.f-heading{
   font-family: 'Bree Serif', serif;
   font-size: 20px;
   text-align: left;
   color: #fff;
   background: url("../images/h-border.png") no-repeat bottom left;
   padding-bottom: 7px;
   text-transform: uppercase;
   margin-bottom: 25px;
}

footer{
    background: #0f2a55;
    margin-top: 25px;
    padding: 20px 0px;
}
.footer-links ul li{
    margin-bottom: 10px;
	list-style:none;
}
.footer-links ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.btn-submit{
    background: #da7408;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.f-signup label{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.f-signup input{
    background: transparent;
    border: 1px solid #216de6;
}
.f-signup input:hover, .f-signup input:focus{
	color:#fff;
}
.form-group{
   margin-bottom: 5px; 
}
.phone{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.phone a{
    color: #fff;
    font-size: 18px;   
}
.social-link ul li{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background: #fff;
    margin-right: 8px;
	list-style:none;
}
.social-link ul li a {
  color: #0f2b57;
  line-height: 25px;
  padding: 7px;
}
.partner{
    margin: 25px 0px;
}
.partner ul li{
    float: left;
    margin-right: 5px;
	list-style:none;
}
.c-right {
    padding: 10px 0px;
  margin: auto;
  width: 500px;
  overflow: hidden;
}
.copy img{
    float: left;
}
.copy #siteseal{
	float: left;
}
.copy p{
    float: left;
    padding-left: 10px;
    color: #686868;
    line-height: 32px;
    margin: 0;
}
.thum-slider li{
	position:relative;
	 border-right: 1px solid #ebebeb;
    padding: 0 8px;
}
.woocommerce span.onsale {
	background:url(../images/sale-flag.png) no-repeat;
	background-color:transparent;
  color: #fff;
  font-size:14px;
  border-radius:0;
  font-weight: 700;
  text-transform:uppercase;
  left:auto;
  right:7px;
  line-height: 3.236;
  margin: 0;
  min-height:62px;
  min-width: 62px;
  padding: 0.202em;
  position: absolute;
  text-align: center;
  top: 43px;
}
.woocommerce ul.products li.product .onsale {
  left: auto;
  margin:0;
  right:0;
  top:auto;
}


body.home .woocommerce-tabs{ display:none !important;}

body.home h1.product_title {
  color: #1a74b1;
  font-family: "Bree Serif",serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight:400;
}
.single-product p.price ins{
	color: #da7408;
    font-family: "Bree Serif",serif;
    font-size: 38px;
	text-decoration:none;
	font-weight:400; 
}
.single-product span.onsale{ display:none;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #da7408;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin:0;
  line-height: 1.42857;
  padding: 5px 35px;
  text-transform: uppercase;
  
}
.woocommerce .quantity .qty {
  line-height: 2.6em;
  text-align: center;
  width: 4.631em;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top:2em;
}
.no-image{ background:url(../images/no-images.jpg) no-repeat; width:130px; height:130px; display:block;}


.products h4 {
  background: #3082b9 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0;
  padding: 10px 5px;
  text-transform: uppercase;
}
span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
 
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}
div.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
 
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
 
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  float:left;
  width:50%;
  font-size: 0.857em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .cart-btn {
  float: right;
  width: 35%;
}
.woocommerce ul.products li.product .price del {
  color: #333;
  float: left;
}
.woocommerce ul.products li.product .price ins {
  color: #333;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 10px;
  text-decoration: none;
}