

/* ============= Base styles ================ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

a:focus{
   color:inherit; ;
}

::-moz-selection {
    background: #f58634;
    text-shadow: none;
    color: #fff;
}

::-webkit-selection {
   background: #f58634;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #f58634;
    text-shadow: none;
    color: #fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ======= Browser Upgrade Prompt ======== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========Author's custom styles ================ */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ========= Print styles. ================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*main css start here*/
b, strong {
    font-weight: 700;
    color: #f58634;
}
body{
    color: #050505;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    height: 1000px;
}
h1,h2,h3,h4,h5,h6,.btn,a, p{
    font-family: 'Poppins', sans-serif;
}
p{
    font-size: 15px;
    line-height: 28px;
}
a{
    color: #f58634;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    opacity: 0.8;
}
.text-white{
    color: #fff!important;
}
.text-primary{

}
.text-secoundry{
    
}

/*Header*/
.pre-header a ,.pre-header li{
    color: #202020;
    font-weight: 400;
      font-family: 'Poppins', sans-serif;
}
.navbar-toggle .icon-bar{
    background: #14070e;
}
.navigation {
    background: #fafafa;
    border-top: 3px solid #408f87;
    z-index: 99;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-animation: fadeInUp 0.9s ease;
    -moz-animation: fadeInUp 0.9s ease;
    animation: fadeInUp 0.9s ease;
  border-bottom:1px solid #e2e1e1;
}
.navigation.sticky{
    background: rgba(255,255,255,0.9);
    animation: slide-down 0.7s;
    animation-direction: normal;
    animation-duration: 1.5s;
    position: fixed;
    top: 0px;
}
@keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
        } 
        100% {
            opacity: 0.9;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
        } 
    }

