/* Top hook CSS */
#htmlcontent_top {
  margin-bottom: 30px; }
  #htmlcontent_top ul {
    margin: 0; }
    #htmlcontent_top ul li {
      padding: 0px;
      width: 50%;
     
      box-sizing:border-box; }
      #htmlcontent_top ul li a {
        display: block;
        position: relative;
        overflow: hidden; }
        #htmlcontent_top ul li a:after {
          background: rgba(201, 144, 13, 0.7);
          
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          -o-transform: scale(0.9, 0.9);
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
          @media (max-width: 1199px) {
            #htmlcontent_top ul li a:after {
              /*display: none;*/ } }
        #htmlcontent_top ul li a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        #htmlcontent_top ul li a:hover .btn.btn-default {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        #htmlcontent_top ul li a:hover .item-html {
          top: 50%; }
      #htmlcontent_top ul li .item-html {
        position: absolute;
        top: 70%;
        left: 0;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li .item-html {
            top: 50%; } }
      #htmlcontent_top ul li img {
        max-width: 100%;
        /*height: auto;*/
        max-height:268px; }
      #htmlcontent_top ul li h3 {
        font: bold 24px/30px "PT Sans", sans-serif;
        margin: 0 0 24px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media (max-width: 991px) {
          #htmlcontent_top ul li h3 {
            margin: 0; } }
      #htmlcontent_top ul li .btn.btn-default {
        border-color: white;
        color: white;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        #htmlcontent_top ul li .btn.btn-default:hover, #htmlcontent_top ul li .btn.btn-default:active, #htmlcontent_top ul li .btn.btn-default:active:focus, #htmlcontent_top ul li .btn.btn-default:focus {
          background: white;
          color: #6E0B08; }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li .btn.btn-default {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; } }
        @media (max-width: 991px) {
          #htmlcontent_top ul li .btn.btn-default {
            display: none; } }
  #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 50%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
      content: "\e0c8"; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:before {
      font-size: 35px;
      line-height: 30px;
      font-family: "material-design";
      width: 100%;
      color: #6E0B08;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      content: "\e0c3";
      display: block;
      padding: 0; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
      cursor: default; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled:before {
        color: #959595; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.disabled:hover:before {
        content: "\e0c3";
        text-align: center; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
      left: 5px;
      right: auto;
      text-align: left; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
        text-align: left; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
      left: auto;
      right: 5px; }
      #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: right; }
  #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a {
    background: none; }
    #htmlcontent_top .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
      color: #fff; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
.footer-container #footer #htmlcontent_footer {
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .footer-container #footer #htmlcontent_footer {
      margin-bottom: 30px; } }
  .footer-container #footer #htmlcontent_footer ul {
    margin: 0; }
    @media (max-width: 767px) {
      .footer-container #footer #htmlcontent_footer ul {
        padding-bottom: 7px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .footer-container #footer #htmlcontent_footer ul {
        padding: 0 15px; } }
    .footer-container #footer #htmlcontent_footer ul li {
      padding: 0;
      width: 33.33%; }
      @media (max-width: 767px) {
        .footer-container #footer #htmlcontent_footer ul li {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .footer-container #footer #htmlcontent_footer ul li {
          margin-bottom: 0;
          padding: 0; } }
      @media (max-width: 479px) {
        .footer-container #footer #htmlcontent_footer ul li {
          width: 100%;
          margin-bottom: 0; } }
      .footer-container #footer #htmlcontent_footer ul li a {
        display: block;
        position: relative;
        background: #475271;
        overflow: hidden; }
        .footer-container #footer #htmlcontent_footer ul li a:after {
          background: rgba(0, 191, 243, 0.7);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          -o-transform: scale(0.9, 0.9);
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
        .footer-container #footer #htmlcontent_footer ul li a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        .footer-container #footer #htmlcontent_footer ul li a:hover .btn.btn-default {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .footer-container #footer #htmlcontent_footer ul li a:hover .item-html {
          top: 50%; }
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul li a:hover h3, .footer-container #footer #htmlcontent_footer ul li a:hover i {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            visibility: hidden;
            display: none; }
          .footer-container #footer #htmlcontent_footer ul li a:hover .btn.btn-default {
            display: inline-block; } }
      .footer-container #footer #htmlcontent_footer ul li .item-html {
        position: absolute;
        top: 61%;
        left: 0;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
        padding: 0 60px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer-container #footer #htmlcontent_footer ul li img {
        max-width: 100%;
        height: auto;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=59);
        opacity: 0.59; }
      .footer-container #footer #htmlcontent_footer ul li i {
        display: inline-block;
        width: 89px;
        height: 89px;
        border: 2px solid white;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 87px;
        font-size: 30px;
        color: white;
        margin-bottom: 23px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .footer-container #footer #htmlcontent_footer ul li h3 {
        font: bold 24px/30px "PT Sans", sans-serif;
        margin: 0 0 39px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .footer-container #footer #htmlcontent_footer ul li .btn.btn-default {
        border-color: white;
        color: white;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        @media (max-width: 991px) {
          .footer-container #footer #htmlcontent_footer ul li .btn.btn-default {
            display: none; } }
        .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:hover, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:active, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:active:focus, .footer-container #footer #htmlcontent_footer ul li .btn.btn-default:focus {
          background: white;
          color: #6E0B08; }

