/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 25/07/2020
* Template URI: www.minyak-global.com
* Author Name: Shelley C Antony
* Author URI: http://www.shellinecorporation.com/
* Description: Nuts and spices trading
* Developer: Shelline Corporation
*
*
* -------------------------------------------------------------------
*/

/*

*/
body{

}
.clearfix {
    clear: both ;
}
/*slider*/
  @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right{
	top:50%
}
.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
} 
.carousel-caption .title {
    font-size: 45px;
    text-transform: uppercase;
    /*color: #c5990e;*/
	color:#fff;
	font-weight:900;
}
.carousel-caption .subtitle {
    font-size: 14px;
    color: #fff;
	margin-top:15px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    bottom: 39%;
}
.carousel-control {
    opacity: 0.1;
}
@media (max-width: 768px) {
	.carousel-caption .title {
    font-size: 25px;
}
.carousel-caption .subtitle {
    font-size: 14px;
	margin-top:5px;
}
.carousel-caption {
    bottom: 23%;
}
}
@media (max-width: 580px) {
	.carousel-caption .title {
    font-size: 14px;
}
.carousel-caption .subtitle {
    font-size: 12px;
	margin-top:0px;
}
.carousel-caption {
    bottom: 8%;
}
} 
/*slider*/

.prod-area{
	/*background-color:#c5c5c5;*/
	background-color:#fff;
}
.prod-content{
padding-top:8%;
padding-left:5%;
padding-right:5%;
padding-bottom:30px;

	}
	.prod-content h4{
	color: #000;
	font-size:20px;
	}
	.prod-content p{
	color: #373435;
	font-size:14px;
	}
/*PRODUCTS CATEGORY*/
.product-category h3 a{
color: #333333;
font-size: 16px;
display: block;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
height: 24px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.product-category h3 a:hover{
	color: #c5990e;
	font-size:16px;
}
.product-category p{
	color: #373435;
	font-size:14px;
	padding-left:0px;
	padding-right:10px;
	overflow:hidden;
	text-align:justify;
	}
.image-box p {
    height: 20px;
}
/*PRODUCT DETAIL*/
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-bottom: 5px;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; 
      border: solid 1px #c5990e !important;
    overflow: hidden;
    }
    .preview-thumbnail.nav-tabs li a:hover {
      border: solid 1px #c5990e;
    }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
#feature p {
    height: 142px;
    overflow: hidden;
}

/*parallax*/
.parallax-section{
	position:relative;
	padding:150px 0px;
	color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*background: rgba(208, 208, 208, 0.9);*/
	z-index:0;	
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}

.parallax-section h2{
	position:relative;
	font-size:32px;
	font-weight:300;
	margin-bottom:30px;
}

.parallax-section strong{
	font-weight:700;	
}

.parallax-section h3{
	position:relative;
	font-size:24px;
	margin-bottom:30px;
}

.parallax-section.style-two h3{
	margin-bottom:0px;
}

.parallax-section .line{
	position:relative;
	width:100px;
	height:3px;
	background:#ffffff;
	margin:0px auto 40px;	
}

.parallax-section.style-two .text{
	position:relative;
	padding-right:150px;	
}

.parallax-section .theme-btn{
	margin:0px 12px 10px;
	padding:12px 30px;
	color:rgba(255,255,255,0.80);
	border-radius:25px;
	display:inline-block;
}

.parallax-section .normal-btn{
	border-color:#ffffff ;
	background:#ffffff;
	color:#1c1c1c !important;	
}

.parallax-section .theme-btn:hover{
	border-color:#1c1c1c !important;
	background:#ffffff;
	color:#1c1c1c !important;	
}
.mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 48px;
    border-radius: 12px;
    background-color:transparents;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    position: absolute;
    top: 40px;
    position: absolute;
    left: 51%;
    margin-left: -26px;
}
.mouse__wheel {
    display: block;
    margin: 12px auto;
    width: 3px;
    height: 3px;
    border-radius: 4px;
    background-color:#222;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}



#section-1{
    height:50px;
    width:100%;
    background-color:#2196f3;
}
#blank{
    height:1200px;
}

#section-2{
    height:50px;
    width:100%;
    background-color:#ff5722;
}

