
/*RATING ACCORDEON&STARS*/

#djcatalog.djc_item .ct-accordion {
    margin: 30px 0 0;
    overflow: hidden;
    display: none;
}

#jm-allpage .djrv_rating, #jm-allpage .djrv_rating.xsmall, #jm-allpage .djrv_rating.small, #jm-allpage .djrv_rating.medium {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

/*categories catalog*/

#djcatalog .djc_items .djc_item .djc_title h3, #djcatalog .djc_related_items .djc_item .djc_title h3, #djcatalog .djc_items .djc_item .djc_title h2, #djcatalog .djc_related_items .djc_item .djc_title h2 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: center;
}


#djcatalog .djc_items .djc_item .djc_item_info, #djcatalog .djc_related_items .djc_item .djc_item_info {
    font-weight: 500;
    font-size: 11px;
    text-align: center;
}

/**/

#djcatalog.djc_item .djc_toolbar .btn::before, #djcatalog.djc_item .djc_producer_info .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    display: block;
    width: 0px;
    height: 0px;
    background: #bfbfbf;
}

/*ask about*/

#djcatalog.djc_item .djc_toolbar .btn, #djcatalog.djc_item .djc_producer_info .btn {
    color: #3498db;
    background: none;
    font-weight: 500;
    font-size: 19px;
    text-transform: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 20px;
    position: relative;
}


/*IMAGES BORDER*/

#djcatalog .img-polaroid, .mod_djc_item .img-polaroid {
    border: 6px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#djcatalog.djc_item .djc_thumbnails .djc_thumbnail img {
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 2px solid #f2f2f2;
        border-top-color: rgb(242, 242, 242);
        border-right-color: rgb(242, 242, 242);
        border-bottom-color: rgb(242, 242, 242);
        border-left-color: rgb(242, 242, 242);
}

/*SUB CATEGORIES*/

#djcatalog .djc_subcategory .djc_title h3 {
    font-size: 15px;
    line-height: 1.57;
    font-weight: 500;
}

/*font 22px*/

#jm-allpage .jm-module.features1-ms .jmm-add-features.default.iposition-def-left .jmm-title, #jm-allpage .jm-module.features2-ms .jmm-add-features.default.iposition-def-left .jmm-title, #jm-allpage .jm-module.features1-ms .jmm-add-features.default.iposition-def-right .jmm-title, #jm-allpage .jm-module.features2-ms .jmm-add-features.default.iposition-def-right .jmm-title, #jm-allpage .jm-module.features1-ms .jmm-add-features.default .iposition-left .jmm-title, #jm-allpage .jm-module.features2-ms .jmm-add-features.default .iposition-left .jmm-title, #jm-allpage .jm-module.features1-ms .jmm-add-features.default .iposition-right .jmm-title, #jm-allpage .jm-module.features2-ms .jmm-add-features.default .iposition-right .jmm-title {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 1.1;
}

/*font 21px*/

#jm-allpage .jm-module.features1-ms .jmm-add-features.default.iposition-def-left .jmm-text, #jm-allpage .jm-module.features2-ms .jmm-add-features.default.iposition-def-left .jmm-text, #jm-allpage .jm-module.features1-ms .jmm-add-features.default.iposition-def-right .jmm-text, #jm-allpage .jm-module.features2-ms .jmm-add-features.default.iposition-def-right .jmm-text, #jm-allpage .jm-module.features1-ms .jmm-add-features.default .iposition-left .jmm-text, #jm-allpage .jm-module.features2-ms .jmm-add-features.default .iposition-left .jmm-text, #jm-allpage .jm-module.features1-ms .jmm-add-features.default .iposition-right .jmm-text, #jm-allpage .jm-module.features2-ms .jmm-add-features.default .iposition-right .jmm-text {
    font-size: 22px;
    font-weight: 100;
    color: #6f0404;
    margin: 0;
}

/*form*/