.sticky .container.bg-nav {
    padding: 0;
}
.navigation.sticky .navbar-collapse.collapse,.navigation.sticky .navbar-brand.logo{
    padding: 8px 0px;
}
.container.bg-nav {
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a {
    background: transparent;
    color: #d01e33;
}
.navbar-brand.logo {
    padding: 22px 0;
}
.nav.navbar-nav {
    float: none;
}
.navbar-nav>li>a {
    font-weight: 300;
    font-size: 15px;
    color: #202020;
    display: inline-block;
    padding: 0 15px;
    line-height: 69px;
    position: relative;
    font-weight: 400;
}
.navbar-nav>li:last-child>a {
    padding-right: 0;
}
.navbar-nav>li>a.nav-btn {
    border: 1px solid #888888;
    border-radius: 5px!important;
}
li.active a {
    color: #408F87;
}

.navbar-nav>li {
    float: left;
}
.navbar-collapse.collapse {
    padding: 18px 0px;
    text-align: right;
    display: inline-block!important;
}
.navigation.sticky{
    background:#fff;
    box-shadow: 0px 0px 1px #999;
    -webkit-box-shadow: 0px 0px 1px #999;
    -moz-box-shadow: 0px 0px 1px #999; 
    width: 100%;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a,.pre-header a:hover {
    background: transparent;
    color: #F58634;
}
.navbar-brand.logo img{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    /* width: 150px; */
}
.bars {
    position: relative;
}
.bars-animate .fa {
    margin-right: 6px;
}
.header-right li {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.inline-header {
    text-align: right;
    line-height: 0;
}
.header-right {
    width: 14%;
    float: right;
    margin: 30px 0 0 60px;
    text-align: left;
}
.header-right li a {
    font-size: 24px;
    padding: 6px 0;
    margin: 11px 3px 11px 0px;
    display: block;
}
 .top-cart-block .fa-shopping-cart {
     background: #408f87!important;
     width: 33px;
     height: 33px;
     top: 0px!important;
     right: 0;
     margin: 0;
}
 .top-cart-info {
     margin-top: 0;
}
 .top-cart-content {
     border-top: solid 2px #408f87!important;
}
 .top-cart-content:after {
     border-bottom: 8px solid #408f87!important;
}
 .top-cart-content .btn-default,.btn-primary,.common_add_to_wishlist, .common_add_to_cart, .product_add_to_cart, .product_add_to_wishlist {
     background: #f58634;
     line-height: 20px;
     border-radius: 20px!important;
     display: inline-block;
     text-align: center;
     color: #ffffff!important;
     border: none;
     box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
     transition: all 0.4s linear 0s;
     -webkit-transition: all 0.4s linear 0s;
     -moz-transition: all 0.4s linear 0s;
     text-transform: uppercase;
     font-size: 12px;
}
.top-cart-content .btn-default:hover, .btn-primary:hover, .common_add_to_wishlist:hover, .common_add_to_cart:hover, .product_add_to_cart:hover, .product_add_to_wishlist:hover,.product_add_to_cart:hover, .product_add_to_cart:focus, .product_add_to_cart:active{
    background: #fff!important;
    color: #f58634!important;
    border:none;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
}
.top-cart-content-wrapper {
    right: 0;
}
.additional-nav li,.pre-header .additional-shop-info li {
    vertical-align: middle;
    line-height: 34px;
}
.additional-nav ul,.pre-header .additional-shop-info ul {
    min-height:34px;
    margin: 0;
}
.additional-nav li:last-child {
   position:relative;
}
.pre-header {
    padding: 5px 0;
}
.top-cart-content{
  margin-top:8px;
  text-align: left;
}
.del-goods {
    background: #f58634 url(../../layout/img/icons/del-goods.png) no-repeat 50% 50%;
}
.pre-header .del-goods:hover {
    background: #408f87 url(../../layout/img/icons/del-goods.png) no-repeat 50% 50%;
}
.top-cart-content li{
  border-right:none;
  line-height: 1;
}
/***  css start for header sub menu ***/
.sub_menu{
    min-width: 180px;
    padding: 0px;
    list-style: none;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200px;
    background: #ffffff;
    border-top: 3px solid #408f87;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 120%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index:9;
}
.sub_menu li a{
    display: block;
    padding: 0 15px;
    color: #202020;
    text-transform: uppercase;
    line-height: 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;

}
.sub_menu li a:hover{
    color: #F58634;
}
.sub_menu li:last-child a{
    border-bottom: none;
}
.navbar-nav li:hover > .sub_menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar-nav li:hover > .sub_menu > .has_sub_menu > .sub_menu{
    position: absolute;
    left: 100%;
    top: 0;
}
.has_sub_menu{
    position: relative;
}
.has_sub_menu .fa {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: -1px;
}
/***  css end for header sub menu ***/
/*Header end*/

/*Footer*/
h4.foot-title {
    margin-bottom: 35px;
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-family: Poppins, sans-serif;
}
footer.page_footer {
    background: #344a5f;
    padding: 70px 0 50px;
    color: #dcddde;
    font-family: Poppins, sans-serif;
    background: url('../../../../asset/userassets/footer_bg.jpg') no-repeat;
    position: relative;
    background-size: 100%;
}
footer.page_footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #344a5f;
    height: 100%;
    opacity: 0.96;
}
.widget_nav_menu .menu a:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 16px;
    color: #f58634;
    position: absolute;
    left: 0;
    line-height: 25px;
}
.widget_nav_menu .menu a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0 5px 22px;
    position: relative;
    color: #dcddde;
}
h4.foot-title .highlight {
    color: #f58634;
    font-weight: 300;
    line-height: 1;
}
.copyright {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* border-top: 1px solid #f58634; */
    padding: 20px 0;
    color: #344a5f;
}
.page_footer a {
    color: #dcddde;
    word-break: break-word;
}
.page_footer .media-left i {
    color: #f58634;
}
.footer-logo {
    margin-top: -15px;
    display: block;
}
.topmargin_15 {
    margin-top: 15px;
   margin-bottom: 15px;
}
.page_footer a.social-icon {
    color: #fff;
}
.social-icon {
    text-align: center;
    border: 1px solid #dcddde;
    border-radius: 25px!important;
    line-height: 32px;
    margin-right: 5px;
      width: 32px;
    height: 32px;
}
.soc-facebook {
    background: #3b579d;
    border-color: #3b579d;
}
.soc-twitter{
   background: #2aaae0;
    border-color: #2aaae0;
}
.soc-google {
    background: #d6492f;
    border-color: #d6492f;
}
.soc-linkedin {
    background: #007bb6;
    border-color: #007bb6;
}
.soc-instagram {
    background: #9c7c6e;
    border-color: #9c7c6e;
}
.soc-youtube {
    background: #fe011c;
    border-color: #fe011c;
}