/*zoom*/
.zoom {

  background-color: transparent;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*zoom*/

/*zoom 2*/
.zoom2 {

  background-color: transparent;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom2:hover {
  transform: scale(.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
}
.image-box img {
    max-width: 100%;
    transition: all 0.9s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}
/*zoom 2*/

/*sitemap*/

.widget.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight:700;
}

.widget.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight:700;
}

.widget.search ::-ms-input-placeholder { /* Microsoft Edge */
  font-weight:700;
}

/*#region dataTree*/

.tree .nav > li > a {
    position: data-relative;
    display: inline-block;
}
.tree  .nav li ul li a {
    padding-left: 30px;
}

/*#endregion*/

/*sitemap*/

/*Comment List styles*/
.comment-list .row {
  margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}
.comment-user {
    font-weight: 700;
}
.btn-cmt{
    color: #fff;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
	background-color:#c5990e;
	border: solid 1px #c5990e !important;
}
.btn-cmt:hover, .btn-cmt:active, .btn-cmt:focus{
	background-color:#fff;
	border: solid 1px #373435 !important;
	color:#373435;
}

/*to Top*/
#back-to-top {
    position: fixed;
bottom: 12px;
right: 8px;
z-index: 9999;
width: 32px;
height: 32px;
text-align: center;
line-height: 30px;
background: #c5990e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #f7f7f7;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0
}
#back-to-top:after {
    content: "\f106";
    font-family: FontAwesome;
    position: relative
}
#back-to-top:hover {
    background: #000
}
#back-to-top.show {
    opacity: 1
}
.bg-grey{
	background-color: #dadada;
}
/*to Top*/

/*math captcha*/

#ebcaptchatext {
    padding-right:1rem;
}

#ebcaptchainput {
    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.map iframe{float:left}

.categoryBox small{
	    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-top: 6px;
}
.categoryBox p{
    margin: 0 0 0px;
}
.box-shadow{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
}
/*share area*/
.landing-title {
	width:100%;
display:block;
	}
.landing-title .social-info {

}
.landing-title .social-info {
    text-align: right;
}
.landing-title .tag-list, .landing-title .social-info {
    width: 100%;
}
.landing-title .social-box {
    font-size: 14px;
}
.social-box, .list, .links, .social-networks, #menu-aside ul, .gallery-row .line-mask ul, .view-options, .marketplace-tabs, .attending-list, .reply-item, .donation-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-box > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    position: relative;
}
.social-box {
    color: #c5990e;
}
.yellow .social-box .social-item {
    color: #c7bd19;
}
.yellow .social-box .social-item {
    color: #c7bd19;
}
.social-box .social-item {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.yellow .background-print {
    background-image: url(/images/yellow.png);
}
.background-print, .green .background-print {
    background-image: url(/images/green.png);
}

.socials-add.popup-state {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    padding: 5px 7px 6px;
    border-radius: 26px;
    background: #000;
    white-space: nowrap;
    visibility: hidden;
    z-index: 20;
    opacity: 0;
}
.socials-add {
    list-style: none;
    padding: 0;
    margin: 0;
        margin-bottom: 0px;
    font-size: 0;
    line-height: 0;
}
/*
 * Counter button style
 */
.btn-counter { margin-right: 39px; }
.btn-counter:after,
.btn-counter:hover:after { text-shadow: none; }
.btn-counter:after {
border-radius: 3px;
border: 1px solid #fff;
background-color: #fff;
padding: 0 8px;
color: #777;
content: attr(data-count);
left: 100%;
margin-left: 8px;
margin-right: -13px;
position: absolute;
top: -4px;
}
/*.btn-counter:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');

  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-right: 0;
  border-top: 0;
  content: '';
  position: absolute;
  right: -13px;
  top: 5px;
  height: 6px;
  width: 6px;
  z-index: 1;
  zoom: 1;
}*/
/*
 * Custom styles
 */
/*.btn {
  background-color: transparent;
  border-color: transparent;
  color: #c5990e;
}
.btn:hover,
.btn.active {
  text-shadow: 0 1px 0 #b12f27;
  background-color: transparent;
  border-color: transparent;
}
.btn:active { box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset; }
.btn span { color: #c5990e;}
.btn:hover, .btn:hover span,
.btn.active, .btn.active span { color: #373435; }
.btn:active span {
  color: #b12f27;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}*/

/*button share*/
.btn-simple {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 6px;
}
.btn-simple > span {
  /* avoid button movement on click IE */
  position: relative;
}
#btn-share {
  position: relative;
  background: transparent;
}
.social-box li  a i{
  font-size: 24px;
  color:#c5990e;
}
.social-box li .popover-content a i{
  font-size: 24px;
  color:#fff;
}

