@charset "utf-8";
/* CSS Document */

a
{
    color:#737373;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
}

a:hover
{
    color:#7bae23;
}

body
{
    background-color:#ffffff;
}

h2{
    color: #565656;
    font-weight: normal;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    padding-left: 8px;
    position: relative;
}

dl {
    border: 1px solid #dcdcdc;
    border-bottom-width: 0;
    background-color: #fcfcfc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

dt{
    padding: 15px 45px 15px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f4f4f4
}
dd {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fcfcfc;
}

.header-top {
    font-size: 14px;
    border-top: 4px solid #7bae23;
    background-color: #f5f5f5;
    height: 40px;
}

.header-wide {
    font-size: 14px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: repeat;
    padding-top:0px;
}

.nav-container {
    float: left;
    position: relative;
    z-index: 1;
}

.custommenu
{
    padding: 13px 25px;
    float:left;
}
.custommenu a
{

    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#494940;
    font-weight:bold;
    font-size:18px;
}
.custommenu a:hover
{
    text-decoration:none;
    color:#7bae23;

}

.tprds
{
    padding: 15px;
}

.tprds div img{
    margin: 0px auto;
}

.block-fixed{
    display: list-item;
    opacity: 1;
    z-index: 1;
}



.header-store
{
    text-align:center;
}

.header-store img
{
    margin: 0px auto;
}

.d-block
{
    display: block;
    overflow: hidden;
}

.news
{
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #565656;
    font-size: 25px;
    font-weight: normal;
    padding-left: 8px;
    border-left: 4px solid #7bae23;
}

.news-txt
{
    padding: 25px 12px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#737373;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.news-btn
{
    text-align:center;
    margin-bottom: 30px;
}

#downPaginationdiv
{
    padding-top:15px;
    padding-bottom:130px;
    padding-left:0px;
    border-top: 1px solid #e0e0e0;
    padding-right:0px;
}
#downPagination
{
    float:right;
    margin-left: 25px;
}
#downselect
{
    width:118px;
    float:left;
    margin-top:5px;
}
.dspl-non
{
    display:none;
}
.infoSeller
{
    height:90px;
    vertical-align:middle;
}
.info-phone,.info-mail
{
    height: 50px;
    padding-top: 15px !important;
}

.info-phone i
{
    width: 20px;
    text-align: center;
}
.info-phone i span
{
    color:#737373;
}
.info-mail a
{
    text-decoration:none;
}

.img-logo
{
    max-height:130px;
    max-width:180px;
    border:0px;
}

.storeLogo_m
{
    float:left;
    top: 34px;
    position:relative;
}


.storeLogo_m div
{

    width:180px;
    height:130px;
    border: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    text-align:center;
}

.right
{
    float:right;
}
.left
{
    float:left;
}
.social-div
{
    text-align:right;
    margin-top:8px;
    width:121px;
    margin-right: 15px;
}

.social{
    color: white;
    background-color: rgb(199, 198, 198);
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.prd-box
{
    /*height:500px;*//*Update*/
    padding:2px;
}

.facebook:hover{
    background-color: #3b5a9a;
    color:white;
}
.twitter, .pinterest
{
    padding: 5px 1px 5px 3px;
    margin-left: 4px;
}
.twitter span, .pinterest span
{
    margin-left: 4px;
}
.facebook span
{
    margin-left: 6px;
}

.instagram{
    padding:5px 3px 5px 6px;
    margin-left:4px;
}

.instagram:hover{
    background-color: #CF2F94;
    color: white;
}
.twitter:hover{
    background-color: #1aa9e1;
    color:white;
}
.pinterest:hover{
    background-color: #e3262e;
    color:white;
}
.none-linked
{
    display: none;
    cursor:default;
}

.price-box {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    background-color: #a8bf00;
    position: absolute;
    text-align: center;
    bottom: 10px;
    right: 0px;
    margin: 0;
    line-height: 1.2;
}

.item-inner
{
    min-height:480px;
    border: 0 solid #e8e8e8;
    -webkit-box-shadow: 0 0 0 #cccccc;
    -moz-box-shadow: 0 0 0 #cccccc;
    box-shadow: 0 0 0 #cccccc;
    padding: 21px 5px;

}
.inner-box
{
    text-align:center;
    height:300px;
    padding:0px;
}

/*.inner-pic*/
/*{*/
    /*display:table;*/
    /*margin:0px auto;*/
/*}*//*Update*/

.inner-pic div
{
    height:225px;
    /*display: table-cell;*//*Update*/
    /*vertical-align: middle;*//*Update*/
}
.inner-img
{
    margin: 0px auto;
    width:100%;
}
.inner-price
{
    color:white;
    margin-top:10px;
}
.inner-title
{
    float:left;
    height:64px;
    overflow:hidden;
    text-align:center;
    margin-top: 25px;
}
.inner-btn
{
    /*float:left;*//*Update*/
    width:100%;
    text-align:center;
}
.inner-btn-left
{
    float:left;
    width:100%;
}
.inner-btn-link
{
    margin-top: 10px;
    display: inline-block;
    margin-left:0px;
}
.inner-btn-link-left
{
    margin-top: 10px;
    display: inline-block;
    margin-left:10px;
}
.price-top
{
    margin-top:29px;
}
.price-top2
{
    margin-top:39px;
}

.item-inner:hover
{
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 1px #e8e8e8;
    -moz-box-shadow: 0 0 1px #e8e8e8;
    box-shadow: 0 0 1px #e8e8e8;
    padding: 20px 4px;
}

.button
{

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #444645;
    background-color: #444645;
    background-image: none;
    color: #e8e8e8;
    padding: 7px 12px 6px;
    text-shadow: none;
    border-style: solid;
    transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover,.button-up:hover,.button-down:hover
{
    border-color: #7bae23;
    background-color: #7bae23;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;

}


.product_name
{
    color: #565656;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:15px;
}

.tittle_link
{
    color:white;
}

.product_name:hover ,
.tittle_link:hover
{
    color: #7bae23;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    text-decoration:none;
}

.footer_ven {
    color: #cccccc;
    background-color: #444645;
    background-position: center center;
    background-repeat: repeat;
    font-size: 15px;
    font-weight: normal;
    font-family: "Gudea", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-top {
    border-bottom: 1px solid #383938;
    padding: 10px 10px 30px;
}
.footer-bottom {
    padding: 20px 10px;
    margin-top: 0;
}

.bidbuyPrice{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float:right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0px;
    border-color: #444645;
    background-color: white;
    background-image: none;
    color:#333;
    padding: 7px 12px 6px;
    text-shadow: none;
}
.bidbuy-pos
{
    margin: 28px 10px 0px 0px;
}
.bidbuy-pos2
{
    margin: 10px 10px 0px 0px;
}
.bid-left
{
    float:left;
    width:100%;
}
.bid-left div
{
    margin-top: 16px;
    float:left;
    margin-left: 10px;
}

.bid-left div a
{
    margin-top:10px;
    display: inline-block;
    padding: 7px 19px 6px;
}
#numproducts
{
    margin-right:29px;
}
.fa-pos
{
    margin-top: 9px;
}
.cat-pos
{
    margin-top:10px;
}

.product-lbl
{
    border-left: 4px solid #7bae23;
    color: #444645;
    float:left;
    font-size:40px;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left:8px;
    height: 40px;
    line-height: 1;
    margin-top: 7px;
}

.divlabel{

    padding-top:15px;
    padding-bottom:20px;
    padding-left:0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-right:0px;
    width:100%;
}

.about-lbl{
    border-left: 4px solid #7bae23;
    color: #444645;
    font-size:35px;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left:8px;
}

.pages ol {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;

}

.pages li {
    display: inline;
    text-align: -webkit-match-parent;
    margin-left: 6px;
}


.pages .button
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: #fafafa;
    color: #757575;
    padding: 4px 11px;
}

.pages li>a, .pages li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    cursor:pointer;
}

.pages .button:hover,.button:hover,.arrow:hover,.open .arrow
{
    border-color: #7bae23;
    background-color: #7bae23;
    background-image: none;
    color: #ffffff;
    text-decoration:none;
}

.pages .button-dark{
    background-color: #e0e0e0;
}

.button-invers
{
    border-color: #7bae23;
    background-color: #7bae23;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    color: white;
}

.button-invers:hover
{

    border-color: #444645;
    background-color: #444645;
    background-image: none;
    border-width: 1px;
    border-style: solid;
}

#whyShopWithUs {
    background-image: url('https://static.3dsellers.com/store_designer/images/template_1/shopwithus.jpg');
    background-repeat: no-repeat;
    width: 232px;
    height: 88px;
    margin-top: 35px;
}

.menu_green  a {padding: 10px 10px 10px 30px; text-decoration:none; display: block; color: #333; position: relative; text-shadow: 1px 1px 1px #fff;font-family: "Gudea", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;}
.menu_green a:hover {color: #7bae23;}
.menu_green a:active{}
.menu_green a.parent_cat.active {}
.menu_green .dcjq-parent { background: none;}



.menu_green {list-style-type: none;margin: 0px;padding: 0px;}
.menu_green li {list-style-type: none;margin:0px; padding: 0; border: none;}
.menu_green ul {padding-left: 20px;}



.menu_green .dcjq-parent .dcjq-icon  {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px;}
.menu_green  .active  .dcjq-icon{position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px;}

.menu_green .active {color: #7bae23;}


.dropdown-select {
    margin-right: 3px;
}

.dropdown {
    position: relative;
}


.button_page
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: #fff;
    color: #757575;
}


.dropdown .button
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: #fafafa;
    color: #757575;
}

.dropdown-select .button {
    border-color: #e0e0e0 !important;
    background-color: #fff !important;
    color: #757575 !important;
}

.dropdown-toggle {
    width: 85px;
    text-align: left;
}

.arrow
{
    background-color: #f2f2f2;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.dropdown-select .arrow {
    width: 30px;
    height: 29px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin-top: -5px
}

.dropdown .arrow
{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
}

.dropdown-menu
{
    border-color: #dcdcdc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkt-border-radius: 0;
    border-width: 0;
    right: auto;
    left: 0;
    width: auto;
    min-width: 73px;
    margin: 0;
    padding: 0px;
    z-index: 99999;
    max-width: inherit;
    position: absolute;
    top: 100%;
    display: none;
    float: left;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    /*margin-left: 43px;*/
    margin-top: 4px;
    text-align:left;
    cursor:pointer;
}

.dropdown-menu > li > a:hover{
    background-color: #7bae23 !important;
    background-image: none;
    color: #ffffff;
}

.dropdown-menu > li > a{
    padding: 8px 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.limiter {
    position: static;
    top: 15px;
    right: 100px;
    width:118px;
    float:left;
    margin-top:5px;
}
.page {
    padding-left: 450px;
    padding: 0;
    margin: 0;
    border-top-width: 0 !important;
    text-align: right;
    display: table;
    float:right;
    margin-top:17px;
}

.limiter label {
    display: inline;
    float: left;
    text-transform: lowercase;
    margin-right: 10px;
    padding: 1px 0;
    font-size: 13px;
}


.product-name h1 {
    color:#565656;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.main-div {
    overflow: hidden;
    position: relative;
    border-top: 0 solid #dcdcdc;
    border-bottom: 1px solid #F3F3F3;
    background-color: #F3F3F3;
}

.mainPic{
    top: 27%;
    left: 10%;
}

#homediv-sequence {
    height: 500px;
    overflow: hidden;
    width: 100%;
    font-size: 0.625em;
    margin: 0 auto;
    position: relative;
}

.sequence-canvas {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -50%;
    line-height: 0;
}

.sequence-canvas > li .div-bg {
    position: relative;
    height: 100%;
}

sequence-canvas li > * {
    position: absolute;
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -ms-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    transition-property: left, opacity;
}

.sequence-canvas > li .div-wrap {
    position: relative;
    height: 100%;
    top: -50%;
    line-height: 20px;
}

.sequence-canvas > li .div-bg img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
}

.sequence-canvas > li.animate-out .div-wrap img {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.sequence-canvas > li .div-wrap > *, .sequence-canvas > li .div-bg > * {
    position: absolute;

}

img {
    vertical-align: middle;
}

.sequence-canvas .animate-out .price-box {
    left: 30%;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.main {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    max-width:245px;
    max-height:245px;
}

.divider {
    color: #ffffff;
    border-top: 0 solid #d5d5d5;
    border-bottom: 0 solid #d5d5d5;
    font-size: 13px;
    font-weight: normal;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #7bae23;
    background-position: center center;
    background-repeat: repeat;
}


.price-feature{
    color: #565656;
    font-weight: normal;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.toleft{

    left:185px;
}
.search-div{
    margin-bottom: 10px;
    float: right;
    width: 70%;
    margin-right: -44px;
}

.search-div input
{
    height:35px;
    border: 1px solid #e0e0e0;
}

.pages{

    float:right;
    margin-left: 25px;
}

.header_storename
{
    float:left;
    text-align:center;
    font-weight:bold;
    font-size:20px;
}

.header_storename table
{
    margin:0px auto;
}

.header_storename table tr td
{
    height:90px;
    vertical-align:middle;
    font-size: 40px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.block-link
{
    text-transform:uppercase;
}




@media (min-width: 1200px) {
    #homediv-sequence {
        height: 380px;
    }

    .more-images {
        width: 122px;
        height: 500px
    }

    /*.productpic{*/
        /*width:100%;*/
    /*}*//*Update*/

    /*.pricediv{*/

        /*margin-top:37px;*/
        /*color:white;*/
    /*}*//*Update*/

    /*.feature-price{*/

        /*left: 7%;*/
        /*top: 21%;*/
        /*font-size: 20px;*/

    /*}*//*Update*/

    .sequence-next,
    .sequence-prev {
        margin-top: -22px;
    }

    /*.sequence-canvas .block-title {*/
        /*font-size: 32px;*/
        /*height: 160px;*/
        /*line-height: 40px;*/
        /*overflow: hidden;*/
    /*}*//*Update*/

    .sequence-canvas .block-link {
        font-size: 18px;
        padding: 14px 19px 14px;;
    }

    /*.sequence-canvas .block_div .block-title {*/
        /*top: 27%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        top: 60%;
    }

    /*.sequence-canvas .block_div .block-title {*/
        /*left: 35%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        left: 35%;
    }

    .product-image
    {
        float:left;
        width: 500px;
        height:500px;
        position:relative;
        margin-left: 14px;
    }


    .product-image .price-box{
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        width: 135px;
        height: 135px;
        font-size: 24px;
    }

    .regular-price{
        color:white;
        margin-top:54px;
        display: block;
    }

    .biddiv{
        font-size: 22px;
        display: block;
        margin-top: -10px;
    }

    .price-feature{
        font-size: 32px;
        top: 60%;
        left: 53%;
        line-height: 51px;
        height: 60px;
        padding: 5px;

    }


    .search-div{
        margin-bottom: 10px;
        float: right;
        width: 70%;
        margin-right: -24px;
    }


}

@media (min-width: 1201px) and (max-width: 1500px)
{
    .col-lg-3 {
        width: 33.333333333%;
    }
}

@media (min-width: 1500px)
{
    #homediv-sequence {
        height: 380px;
    }
    .container{
        width:1500px;
    }

    /*.sequence-canvas .block_div .block-title,*/
    /*.sequence-canvas .block_div .block-link {*/
        /*left: 30%;*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-title{*/
        /*height: 130px;*/
        /*line-height: 45px;*/
        /*overflow: hidden;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        top: 57%;
    }

    .price-feature{
        font-size: 32px;
        top: 57%;
        left: 46%;
        line-height: 51px;
        height: 60px;
        padding: 5px;

    }

    .search-div{
        margin-bottom: 10px;
        float: right;
        width: 70%;
        margin-right: -46px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #homediv-sequence {
        height: 380px;
    }

    /*.sequence-canvas .block_div .block-title {*/
        /*top: 25%*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        top: 62%;
    }
    /*.sequence-canvas .block_div .block-title{*/
        /*left: 40%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        left: 40%;
    }

    /*.sequence-canvas .block-title {*/
        /*font-size: 30px;*/
        /*line-height: 45px;*/
        /*height: 174px;*/
        /*overflow: hidden;*/
    /*}*//*Update*/

    .sequence-canvas .block-link {
        font-size: 18px;
        padding: 14px 19px 14px;;
    }

    /*.feature-price{*/
        /*left: 7%;*/
        /*top: 21%;*/
        /*font-size: 20px;*/
    /*}*//*Update*/

    /*.pricediv{*/
        /*margin-top:37px;*/
        /*color:white;*/
    /*}*//*Update*/

    .product-image {
        float: left;
        width: 400px;
        height: 400px;
        position: relative;
        margin-left: 14px;
    }

    .product-image .price-box{
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        width: 115px;
        height: 115px;
        font-size: 20px;
    }

    .regular-price{
        color:white;
        margin-top:48px;
        display: block;
    }

    .biddiv{
        font-size: 22px;
        display: block;
        margin-top: -10px;
    }

    .main_image{
        height:400px;
    }

    .price-feature{
        font-size: 32px;
        top: 62%;
        left: 60%;
        line-height: 51px;
        height: 60px;
        padding: 5px;

    }

    .search-div {
        margin-bottom: 10px;
        float: right;
        width: 70%;
        margin-right: -15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    #homediv-sequence {
        height: 370px;
    }

    .sequence-next,
    .sequence-prev {
        margin-top: -22px;
    }

    /*.sequence-canvas .block-title {*/
        /*font-size: 20px;*/
    /*}*//*Update*/

    .sequence-canvas .block-link {
        font-size: 16px;
        padding: 12px 14px;
    }

    /*.feature-price{*/
        /*left: 7%;*/
        /*top: 22%;*/
        /*height: 70px;*/
        /*width: 70px;*/
    /*}*//*Update*/

    /*.pricediv{*/
        /*margin-top:26px;*/
        /*font-size: 15px;*/
        /*color:white;*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-title {*/
        /*top: 26%;*/
        /*left: 47%;*/
        /*line-height: 49px;*/
        /*height: 140px;*/
        /*overflow: hidden;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        top: 66%;
    }

    .sequence-canvas .block_div .block-link {
        left: 47%;
    }

    .product-image {
        float: left;
        width: 270px;
        height: 300px;
        position: relative;
        margin-left: 14px;
    }

    .main_image{
        height:300px;
    }

    .product-image .price-box{
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        width: 90px;
        height: 90px;
        font-size: 16px;
    }

    .regular-price{
        color:white;
        margin-top:36px;
        display: block;
    }

    .biddiv{
        font-size: 18px;
        display: block;
        margin-top: -10px;
    }

    .price-feature{
        font-size: 27px;
        top: 64%;
        left: 67%;
        line-height: 51px;
        height: 50px;
        padding: 5px;

    }

    .toleft{

        left:160px;
    }

    .search-div {
        margin-bottom: 10px;
        float: right;
        width: 70%;
        margin-right: -3px;
    }

    .product-lbl {

        font-size:20px;
        height:20px;
        margin-top:20px;
    }

    .shipping_wide{
        margin-top: 59px !important;
        font-size: 13px !important;
    }

}

@media (max-width: 767px) {

    .shipping_wide{
        margin: 0 !important;
        font-size: 13px !important;
    }

    #homediv-sequence {
        height: 340px;
    }

    /*.sequence-canvas .block-title {*/
        /*font-size: 20px;*/
        /*line-height: 30px;*/
        /*overflow: hidden;*/
        /*height: 92px;*/
    /*}*//*Update*/

    .sequence-canvas .block-link {
        font-size: 17px;
        padding: 10px 10px;
    }

    /*.productpic{*/
        /*width:70%;*/
        /*padding:5px;*/
    /*}*//*Update*/

    /*.feature-price{*/
        /*left: 7%;*/
        /*top: 22%;*/
        /*width:60px;*/
        /*height:60px;*/
    /*}*//*Update*/

    /*.pricediv{*/
        /*margin-top:20px;*/
        /*font-size: 14px;*/
        /*color:white;*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-title {*/
        /*top: 25%*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-link {*/
        /*top: 55%;*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-title {*/
        /*left: 36%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        left: 36%;
    }

    .product-image {
        float: left;
        width: 270px;
        height: 300px;
        position: relative;
        margin-left: 14px;
    }

    .main_image{
        height:300px;
    }

    .product-image .price-box{
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        width: 90px;
        height: 90px;
        font-size: 16px;
    }

    .regular-price{
        color:white;
        margin-top:36px;
        display: block;
    }

    .biddiv{
        font-size: 18px;
        display: block;
        margin-top: -10px;
    }

    .price-feature{
        font-size: 22px;
        top: 52%;
        left: 55%;
        line-height: 51px;
        height: 50px;
        padding: 5px;
    }

    .toleft{
        left:120px;
    }

    .divlabel{
        padding-bottom:70px;
    }

    .search-div {
        margin-bottom: 10px;
        float: right;
        width: 40%;
        margin-right: -24px;
    }

}

@media (max-width: 650px) {

    #homediv-sequence {
        height: 280px;
    }

    /*.productpic{*/
        /*width:50%;*/
        /*padding:5px;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-title{
        font-size: 18px;
        line-height: 27px;
        overflow: hidden;
        height: 84px;
        left: 35%;
    }

    .sequence-canvas .block_div .block-link {
        left: 35%;
    }

    .sequence-canvas .block-link {
        font-size: 12px;
        padding: 6px 9px;
    }

    /*.sequence-canvas .block_div .block-title {*/
        /*top: 25%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        top: 56%;
    }

    /*.feature-price{*/
        /*left: 7%;*/
        /*top: 22%;*/
        /*width:50px;*/
        /*height:50px;*/
    /*}*//*Update*/

    /*.pricediv{*/
        /*margin-top:17px;*/
        /*font-size: 12px;*/
        /*color:white;*/
    /*}*//*Update*/

    .price-feature{
        font-size: 22px;
        top: 52%;
        left: 53%;
        line-height: 51px;
        height: 50px;
        padding: 5px;
    }

    .divlabel{

        padding-top:15px;
        padding-bottom:120px;
        padding-left:0px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 30px;
        padding-right:0px;
        width:100%;
    }

}

@media (max-height: 800px)
{
    #homediv-sequence {
        height: 260px;
    }

    /*.productpic {*/
        /*max-width: 70%;*/
    /*}*//*Update*/

}

@media (max-width: 480px)
{

    .header-right
    {
        display:none;
    }

    #homediv-sequence {
        height: 165px;
    }
    .sequence-pagination {
        display: none !important;
    }

    /*.productpic{*/
        /*width:40%;*/
        /*padding:5px;*/
    /*}*//*Update*/

    .sequence-canvas .block-link {
        font-size: 12px;
        padding: 2px 6px;
        text-transform: none !important;
    }

    /*.feature-price{*/
        /*left: 7%;*/
        /*top: 22%;*/
        /*width:40px;*/
        /*height:40px;*/
    /*}*//*Update*/

    /*.pricediv{*/
        /*margin-top:13px;*/
        /*font-size: 11px;*/
        /*color:white;*/
    /*}*//*Update*/

    /*.sequence-canvas .block_div .block-title {*/
        /*font-size: 12px;*/
        /*line-height: 20px;*/
        /*overflow: hidden;*/
        /*height: 60px;*/
        /*top: 30%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link{
        top: 66%;
    }

    /*.sequence-canvas .block_div .block-title{*/
        /*left: 38%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link{
        left: 38%;
    }

    .product-image {
        float: left;
        width: 200px;
        height: 200px;
        position: relative;
        margin-left: 14px;
    }

    .main_image{
        height:200px;
    }

    .product-image .price-box{
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        width: 60px;
        height: 60px;
        font-size: 11px;
    }

    .regular-price{
        color:white;
        margin-top:24px;
        display: block;
    }

    .biddiv{
        font-size: 11px;
        display: block;
        margin-top: -10px;
    }

    .price-feature{
        /*font-size: 14px;*//*Update*/
        top: 62%;
        left: 57%;
        line-height: 27px;
        height: 34px;
        padding: 5px;
    }

    .toleft{
        left:5px;
    }

    .divlabel{

        padding-bottom:120px;
        height:160px;

    }
    .pages{

        margin-bottom:10px;
    }

    .product-lbl {

        font-size:30px;
        height:30px;
        margin-bottom: 20px;
    }

    .header_storename{
        padding-top: 5rem;
        float: none !important;
        margin: 15rem auto auto auto !important;/*Update*/
    }

    .search-div {
        width: 100%;
    }

    .shop-logo
    {
        max-height:130px;
        max-width:180px;
        border:0px;
    }

    .menu_m
    {
        margin: 0px auto !important;
        float: none !important;
        display: table !important;
        width: auto !important;
    }

    .menu_m div
    {
        padding: 13px 15px !important;
        padding-left: 0px !important;
    }



}

@media (max-width: 350px) {

    .menu_m div a span
    {
        font-size: 15px !important;
    }

    .divlabel{

        padding-bottom:120px;
        height:220px;

    }
    .pages{
        margin-left:0px;
        margin-bottom:10px;
    }

    /*.sequence-canvas .block_div .block-title{*/
        /*left: 46%;*/
    /*}*//*Update*/

    .sequence-canvas .block_div .block-link {
        left: 46%;
    }

    .sequence-canvas .block-link {
        font-size: 10px;
        padding: 0px 3px;
        text-transform: none !important;
    }

    .price-feature{
        /*font-size: 12px;*//*Update*/
        left: 70%;
        line-height: 27px;
        height: 34px;
        padding: 5px;
    }

    .search-div {
        width: 100%;
    }

}

.shadow {
    background: transparent url(https://s3.amazonaws.com/3dsellers.static/images/webstore/shadow.png) center top no-repeat;
    height: 15px;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
}

.single-product button.btn-single {
    font-size: 19px;
    padding: 15px 25px;
    margin-left: 25px;
}

.btn-single a{
    color:white;
    text-decoration:none;
}

.single-product .qty {
    padding: 9px 40px 9px 15px;
    width: 137px !important;
    height: 52px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    font-size: 25px;
    color: #a4a4a4;
}

.button-up{
    height: 26px;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.button-down {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}



.single-product .button-down {

    margin-top:26px;
}
.single-product .button-up, .single-product .button-down {
    position: absolute;
    left: 126px;
    border-width: 1px;
    border-style: solid;
}
.button-up, .button-down
{
    border-color: #e0e0e0;
    width: 25px;
    height: 26px;
    color: #a4a4a4;
    padding: 7px 12px 6px;
    text-shadow: none;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
}

.search_btn{
    background-color:#7bae23;
    border:0px;
    width:35px;
    height:35px;
    background-image: url(https://s3.amazonaws.com/3dsellers.static/images/webstore/icon_search.png);
    background-repeat: no-repeat;
    background-position:center;
}

.more-images {
    width: 92px;
    float: left;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    overflow:hidden;
    text-align: justify;
}


.inner-images {
    max-width: 122px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right:300px;
}

.inner-images:hover {
    padding-right:105px;
}

.product-essential .product-img-box .regular-price, .product-essential .product-img-box .price-box > .price, .div-wrap .price-box .price {
    margin-top: 52px;
}

h2.subtitle {
    color: #444645;
    border-left: 4px solid #7bae23;
    font-size: 40px;
    line-height: 1;
    padding-left: 8px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    clear:both;
    font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

h2.subtitle .line{
    border-top: 1px solid #e0e0e0;
    position: absolute;
    right: 130px;
}

.hov:hover
{
    border:1px solid black;
}

.newform:focus
{
    border-color: #7bae23;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #7bae23;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #7bae23;
}

.newformdiv{
    color:#666;
}

.footer-tweets {
    padding:20px;
    background-color: #84bb26;
    color: #444645;
    -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.footer-title {
    color: #e3e3e3;
    font-size: 19px;
    font-weight: normal;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase;
}

.footer-title a{
    color:white;
    text-decoration:none;
}

.footer-title a:hover{
    color: #7bae23;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    text-decoration: none;
}


.toplinks a {
    text-decoration: none;
    line-height: 20px;
    margin: 8px;
    display: inline-block;
    white-space: nowrap;
    color: #7f7d74;
    margin-left:0px;
}

.toplinks a:hover, .toplinks a:focus {
    color: #7bae23;
}

.header-right {
    float: right;
    padding-right:15px;
    margin-top: 20px;
}

.header-contact {
    margin-top: 0;
}

.header-contact .block {
    float: left;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 3px 15px;
    font-size: 13px;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    margin-top: 10px;
}

.fa-style{
    font-size:20px;
    color:#7bae23;
    width: 20px;
    text-align: center;
}

.fa-style span
{
    color:#737373;
}

.header-contact .block span {
    display: inline-table;
    vertical-align: 3px;
    margin-left: 5px;

}

.shipping_wide
{
    text-align:left;
    color: #7bae23;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 45px;
}