/*banner*/
/*.pre-header .additional-shop-info li {
    border: none;
}*/
#banner .slick-slide img{
width:100%;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    z-index: 90;
    background: transparent;
    font-family: FontAwesome;
    opacity:0.5;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
}
.slick-prev.slick-arrow {
    width: 45px;
    height: 40px;
    font-size: 0;
    border: none;
    left: 70px;
}
.slick-next.slick-arrow {
    font-size: 0;
    width: 45px;
    height: 40px;
    border: none;
    right: 70px;
}
.slick-prev.slick-arrow:after {
    content: "\f104";
    font-size: 30px;
    background: #fcc94a;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
.slick-next.slick-arrow:after {
    content: "\f105";
    font-size: 30px;
    background: #fcc94a;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
#banner .slick-arrow:hover {
    opacity: 1;
}
.main {
    padding: 25px 0 0;
}
#technologies {
    padding-top: 120px;
}
.common_padd {
    padding: 50px 0;
}
.common_head h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.common_head .small-text {
    font-size: 20px;
    padding: 10px 0;
    color: #408f87;
}
.common_head {
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative;
}
.common_head:after {
    content: "";
    background: #f58634;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bg-theme {
    background: #408f87;
    color: #fff;
}
.question-row h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}
.common_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 30px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    border: none!important;
    background-color: #f58634;
    border-radius: 30px!important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    text-transform: uppercase;
    min-width: 160px;
}
.common_btn:hover {
    background: #fff;
    color: #f58634 !important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
}

.product-item .box {
    box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    border-radius: 10px!important;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.product-body {
    padding: 20px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}
.product-item .box:hover {
    border-color: #2C3E50 !important;
    background-image: none !important;
    background-color: #2C3E50;
    color: #fff;
}
.breadcrumb li + li:before {
    padding: 0 5px;
    content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #5f6d7b;
}
.breadcrumb li{
    padding:0;
}
.box:hover .product-img img {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);

}
.product-img {
    overflow: hidden;
}
.product-img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.product-body a {
    font-size: 16px;
}
.product-body a:hover, .product-item h3 a:hover {
    color: #fff;
}
.product-body .common_btn:hover {
    color: #f58634!important;
    background: #fff!important;
    border: none;
}
.product-body .common_btn {
    font-size: 14px;
    min-width: 100px;
    padding: 15px;
}
.slick-slide{
  width:16.66%;
  float:left;
}
#features {
    padding: 70px 0 50px;
    font-family: Poppins, sans-serif;
    background: url('../../../../asset/userassets/front-watch-1-1.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
}
#features:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #344a5f;
    height: 100%;
    opacity: 0.96;
}
.teaser img {
    width: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;

}
.teaser.text-center {
    padding: 20px;
}
.teaser h4 {
    font-size: 25px;
    margin: 20px 0 15px;
    font-weight: 500;
    color: #fff;
}
.teaser h4 a:hover{color: #fff;}
.teaser:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.features-row .teaser {
    background: #fff;
    color: #000;
    margin-bottom: 20px;
    min-height: 300px;
    border-radius: 10px!important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;

}
.features-row .teaser:hover {
    background: #2C3E50;
    color: #fff;
}
#testimonial,#counter {
    background: url(../../../../asset/userassets/child-tracking-watch.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.slick-dots {
    list-style: none;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    padding: 0 8px;
}

.slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
    font-family: poppins;
    position: relative;
    padding-bottom: 10px;
    display: block;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    color: transparent;
    width:30px;
}
.slick-dots li button:before {
    content: counters(owl-dots, ".", decimal-leading-zero);
    counter-increment: owl-dots;
    display: block;
    font-size: 30px;
}
.slick-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    counter-reset: owl-dots;
}
.slick-dots li button:after {
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255,0.4);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.slick-dots li.slick-active button{
    color:#fff;
    width:50px
}

.slick-dots li.slick-active button:after{
    background-color: rgb(255, 255, 255);
    height:5px;
}
.with_quotes {
    position: relative;
    font-size: 20px;
    padding: 0 10%;
    font-weight: 200;
}
.with_quotes:after {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-style: normal;
    color: #f58634;
    font-size: 40px;
}