#btn-share .popover {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#btn-share .popover .popover-content {
  width: 144px;
  height: 35px;
  margin: 0;
  padding: 0;
}
#btn-share .popover .popover-content .btn-media {
  width: 55px;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #fff;
  text-align: center;

}
#btn-share .popover .popover-content .btn-media.twitter {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color:#1b95e0;
}
#btn-share .popover .popover-content .btn-media.linked-in {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color:#0e76a8;
}
#btn-share .popover .popover-content .btn-media.facebook {
  border-left: 1px solid #264356;
  border-right: 1px solid #264356;
  background-color:#3b5998;
}
#btn-share .popover .popover-content .btn-media.whatsapp {
  border-left: 1px solid #25d366;
  border-right: 1px solid #25d366;
  background-color:#25d366;
}
#btn-share .popover .popover-content .btn-media.facebook:after {
  position: absolute;
  bottom: -10px;
  margin-left: -21px;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #3b5998;
  display: none;
}
#btn-share .popover .popover-content .btn-media:hover,
#btn-share .popover .popover-content .btn-media:focus {
  background: #264356;
}
#btn-share .popover .popover-content .btn-media:hover.facebook:after,
#btn-share .popover .popover-content .btn-media:focus.facebook:after {
  border-top-color: #3b5998
}
#btn-share .popover .popover-content .btn-media i {
  font-size: 20px;
  line-height:35px;
}
/*tags*/
.tags ul li a {
border: 1px solid #c5990e;
border-radius: 15px;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 600;
line-height: 15px;
padding: 2px 6px;
text-transform: uppercase;
background-color: #c5990e;
}
.tags ul li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
}


/*Gallery*/

.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
            .border-solid{
              border: solid 1px #c5990e;
            }
            a#lg-download {
    display: none;
}
.lg-rotate-left{
    display: none;
}
.lg-rotate-right{
    display: none;
}
.lg-flip-ver {display: none;}
.lg-flip-hor {display: none;}
#lg-share{display: none;}
#lg-actual-size{display: none;}
.lg-fullscreen{display: none;}
.lg-autoplay-button{display: none;}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
 /* pointer-events: none;*/
}
.lg-outer {

    z-index: 999999 !important;
    }
    .lg-toolbar, .lg-prev, .lg-next {
    opacity: 100 !important;
  }