/* Home hook CSS */
#htmlcontent_home {
  margin-bottom: 30px; }
  #htmlcontent_home ul {
    margin-bottom: 0; }
    #htmlcontent_home ul li {
      width: 100%; }
    #htmlcontent_home ul a {
      position: relative;
      display: block;
      overflow: hidden; }
    #htmlcontent_home ul .item-html {
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      #htmlcontent_home ul .item-html h2 {
        font: bold 24px/1em "PT Sans", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 19px; }
        @media (max-width: 479px) {
          #htmlcontent_home ul .item-html h2 {
            font: bold 14px/1em "PT Sans", sans-serif; } }
      #htmlcontent_home ul .item-html h3 {
        font: bold 54px/1em "PT Sans", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 60px; }
        @media (max-width: 991px) {
          #htmlcontent_home ul .item-html h3 {
            font-size: 39px;
            margin: 0 0 36px; } }
        @media (max-width: 479px) {
          #htmlcontent_home ul .item-html h3 {
            font: bold 30px/1em "PT Sans", sans-serif; } }
      #htmlcontent_home ul .item-html .btn-default {
        position: relative;
        padding-left: 20px;
        padding-right: 20px; }
      #htmlcontent_home ul .item-html p {
        margin-bottom: 0; }
.classwitd
{
    width:100%;
    height:100%;
}
.fa-plus, .fa-minus
{
    line-height:40px!important;
}
table td, table th {
    border: 2px solid #fff;
    padding: 9px 10px;
    text-align: left;
}
.sub_total
{
   background: #d3d1d2 none repeat scroll 0 0;
    border: medium double #fff;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding: 7px;
    text-align: right; 
    height: 45px;   
}
.sub_total1
{
   background: #d3d1d2 none repeat scroll 0 0;
    border: medium double #fff;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding: 7px;
    text-align: left; 
    height: 45px;   
}
.checkout_cart
{
    width:74%!important;
}
.createe
{
 background: #dcbf61 none repeat scroll 0 0;
    border: 2px solid #dcbf61;
    line-height: 25px;
    margin: 0 -3px 0 0;
    padding: 10px 15px;
}
.text_not
{
    display:none;
}
/************************************************/
@media(max-width:1199px)
{
.mainNav ul li a 
{
    font-size:13px!important;
}    
}
/**********************/
@media(max-width:900px)
{
 ul#header_links li {
    padding: 0 0 0 9px!important;
}
.slick-slide 
{
 height:auto!important;
}
.footer-container #footer #tmhtmlcontent_footer ul li h3 
{
    font-size:16px!important;
    line-height:21px!important;
}
.footer-container #footer li a
{
    font-size:13px!important;
}
.footer-container #footer li
{
     margin-bottom: 7px!important;
}
.box-type 
{
 padding: 6px 10px!important;
 width: 32%!important;    
}
.resp_sort
{
    float:left;
    width:48%!important;
}
ul.product_list.grid > li.first-item-of-tablet-line {
    clear: none!important;
} 
.tab-content img {
    display: block;
    margin: 5px auto;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    width: auto;
}
}
@media(max-width:767px)
{
.checkout_cart
{
    width:98%!important;
    margin:10px auto;
}
.compare_wishlist {
    display: block;
    padding: 10px;
} 
}
/************************/
@media(max-width:766px)
{
    ul#header_links li a 
    {
        font-size:12px!important;
    }
}
/*****************************/
@media(max-width:639px)
{
 ul#header_links li 
 {
  display: inline-block!important;
    float: none!important;   
 }
 ul#header_links 
 {
     text-align:center;
 }
 ul#header_links li a 
 {
     font-size:14px!important;
 }
 .left-half-block 
 {
     width:100%!important;
 }
 .table_480
 {
   width:100%;
   overflow-x:auto;  
 }
 .text_not
{
    display:block;
}   
}
/*********************/
@media(max-width:479px)
{
  .box-type 
  {
      width:100%!important;
  }
  .resp_sort {
    float: left;
    margin-bottom: 10px;
    width: 100%!important;
}
/*ul.product_list.grid > li.first-item-of-tablet-line {
    clear: left!important;
} 
ul.product_list.grid > li {
    width: 100%!important;
}*/ 
.float_left
{
    float:left;
}
.resp_butt
{
    float:none!important;
}
.resp_butt a
{
    width:100%!important;
    float:none!important;
    text-align:center;
}
ul#header_links li {
    display: block!important;
    float: none;
    padding: 0 0 8px;
}
.shop-phone {
    clear: none!important;
    display: block!important;
    float: none!important;
    text-align: center!important;
}
ul#header_links li a:hover, ul#header_links li a.active {
    color: #fff!important;
}

}
/***************************************/
@media(min-width:1200px)
{
.featured_imgg_resp img
{
    width:240px;
    height:240px;
}
}
@media(max-width:1199px)
{
.featured_imgg_resp img
{
    width:240px;
    height:240px;
}
}
@media(max-width:900px)
{
 .featured_imgg_resp img
{
    width:197px;
    height:197px;
}   
}
@media(max-width:766px)
{
 .featured_imgg_resp img
{
    width:190px;
    height:190px;
}   
}