.with_quotes:before {
    content: "\f10e";
    right: 0;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    font-style: normal;
    color: #f58634;
    font-size: 40px;
}        
.with_quotes .item-meta h3 {
    padding: 30px 0 20px;
    color: #f58634;
    font-weight: 600;
}
.vision-row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url(../../../../asset/userassets/child-tracking-gps-watch-in-india.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.vision-row {
    position: relative;
}
.vision-text{
    margin: 100px auto; 
}
.vision-text p {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #ccc;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    background: white;
    padding: 50px;
    text-align: center;
    line-height: 1.8em;
    display: table-cell;
    vertical-align: middle;
}     
.certificates-gallery .slick-slide img {
    opacity: .3;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;

}
.certificates-gallery .slick-slide img:hover {
    opacity: 1;
}             
.fact-value {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    line-height: 1;
}
.count-text {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.widget_nav_menu .menu a:hover,.page_footer a:hover {
    color: #f58634;
}  
div#topcontrol {
    background: #ffffff;
    border-radius: 25px!important;
}     
.product-page h1 {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 12px;
    font-weight: 600;
}
.price-availability-block .price strong, .price-availability-block .price strong span {
    color: #f58634;
    font-size: 30px;
    font-weight: 500;
    font-family: poppins;
}
.price-availability-block .price, .price-availability-block .availability {
    float: none;
}
#add_button1 {
    display: inline-block;
    margin: 0!important;
}
.garden-set-pd-sm,.feature-tab .row {
    padding: 20px 0;
    /*border-bottom: 1px solid #dcdcdc;*/
}
.garden-set-pd-sm .box-image img,.feature-tab .feature-image img {
    max-width: 100%;
}
.garden-set-pd-sm .box-content h3,.feature-tab .feature-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #408f87;
}
.product-main-image {
    margin-bottom: 0;
    height: auto;
}
table.shop_attributes th {
    width: 150px;

    padding: 8px;
}
table.shop_attributes td {
    padding: 8px;
}
table.shop_attributes td p{
     margin:0
}
.div_height:after, .content-page .list-unstyled:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.product-page-options {
    padding: 15px 0 25px;
    border: none;
    border-bottom: 1px solid #f4f4f4 !important;
    margin-bottom: 20px !important;
}
.product-page .review, .product-page .social-icons {
    display: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    padding: 10px 20px;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
    background: #408f87;
    color: #fff;
}
.product_add_to_wishlist {
    display: none;
}
.inquiry-form {
    border-radius: 10px!important;
    background-color: #fff;
    box-shadow: 0 0px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,.2);
    padding: 40px 30px;
    margin: 0 auto;
}
#contact-form input.form-control,#contact-form textarea.form-control {
    border-color: #dbdbdb;
    color: #777;
    font: 14px Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 5px!important;
    min-height: 50px;
    border: 1px solid #e0e7ed;
    background: #fafbfc;
}
.content-page .contact_info>li {
    width: 49%;
    float: left;
    text-align: left;
    min-height: 135px;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-left: 5px solid #f58634;
    box-shadow: 0 0px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,.1);
    vertical-align: middle;
    display: table;
}

.contact_info li .contact-left .fa {
    font-size: 50px;
    line-height: 1;
    color: #f58634;
}

.contact_info li .contact-left {display: table-cell;width: 60px;vertical-align: middle;}

.contact_info li .contact-body {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}

.contact_info>li:nth-child(odd) {
    margin-right: 2%;
}