#djcatalog.djc_item .djc_contact_form input, #djcatalog.djc_item .djc_contact_form textarea, #djcatalog.djc_item .djc_contact_form select {
    width: 100%;
    max-width: 800px;
    margin-left: 5%;
    margin-right: 5%;
}



/*NEXT*/

#djcatalog .djc_product_top_nav a.djc_next_btn .btn, #djcatalog .djc_product_bottom_nav a.djc_next_btn .btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background: transparent;
    display: inline-block;
    padding: 10px 0;
    min-width: 10px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
    margin: 0;
    border-radius: 2px;
    text-transform: uppercase;
}


/*PREVIOUS*/

#djcatalog .djc_product_top_nav a.djc_prev_btn .btn, #djcatalog .djc_product_bottom_nav a.djc_prev_btn .btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background: transparent;
    display: inline-block;
    padding: 10px 0;
    min-width: 10px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
    margin: 0;
    border-radius: 2px;
    text-transform: uppercase;
}

/*form*/
#jm-allpage .chzn-container-single .chzn-single div b::before {
    content: "\f107";
    display: none;
}


/*macket max-width*/
.full-width > .container-fluid {
    box-sizing: border-box;
    max-width: 1550px;
    width: auto;
}

.full-width #jm-logo-search > .container-fluid, .full-width #jm-top-menu > .container-fluid, .full-width #jm-wcag > .container-fluid {
    max-width: 1550px;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

/*button*/

.btn-light:hover, .btn-light:focus, .btn-light:active {
    background: #ee4148;
}


/*Alert*/

.alert, .alert h4 {
    color: #ffffff;
}

.alert-danger, .alert-error {
    background-color: #ee5656;
    border-color: #eed3d7;
    /*color: #b94a48;*/
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #44a44a;
    border: 1px solid #fbeed5;
    border-radius: 2px;
}

.alert-success {
    background-color: #44a44a;
    border-color: #d6e9c6;
    color: #e9ffe9;
}

/* button formts */

.su-lightbox {
    cursor: pointer;
    margin-bottom: -430px;
	margin-top: -15px;
}

/* fox form tab colum*/

div#fox-container-m343 .fox-column {
  padding: 0px 0px;
}

/* fox contact container*/

div#fox-container-m343 h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 24px 0;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
  color: #63553f;
}

div#fox-container-m343 {
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
  color: #63553f;
}

div#fox-container-m343 {
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
  color: #63553f;
  background: #f1ebe200;
  border: 15px solid #f1ebe200;
  box-shadow: 0 0 0 1px #ddcfb9 inset;
}




.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*footer*/

#jm-footer {
  padding: 6px 0;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
  background: #0a0a0a;
  color: #d2d2d2;
  text-align: center;
  margin-top: -55px;
}

/*images border redius*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 8px;
}

/*in stock*/

.djc_in_stock {
  color: #0aa820;
  text-transform: lowercase;
  display: none;
}

/*price font*/

#djcatalog .djc_price .djc_price_new {
  font-weight: 500;
  font-size: 15px;
  color: #ef4d3b;
}

/*button*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 21px;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  background: #ee4247;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 20px 9px;
  height: auto;
  color: #fff;
  text-transform: uppercase;
}

/*2 videos margin*/

  @media (min-width: 768px)
.su-column-size-medium-1-2, .su-column-size-medium-2-4, .su-column-size-medium-3-6, .su-column-size-medium-5-10 {
  width: 50%;
  margin-left: -20px;
}

/*video in cart*/

/*.su-row > * {
  padding-left: 35px;
  padding-right: 35px;
}

.su-row > * {
  padding: 35px;
}*/


/*catalog big image*/

#djcatalog.djc_item .djc_images {
  float: none;
  padding-right: 55px;
  width: auto;
  max-width: 100%;
  font-size: 0;
  box-sizing: border-box;
  padding-top: 45px;
}

/*outof stock*/

.djc_out_stock {
  color: #ffffff;
  text-transform: lowercase;
  display: none;
}