.lg-actions .lg-next, .lg-actions .lg-prev {
    top: 200px !important;
    z-index: 9999999999 !important;
}
.lg-toolbar .lg-icon {
    color: #fff!important;
    }
    .lg-backdrop.in {
    opacity: 0.7 !important;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    display: none !important;
}
.demo-gallery p{
  font-weight: bold;
  text-transform: uppercase;
}
.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.5) !important;

    }
    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #c5990e !important;
}
/*product Tab*/
.prodTab .nav-tabs { border-bottom: 0px solid #DDD; }
.prodTab .nav-tabs > li.active > a, .prodTab .nav-tabs > li.active > a:focus, .prodTab .nav-tabs > li.active > a:hover { border-width: 0; }
.prodTab .nav-tabs > li > a { border: none; color: #ffffff;background: #c5990e; font-weight: 700;border-radius: 0px;
    text-transform: uppercase;}
.prodTab .nav-tabs > li.active > a { border: none;  color: #c5990e !important; background: #fff; }
.prodTab .nav-tabs > li > a:hover { border: none;  color: #fff !important; background: #c5990e !important; font-size:16px; }
.prodTab .nav > li > a {
    position: data-relative;
    display: block;
    padding: 10px 5px;
}
.prodTab .nav-tabs > li > a::after { content: ""; background: #c5990e; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.prodTab .nav-tabs > li.active > a::after, .prodTab .nav-tabs > li:hover > a::after { transform: scale(1); }
.prodTab .tab-nav > li > a::after { background: ##c5990e none repeat scroll 0% 0%; color: #fff; }
.prodTab .tab-pane { padding: 15px 0; padding-bottom: 0px; }
.prodTab .tab-content{padding:20px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
.prodTab .nav-tabs > li  {width: 33.33%; text-align:center;}
.prodTab .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
.prodTab .nav > li > a {
    font-size: 14px;
}
.prodTab .nav-tabs > li > a:hover {
    border: none;
    color: #fff !important;
    background: #c5990e;
    font-size: 14.2px;
}
}
@media all and (max-width:600px){
.prodTab .nav-tabs > li {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}
}

@media all and (max-width:724px){

/*.prodTab .nav-tabs > li > a > span {display:none;} */
.prodTab .nav-tabs > li > a {padding: 5px 5px;}
}
.prodTab .card {
  margin-top: 0px;
  padding: 15px;
}
.prodTab .tab-content .tab-pane {
    border: none;
    }
	.ul.prodTab {
		}
ul.prodTab li {
    list-style-image: url(../images/tick.png) !important;
    list-style: inside;
        list-style-position: inside;
        list-style-image: none;
    margin-top: 10px;
    list-style-position: outside;
    font-size: 15px;
}
.prodTab ul li {
    list-style-image: url(../images/tick.png) !important;
    list-style: inside;
        list-style-position: inside;
        list-style-image: none;
    margin-top: 10px;
    list-style-position: outside;
    font-size: 15px;
}
.prodTab ul { padding-left: 30px;}
	ul.prodTab {
    padding-left: 30px;
}
.wpcd-template-1 .comment-respond h3.comment-reply-title small a, .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit {
    border: none;
    line-height: 30px;
    font-weight: 400;
    padding: 15px;
}
.wpcd-template-1 .comment-respond h3.comment-reply-title small a, .wpcd-template-1 .wpcd-logged-in input.wpcd-form-trigger, .wpcd-template-1 .wpcd-comment-form p a + a, .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit {
    text-align: center;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	background: #c5990e none repeat scroll 0 0;
border: 1px solid #c5990e;
color: #fff !important;
padding: 4px 11px;
font-size: 14px;
font-weight: 700;
border-radius: 4px;
text-transform: uppercase;
display: inline-block;
	line-height: 20px;
	height:auto !important;
	
}
.wpcd-template-1 .comment-respond h3.comment-reply-title small a:hover, .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit:hover {
  background-color: transparent !important;
border-color: #c5990e;
color: #c5990e !important;
    text-decoration: none;
}
.wpcd-template-1 .comment-respond h3.comment-reply-title small a:hover, .wpcd-template-1 .wpcd-logged-in input.wpcd-form-trigger:hover, .wpcd-template-1 .wpcd-comment-form p a + a:hover, .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit:hover {
    /*display: none;*/
	  background-color: transparent !important;
border-color: #c5990e;
color: #c5990e !important;
    text-decoration: none;
}
.a2a_menu a {
    color: #000 !important;
}
.breadcrumb {
    background-color: #fff !important;
}
.tree .nav > li > a {
    padding: 2px 15px;
    color: #000 !important;
}
.get-button {
    /*width: 280px;
    margin-left: auto;
    margin-right: auto;*/
	padding-bottom: 50px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #d90404;
display: table-cell;
background-color: #b00505;
color: #fff;
}
.comment-respond p.comment-notes, .comment-respond p.logged-in-as {
    display: table-cell;
}
.wpcd-comment-pagination-wrapper.wpcd-page-number ul
    display: table-cell;
}
.smallTitle {
    margin-top: 0;
    margin-bottom: 25px;
	font-weight: 700 !important;
font-size: 20px;
}
.wpcd-comment-template-1 .wpcd-body .wpcd-reply-button a {
    color: #4c4c4c;
    font-weight: 400;
    position: relative;
	font-weight: 700;align-content}
.wpcd-comment-template-1 .wpcd-body .wpcd-reply-button {
    float: left;
        text-align: center;
    text-decoration: none;
font-weight: 700;

}