.contact_info li .contact-body h5 {
    font-size: 20px;
}
.main h1,.product-page-content .tab-content h2{
  font-weight:600;
}
.content-page .box-content h3 {
    line-height: 26px;
}
.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
    color: #f58634;
}
.sidebar .sidebar-menu li:hover {
    background: #408f87;
    color: #fff;
}
.sidebar .sidebar-menu li:hover a {
    color: #fff;
}
.content-page a:hover, .sidebar2 a:hover,.content-form-page a:hover{
  color: #f58634;
}
.product-page .nav-tabs > li:last-child {
    /*display: none;*/
}
.pre-header li {
    padding-left: 3px;
    padding-right: 7px;
}
.intl-tel-input .selected-flag{
  height:50px;
}
div#cart_div {
    position: relative;
}
button[disabled].product_add_to_cart+span#cart_btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.garden-set-pd-sm .col-half {
    display: inline-block;
    vertical-align: middle;
    padding: 1%;
}
.garden-set-pd-sm:nth-child(even) .col-half:last-child {
    width: 66%;
}
.garden-set-pd-sm:nth-child(even) .col-half {
    width: 33%;
}
.garden-set-pd-sm:nth-child(odd) .col-half {
    width: 66%;
}
.garden-set-pd-sm:nth-child(odd) .col-half:last-child {
    width: 33%;
}
.garden-set-pd-sm:nth-child(even) {
    background: #f5f5f5;
}
.feature-tab .col-first,.feature-tab .col-last {
    display: inline-block;
    vertical-align: middle;
}
.feature-tab .col-first {
    width: 33%;
}
.feature-tab .col-last {
    width: 66%;
}
.feature-tab .row:nth-child(even) {
    background: #f5f5f5;
}
.product-other-images img {
    margin: 0 auto;
}
.product-other-images .slick-prev.slick-arrow {
        left: -20px;
        opacity: 1;
        top: 10px;
        padding: 0;
        width: 20px;
}
.product-other-images .slick-next.slick-arrow {
        right: -20px;
        opacity: 1;
        top: 10px;
        padding: 0;
        text-align: right;
        width: 20px;
}
.product-other-images .slick-prev.slick-arrow:after,.product-other-images .slick-next.slick-arrow:after {
        color: #000;
        background: transparent;
        width: 20px;
}
#categoryWise_product .product-list .product-item,.related_product .product-item{
    padding: 0;
    box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    border-radius: 10px!important;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
#categoryWise_product .product-list .product-item .pi-img-wrapper,.related_product .product-item .pi-img-wrapper{
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0;
}
#categoryWise_product .rateit .rateit-range,.related_product .rateit .rateit-range{
    display: none;
}
.product-item .add2cart.common_btn,.related_product .add2cart.common_btn{
    float: none;
}
.pi-price {
    font-size: 15px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
}
.product-item h3 a {
    color: #f58634;
    font-weight: 500;
}
#model_popup .description {
    display: none;
}
.product-item .btn:hover {
    background: #f58634;
    border-color: #ffffff;
}
.widget-title{
margin-top: 20px;
}
.widget-title, .sidebar h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #202020;
}
.product-pop-up .product-page-cart a.btn.more_button {
    display: none;
}
.product-pop-up 
 .color_margin {
    margin: 0 4px 0 0;
    padding: 2px;
}
.product-pop-up label.custom_color {
    width: 100%;
}
.product-pop-up .product-page-options {
    padding: 0;
}
.related_product .owl-item .product-item {
    margin: 5px;
}
#categoryWise_product .product-list .product-item:hover, .related_product .product-item:hover{
    border-color: #2C3E50 !important;
    background-image: none !important;
    background-color: #2C3E50;
    color: #fff;
}
#categoryWise_product .product-list .product-item:hover .pi-price, .related_product .product-item:hover .pi-price {
    color: #fff;
}
.go-to-bag.common_btn {
    font-weight: 400;
    border: none!important;
    color: #fff!important;
    line-height: 1.5em;
    font-size: 11px;
    padding: 11px 19px;
    height: 38px;
    min-width: 110px;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
}
.go-to-bag.common_btn:hover {
    color: #f58634!important;
}
.go-to-bag.common_btn.item_added {
    opacity: 1;
    visibility: visible;
}
button.product_add_to_cart.item_added {
    opacity: 0;
    visibility: hidden;
}
.slick-slider .slick-list .slick-list,.slick-slider .slick-list button {
    display: none;
}
.pi-img-wrapper div .btn-default{
  position:absolute;
}
.pi-img-wrapper div .btn-default.btn-default.popup_click {
    left: 0;
    right: 70px;
    margin: 0 auto;
    width: 60px;
}
.pi-img-wrapper div .btn-default.fancybox-button {
    left: 70px;
    right: 0;
    width: 60px;
    margin: 0 auto;
}
.slick-track,.slick-list {
    -webkit-perspective: 2000;
    -moz-perspective: 2000;
    -ms-perspective: 2000;
    perspective: 2000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


.product-page-options .activeDiv {
    background: #408f87 !important;
     opacity: 1;
}
.product-page-options .btn-group .selected_button:hover {
    opacity: 1;
     background: #408f87;

}


.product-item:hover .pi-img-wrapper > div
{
    display: none;

}


.tab-content > .show {
    display: none !important;
}
.tab-content > .active.show
{
     display: block!important;
}

.tab-content > h3 {
    margin-top: 15px;
}

.pro_detail_tabs {
    margin-top: 50px;
}

.product-quantity input.form-control
{
    font-size: 15px;

}