/* Minification failed. Returning unminified contents.
(489,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* MegaMenu
------------------*/
.so-megamenu .container .container {width: auto !important;}
.so-megamenu  .navbar-header{margin:0px;display:none;}
.so-megamenu .navbar-default{background: transparent;}
#menu {
    position: relative;
    overflow: visible;
}

#menu .background-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#megaMenuToggle {
    display: none;
}

.container-megamenu,
.container-megamenu .container {
    padding-left: 0px ;
    padding-right: 0px ;
	width:auto;
}



.megamenu-wrapper {
    position: relative;
		float:right;
}

.megamenu-pattern {
   
}

ul.megamenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;

}

ul.megamenu > li {
    float: left;
	margin-right:1px;
}



ul.megamenu > li.pull-right {
    float: right;
}

ul.megamenu > li .close-menu {
    display: none;
}

/* Search */

ul.megamenu > li.search {
    background: none;
}

#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
    padding: 0px;
    margin: 8px;
}

#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
    height: 29px;
    min-height: 29px;
    border: none;
}

ul.megamenu > li.search .button-search2 {
    top: 6px;
    right: 8px;
}


ul.megamenu > li > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 15px 18px ;
    
}

ul.megamenu > li > a strong {
    font-weight: 400;
}

ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
    /*background-color: #898989;*/ 
    background-color: #1273C1; /* Old browsers */

	color: white;
   
}

ul.megamenu > li > a > .icon-home {
    display: block;
    font-size: 23px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

ul.megamenu > li > a img {
    margin-right: 5px;

}

ul.megamenu > li > a.description {
    font-size: 14px;
    padding: 10px 20px 11px 21px;
    line-height: 1;
}

ul.megamenu > li > a.description img {
    float: left;
}

ul.megamenu > li > a.description .description {
    font-size: 11px;
    opacity: 0.9;
}

ul.megamenu > li > a.description .description-left {
    float: left;
    width: auto;
}

/* Submenu */
ul.megamenu li .sub-menu .content .static-menu a.main-menu,
ul.megamenu .title-submenu{
    display: block;
    font-weight: bold;
    font-size: 13px;
	color: #222;
	padding-bottom:10px;
	text-transform:uppercase;
}


ul.megamenu > li > .sub-menu {
    position: absolute;
    z-index: 9999;
    display: none;
}


.horizontal ul.megamenu > li > .sub-menu {
    max-width: 100%;
}



ul.megamenu .sub-menu .content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
   
}

ul.megamenu .sub-menu .content > .row {
    padding-top: 20px;
}

ul.megamenu .sub-menu .content > .border {
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}
ul.megamenu .sub-menu .content > .row:first-child {
    padding: 0px;
}
ul.megamenu .sub-menu .content ul.row-list{margin:0; padding:0; list-style: none;}
/* Product */
ul.megamenu li .product {
    text-align: center;
    position: relative;
    margin-bottom: -7px;
}

ul.megamenu li .product .image {
    padding: 0px;
}

ul.megamenu li .product .image img {
    border: 1px solid #e6e6e6;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

ul.megamenu li .product .name {
    padding: 7px 0px 0px 0px;
}

ul.megamenu li .product .price {
    color: #ff6b6b;
}

/* Manufacturer */

ul.manufacturer {
    list-style: none;
    margin: -10px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
}

ul.manufacturer li {
    display: inline-block;
    margin: 10px 5px 0px 0px;
}

ul.manufacturer li a {
    display: block;
    font-size: 14px;
    padding: 2px 8px;
    border: 1px solid #e6e6e6;
    
}

/* Static Menu */



ul.megamenu li .sub-menu .content .static-menu .menu ul {
    list-style: none;
    margin: 0px 0 15px;
    padding:0;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    padding-top: 7px;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
    padding-top: 0px;
}


/* Hover Menu */

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    display: block;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
    list-style: none;
    margin: 3px 0px;
    padding: 0px;
    position: relative;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: none;
    margin-top: -41px;
    width: 200px;
    padding: 20px;
    position: absolute;
    z-index: 10;
    left: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -11px;
    border-right-color: #e6e6e6;
    border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -10px;
    border-right-color: #fff;
    border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
    position: relative;
}

/* Heading MegaMenu */

#megaMenuToggle {
    display: none;
    cursor: pointer;
}

.megamenuToogle-wrapper {
    background: #17629E;
    /*background: #444;*/
}



.megamenuToogle-wrapper .container {
    color: #fff;
    font-size: 16px;
    padding:15px ;
	width:auto;
}

.megamenuToogle-wrapper .container > div {
    float: left;
    width: 15px;
    margin: 3px 10px 0px 0px;
}

.megamenuToogle-wrapper .container > div span {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 2px;
    background: #fff;
}

/* Megamenu vertical */
.so-vertical-menu .vertical-wrapper {
    width: 100%;
    background: white;
	display:none;
    position: absolute;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 650;
    border-left: 1px solid #ddd;
}
@media (max-width: 991px){
.so-vertical-menu .vertical-wrapper{
	position:fixed; width:280px;
}
}

.vertical #menuHeading {
    margin: 0px;
}
.vertical li.loadmore{
    border-top: 1px solid #ddd;
    padding: 13px 10px;
}
.vertical li.loadmore i{
    padding-left:  10px;
	font-size:15px;
}
.vertical span.more-view {
    cursor: pointer;
    font-size: 14px;
  
}
.vertical .megamenuToogle-wrapper {
    z-index: 3; cursor: pointer;
}

.vertical .megamenu-wrapper {
    display: block !important;
    background: #fff !important;
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
    margin-top: -2px;
}

.vertical ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0px -1px;
}

.vertical ul.megamenu > li.home, .vertical ul.megamenu > li.search {
    display: none;
}

.vertical ul.megamenu > li > a {
    padding: 10px 15px ;
	color: #666;
}

.vertical ul.megamenu > li.active > a {
    /*background: #f6f6f6 ;*/
}

.vertical ul.megamenu > li > a.description {
    padding: 12px 20px 12px 21px;
}

.vertical ul.megamenu > li.click:before,
.vertical ul.megamenu > li.hover:before {

    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;

    color: #51cfc6;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 14px 15px 10px 50px;
}

/* SubMenu */

.vertical ul.megamenu > li > .sub-menu {
    left: 100%;
    padding-top: 0px;
    top: 0;
}

.vertical ul.megamenu > li > .sub-menu > .content {

}

.megamenu .label {
    background: #d5375f none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    text-transform: none;
    top: -5px;
	right:0;
}


.megamenu i {
    padding-right: 12px;
}

/* Responsive
------------------*/

@media (max-width: 991px) {
    /* MegaMenu Vertical */
	.so-megamenu .navbar-header {display:block;}
	.so-megamenu .navbar-default .navbar-toggle .icon-bar {    background-color: #B1B1B1;}
	.navbar-header .navbar-toggle {
		display: inline-block;
	}
	.navbar-header .fa-list-alt{
		font-size:42px;color:#eee;vertical-align: middle;padding:0;
		border:none;
	}
	.navbar-header .fa-list-alt:hover{background:none; !important;}
    .responsive .vertical #menuHeading {
        margin: 20px 0px 0px 0px;
    }

    .responsive .vertical ul.megamenu > li > .sub-menu {
        left: 0;
        top: auto;
        width: 100% !important;
    }

    .responsive .vertical ul.megamenu > li > .sub-menu > .content {
        margin-left: 0px;
    }

    /* Submenu */
	ul.megamenu li .sub-menu .content {
		border: none;
		border-radius: none;
		box-shadow: none;
	}
    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
        display: block !important;
        margin: 5px 10px;
        width: auto;
        padding: 0px;
        position: static;
        left: 0;
        background: none;
        border: none;
        border-radius:         0px;
        -moz-border-radius:    0px;
        -webkit-border-radius: 0px;
        box-shadow:            none;
        -moz-box-shadow:       none;
        -webkit-box-shadow:    none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
        display: none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
        display: none;
    }


    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
        display: none;
    }

    .responsive .vertical .visible {
        padding: 5px 0px 5px 0px !important;
    }

    .responsive .vertical .visible > div {
        margin: 0px !important;
        border: none !important;
        padding: 0px !important;
        padding-left: 20px !important;
    }


    /* MegaMenu Submenu */

    .responsive ul.megamenu .sub-menu .content .border {
        display: none;
    }

    .responsive ul.megamenu .sub-menu .content {
        padding: 10px ;
    }

    .responsive ul.megamenu .sub-menu .content .row > div {
        margin-top: 10px;
    }

    .responsive ul.megamenu .sub-menu .content .row:first-child > div:first-child {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }

}

@media (max-width: 991px) {
    .responsive #megaMenuToggle {
        display: block;
    }
    .responsive ul.megamenu > li {
        display: block;
        float: none !important;
        width: auto;
        background: none;
        border-top: 1px solid #e6e6e6;
        position: relative;
        margin: 0px -1px;
    }

    ul.megamenu > li.search ,.fa-angle-right,.caret {
        display: none;
    }

    .responsive ul.megamenu > li > a {
      
        text-shadow: none;
		color:#666 !important;
		padding:10px;
        height: auto;
    }

	.responsive ul.megamenu > li.active > a,
	.responsive ul.megamenu > li.home > a,
	.responsive ul.megamenu > li.hover > a{
		background: #eee ;
	}
    .responsive ul.megamenu > li.hover > a {
        background: none;
    }

    .responsive ul.megamenu > li.click:before,
    .responsive ul.megamenu > li.hover:before {
        content: "\f067";
        font-family: FontAwesome;
        color: #51cfc6;
        font-weight: 400;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 13px 17px 10px 50px;
    }

    .responsive ul.megamenu > li.active .close-menu {
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 1px;
        margin:0;
        
        padding: 10px 14px ;
        background: #f6f6f6;
        text-align: center;
        cursor: pointer;

    }

    .responsive ul.megamenu > li.active .close-menu:before {
        content: "\f068";
        font-family: FontAwesome;
        color: #51cfc6;
        font-weight: 400;
        font-size: 18px;
    }

    /* Submenu */

    .responsive .horizontal ul.megamenu > li > .sub-menu {
        width: 100% !important;
    }


    /* Hover Menu */

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
        display: block !important;
        margin: 5px 10px;
        width: auto;
        padding: 0px;
        position: static;
        left: 0;
        background: none;
        border: none;
        border-radius:         0px;
        -moz-border-radius:    0px;
        -webkit-border-radius: 0px;
        box-shadow:            none;
        -moz-box-shadow:       none;
        -webkit-box-shadow:    none;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
        display: none;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
        display: none;
    }


    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
        display: none;
    }
    .responsive .horizontal .visible {
        padding: 5px 0px 5px 0px !important;
    }

    .responsive .horizontal .visible > div {
        margin: 0px !important;
        border: none !important;
        padding: 0px 0px 0px 10px !important;
    }

}

@media (min-width: 961px) {

    .megamenu-wrapper {
        display: block !important;
    }

}
@media (max-width: 991px) {
	.megamenu .label {
		display:none;
	}
	ul.megamenu > li > .sub-menu {
		position: relative;
	}
	.megamenu-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
   height:100%;
    width: 280px;
    padding: 10px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;

	 border: 1px solid #e6e6e6;
	}
	
	.vertical-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 280px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	
	 border: 1px solid #e6e6e6;
	}
	
	.vertical  #menuHeading{
		display:none;
	}
}

  .so-megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
   #remove-megamenu {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
	font-size:20px;
    text-align: right;
	display:none;
  }
  
  .so-megamenu-active #remove-megamenu {
    visibility: visible; display:block;
  }
  
    .so-vertical-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
   #remove-verticalmenu {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
	font-size:20px;
    text-align: right;
  }
  
  .so-vertical-active #remove-verticalmenu {
    display: block;
  }
 
  
  .navbar-header .navbar-toggle{float:none;}
  .subcategory li{
	list-style-type: none;
	list-style:none;
  }
  .subcategory li a{
	float:left;
	width:100%;
	text-align:left;
  }
/**
 * @package so Categories for HikaShop
 * @version 1.0.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @copyright (c) 2014 YouTech Company. All Rights Reserved.
 * @author YouTech Company http://www.smartaddons.com
 *
 */

.clear {
	clear: both;
}
.child-cat{overflow:hidden}
.so-categories {
	margin: 20px 0;
	overflow: hidden;
}

.so-categories .intro_text,
.so-categories .footer_text {
	margin: 10px 0px;
}

.so-categories .cat-wrap {
	width: 100%;
	display: inline-block;
}
.so-categories  .title-cat{font-size:14px;font-weight:bold;margin-bottom:5px;}
/*############################################## Css Device ##################################*/
.so-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
	float: left;
	margin: 0;
	width: 100%;
}

.so-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 48%;
}

.so-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 31.3333%;
}

.so-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 23%;
}

.so-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 18%;
}

.so-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 14.6666%;
}

.so-categories.lt-ie9.preset01-1 .clr1,
.so-categories.lt-ie9.preset01-2 .clr2,
.so-categories.lt-ie9.preset01-3 .clr3,
.so-categories.lt-ie9.preset01-4 .clr4,
.so-categories.lt-ie9.preset01-5 .clr5,
.so-categories.lt-ie9.preset01-6 .clr6 {
	clear: both;
}

@media all and (max-width: 320px) {
	.so-categories.preset05-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.so-categories.preset05-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.so-categories.preset05-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.so-categories.preset05-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.so-categories.preset05-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.so-categories.preset05-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.so-categories.preset05-1 .clr1,
	.so-categories.preset05-2 .clr2,
	.so-categories.preset05-3 .clr3,
	.so-categories.preset05-4 .clr4,
	.so-categories.preset05-5 .clr5,
	.so-categories.preset05-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 321px) and (max-width: 480px) {
	.so-categories.preset04-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.so-categories.preset04-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.so-categories.preset04-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.so-categories.preset04-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.so-categories.preset04-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.so-categories.preset04-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.so-categories.preset04-1 .clr1,
	.so-categories.preset04-2 .clr2,
	.so-categories.preset04-3 .clr3,
	.so-categories.preset04-4 .clr4,
	.so-categories.preset04-5 .clr5,
	.so-categories.preset04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.so-categories.preset03-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.so-categories.preset03-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.so-categories.preset03-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.so-categories.preset03-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.so-categories.preset03-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.so-categories.preset03-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.so-categories.preset03-1 .clr1,
	.so-categories.preset03-2 .clr2,
	.so-categories.preset03-3 .clr3,
	.so-categories.preset03-4 .clr4,
	.so-categories.preset03-5 .clr5,
	.so-categories.preset03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.so-categories.preset02-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.so-categories.preset02-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.so-categories.preset02-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.so-categories.preset02-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.so-categories.preset02-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.so-categories.preset02-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.so-categories.preset02-1 .clr1,
	.so-categories.preset02-2 .clr2,
	.so-categories.preset02-3 .clr3,
	.so-categories.preset02-4 .clr4,
	.so-categories.preset02-5 .clr5,
	.so-categories.preset02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1201px) {
	.so-categories.preset01-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.so-categories.preset01-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.so-categories.preset01-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.so-categories.preset01-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.so-categories.preset01-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.so-categories.preset01-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.so-categories.preset01-1 .clr1,
	.so-categories.preset01-2 .clr2,
	.so-categories.preset01-3 .clr3,
	.so-categories.preset01-4 .clr4,
	.so-categories.preset01-5 .clr5,
	.so-categories.preset01-6 .clr6 {
		clear: both;
	}
}

/*################################# End css Device #############################################*/

.so-categories .cat-wrap .content-box {
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 15px;
}

.so-categories .cat-wrap .content-box .cat-title a {
	font-weight: bold;
	font-size:13px;
}

.so-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
	float: none;
	padding: 0;
}

.so-categories .cat-wrap .content-box .child-cat .child-cat-title {
	float: left;
	padding-right: 5px;
}

.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
	float: left;
	display: inline;
}

.so-categories .cat-wrap.theme2 .content-box img,
.so-categories .cat-wrap.theme3 .content-box img {
	width: 100%;
	display: block;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.so-categories .cat-wrap .image-cat {
	overflow: hidden;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-info .image-cat {
	float: left;
	width: 30%;
	margin: 0;
	margin: 0 13px 0 0;
	overflow: hidden;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-info .image-cat a {
	display: block;
	border: 0;
	width: 100%;
	float: left;
	overflow: hidden;
	font-size:13px;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-info .image-cat img {
	width: 100%;
	display: block;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.so-categories .cat-wrap img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	box-shadow: #000 0em 0em 0em;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*#################### css for theme 2 ######################*/
.so-categories .cat-wrap.theme2 .arrow {
	background: url(../images/arrow.png) no-repeat;
	margin-top: 6px;
	width: 6px;
	height: 7px;
	float: left;
	padding-right: 10px;
}

.so-categories .cat-wrap.theme2 .content-box .parent-cat {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 50%;
}

.so-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
	padding-bottom: 5px;
}

.so-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
	float: none;
	overflow: hidden;
}

/*#################### css for theme 3 ######################*/
.so-categories .cat-wrap.theme3 .content-box .cat-title {
	
}

/*#################### css for theme 4 ######################*/
.so-categories.theme4 {
	padding: 1px;
}

.so-categories .cat-wrap.theme4 {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin: 0 -1px;
	height: auto;
}

.so-categories .cat-wrap.theme4 .so-categories-inner {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.so-categories .cat-wrap.theme4 .so-categories-heading {
	background: url(../images/bk.gif) repeat-x;
	height: 24px;
	cursor: pointer;
}

.so-categories .cat-wrap.theme4 .so-categories-heading .icon_left {
	background: url(../images/icon.png) no-repeat;
	margin-top: 8px;
	width: 7px;
	height: 7px;
	margin-left: 5px;
	float: left
}

.so-categories .cat-wrap.theme4 .so-categories-heading .icon_right {
	background: url(../images/plus.gif) no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	float: right
}

.so-categories .cat-wrap.theme4 .so-categories-inner.selected .icon_right {
	background: url(../images/minus.gif) no-repeat;
}

.so-categories .cat-wrap.theme4 .so-categories-heading .cat-title {
	padding-left: 5px;
	line-height: 24px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75%;
}

.so-categories .cat-wrap.theme4 .so-categories-content {

	height: 0;
	overflow: hidden;
	width: 100%;
}

/* .so-categories .cat-wrap.theme4 .so-categories-inner.selected .so-categories-content{
	margin:10px;
    margin-bottom:10px;
} */

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat {
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;

}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat.cat-lastitem {
	padding-bottom: 15px;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat.subcat-empty {
	padding: 10px;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-info {
	display: block;
}

.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .image-cat {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

/* .so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-desc{
	float:left;
} */
.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-desc .child-cat-title,
.so-categories .cat-wrap.theme4 .so-categories-content .child-cat .child-cat-desc .child-cat-title a {
	float: left;
	font-weight: bold;
	padding-right: 3px;
	font-size:13px;
}

@media all and (max-width: 480px) {
	.so-categories .cat-wrap.theme2 .content-box .parent-cat {
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.so-categories .cat-wrap.theme2 .content-box img {
		width: 100%;
		display: block;
		max-width: 100%;
	}

}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.so-listing-tabs {
	margin: 0 -10px;
	padding: 0;
	overflow: hidden;
}

.so-listing-tabs .ltabs-wrap {
	overflow: hidden;
}

.so-listing-tabs .intro_text,
.so-listing-tabs .footer_text {
	margin: 10px 0px;
}

/*-----------------------Css for Tabs ----------------------------*/

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
	margin: 15px 10px;
	padding: 0;
}

.so-listing-tabs .ltabs-tabs-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
	display: block;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
	border: 1px solid #e9e9e9;
	float: left;
	padding: 8px;
	cursor: pointer;
	margin: 0 10px 10px 0;
	font-size: 12px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all{
	margin-top:-48px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
	background-color:#0088cc;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
	color:#fff;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
	margin-top:0px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
	margin-top:-48px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel{
	background-color:#0088cc
}

.so-listing-tabs .ltabs-tab-img {
	float: left;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
.so-listing-tabs .hits {
	float:left;
	border-top:1px solid #e9e9e9;
	padding: 2% 0 2% 0;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	color:#909090;
	width:40%;
}
.so-listing-tabs .other-infor {
	margin-top:15px;
}
.so-listing-tabs .author {
	float:left;
	overflow:hidden;
	border-top:1px solid #e9e9e9;
	width:53%;
	padding:2% 0 2% 3%;
	color: #909090;
	border-bottom:1px solid #e9e9e9;
}
.so-listing-tabs .author-text {
	color:#0088cc;
}
.so-listing-tabs .item-title {
	text-transform :uppercase;
	margin-bottom:5px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab  > span {
	margin: 0;
	padding: 0 10px 0 5px;
	cursor: pointer;
	color:#666666;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	vertical-align:middle;
}

.so-listing-tabs .created-date {
	margin-bottom:10px;
	color:#909090;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel  > span {
	color: #FFF;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
	display: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #888;
	cursor: pointer;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	width: 167px;
	text-indent: 20px;
	border: 1px solid #DDD;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FFF;
	overflow: hidden;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
	width: 30px;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #DDD;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1;
	display: inline-block;
}

.so-listing-tabs .add-loadmore {
	float: right;
	margin-left: 10px;
	vertical:middle;
	margin-top:2px;
}
.so-listing-tabs .loaded .add-loadmore {
	display:none;
}
div.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	margin:0 !important;
	border: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	background: #fff;
	display: none;
	z-index: 65;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
	display: block;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
	margin: 0;
	padding: 0;
	float: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
	display: block;
	padding: 5px 10%;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
	color: #f6f6f6;
	background: #0088cc;
}

/*-----------------------------Css for Content----------------------*/

.so-listing-tabs .ltabs-wrap .ltabs-items-container {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.so-listing-tabs .ltabs-items-container .ltabs-items {
	visibility: hidden;
    height: 0px;
    overflow:hidden;
	display:none;
}

.so-listing-tabs .ltabs-items-container .ltabs-items-inner {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.so-listing-tabs .ltabs-items-container .ltabs-items-selected {
	visibility: visible;
    height: auto;
    overflow: visible;
	display:block;
}

.so-listing-tabs .ltabs-items-container .ltabs-item-wrap {
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
	width: 100%;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
	float: left;
	margin-bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
	margin-bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=1);
	box-shadow: #000 0em 0em 0em;
	width:100%;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
	margin: 0 10px 20px 10px ;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
	border : 1px solid #e9e9e9;
	margin-bottom:10px;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner .lt-image img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-height:100%;
	max-width:100%;
}

.so-listing-tabs .ltabs-items  .ltabs-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	background: url(../../image/theme/lazy-loader.gif) no-repeat scroll center center transparent;
	min-height: 300px;
	display: block;
	z-index: 0;
}

.so-listing-tabs  .ltabs-items-container .ltabs-loadmore {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn {
	padding: 8px 12px;
	display: inline-block;
	background-color: #0088cc;
	color: #FFF;
	cursor: pointer;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
	background: url('../../image/theme/lazy-loader.gif') no-repeat scroll center center transparent;
	width: 22px;
	height: 22px;
	display: none;
	margin-right: 10px;
	vertical-align: middle;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn:after {
	content: attr(data-label);
}

.so-listing-tabs .ltabs-items.ltabs-process   .ltabs-loadmore {
	display: none;
}

/*-----------------------------Css for Responsive ----------------------*/

@media all and (max-width: 767px) {
	.so-listing-tabs .ltabs-item .hits
	{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.ltabs-tabs-container .ltabs-tabs li {
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
	}
	.so-listing-tabs .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs-tab-img {
		display:none;
	}
	.so-listing-tabs .ltabs04-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs04-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs04-4 .ltabs-item {
		width: 24.995%;
	}

	.so-listing-tabs .ltabs04-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs04-2 .ltabs-item {
		width: 49.985%;
	}

	.so-listing-tabs .ltabs04-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs04-1 .clr1,
	.so-listing-tabs .ltabs04-2 .clr2,
	.so-listing-tabs .ltabs04-3 .clr3,
	.so-listing-tabs .ltabs04-4 .clr4,
	.so-listing-tabs .ltabs04-5 .clr5,
	.so-listing-tabs .ltabs04-6 .clr6 {
		clear: both;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.so-listing-tabs .ltabs03-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs03-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs03-4 .ltabs-item {
		width: 24.995%;
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .author{
		width:100%
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs03-3 .ltabs-item {
		width: 33.295%;
	}

	.so-listing-tabs .ltabs03-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs03-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs03-1 .clr1,
	.so-listing-tabs .ltabs03-2 .clr2,
	.so-listing-tabs .ltabs03-3 .clr3,
	.so-listing-tabs .ltabs03-4 .clr4,
	.so-listing-tabs .ltabs03-5 .clr5,
	.so-listing-tabs .ltabs03-6 .clr6 {
		clear: both;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs02-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs02-4 .ltabs-item {
		width: 24.995%;
	}

	.so-listing-tabs .ltabs02-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs02-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs02-1 .ltabs-item {
		width: 100%;
	}
	.so-listing-tabs .ltabs02-4 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-4 .ltabs-item .author,
	.so-listing-tabs .ltabs02-5 .ltabs-item .author,
	.so-listing-tabs .ltabs02-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-1 .clr1,
	.so-listing-tabs .ltabs02-2 .clr2,
	.so-listing-tabs .ltabs02-3 .clr3,
	.so-listing-tabs .ltabs02-4 .clr4,
	.so-listing-tabs .ltabs02-5 .clr5,
	.so-listing-tabs .ltabs02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px ) and (max-width: 1599px) {
	.so-listing-tabs .ltabs01-6 .ltabs-item {
		width: 16.64%;
	}
	.so-listing-tabs .ltabs01-5 .ltabs-item {
		width: 20%;
	}
	.so-listing-tabs .ltabs01-4 .ltabs-item {
		width: 25%;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs01-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs01-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs01-1 .clr1,
	.so-listing-tabs .ltabs01-2 .clr2,
	.so-listing-tabs .ltabs01-3 .clr3,
	.so-listing-tabs .ltabs01-4 .clr4,
	.so-listing-tabs .ltabs01-5 .clr5,
	.so-listing-tabs .ltabs01-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1600px ) {
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs00-6 .ltabs-item {
		width: 16.64%;
	}
	.so-listing-tabs .ltabs00-5 .ltabs-item {
		width: 20%;
	}

	.so-listing-tabs .ltabs00-4 .ltabs-item {
		width: 25%;
	}

	.so-listing-tabs .ltabs00-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs00-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs00-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs00-1 .clr1,
	.so-listing-tabs .ltabs00-2 .clr2,
	.so-listing-tabs .ltabs00-3 .clr3,
	.so-listing-tabs .ltabs00-4 .clr4,
	.so-listing-tabs .ltabs00-5 .clr5,
	.so-listing-tabs .ltabs00-6 .clr6 {
		clear: both;
	}
}

/*-----------------------------Css for ie----------------------*/
.so-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
	width: 16.64%;
}

.so-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
	width: 20%;
}

.so-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
	width: 25%;
}

.so-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
	width: 33.315%;
}

.so-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
	width: 49.999%;
}

.so-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
	width: 100%;
}

.so-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.so-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.so-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.so-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.so-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.so-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
	clear: both;
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}


.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
    border: 1px solid #e9e9e9;
    color: #e9e9e9;
    float: left;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
	background-color:#FFF;
	/* top:-61px;
	right:15px; */
	position:absolute;
	margin-top:-16px;
	top:50%;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
    font-family: FontAwesome;
    font-size: 28px;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #fff;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
	right:0;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev{
	left:0;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104";
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105";
}

.so-listing-tabs .new-ltabs-item {
	opacity:0!important;
	filter: alpha(opacity=0)!important;
}

/* .so-listing-tabs .ltabs-items .ltabs-items-inner.play .ltabs-item{
	opacity:1;
	filter: alpha(opacity=1)!important;
}
 */
.popup_bg{
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
.popup-close{
    color: #000;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
.popup-close:hover{
    color: #000;
    opacity: 1;
}
.so_newletter_custom_popup{
    z-index: 2042;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation:iconosani 2.5s forwards;
    -webkit-animation: iconosani 2.5s forwards;
    -moz-animation: iconosani 2.5s forwards;
    -o-animation: iconosani 2.4s forwards;
}
.so-custom-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.so-custom-default{
	border:#f5f5f5 1px solid;
	border-radius:5px;
}
.so-custom-popup h3,.so-custom-default h3,.so-custom-popup .form-group,.so-custom-default .form-group{
    margin: 0;
    padding: 5px;
}

/* .so-custom-popup .popup-content .signup{
    margin: 10px 0;
    padding: 10px 0 10px 10px;
} */
.so-custom-popup .popup-content .signup input,.so-custom-default .signup input{
    width: 50%;
    border-radius: 0;
}
.so-custom-popup .popup-content .signup .send-mail,.so-custom-default .send-mail{
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: none;
    background: #47c843;
    color: #fff;
    text-transform: uppercase;
}
.so-custom-popup .popup-content .signup .smns-input-heading,.so-custom-default .smns-input-heading{
    margin: 5px 0;
    font-weight: bold;
}
.so-custom-popup .popup-content .signup .email, .so-custom-default .email{
    margin: 10px 0;
}
/* .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title{
    padding: 20px 10px 30px 10px;
    color: #111111;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
} */
.so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title,.so-custom-default .popup-title{
  
    font-size: 26px;
    line-height: 100%;
    
}
.so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .newsletter_promo,.so-custom-default .newsletter_promo{
    padding: 10px;
    font-size: 12px;
	margin:0;
    line-height: 100%;
}
.so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content,.so-custom-default .modcontent{
    padding: 20px 10px;
}
.hidden-popup{
    padding: 0 0 0 10px;
}
.hidden-popup .inline{
    position: relative;
    top: -2px;
}
 .mfp-close-btn-in .mfp-close{
     color: #fff !important;
 }


@media all and (max-width: 359px){
    .so-custom-oca-popup{
        width: 80% !important;
    }
    .so-custom-popup .popup-content .signup input{
        width: 80% !important;
    }
}
@media all and (min-width: 360px) and (max-width: 639px){
    .so-custom-oca-popup{
        width: 80% !important;
    }
}


@media all and (min-width: 768px) and (max-width: 1199px) {
    .so_newletter_oca_popup{
        width: 100% !important;
    }
}

/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle
   
==============================================*/
.no-margin {
  margin: 0 !important; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*******************************************************
  Style Color
********************************************************/
/*******************************************************************
******                SO Framework: Sass System                ******
********************************************************************/
/* 1.BACK TOP TOP DEMO OPENCART
----------------------------------------------------- */
.back-to-top {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  width: 45px;
  bottom: 50px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: inline;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .back-to-top:hover {
    background-color: #F4A137; }
  .back-to-top i {
    font-size: 32px;
    display: block;
    line-height: 18px; }
  .back-to-top span {
    display: block;
    line-height: 18px; }
  @media (max-width: 1199px) {
    .back-to-top {
      right: 40px; } }

/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
----------------------------------------------------- */
.social-widgets {
  position: fixed;
  z-index: 560;
  top: 50%;
  height: 0;
  width: 0;
  right: 0; }

.social-widgets .item, .social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-widgets .items {
  top: -100px;
  position: relative; }

.social-widgets .item {
  position: absolute;
  top: 0;
  left: 120px; }

.social-widgets .active {
  z-index: 100;
  left: -310px; }

.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
  left: 0; }

.social-widgets .item-01 {
  top: 0;
  z-index: 99; }

.social-widgets .item-02 {
  top: 45px;
  z-index: 98; }

.social-widgets .item-03 {
  top: 90px;
  z-index: 97; }

.social-widgets .item-04 {
  top: 150px;
  z-index: 96; }

.social-widgets .item-05 {
  top: 200px;
  z-index: 95; }

.social-widgets .tab-icon .fa {
  font-size: 18px; }

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em;
  line-height: 45px; }

.social-widgets .tab-icon:hover {
  text-decoration: none; }

.social-widgets .active .tab-icon {
  border-color: #E9E9E9;
  background: #fff; }

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white; }

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white; }

.social-widgets .youtube .tab-icon {
  background: #DA2723;
  background-clip: content-box;
  color: white; }

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px; }

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold; }
  .social-widgets .title h5 {
    line-height: 45px;
    margin: 0; }

.social-widgets .facebook.active {
  left: -260px; }

.social-widgets .facebook .tab-content {
  width: 260px; }

.social-widgets .twitter.active {
  left: -300px; }

.social-widgets .twitter .tab-content {
  width: 300px; }

.social-widgets .twitter-widget {
  padding-top: 10px; }

.social-widgets .youtube.active {
  left: -450px; }

.social-widgets .youtube .tab-content {
  width: 450px; }

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 1000; }

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px; }

/* 3.TOP PANEL (RIGHT FIXED PANEL)
----------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navbar-compact.hidden-menu {
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      transform: translate(0, -100%); }

  .navbar-compact .compact-hidden {
    display: none !important; }

  .navbar-compact .header-center {
    padding: 20px 0;
    transition: 0.3s all ease 0s; }

  .navbar-compact .header-bottom {
    margin: 0 !important; }

  .navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 45px;
    height: 45px;
    margin-bottom: -47px;
    background: #F4A137 !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff; }

  .navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
    display: none; }

  .navbar-switcher.active .i-active,
  .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em; }

  .navbar-compact.type_1 .sidebar-menu, .navbar-compact.type_2 .sidebar-menu {
    display: none; }
  .navbar-compact.type_1 .header-bottom-right, .navbar-compact.type_2 .header-bottom-right {
    margin: 0;
    padding: 0 15px;
    width: 100%; }

  header .navbar-switcher {
    display: block; } }
/* 4.LARY LOADER
--------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center; }

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../image/theme/lazy-loader.gif) no-repeat center center; }

.loadeding {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1; }

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none; }

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto; }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }

  .lazy.lazy-loaded img {
    opacity: 1; } }
/* Overlay pattern 
--------------------------------------- */
body.no-bgbody {
  background-image: none; }

.pattern-1 {
  background-image: url("../image/theme/patterns/1.png"); }

.pattern-2 {
  background-image: url("../image/theme/patterns/2.png"); }

.pattern-3 {
  background-image: url("../image/theme/patterns/3.png"); }

.pattern-4 {
  background-image: url("../image/theme/patterns/4.png"); }

.pattern-5 {
  background-image: url("../image/theme/patterns/5.png"); }

.pattern-6 {
  background-image: url("../image/theme/patterns/6.png"); }

.pattern-7 {
  background-image: url("../image/theme/patterns/7.png"); }

.pattern-8 {
  background-image: url("../image/theme/patterns/8.png"); }

.pattern-9 {
  background-image: url("../image/theme/patterns/9.png"); }

.pattern-10 {
  background-image: url("../image/theme/patterns/10.png"); }

.pattern-11 {
  background-image: url("../image/theme/patterns/11.png"); }

.pattern-12 {
  background-image: url("../image/theme/patterns/12.png"); }

.pattern-13 {
  background-image: url("../image/theme/patterns/13.png"); }

.pattern-14 {
  background-image: url("../image/theme/patterns/14.png"); }

.pattern-15 {
  background-image: url("../image/theme/patterns/15.png"); }

.pattern-16 {
  background-image: url("../image/theme/patterns/16.png"); }

.pattern-17 {
  background-image: url("../image/theme/patterns/17.png"); }

.pattern-18 {
  background-image: url("../image/theme/patterns/18.png"); }

.pattern-19 {
  background-image: url("../image/theme/patterns/19.png"); }

.pattern-20 {
  background-image: url("../image/theme/patterns/20.png"); }

.pattern-21 {
  background-image: url("../image/theme/patterns/21.png"); }

.pattern-22 {
  background-image: url("../image/theme/patterns/22.png"); }

.pattern-23 {
  background-image: url("../image/theme/patterns/23.png"); }

.pattern-24 {
  background-image: url("../image/theme/patterns/24.png"); }

.pattern-25 {
  background-image: url("../image/theme/patterns/25.png"); }

.pattern-26 {
  background-image: url("../image/theme/patterns/26.png"); }

.pattern-27 {
  background-image: url("../image/theme/patterns/27.png"); }

.pattern-28 {
  background-image: url("../image/theme/patterns/28.png"); }

.pattern-29 {
  background-image: url("../image/theme/patterns/29.png"); }

.pattern-30 {
  background-image: url("../image/theme/patterns/30.png"); }

.pattern-31 {
  background-image: url("../image/theme/patterns/31.png"); }

.pattern-32 {
  background-image: url("../image/theme/patterns/32.png"); }

.pattern-33 {
  background-image: url("../image/theme/patterns/33.png"); }

.pattern-34 {
  background-image: url("../image/theme/patterns/34.png"); }

.pattern-35 {
  background-image: url("../image/theme/patterns/35.png"); }

.pattern-36 {
  background-image: url("../image/theme/patterns/36.png"); }

.pattern-37 {
  background-image: url("../image/theme/patterns/37.png"); }

.pattern-38 {
  background-image: url("../image/theme/patterns/38.png"); }

.pattern-39 {
  background-image: url("../image/theme/patterns/39.png"); }

.pattern-40 {
  background-image: url("../image/theme/patterns/40.png"); }

.pattern-41 {
  background-image: url("../image/theme/patterns/41.png"); }

.pattern-42 {
  background-image: url("../image/theme/patterns/42.png"); }

.pattern-43 {
  background-image: url("../image/theme/patterns/43.png"); }

.pattern-44 {
  background-image: url("../image/theme/patterns/44.png"); }

.pattern-45 {
  background-image: url("../image/theme/patterns/45.png"); }

/* Preloading Screen
--------------------------------------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  z-index: 1001;
  animation: spin 2s linear infinite; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite; }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  transform: translateX(0); }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

.ip-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #ffffff; }
  .ip-header h1 {
    margin: 0; }
  .ip-header .ip-inner {
    display: block;
    margin: 0 auto; }
  .ip-header .ip-logo {
    position: absolute;
    top: 40%;
    text-align: center; }
    .ip-header .ip-logo a {
      display: inline-block; }
  .ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 6; }
  .ip-header .ip-loader svg path.ip-loader-circlebg {
    stroke: #ddd; }
  .ip-header .ip-loader svg path.ip-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #df1f26; }

.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none; }

.ip-loader {
  top: 46%; }

.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both; }

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1; }

.loaded .ip-logo {
  display: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out; }

/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .banners-effect-1 .banners > div img:hover {
    opacity: 0.8; }

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1; }
  .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    z-index: 1; }

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0); }
  .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1; }

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-4 .banners > div a:hover:before, .banners-effect-4 .banners > div a:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }
  .banners-effect-4 .banners > div a:before, .banners-effect-4 .banners > div a:after {
    border-bottom: 50px solid rgba(0, 0, 0, 0.2);
    border-top: 50px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1; }

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-5 .banners > div a:hover:before, .banners-effect-5 .banners > div a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }
  .banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }

.banners-effect-6 .banners > div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000; }

.banners-effect-6 .banners > div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1); }

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s; }

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top; }

.banners-effect-8 .banners > div a:before,
.banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1; }

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }

.banners-effect-8 .banners > div img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s; }

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10; }

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1; }

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%; }
  .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .banners-effect-11 .banners > div a:after {
    left: auto;
    right: 0;
    bottom: 0; }

.banners-effect-12 .banners > div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

/* @end */
.icons-social a {
  display: inline-block;
  margin-right: 5px;
  color: #f82e56; }
.icons-social .fa {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-facebook {
  background: #4c70ba; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-twitter {
  background: #00aced;
  border-color: #00aced;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-twitter {
  background: #21c2ff; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-google-plus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-google-plus {
  background: #e47365; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-linkedin {
  background: #007bb5;
  border-color: #007bb5;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-linkedin {
  background: #009ee8; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-instagram {
  background: #125688;
  border-color: #125688;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-instagram {
  background: #1872b5; }
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #F4A137;
  color: #F4A137;
  vertical-align: top;
  text-align: center; }
.icons-social .icon-color.fa-youtube {
  background: #b00;
  border-color: #b00;
  color: #fff; }
.icons-social a:hover .icon-circled {
  background: #F4A137;
  color: #fff; }
.icons-social a:hover .icon-color.fa-youtube {
  background: #ee0000; }

.divider {
  clear: both;
  height: 40px; }

.alert {
  border-radius: 0; }
  .alert .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 1px solid #ddd;
  border-top: 0px; }

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }
  .simple-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
    .simple-ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-family: "FontAwesome";
      font-size: 14px;
      content: "\f105"; }
    .simple-ul li ul {
      margin: 10px 0 10px 0;
      padding: 0;
      list-style: none; }
      .simple-ul li ul li:before {
        content: "\f111";
        font-size: 7px; }

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside; }
  .decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0; }

blockquote {
  font-size: 12px; }

.well {
  border-radius: 0; }

.feature-box {
  border-radius: 0;
  margin-bottom: 20px; }
  .feature-box .feature-icon {
    color: #3e7cb4;
    display: inline-block;
    font-size: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    float: left; }
  .feature-box .feature-content {
    padding-left: 50px; }

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1; }

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase; }

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.simple-list li {
  margin: 0;
  padding: 0 0 8px; }

.simple-list .checkbox {
  padding-left: 0; }

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.simple-list .icon {
  margin-right: 9px; }

.arrow-list li {
  padding-left: 12px;
  position: relative; }
  .arrow-list li a {
    color: #444; }
    .arrow-list li a:hover {
      color: #F4A137; }

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105"; }

.page-login .well {
  background: #fff;
  min-height: 285px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0; }
  .page-login .well h2 {
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
.page-login .bottom-form {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px; }
  .page-login .bottom-form .btn {
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555; }
    .page-login .bottom-form .btn:hover {
      background: #F4A137;
      border-color: #F4A137;
      color: #fff; }
  .page-login .bottom-form a {
    color: #444; }
    .page-login .bottom-form a:hover {
      color: #F4A137; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/*******************************************************************
******                SO Framework: Sass Menu                 ******
********************************************************************/
div.horizontal ul.megamenu > li {
  float: left; }
div.horizontal ul.megamenu .sub-menu .title-submenu,
div.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px; }
div.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333333; }
  div.horizontal ul.megamenu .sub-menu .image-link:hover {
    color: #F4A137; }
div.horizontal .image-link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  padding: 3px;
  margin: 0 0 10px; }
div.horizontal .image-link .btn {
  position: absolute;
  top: -100px;
  left: calc(50% - 50px);
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #F4A137;
  border-color: #F4A137;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 2px; }
  div.horizontal .image-link .btn:hover {
    background: #F4A137;
    border-color: #F4A137;
    color: #fff; }
  div.horizontal .image-link .btn:hover {
    background: #555555;
    border-color: #555555; }
div.horizontal .image-link:hover .thumbnail {
  border: 1px solid #bcbcbc;
  background: #ddd; }
  div.horizontal .image-link:hover .thumbnail img {
    opacity: 0.8; }
div.horizontal .image-link .figcaption {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0; }
div.horizontal ul.megamenu .label-hot {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 0px; }
div.horizontal ul.megamenu .sub-menu .content {
  border-top: 3px solid #F4A137; }
div.horizontal ul.megamenu .sub-menu a {
  color: #444;
  line-height: 24px;
  display: block;
  padding: 3px 0; }
  div.horizontal ul.megamenu .sub-menu a:hover {
    color: #F4A137; }
@media (min-width: 1200px) {
  div.horizontal ul.megamenu .megamenu--container {
    min-width: 1170px; } }

header .so-megamenu .navbar-header {
  color: white; }

@media (min-width: 992px) {
  div.so-vertical-menu {
    position: relative; }
    div.so-vertical-menu .vertical-wrapper {
      border-top: 3px solid #F4A137; }
    div.so-vertical-menu ul.megamenu > li {
      border: none; }
      div.so-vertical-menu ul.megamenu > li a {
        color: #444;
        line-height: 24px; }
        div.so-vertical-menu ul.megamenu > li a:hover {
          color: #F4A137; }
      div.so-vertical-menu ul.megamenu > li > a:hover, div.so-vertical-menu ul.megamenu > li.loadmore:hover {
        background: #F4A137;
        color: white; }
        div.so-vertical-menu ul.megamenu > li > a:hover .caret, div.so-vertical-menu ul.megamenu > li.loadmore:hover .caret {
          background-position: center 0; }
      div.so-vertical-menu ul.megamenu > li .caret {
        background: url("../image/theme/icons/ico-menu-parent.png") no-repeat;
        width: 15px;
        height: 15px;
        background-position: center -25px;
        border: none;
        margin: 5px  0;
        position: absolute;
        right: 10px; }
      div.so-vertical-menu ul.megamenu > li.loadmore {
        border-top: 1px solid #ddd; }
    div.so-vertical-menu ul.megamenu > li.active > a {
      background: #F4A137;
      color: white; } }
.list-product {
  padding: 0; }
  .list-product .image {
    margin-right: 15px; }
  .list-product .caption h4 {
    margin: 0;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 14px;
    /* [8] */
    font-size: 1.4rem;
    /* [8] */ }

.megamenuToogle-wrapper .container > div {
  float: left;
  margin: 3px 10px 0px 0px; }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Header Wrapper
	[2]		Content Wrapper
	[3]		Footer Wrapper
	
*/
/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
  .no-res {
    width: 1190px; } }
.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .wrapper-boxed header.navbar-compact, .wrapper-iframed header.navbar-compact, .wrapper-rounded header.navbar-compact {
    width: auto; }

.wrapper-iframed {
  margin: 20px auto; }

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }

#wrapper {
  overflow: hidden; }

@media (min-width: 1360px) {
  .container-full {
    clear: both;
    margin-left: -10%;
    margin-right: -10%; } }
@media (min-width: 1600px) {
  .container-full {
    clear: both;
    margin-left: -40%;
    margin-right: -40%; } }
/**************************************************************
	  Header Wrapper
**************************************************************/
.header-top {
  background: #eee; }

.header-center {
  padding: 35px 0; }

.header-bottom {
  background: #666666;
  min-height: 45px;
  margin-bottom: 15px; }

/**************************************************************
	  Content Wrapper
**************************************************************/
#content {
  margin-bottom: 30px; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		BLOCK MODULE STYLE
	[2]		BLOCK LIST ITEM
	[3]		BLOCK MENU CATEGORY
	[4]		BLOCK FILTER SHOP BY
	[5]		BLOCK TAGS
	[6]		BLOCK LANGUAGE
	[7]		BLOCK CURRENCY
	[8]		BLOCK BREADCRUMB
	[9]		BLOCK LATEST PRODUCT
*/
.module {
  margin-bottom: 30px; }
  .module h3.modtitle {
    margin: 0  0 15px;
    text-transform: capitalize;
    font-weight: bold; }

.titleLine h3.modtitle {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  /* [8] */
  font-size: 1.6rem;
  /* [8] */
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
  margin: 0 0 10px;
  text-transform: uppercase;
  position: relative; }
  .titleLine h3.modtitle:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #F4A137;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }

.modLine h3.modtitle {
  display: table-cell;
  vertical-align: middle; }
.modLine .modcontent {
  display: table-cell;
  padding: 0 15px; }

.list-item {
  list-style: none;
  padding: 0; }
  .list-item li {
    margin-bottom: 3px; }
    .list-item li:before {
      font-family: "FontAwesome";
      margin-right: 10px;
      display: inline-block;
      content: "\f105"; }
    .list-item li a {
      color: #444; }
      .list-item li a:hover {
        color: #F4A137; }

.menu-category .modcontent {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 0 20px; }
.menu-category .list-group > li {
  border-bottom: 1px dotted #E4E4E4;
  margin: 0;
  position: relative; }
  .menu-category .list-group > li span.button-view {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .menu-category .list-group > li a {
    color: #333333;
    padding: 10px 0;
    display: block; }
    .menu-category .list-group > li a:hover {
      color: #F4A137; }
  .menu-category .list-group > li a:hover + .button-view {
    color: #F4A137; }
  .menu-category .list-group > li .active, .menu-category .list-group > li .active + .button-view {
    color: #F4A137; }
  .menu-category .list-group > li .active + .button-view:before {
    content: '\f147'; }
  .menu-category .list-group > li li {
    padding: 0 10px;
    position: relative;
    list-style: none; }
    .menu-category .list-group > li li a {
      padding: 5px 0; }
      .menu-category .list-group > li li a:before {
        content: '';
        padding: 0 5px;
        font-family: "FontAwesome";
        content: "\f105";
        margin-left: -10px;
        transition: all 400ms ease;
        opacity: 0; }
      .menu-category .list-group > li li a:hover:before {
        opacity: 1;
        margin: 0; }

.filter-shopby, .filter-row {
  border: 1px solid #e6e6e6;
  padding: 20px; }
  .filter-shopby .table_layout, .filter-row .table_layout {
    display: block; }
  .filter-shopby .table_cell, .filter-row .table_cell {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: #f1f1f1 1px solid;
    display: block; }
  .filter-shopby legend, .filter-row legend {
    border: none;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase; }
  .filter-shopby .checkboxes_list > li:not(:last-child), .filter-row .checkboxes_list > li:not(:last-child), .filter-shopby .simple_vertical_list li:not(:last-child), .filter-row .simple_vertical_list li:not(:last-child) {
    margin-bottom: 5px; }
  .filter-shopby .color_btn, .filter-row .color_btn {
    position: relative;
    padding-left: 32px; }
  .filter-shopby .color_btn::before, .filter-row .color_btn::before {
    content: "" !important;
    padding: 1px;
    background-clip: content-box !important;
    border: 1px solid #eaeaea;
    border-radius: 50% !important;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease; }
  .filter-shopby .color_btn.green::before, .filter-row .color_btn.green::before {
    background: #269300; }
  .filter-shopby .color_btn.yellow::before, .filter-row .color_btn.yellow::before {
    background: #fccd36; }
  .filter-shopby .color_btn.red::before, .filter-row .color_btn.red::before {
    background: #ff0000; }
  .filter-shopby .color_btn.blue::before, .filter-row .color_btn.blue::before {
    background: #018bc8; }
  .filter-shopby .color_btn.grey::before, .filter-row .color_btn.grey::before {
    background: #b2b2b2; }
  .filter-shopby .color_btn.orange::before, .filter-row .color_btn.orange::before {
    background: #ff7b1a; }
  .filter-shopby input[type="checkbox"]:checked + .color_btn::before, .filter-row input[type="checkbox"]:checked + .color_btn::before {
    border-color: #333; }

.filter-row {
  padding: 0; }
  .filter-row .table_layout {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .filter-row .table_row {
    display: table;
    width: 100%; }
  .filter-row .table_cell {
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    padding: 19px; }
  .filter-row .bottom_box {
    padding: 15px 19px; }

.ui-slider {
  height: 7px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 220px; }

.ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px; }

.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  position: absolute;
  top: 4px;
  left: 4px; }

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before {
  border-radius: 50%; }

.range {
  margin-bottom: 15px; }

.range > * {
  display: inline; }

.checkboxes_list {
  color: #333; }

.simple_vertical_list input[type="radio"], .simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="radio"],
.checkboxes_list input[type="checkbox"] {
  display: none; }
.simple_vertical_list input[type="radio"] + label,
.simple_vertical_list input[type="checkbox"] + label,
.checkboxes_list input[type="radio"] + label,
.checkboxes_list input[type="checkbox"] + label {
  position: relative;
  width: auto !important;
  margin: 0 17px 0 0 !important;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.simple_vertical_list input[type="radio"] + label::before,
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="radio"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px; }
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  font-size: 12px; }
.simple_vertical_list input[type="radio"] + label::before,
.checkboxes_list input[type="radio"] + label::before {
  border-radius: 50%; }
.simple_vertical_list input[type="radio"] + label:empty,
.checkboxes_list input[type="radio"] + label:empty {
  width: 22px !important;
  padding-left: 0px;
  margin: 0px !important; }
.simple_vertical_list input[type="checkbox"]:checked + label::before,
.checkboxes_list input[type="checkbox"]:checked + label::before {
  content: '\f00c'; }
.simple_vertical_list input[type="radio"]:checked + label::before,
.checkboxes_list input[type="radio"]:checked + label::before {
  content: "\f10c"; }

.tags_cloud li {
  display: inline-block;
  margin: 0 4px 4px 0; }

.button_grey {
  padding: 6px 15px;
  display: inline-block;
  color: #555555;
  background: #f1f1f1;
  text-transform: capitalize;
  border-radius: 3px;
  border: none; }
  .button_grey:hover {
    color: white;
    background: #F4A137; }

.button_submit {
  background: #F4A137;
  color: white;
  margin-right: 5px; }

.header-top ul.dropdown-menu {
  min-width: 120px;
  margin: 0;
  border-radius: 0; }
  .header-top ul.dropdown-menu li > a {
    color: #666; }
  .header-top ul.dropdown-menu li:hover > a {
    color: #F4A137; }

.languages-block, .currencies-block {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  z-index: 10;
  position: relative;
  vertical-align: top;
  margin: 0;
  display: inline-block; }
  .languages-block form > a, .currencies-block form > a {
    color: #666;
    display: block;
    line-height: 30px;
    padding: 1px 10px; }
  .languages-block form:hover, .currencies-block form:hover {
    background: #F4A137;
    border-color: #F4A137; }
    .languages-block form:hover > a, .currencies-block form:hover > a {
      color: #fff; }
  .languages-block form .dropdown-menu, .currencies-block form .dropdown-menu {
    margin: 0; }
  .languages-block form span.fa-angle-down, .currencies-block form span.fa-angle-down {
    margin-left: 3px; }

.currencies-block {
  margin-left: -5px; }

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px; }
    .collapsed-block .tabBlockTitle .expander {
      margin: 0 10px;
      color: #333333;
      font-size: 14px; }

  .collapsed-block .tabBlock {
    display: none; } }
.breadcrumb {
  background: none;
  border-radius: 0;
  display: block;
  padding: 0; }
  .breadcrumb li {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 24px;
    line-height: 21px;
    margin-right: 3px;
    padding: 0 15px 0 20px; }
    .breadcrumb li a {
      color: #666; }
    .breadcrumb li:after {
      content: "";
      background: #fff;
      border-right: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1;
      display: inline-block;
      height: 17px;
      width: 16px;
      position: absolute;
      right: -8px;
      top: 3px;
      z-index: 1;
      transform: rotate(45deg); }
    .breadcrumb li:first-child {
      border-left: 1px solid #ddd;
      border-color: #F4A137 !important; }
      .breadcrumb li:first-child a {
        color: #F4A137; }
      .breadcrumb li:first-child:after, .breadcrumb li:first-child:before {
        border-color: #F4A137; }
    .breadcrumb li + li:before {
      content: "";
      background: #fff;
      border-left: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1;
      display: inline-block;
      height: 18px;
      width: 17px;
      position: absolute;
      left: -9px;
      top: 2px;
      transform: rotate(135deg); }
    .breadcrumb li + li:hover {
      border-color: #F4A137; }
      .breadcrumb li + li:hover a {
        color: #F4A137; }
      .breadcrumb li + li:hover:after, .breadcrumb li + li:hover:before {
        border-color: #F4A137; }

/*==========================BLOCK CART ======================*/
.shopping_cart {
  padding: 0; }
  .shopping_cart .btn-group {
    display: block;
    z-index: 5; }
  .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important; }
    .shopping_cart a.top_cart .shopcart .title {
      color: #444;
      font-weight: bold;
      text-transform: uppercase; }
    .shopping_cart a.top_cart .shopcart .text-shopping-cart {
      color: #999;
      margin-bottom: 0;
      white-space: nowrap; }
    .shopping_cart a.top_cart .handle {
      background: url("../image/theme//icons/icon_minicart.png") no-repeat 8px 8px;
      background-color: #F4A137;
      width: 36px;
      height: 34px;
      margin: 5px 10px; }
  .shopping_cart .shoppingcart-box {
    padding: 15px;
    border-radius: 0;
    border-top: 3px solid #F4A137;
    min-width: 300px; }
    @media (min-width: 1200px) {
      .shopping_cart .shoppingcart-box:before {
        content: "";
        height: 1px;
        width: 1px;
        border-style: solid;
        border-bottom: 10px solid #F4A137;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: transparent;
        position: absolute;
        top: -10px;
        right: 129px; } }
    .shopping_cart .shoppingcart-box .added_items {
      margin-bottom: 10px; }
    .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
      background: #fff; }
    .shopping_cart .shoppingcart-box .table-striped a {
      color: #666;
      font-weight: bold; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
        display: none; }
      .shopping_cart .shoppingcart-box .table-striped a:hover {
        color: #F4A137; }
    .shopping_cart .shoppingcart-box .table-striped a.fa-delete {
      width: 20px;
      height: 20px;
      background: #d6d6d6;
      border-radius: 3px;
      text-align: center;
      line-height: 19px;
      color: #000; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
        background: #F4A137;
        color: #fff;
        text-decoration: none; }
    .shopping_cart .shoppingcart-box a.btn {
      color: #fff;
      background: #444;
      border-color: #444; }
      .shopping_cart .shoppingcart-box a.btn i {
        margin-right: 5px; }
      .shopping_cart .shoppingcart-box a.btn:hover {
        border: 1px solid #F4A137;
        background: #F4A137; }
  .shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0; }
  .shopping_cart .table > tbody > tr {
    margin: 10px 0; }
    .shopping_cart .table > tbody > tr:first-child > td {
      border-top: 0; }
  .shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
    vertical-align: middle; }
  .shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td,
  .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0; }

.latest-product .product-latest-item {
  margin-bottom: 20px; }
.latest-product .product-latest-item:last-child {
  margin: 0; }
.latest-product .media .media-left {
  float: left;
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 20px; }
.latest-product .media .media-body h4 {
  margin-top: 0; }
  .latest-product .media .media-body h4 a {
    font-size: 13px;
    color: #666;
    font-weight: bold; }
    .latest-product .media .media-body h4 a:hover {
      color: #F4A137; }
.latest-product .media:hover .media-left {
  border-color: #F4A137; }

.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-newsleter-popup .so-custom-popup {
      width: 85% !important; }
      .main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; } }
  @media (max-width: 767px) {
    .main-newsleter-popup .so-custom-popup:before {
      content: "";
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; } }
.main-newsleter-popup .modcontent {
  position: relative;
  z-index: 9; }
.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
  text-align: center; }
  @media (min-width: 1200px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
      padding: 60px 30px;
      padding-left: 55%;
      margin: 0 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
      padding: 60px 30px;
      padding-left: 55%;
      margin: 0 20px; } }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-transform: uppercase; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 18px;
    color: #F4A137;
    font-weight: bold; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 30px 0; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 41px;
    max-width: 280px;
    display: inline-block;
    width: 100%; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: normal; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555;
    background: #F4A137;
    border-color: #F4A137;
    margin-bottom: 20px;
    min-width: 160px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 3px; }
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
      background: #F4A137;
      border-color: #F4A137;
      color: #fff; }
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
      background: #555555;
      border-color: #555555; }
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 10px 0; }

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div {
  position: absolute;
  top: 44.5%;
  outline: 0;
  width: 30px;
  height: 50px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease; }
  .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px;
    background: url("../image/theme//icons/arrow-slider-left.png") no-repeat; }
    .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev:hover {
      background-position: 0 -59px; }
  .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next {
    right: 0px;
    background: url("../image/theme//icons/arrow-slider-right.png") no-repeat; }
    .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next:hover {
      background-position: 0 -59px; }

.yt-content-slider--arrow2 {
  padding: 0px 70px 15px 70px;
  direction: ltr; }
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev,
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image: url("../image/theme/icons/ico-slider.png");
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    top: calc(50% - 13px); }
    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover,
    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #F4A137;
      background-position: 0px 0;
      border-color: #F4A137; }
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
    background-position: -31px 0; }
    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover {
      background-position: 0px 0; }
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
    background-position: -60px 0; }
    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
      background-position: -90px 0; }
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
    left: 0px; }
  .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
    right: 0px; }

.slider-brand--home6 {
  padding: 0;
  direction: ltr; }
  .slider-brand--home6 .owl2-controls {
    opacity: 0; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev,
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
      width: 20px;
      height: 27px;
      border: 1px solid #ddd;
      background-image: url("../image/theme/icons/ico-slider.png");
      background-repeat: no-repeat;
      background-color: #fff;
      display: inline-block;
      text-indent: -999em;
      position: absolute;
      transition: all 0.2s ease-in-out 0s;
      top: calc(50% - 13px); }
      .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover,
      .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
        background-color: #F4A137;
        background-position: 0px 0;
        border-color: #F4A137; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
      background-position: -31px 0; }
      .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover {
        background-position: 0px 0; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
      background-position: -60px 0; }
      .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
        background-position: -90px 0; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
      left: 0px; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
      right: 0px; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
      left: -30px; }
    .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
      right: -30px; }
  .slider-brand--home6:hover .owl2-controls {
    opacity: 1; }
  .slider-brand--home6 a {
    border: 1px solid #ddd;
    display: block; }
    .slider-brand--home6 a:hover {
      border-color: #F4A137; }

.block-clientsay .yt-content-slide {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-right: 1px; }
  .block-clientsay .yt-content-slide .client-info {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 20px; }
    .block-clientsay .yt-content-slide .client-info strong {
      font-size: 116.6%;
      text-transform: uppercase;
      font-weight: bold;
      color: #444; }
    .block-clientsay .yt-content-slide .client-info img {
      float: left;
      margin-right: 10px;
      width: auto; }
.block-clientsay .owl2-controls {
  position: absolute;
  top: -30px;
  width: 100%; }
  .block-clientsay .owl2-controls .owl2-nav .owl2-prev,
  .block-clientsay .owl2-controls .owl2-nav .owl2-next {
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image: url("../image/theme/icons/ico-slider.png");
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    top: calc(50% - 13px); }
    .block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover,
    .block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
      background-color: #F4A137;
      background-position: 0px 0;
      border-color: #F4A137; }
  .block-clientsay .owl2-controls .owl2-nav .owl2-prev {
    background-position: -31px 0; }
    .block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover {
      background-position: 0px 0; }
  .block-clientsay .owl2-controls .owl2-nav .owl2-next {
    background-position: -60px 0; }
    .block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
      background-position: -90px 0; }
  .block-clientsay .owl2-controls .owl2-nav .owl2-prev {
    right: 25px;
    left: auto; }
  .block-clientsay .owl2-controls .owl2-nav .owl2-next {
    right: 0px; }

/*===============================================
	[SASS DIRECTORY ]
	
    [1] SO LATSET BLOG
    [2] SIMPLE BLOG
    [3] ARTICLE INFO
	
==============================================*/
/*============SO LATSET BLOG ==================*/
.blog-listitem.list .itemBlogImg.left-block {
  padding-right: 30px; }

.so-latest-blog .blog-external-simple {
  /*display: inline-block;*/ }
  .so-latest-blog .blog-external-simple .media-left {
    display: inline-block;
    float: left;
    padding-right: 20px; }
  .so-latest-blog .blog-external-simple .media-body {
    padding-top: 7px; }
    .so-latest-blog .blog-external-simple .media-body .fa-calendar {
      display: none; }
    .so-latest-blog .blog-external-simple .media-body .media-heading a {
      font-size: 13px;
      font-weight: 300;
      color: #545454;
      text-transform: capitalize; }
      .so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
        color: #F4A137; }
    .so-latest-blog .blog-external-simple .media-body .media-date-added {
      font-size: 12px;
      color: #F4A137; }

/*--------------BLOG CATEGORY ---------------------*/
.blog-category {
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  .blog-category .box-content {
    margin-bottom: 30px; }
    .blog-category .box-content ul {
      margin-bottom: 0; }
  .blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    padding: 10px 0; }
    .blog-category ul li.list-group-item a {
      border-radius: 0;
      border: 0;
      padding: 0;
      color: #444; }
      .blog-category ul li.list-group-item a:hover {
        color: #F4A137; }

/*============SIMPLE BLOG ==================*/
.blog-header {
  margin-bottom: 10px; }
  .blog-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }

.blog-listitem.list .left-block,
.blog-listitem.list .right-block {
  padding: 0; }

.blog-listitem.grid .itemBlogImg.left-block {
  display: block;
  position: relative; }

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0; }

.blog-listitem {
  margin: 0 -15px; }
  .blog-listitem .blog-item {
    float: left;
    width: 100%;
    padding: 15px 0; }
    .blog-listitem .blog-item .itemBlogImg .article-image {
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
    .blog-listitem .blog-item .itemBlogImg img {
      border: 0;
      padding: 0;
      border-radius: 0;
      width: 100%; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 {
      margin: 0px 0px 8px; }
      .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
        font-size: 16px;
        color: #333333; }
        .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
          color: #F4A137; }
    .blog-listitem .blog-item .itemBlogContent .see-more {
      font-size: 14px;
      color: #F4A137;
      display: block;
      text-align: left; }
      .blog-listitem .blog-item .itemBlogContent .see-more b {
        font-weight: 400; }
      .blog-listitem .blog-item .itemBlogContent .see-more:hover {
        text-decoration: underline; }
      .blog-listitem .blog-item .itemBlogContent .see-more .fa-angle-right {
        float: none;
        padding-left: 8px; }
    .blog-listitem .blog-item .itemBlogContent .article-sub-title {
      border: 0;
      margin-bottom: 0;
      display: inline; }
      .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
        font-size: 11px;
        color: #999; }
        .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
          margin-right: 5px; }
    .blog-listitem .blog-item .itemBlogContent .article-description {
      padding: 8px 0; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta {
      float: left;
      border: 0;
      margin: 0;
      color: #999;
      line-height: 10px; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
        padding: 0 10px;
        line-height: 15px;
        font-weight: normal;
        font-size: 11px; }
        .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
          padding-left: 0;
          border-right: 1px solid #E5E5E5; }
          .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
            color: #F4A137;
            line-height: 10px; }

/*============ARTICLE INFO==================*/
div.article-info {
  border: 0; }
  div.article-info .article-title {
    font-size: 20px;
    font-weight: normal;
    color: #444; }
    div.article-info .article-title h1 {
      font-size: 16px;
      margin-top: 0;
      font-weight: bold; }
  div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    div.article-info .article-sub-title span {
      font-weight: bold;
      border-right: 1px solid #E5E5E5;
      display: block;
      float: left;
      font-size: 11px;
      color: #999;
      line-height: 11px;
      padding: 0 11px;
      font-weight: normal !important; }
      div.article-info .article-sub-title span.bullet {
        display: none; }
      div.article-info .article-sub-title span.article-author {
        padding-left: 0; }
        div.article-info .article-sub-title span.article-author a {
          font-size: 11px;
          color: #999;
          font-weight: normal; }
      div.article-info .article-sub-title span.article-comment {
        border-right: 0; }
    div.article-info .article-sub-title .article-share {
      display: none; }
  div.article-info .article-image {
    clear: both; }
    div.article-info .article-image img {
      border: 0;
      border-radius: 0;
      padding: 0;
      height: auto; }
  div.article-info .article-description {
    font-size: 13px; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    box-shadow: none; }
    div.article-info .related-comment .panel-body {
      padding: 0;
      border: 0; }
      div.article-info .related-comment .panel-body .form-group #comments {
        padding: 0;
        border: 0;
        overflow: hidden; }
        div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
          margin: 0 0 30px;
          padding: 0;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px; }
    div.article-info .related-comment #button-comment {
      background: #F4A137;
      border-color: #F4A137; }
      div.article-info .related-comment #button-comment:hover {
        background: #444;
        border-color: #444; }
  div.article-info #comment-list h5 {
    display: none; }
  div.article-info #comment-list a {
    color: #F4A137;
    text-decoration: underline; }
  div.article-info .itemFullText {
    text-align: justify; }

/*****************************************************************************
******                     SO Framework: Sass Garenal                   ******
******************************************************************************/
/* 2. STYLE OWL
------------------------------*/
/* 3. STYLE ALL SITE
-------------------------------*/
body {
  color: #555555;
  font-size: 13px;
  line-height: 22px;
  font-family: Open Sans, sans-serif; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

/* Override the bootstrap defaults */
h1 {
  font-size: 25px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

ul.menu, ul.blank, .htmlcontent-home, .menu-category .list-group, .menu-category .list-group > li ul, .filter-shopby .checkboxes_list, .filter-row .checkboxes_list, .filter-shopby .simple_vertical_list, .filter-row .simple_vertical_list, .tags_cloud, ul.contact-address, ul.product-options {
  list-style: none;
  padding: 0; }

option {
  padding: 2px 5px;
  border-width: 1px; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.align-center {
  display: table;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }

a, .btn-link {
  color: #F4A137;
  transition: color 0.3s ease-in-out; }
  a:hover, .btn-link:hover {
    color: #f7b867;
    text-decoration: none; }

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.btn.active, .btn:active {
  box-shadow: none !important; }

.input-group-btn > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px; }

em {
  font-style: normal; }

.fancybox-outer, .fancybox-inner {
  text-align: center; }
  .fancybox-outer .wishlist_product_view, .fancybox-inner .wishlist_product_view {
    margin-bottom: 15px; }

.list-inline {
  display: inline-block; }

.zoomContainer {
  overflow: hidden; }

.img-thumbnail.pull-left {
  margin-right: 30px; }
.img-thumbnail.pull-right {
  margin-left: 30px; }

.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px; }
  .selector span {
    display: none; }
  .selector select {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    top: 0px;
    left: 0px;
    font-size: 13px;
    color: #999;
    padding: 5px 7px;
    border: solid 1px #e6e6e6; }
    .selector select:focus {
      box-shadow: none;
      outline: none;
      border-color: #e6e6e6; }
  .selector:after {
    content: "\f0d7";
    margin: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    color: #666;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    pointer-events: none;
    line-height: 25px;
    font-size: 12px; }

.margin-zero {
  margin: 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* 4. FORM
-----------------------------------------------------------------*/
.clearfix {
  clear: both; }

.inline {
  display: inline-block; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

.dropdown-menu {
  font-size: inherit; }

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0; }

.btn {
  border-radius: 0; }

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background: #F4A137;
  border-color: #F4A137;
  color: white; }

.buttonGray {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555; }
  .buttonGray:hover {
    background: #F4A137;
    border-color: #F4A137;
    color: #fff; }

.submit {
  margin: 1em 0; }

select, textarea {
  color: #666; }

select {
  box-shadow: none !important;
  padding-left: 5px;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../image/theme/icons/bg-selectbox.png") no-repeat right center #fff; }

textarea {
  height: auto;
  resize: none; }

.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.filter_group input {
  display: none; }

.filter_group [type=checkbox] + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #ffffff; }

.filter_group [type=checkbox]:checked + span:before {
  color: #333333; }

/* 5. TABLE
-----------------------------------------------------*/
.table thead > tr > th {
  background: #eee; }

table.std th, table.std td {
  vertical-align: middle;
  border: #ccc;
  padding: 10px;
  text-align: center; }

table.std th {
  white-space: nowrap;
  background: #f5f5f5; }

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap; }

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #ccc;
  width: 100%; }

table th {
  border: #ccc;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.delivery_option table td {
  text-align: center; }

table tfoot td {
  text-align: right; }

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }

.no-margin {
  margin: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.sidebar-menu .box-category-menu {
  z-index: 2; }

.label-mega {
  background: #ee3b27; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: 0 auto; }

#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray; }
  #button-review:hover {
    background: #F4A137;
    border-color: #F4A137; }

.product-search .checkbox-inline {
  display: block; }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Page Faq
	[2]		Page About us
	[3]		Page Contact
	[4]		page 404 
	
*/
#map-canvas {
  height: 600px; }

ul.yt-accordion {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.yt-accordion li.accordion-group {
  margin-bottom: 1px; }
  ul.yt-accordion li.accordion-group h3.accordion-heading {
    margin: 0;
    cursor: pointer;
    background-color: #f4f4f4;
    position: relative;
    z-index: 2; }
    ul.yt-accordion li.accordion-group h3.accordion-heading span {
      padding: 10px;
      font-size: 16px;
      display: block;
      margin-left: 40px;
      line-height: 24px; }
    ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
      margin: 0px;
      font-family: verdana;
      font-size: 17px;
      width: 40px;
      background: #A0A0A0;
      color: white;
      text-align: center;
      line-height: 40px;
      vertical-align: top;
      position: absolute;
      z-index: 5;
      top: 0;
      bottom: 0; }
  ul.yt-accordion li.accordion-group .accordion-inner {
    border: 1px solid #f4f4f4;
    padding: 10px 15px;
    background: #E6E6E3; }

ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
  content: "+"; }

ul.yt-accordion li.accordion-group h3.accordion-heading.active .fa-plus-square:before {
  content: "-"; }

ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: white;
  background: #8E8E8E; }

ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
  background: #666; }

.about-us .about-title {
  font-size: 171%;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px; }
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold; }
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic; }
  .about-us .job-member:before, .about-us .job-member:after {
    content: "---";
    margin: 0 5px; }
.about-us .social-member {
  list-style: none; }
  .about-us .social-member .social-icon {
    display: inline-block;
    margin: 0 3px; }
    .about-us .social-member .social-icon a {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      border-radius: 50%; }
      .about-us .social-member .social-icon a span {
        display: none; }
      .about-us .social-member .social-icon a:hover {
        background-color: #F4A137 !important; }
    .about-us .social-member .social-icon.rss a {
      background-color: #f8bc2e; }
    .about-us .social-member .social-icon.facebook a {
      background-color: #39599f; }
    .about-us .social-member .social-icon.twitter a {
      background-color: #45b0e3; }
    .about-us .social-member .social-icon.google a {
      background-color: #1872bf; }
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px; }
.about-us .member-info {
  text-align: center;
  padding-top: 15px; }
.about-us .client-say-content {
  text-align: center; }
  .about-us .client-say-content .client-say-slider {
    padding-top: 15px; }
    .about-us .client-say-content .client-say-slider .owl2-dots {
      position: absolute;
      left: 0;
      top: -23px;
      width: 100%; }
      .about-us .client-say-content .client-say-slider .owl2-dots span {
        width: 16px;
        height: 16px;
        background-color: #d9d9d9;
        border: none;
        margin: 0 2px;
        opacity: 1;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
      .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
        display: inline-block; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot.active span {
          background-color: #929292; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot span:hover {
          background-color: #929292; }
.about-us .about-us-center {
  text-align: center; }
  .about-us .about-us-center .content-description {
    padding-top: 25px;
    clear: both;
    margin-bottom: 30px; }
.about-us .client-logo-content {
  border-bottom: 1px dashed #e7e7e7;
  border-top: 1px dashed #e7e7e7;
  padding-bottom: 10px;
  text-align: center; }
  .about-us .client-logo-content .about-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -19px; }
.about-us .owl2-controls .owl2-nav div {
  color: #fff;
  border_radius: 50%;
  position: absolute;
  top: 29%;
  overflow: visible;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 3px;
  background-color: #A6A6A8;
  border-radius: 50%;
  -webkit-border-radius: 50%; }
  .about-us .owl2-controls .owl2-nav div:hover {
    background-color: #F4A137; }
  .about-us .owl2-controls .owl2-nav div.owl2-next {
    right: -19px; }
  .about-us .owl2-controls .owl2-nav div.owl2-prev {
    left: -19px; }
  .about-us .owl2-controls .owl2-nav div:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #a6a6a7;
    line-height: 32px;
    top: 1px; }
  .about-us .owl2-controls .owl2-nav div:hover:before {
    background-color: #F4A137; }
.about-us .client-logo-slider {
  padding: 0 25px; }
  .about-us .client-logo-slider img {
    width: auto;
    display: inline-block; }
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto; }
  .about-us .about-image-slider .owl2-controls .owl2-nav div {
    top: 50%;
    margin-top: -15px;
    border: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div:before {
      border-radius: 0;
      -webkit-border-radius: 0;
      background-color: transparent;
      color: #c8c8c8; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
      right: 10px; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
      left: 10px; }
    .about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
      border-color: #F4A137; }
      .about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
        color: #fff; }
.about-us .skills-value {
  padding-top: 52px; }
  .about-us .skills-value .label-skill {
    font-weight: bold; }
.about-us .about-us-content .description-about {
  padding: 20px 0; }
.about-us .content-faq {
  position: relative;
  top: -15px; }
  .about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0; }
    .about-us .content-faq .panel .panel-title {
      font-size: 100%;
      font-weight: bold; }
      .about-us .content-faq .panel .panel-title a {
        display: block;
        padding: 15px 0 15px 25px;
        position: relative; }
        .about-us .content-faq .panel .panel-title a:after {
          transform: rotate(135deg);
          content: "";
          width: 4px;
          height: 4px;
          position: absolute;
          left: 6px;
          top: 50%;
          margin-top: 6px;
          background-color: #F4A137; }
        .about-us .content-faq .panel .panel-title a:before {
          background-color: #F4A137;
          content: "-";
          width: 16px;
          height: 16px;
          display: inline-block;
          position: absolute;
          left: 0px;
          top: 50%;
          margin-top: -8px;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          color: #fff;
          text-align: center;
          line-height: 16px; }
        .about-us .content-faq .panel .panel-title a.collapsed:after {
          background-color: #737373; }
        .about-us .content-faq .panel .panel-title a.collapsed:before {
          background-color: #737373;
          content: "?"; }
    .about-us .content-faq .panel .panel-body {
      padding: 0 0 13px; }
.about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }
.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome; }
.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome; }

.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px; }
.about-demo-1 .what-client-say {
  margin-bottom: 60px; }
.about-demo-1 .line-hori {
  text-align: center;
  position: relative;
  z-index: 3; }
  .about-demo-1 .line-hori > span {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px; }
  .about-demo-1 .line-hori:before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 3; }

.about-demo-2 .our-team {
  margin-bottom: 60px; }

.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px; }

.info-contact .name-store h3 {
  padding: 7px 0px;
  margin-top: 10px; }
.info-contact .icon {
  float: left;
  padding-right: 15px; }
  .info-contact .icon .fa {
    font-size: 20px; }
.info-contact .comment {
  line-height: 24px; }

.contact-form legend {
  border-bottom: 0; }

/*******************************************************************************
******                 SO Framework: Sass ProductList                     ******
********************************************************************************/
/*-----------Block Ratings----------------*/
.rating-box {
  margin: 5px  0; }
  .rating-box span.fa-stack {
    width: 14px;
    height: 14px;
    line-height: 14px; }
    .rating-box span.fa-stack .fa-star-o:before {
      color: #999; }
    .rating-box span.fa-stack .fa-star.fa-stack-1x {
      position: relative;
      z-index: 1; }
      .rating-box span.fa-stack .fa-star.fa-stack-1x:before {
        color: #ebdb2c; }

/*-----------Block Price----------------*/
.price {
  font-size: 18px; }
  .price .price-new {
    color: #e74c3c; }
  .price .price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 13px; }

.refine-search .thumbnail {
  margin: 0 0 10px; }
.refine-search a {
  color: #444; }
  .refine-search a:hover {
    color: #F4A137; }

h2.title-category {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 0 0 10px 0; }

.filters-panel {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #DDDDDD;
  margin-bottom: 15px;
  padding: 10px 0;
  margin-top: 30px; }
  .filters-panel .list-view {
    text-align: left;
    margin-top: 4px; }
    .filters-panel .list-view button.btn {
      border-radius: 0;
      padding: 3px 8px;
      color: #666; }
      .filters-panel .list-view button.btn.active {
        background: #F4A137;
        color: #fff;
        border-color: #F4A137;
        box-shadow: none; }
        .filters-panel .list-view button.btn.active:hover {
          background: #F4A137;
          color: #fff; }
      .filters-panel .list-view button.btn:hover {
        color: #F4A137;
        background: transparent;
        border-color: #F4A137; }
      .filters-panel .list-view button.btn:focus {
        border-radius: 0;
        border-color: #F4A137;
        outline: none; }
    .filters-panel .list-view .fa {
      font-size: 14px; }
  .filters-panel.product-filter-bottom {
    margin-top: 15px; }
  .filters-panel .box-pagination ul {
    margin: 4px 0 0 0;
    height: 27px; }

.filters-panel select {
  border-radius: 0; }

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
  padding: 0;
  width: 27px;
  height: 28px;
  line-height: 28px;
  text-align: center; }

.short-by-show .form-group {
  margin-right: 10px; }

.mfp-iframe-holder .mfp-close {
  right: 0;
  left: auto; }

.label-new, .label-sale {
  font-size: 12px;
  height: 30px;
  padding: 3px 10px;
  min-width: 56px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 23px;
  text-transform: uppercase; }

.label-sale {
  background: #e74c3c;
  top: 10px;
  left: 10px; }
  .label-sale:after {
    content: "";
    border-top: 9px solid #e74c3c;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 8px; }

.label-new {
  background: #00ABF0;
  top: 10px;
  right: 10px; }
  .label-new:after {
    content: "";
    border-top: 9px solid #00ABF0;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 8px; }

.label-percent {
  padding: 2px 5px;
  background: #F4A137;
  font-size: 13px;
  font-weight: normal; }

.products-list {
  /*----------------PRODUCT LIST GRID ------------------*/
  /*----------------PRODUCT LIST LIST ------------------*/ }
  .products-list .product-layout .left-block .quickview {
    cursor: pointer;
    display: block;
    text-align: center;
    background: none repeat scroll 0 0 white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #777676;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    left: 50%;
    margin: -21px 0 0 -53px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 107px;
    border-radius: 0; }
    .products-list .product-layout .left-block .quickview:hover {
      background: #F4A137;
      color: #fff;
      border-color: #F4A137; }
  .products-list .product-layout .left-block .product-image-container {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .products-list .product-layout .left-block .product-image-container.second_img .img_0 {
      position: absolute;
      z-index: 8;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      top: 100%;
      left: 0;
      opacity: 0; }
  .products-list .product-layout .left-block .countdown_box {
    width: 100%;
    position: absolute;
    top: 35%;
    transition: 0.3s all ease 0s;
    transform: scale(1);
    left: 0; }
    .products-list .product-layout .left-block .countdown_box .title {
      color: white;
      font-weight: bold;
      padding: 5px 0;
      text-align: center;
      font-size: 14px; }
    .products-list .product-layout .left-block .countdown_box .countdown_inner {
      float: left;
      width: 100%;
      background: #F4A137; }
      .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item {
        width: 25%;
        float: left;
        color: #fff;
        padding: 3px;
        text-align: center;
        border: 1px solid #f8c380;
        border-left: 0; }
        .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item:last-child {
          border-right: none; }
        .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item .num-time {
          font-weight: bold;
          font-size: 15px; }
  .products-list .product-layout .caption {
    overflow: hidden; }
    .products-list .product-layout .caption h4 {
      font-size: 15px;
      margin: 0 0 5px;
       }
    .products-list .product-layout .caption a {
      color: #444; }
      .products-list .product-layout .caption a:hover {
        color: #F4A137; }
  .products-list .product-layout .button-group {
    margin: 10px 0; }
    .products-list .product-layout .button-group .addToCart {
      position: relative;
      border: 1px solid #ddd;
      background: transparent;
      color: #444;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 7px 15px;
      display: inline-block; }
      .products-list .product-layout .button-group .addToCart i {
        margin-right: 5px; }
      .products-list .product-layout .button-group .addToCart:hover {
        background: #F4A137;
        color: #fff;
        border-color: #F4A137; }
        .products-list .product-layout .button-group .addToCart:hover:before {
          background-position: 0px 0px; }
    .products-list .product-layout .button-group .addToCart--notext {
      font-size: 16px;
      height: 38px;
      padding: 0 10px;
      vertical-align: top; }
      .products-list .product-layout .button-group .addToCart--notext span {
        display: none; }
    .products-list .product-layout .button-group .wishlist, .products-list .product-layout .button-group .compare {
      background: transparent;
      border-radius: 0;
      border: 1px solid #ddd;
      height: 38px;
      text-align: center;
      padding: 0 10px;
      vertical-align: top; }
      .products-list .product-layout .button-group .wishlist:hover, .products-list .product-layout .button-group .compare:hover {
        border-color: #F4A137;
        color: #F4A137; }
  .products-list.grid .product-layout .product-item-container {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #dddddd;
    overflow: hidden; }
    .products-list.grid .product-layout .product-item-container .left-block {
      position: relative;
      float: left;
      width: 100%; }
      .products-list.grid .product-layout .product-item-container .left-block .quickview {
        top: 0;
        opacity: 0; }
      .products-list.grid .product-layout .product-item-container .left-block .product-image-container {
        margin-bottom: 15px; }
    .products-list.grid .product-layout .product-item-container .right-block {
      clear: both; }
    .products-list.grid .product-layout .product-item-container:hover {
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2); }
      .products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
        top: 46%;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #F4A137;
        color: #fff;
        border-color: #F4A137; }
        .products-list.grid .product-layout .product-item-container:hover .left-block .quickview:hover {
          background: #444;
          border-color: #444; }
      .products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box {
        transform: scale(0); }
      .products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
        top: 0;
        opacity: 1;
        z-index: 0; }
      .products-list.grid .product-layout .product-item-container:hover .right-block .caption h4 a {
        color: #F4A137; }
  .products-list.list .product-layout {
    width: 100%; }
  .products-list.list .product-layout .product-item-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    overflow: hidden; }
    .products-list.list .product-layout .product-item-container .left-block {
      border: 1px solid #ddd; }
      .products-list.list .product-layout .product-item-container .left-block .quickview {
        top: 0;
        opacity: 0; }
      .products-list.list .product-layout .product-item-container .left-block .product-image-container {
        padding: 15px 0; }
    .products-list.list .product-layout .product-item-container .right-block .caption {
      padding: 0 10px; }
    .products-list.list .product-layout .product-item-container .right-block .description {
      padding: 0;
      margin-top: 15px; }
    .products-list.list .product-layout .product-item-container .right-block .button-group {
      padding: 0 10px; }
    .products-list.list .product-layout .product-item-container:hover .left-block {
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); }
      .products-list.list .product-layout .product-item-container:hover .left-block .quickview {
        top: 46%;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #F4A137;
        color: #fff;
        border-color: #F4A137; }
        .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
          background: #444;
          border-color: #444; }
      .products-list.list .product-layout .product-item-container:hover .left-block .countdown_box {
        transform: scale(0); }
      .products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
        top: 0;
        opacity: 1;
        z-index: 0; }
    .products-list.list .product-layout .product-item-container:hover .right-block .caption h4 a {
      color: #F4A137; }

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 190px; }

.left-content-product {
  margin-bottom: 30px; }
  .left-content-product .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6; }
    .left-content-product .content-product-left .large-image img {
      background: #fff; }
    .left-content-product .content-product-left .large-image .label-sale {
      left: 25px; }
  .left-content-product .content-product-left .thumb-video {
    margin-top: -50px;
    bottom: 40px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 40px;
    z-index: 540; }
  .left-content-product .content-product-left .full_slider, .left-content-product .content-product-left .not_full_slider {
    margin-top: 10px; }
    .left-content-product .content-product-left .full_slider .thumbnail, .left-content-product .content-product-left .not_full_slider .thumbnail {
      border-radius: 0;
      margin-bottom: 0; }
      .left-content-product .content-product-left .full_slider .thumbnail:hover, .left-content-product .content-product-left .not_full_slider .thumbnail:hover {
        border-color: #F4A137; }
      .left-content-product .content-product-left .full_slider .thumbnail.active, .left-content-product .content-product-left .not_full_slider .thumbnail.active {
        border-color: #F4A137; }
    .left-content-product .content-product-left .full_slider .owl2-nav div, .left-content-product .content-product-left .not_full_slider .owl2-nav div {
      width: 27px;
      height: 27px;
      border: 1px solid #dfdfdf;
      border-radius: 0;
      font-size: 0;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      top: 50%;
      margin-top: -12px;
      position: absolute; }
      .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
        background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
        background-position: -36px 0px;
        left: -14px;
        float: left;
        background-color: #fff; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
          border-color: #F4A137;
          background-color: #F4A137;
          background-position: 0px 0px;
          opacity: 1; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
          display: none; }
      .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next {
        background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
        background-position: -71px 0px;
        right: -14px;
        float: right;
        background-color: #fff; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
          border-color: #F4A137;
          background-color: #F4A137;
          background-position: -107px 0px;
          opacity: 1; }
        .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
          display: none; }
  .left-content-product .content-product-right .title-product h1 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: bold; }
  .left-content-product .content-product-right .box-review .ratings {
    display: inline-block;
    margin-right: 20px; }
  .left-content-product .content-product-right .box-review a {
    color: #444; }
    .left-content-product .content-product-right .box-review a:hover {
      color: #F4A137; }
  .left-content-product .content-product-right .product-box-desc {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px; }
    .left-content-product .content-product-right .product-box-desc .inner-box-desc {
      position: relative; }
      .left-content-product .content-product-right .product-box-desc .inner-box-desc:before {
        content: "";
        width: 4px;
        background: #F4A137;
        height: 100%;
        position: absolute;
        left: -20px;
        top: 0; }
    .left-content-product .content-product-right .product-box-desc span {
      font-weight: bold; }
    .left-content-product .content-product-right .product-box-desc .brand a {
      color: #666; }
      .left-content-product .content-product-right .product-box-desc .brand a:hover {
        color: #F4A137; }
  .left-content-product .content-product-right .product-label {
    overflow: hidden; }
    .left-content-product .content-product-right .product-label .price {
      font-size: 24px;
      font-weight: 600; }
      @media (min-width: 1200px) {
        .left-content-product .content-product-right .product-label .price {
          float: left; } }
    @media (min-width: 1200px) {
      .left-content-product .content-product-right .product-label .stock {
        float: right; } }
    .left-content-product .content-product-right .product-label .stock .status-stock {
      color: #00abf0; }
      .left-content-product .content-product-right .product-label .stock .status-stock:before {
        content: "\f046";
        font-family: FontAwesome;
        display: inline-block;
        color: #00abf0;
        margin-right: 5px;
        margin-left: 10px; }
  .left-content-product .content-product-right #product {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .left-content-product .content-product-right #product h3 {
      margin-top: 0; }
    .left-content-product .content-product-right #product .image_option_type label.control-label {
      margin-right: 10px;
      margin-top: 3px; }
    .left-content-product .content-product-right #product .product-options .img-thumbnail {
      width: 22px;
      height: 22px;
      border-radius: 0;
      padding: 1px; }
    .left-content-product .content-product-right #product .box-checkbox label {
      width: 100%; }
    .left-content-product .content-product-right #product .box-date {
      padding-left: 0; }
      .left-content-product .content-product-right #product .box-date label {
        margin-right: 10px;
        width: 80px; }
      .left-content-product .content-product-right #product .box-date input {
        width: 200px; }
      .left-content-product .content-product-right #product .box-date input, .left-content-product .content-product-right #product .box-date button {
        border-radius: 0;
        position: relative;
        z-index: 0;
        margin-left: 0; }
      .left-content-product .content-product-right #product .box-date .input-group-btn {
        float: left; }
      .left-content-product .content-product-right #product .box-date button:hover {
        background: #F4A137;
        color: #fff; }
  .left-content-product .content-product-right .box-info-product {
    float: left;
    width: 100%; }
    .left-content-product .content-product-right .box-info-product .quantity .quantity-control {
      float: left;
      margin: 0;
      background: #eee;
      padding: 4px 10px;
      position: relative; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
        float: left;
        font-weight: normal;
        margin-top: 8px;
        padding-right: 5px; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
        float: left;
        height: 33px;
        line-height: 31px;
        margin: 0;
        margin-right: 17px;
        padding: 0 10px;
        width: 35px;
        border: 1px solid #bdc2c9;
        border-radius: 0;
        z-index: 0; }
      .left-content-product .content-product-right .box-info-product .quantity .quantity-control span {
        border: 0 none;
        color: white;
        float: left;
        font-size: 10px;
        font-weight: normal;
        margin-left: 5px;
        border-radius: 0;
        cursor: pointer;
        line-height: 16px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
          background: none repeat scroll 0 0 #444444;
          padding: 0 4px;
          position: absolute;
          right: 14px;
          top: 4px;
          height: 16.5px;
          width: 14px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
          background: none repeat scroll 0 0 #444444;
          font-size: 13px;
          padding: 0 4px;
          position: absolute;
          right: 14px;
          top: 21px;
          width: 14px;
          height: 15.5px;
          line-height: 15px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
          background: #F4A137 !important; }
    .left-content-product .content-product-right .box-info-product .cart {
      float: left;
      margin-right: 10px; }
      .left-content-product .content-product-right .box-info-product .cart a {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
        .left-content-product .content-product-right .box-info-product .cart a i {
          margin-right: 5px; }
      .left-content-product .content-product-right .box-info-product .cart input {
        background: #F4A137;
        border-radius: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        padding: 12px 16px; }
        .left-content-product .content-product-right .box-info-product .cart input:hover {
          background: #444; }
    .left-content-product .content-product-right .box-info-product .add-to-links ul li a {
      display: inline-block;
      padding: 10px 15px;
      font-size: 14px;
      color: #666;
      border: 1px solid #e6e6e6;
      cursor: pointer; }
      .left-content-product .content-product-right .box-info-product .add-to-links ul li a.text {
        display: none; }
      .left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
        border-color: #F4A137;
        color: #F4A137; }

.thumb-vertical-outer {
  width: 100px;
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 50px 0; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #e6e6e6; }
  .thumb-vertical-outer .btn-more {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    font-size: 36px;
    cursor: pointer;
    margin-left: -20px;
    left: 50%;
    color: #444; }
    .thumb-vertical-outer .btn-more:hover {
      color: #F4A137; }
    .thumb-vertical-outer .btn-more.prev-thumb {
      top: 0; }
    .thumb-vertical-outer .btn-more.next-thumb {
      bottom: 0; }
  .thumb-vertical-outer .prev {
    margin-bottom: 5px; }
  .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer; }
    .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
      visibility: hidden; }
    .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
      font-size: 16px;
      display: block;
      text-align: center; }
  .thumb-vertical-outer ul.thumb-vertical {
    padding: 0;
    margin: 0;
    list-style: none; }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px; }
    .thumb-vertical-outer ul li .thumbnail {
      border-radius: 0;
      padding: 0;
      margin: 0; }
      .thumb-vertical-outer ul li .thumbnail img {
        padding: 0px;
        transition: all 0.3s ease;
        position: relative; }
      .thumb-vertical-outer ul li .thumbnail:hover {
        border-color: #F4A137; }
      .thumb-vertical-outer ul li .thumbnail.active {
        border-color: #F4A137; }

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  margin-bottom: 35px;
  padding: 0;
  z-index: 1; }
  .producttab .tabsslider .nav-tabs li {
    margin-bottom: 0; }
    .producttab .tabsslider .nav-tabs li a {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 0px;
      margin: 0px;
      border: 1px solid #ddd;
      border-bottom: 0;
      margin-right: -1px;
      padding: 10px 30px;
      position: relative;
      background: #fff;
      color: #666; }
    .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
      border-top-color: #F4A137; }
      .producttab .tabsslider .nav-tabs li.active a:before, .producttab .tabsslider .nav-tabs li:hover a:before {
        content: "";
        width: 100%;
        height: 3px;
        background: #F4A137;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 9; }
    .producttab .tabsslider .nav-tabs li.active a:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      left: 0;
      position: absolute;
      bottom: -1px;
      z-index: 9; }
  .producttab .tabsslider .tab-content {
    padding: 20px;
    display: block;
    margin: 0;
    border: solid 1px #e3e1e1;
    margin-top: -1px; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0; }
    .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
      border-bottom: 1px solid #ddd;
      clear: both;
      position: relative;
      width: 100%;
      display: block; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #666; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
          background: transparent; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
        content: "";
        width: 5px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 999; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
        border-left-color: #F4A137; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
          color: #F4A137; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
            display: none; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
          background-color: #F4A137; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
        border-left-color: #F4A137; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
          background-color: #F4A137; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
          background: transparent;
          color: #F4A137; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before, .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
            display: none; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
        border-top: 0; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 180px; }

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #F4A137; }
  #product-accordion .panel {
    padding: 10px 20px 0 20px;
    border-bottom: 0;
    box-shadow: none; }
    #product-accordion .panel .panel-heading {
      border-bottom: 1px dotted #ddd;
      padding: 0 0 10px 0; }
      #product-accordion .panel .panel-heading a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #666;
        width: 100%;
        display: inline-block;
        position: relative; }
        #product-accordion .panel .panel-heading a.title-head.collapsed {
          color: #666; }
          #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
            content: "\f0d8"; }
        #product-accordion .panel .panel-heading a.title-head {
          color: #F4A137; }
          #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
            content: "\f0d7"; }
        #product-accordion .panel .panel-heading a span.arrow-up {
          display: block;
          position: absolute;
          right: 0;
          top: -2px;
          cursor: pointer;
          z-index: 10;
          font-size: 0;
          text-align: center; }
          #product-accordion .panel .panel-heading a span.arrow-up:before {
            content: "\f0d8";
            font-family: "FontAwesome";
            display: block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; }
      #product-accordion .panel .panel-heading:hover {
        border-bottom-color: #F4A137; }
        #product-accordion .panel .panel-heading:hover a {
          color: #F4A137; }
    #product-accordion .panel:first-child .panel-heading {
      padding-top: 10px; }
    #product-accordion .panel:last-child .panel-heading {
      border-bottom: 0; }
  #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px dotted #F4A137;
    margin-top: -1px;
    padding: 0; }

.related {
  clear: both; }
  .related .releate-products .owl2-nav {
    position: absolute;
    top: -45px;
    width: 60px;
    right: -5px; }
    .related .releate-products .owl2-nav div {
      width: 20px;
      height: 27px;
      border: 1px solid #dfdfdf;
      margin: 0 5px;
      font-size: 0;
      float: left;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      position: relative;
      background-color: #fff; }
      .related .releate-products .owl2-nav div.owl2-prev {
        background: url(../image/theme/icons/next-prev-detail.png) no-repeat;
        background-position: -41px 0px; }
        .related .releate-products .owl2-nav div.owl2-prev:hover {
          border-color: #F4A137;
          background-color: #F4A137;
          background-position: -4px 0px;
          opacity: 1; }
        .related .releate-products .owl2-nav div.owl2-prev.disabled {
          display: none; }
      .related .releate-products .owl2-nav div.owl2-next {
        background: url(../image/theme/icons/next-prev-detail.png) no-repeat;
        background-position: -76px 0px; }
        .related .releate-products .owl2-nav div.owl2-next:hover {
          border-color: #F4A137;
          background-color: #F4A137;
          background-position: -112px 0px;
          opacity: 1; }
        .related .releate-products .owl2-nav div.owl2-next.disabled {
          display: none; }
  .related .owl-dots {
    display: none; }

.zoomContainer {
  z-index: 90; }

.image_option_type .selected-option {
  padding-left: 0;
  display: inline;
  text-transform: capitalize; }

.image_option_type .radio input[type=radio].image_radio {
  display: none; }

.image_option_type .radio {
  padding-left: 0;
  display: inline; }

.product-description .product-options img.icon-color {
  width: 20px;
  padding: 0; }

.product-options label {
  padding: 0;
  color: #666; }
.product-options .label {
  font-weight: normal;
  font-size: 11px; }
.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
.product-options .active .fa {
  display: block; }
.product-options .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center; }

.slider-products .content-aside {
  width: 100%;
  padding: 0; }
.slider-products .four-block {
  padding: 0; }
.slider-products .policy-detail {
  box-shadow: none; }
  .slider-products .policy-detail .banner-policy {
    padding: 0; }
    .slider-products .policy-detail .banner-policy .policy {
      float: none;
      width: 100%;
      font-size: 12px;
      border: none;
      border-bottom: 1px solid white;
      padding: 25px 10px; }

.banner-policy {
  background-color: #eee;
  text-transform: uppercase; }
  .banner-policy .policy {
    border-bottom: 1px solid #fff;
    line-height: 19px;
    padding: 20px 10px; }
    .banner-policy .policy a {
      color: #666; }
      .banner-policy .policy a span {
        margin-right: 10px; }
      .banner-policy .policy a:hover {
        color: #F4A137; }
    .banner-policy .policy.policy1 a span {
      background: url("../image/theme/icons/policy_1.png") no-repeat;
      background-position: center 0;
      width: 48px;
      height: 36px;
      font-size: 0;
      float: left; }
    .banner-policy .policy.policy2 a span {
      background: url("../image/theme/icons/ico-freeship.png") no-repeat;
      background-position: center 0;
      width: 53px;
      height: 35px;
      font-size: 0;
      float: left; }
    .banner-policy .policy.policy3 a span {
      background: url("../image/theme/icons/ico-celander.png") no-repeat;
      background-position: center 0;
      width: 34px;
      height: 34px;
      font-size: 0;
      float: left; }
    .banner-policy .policy.policy4 a span {
      background: url("../image/theme/icons/ico-umbrella.png") no-repeat;
      background-position: center 0;
      width: 34px;
      height: 34px;
      font-size: 0;
      float: left; }

.slider-products .banner-policy .policy.policy1 a span, .slider-products .banner-policy .policy.policy2 a span, .slider-products .banner-policy .policy.policy3 a span, .slider-products .banner-policy .policy.policy4 a span {
  width: 53px; }

/**************************************************************
	Style  Header 1
**************************************************************/
.type_1 .header-top-right ul.top-link > li.account {
  background: #F4A137;
  border-left: 1px solid #F4A137; }
.type_1 .header-top-right ul.top-link > li:hover {
  background: #F4A137; }
.type_1 #sosearchpro .button-search:hover {
  background: #F4A137;
  border-color: #F4A137; }

/**************************************************************
	Style  Header 2 
**************************************************************/
.type_2 .header-top-right ul.top-link > li:hover {
  background: #F4A137; }
.type_2 .horizontal ul.megamenu > li.active > a,
.type_2 .horizontal ul.megamenu > li.home > a,
.type_2 .horizontal ul.megamenu > li:hover > a {
  background: #F4A137;
  color: #fff; }
.type_2 #sosearchpro .button-search {
  background: #F4A137; }

/**************************************************************
	Style  Header  3
**************************************************************/
.type_3 .header-top-right ul.top-link > li:hover {
  background: #F4A137; }
.type_3 .horizontal ul.megamenu > li.active > a,
.type_3 .horizontal ul.megamenu > li.home > a,
.type_3 .horizontal ul.megamenu > li:hover > a {
  background: #F4A137;
  color: #fff; }
.type_3 #sosearchpro .button-search i {
  font-size: 18px;
  color: #F4A137; }
.type_3 #sosearchpro .button-search:hover {
  background: #F4A137; }
  .type_3 #sosearchpro .button-search:hover i {
    color: #fff; }

/**************************************************************
	Style  Header  4
**************************************************************/
.type_4 .header-top-right ul.top-link > li:hover {
  background: #F4A137; }
.type_4 .horizontal ul.megamenu > li.active > a,
.type_4 .horizontal ul.megamenu > li.home > a,
.type_4 .horizontal ul.megamenu > li:hover > a {
  background: #F4A137;
  color: #fff; }
.type_4 .wishlist-block a:hover {
  background: #F4A137;
  color: #fff; }
.type_4 #sosearchpro .button-search {
  background: #F4A137; }
.type_4 .shopping_cart a.top_cart {
  background: #F4A137; }
  .type_4 .shopping_cart a.top_cart:hover {
    background: #eb8a0d; }

/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/**************************************************************
	Style  Footer 1
**************************************************************/
.type_footer1 a {
  color: #444; }
  .type_footer1 a:hover {
    color: #F4A137; }
.type_footer1 .footer-top ul.menu li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .type_footer1 .footer-top ul.menu li > a:hover {
    margin-left: 5px; }
.type_footer1 .contact-address li:hover span {
  background-color: #F4A137; }
.type_footer1 .collapsed-block.footer-links .footer-directory-title {
  padding: 10px 0; }
.type_footer1 .collapsed-block.footer-links ul li a:hover {
  color: #F4A137; }
.type_footer1 .footer-directory-title {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 11px;
  /* [8] */
  font-size: 1.1rem;
  /* [8] */ }
  .type_footer1 .footer-directory-title .label-link {
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 11px;
    /* [8] */
    font-size: 1.1rem;
    /* [8] */ }

/**************************************************************
	Style  Footer 2 
**************************************************************/
.type_footer2 a {
  color: #444; }
  .type_footer2 a:hover {
    color: #F4A137; }
.type_footer2 .footer-top ul.menu li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .type_footer2 .footer-top ul.menu li > a:hover:before {
    width: 8px;
    background: #F4A137; }
.type_footer2 .contact-address li:hover span {
  background-color: #F4A137; }

/**************************************************************
	Style  Footer 3
**************************************************************/
.type_footer3 a {
  color: #bcbdc7;
  text-decoration: none; }
  .type_footer3 a:hover {
    color: #fff; }
.type_footer3 .footer-top ul.menu li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .type_footer3 .footer-top ul.menu li > a:hover:before {
    width: 8px;
    background: #F4A137; }
.type_footer3 .contact-address li:hover span {
  background-color: #F4A137; }

/**************************************************************
	Style  Footer 4
**************************************************************/
.type_footer4 a {
  color: #c9c9c9;
  text-decoration: none; }
  .type_footer4 a:hover {
    color: #fff; }
.type_footer4 .footer-center ul.menu li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .type_footer4 .footer-center ul.menu li > a:hover:before {
    width: 8px;
    background: #F4A137; }
.type_footer4 .contact-address li:hover span {
  background-color: #F4A137; }

/**************************************************************
	Style  Footer 5
**************************************************************/
.type_footer5 a {
  color: #c9c9c9;
  text-decoration: none; }
  .type_footer5 a:hover {
    color: #fff; }
.type_footer5 .footer-center ul.menu li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .type_footer5 .footer-center ul.menu li > a:hover:before {
    width: 8px;
    background: #F4A137; }
.type_footer5 .contact-address li:hover span {
  background-color: #F4A137; }



@media (min-width: 1200px) {
  .layout-boxed {
    width: 1230px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

  /*.main-container {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #ddd; } }*/
#content {
  margin: 0; }

#content-top {
  margin-bottom: 32px; }

.so-spotlight2 {
  padding: 55px 0; }
  .so-spotlight2 .module {
    margin: 0; }

.module h3.modtitle {
  color: #333333; }

#so-slideshow .slideshow {
  direction: ltr; }
  #so-slideshow .slideshow .owl2-controls .owl2-nav div {
    position: absolute;
    top: 44.5%;
    outline: 0;
    width: 30px;
    height: 50px;
    font-size: 0;
    z-index: 9;
    transition: all 0.3s ease; }
    #so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev {
      left: 0px;
      background: url("../image/theme//icons/arrow-slider-left.png") no-repeat; }
      #so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev:hover {
        background-position: 0 -59px; }
    #so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next {
      right: 0px;
      background: url("../image/theme//icons/arrow-slider-right.png") no-repeat; }
      #so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next:hover {
        background-position: 0 -59px; }

/**************************************************************
		HTML Content
**************************************************************/
.list-info-bottom {
  border-right: 1px solid #ccc; }
  .list-info-bottom li {
    margin-bottom: 15px; }
  .list-info-bottom a {
    color: #222222;
    text-decoration: none; }
    .list-info-bottom a:hover {
      color: #F4A137; }

.eg-vcenter-td-1 {
  padding: 0;
  margin-bottom: 20px;
  display: table; }
  .eg-vcenter-td-1 > li {
    display: table-cell;
    vertical-align: middle; }

.subscribe-home input.form-control {
  min-height: 40px;
  border-radius: 40px;
  padding: 6px 20px; }
.subscribe-home .btn {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #F4A137;
  border-color: #F4A137;
  min-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 20px;
  font-size: 12px; }
  .subscribe-home .btn:hover {
    background: #F4A137;
    border-color: #F4A137;
    color: #fff; }
  .subscribe-home .btn:hover {
    background: #555555;
    border-color: #555555; }

/*----------------EXTRA SLIDER -----------------------*/
div.extraslider-home5 {
  direction: ltr; }
  div.extraslider-home5 h3.modtitle {
    margin-bottom: 20px; }
  div.extraslider-home5 .so-extraslider {
    margin: 0;
    vertical-align: top;
    direction: ltr; }
    div.extraslider-home5 .so-extraslider .owl2-controls {
      width: 100%;
      position: absolute;
      /*top: -20px;*/
      top: 200px;

    }
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-prev,
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-next {
        width: 20px;
        height: 27px;
        border: 1px solid #ddd;
        background-image: url("../image/theme/icons/ico-slider.png");
        background-repeat: no-repeat;
        background-color: #17629E;
        display: inline-block;
        text-indent: -999em;
        position: absolute;
        transition: all 0.2s ease-in-out 0s;
        top: calc(50% - 13px); }
        div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover,
        div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
          background-color: #F4A137;
          background-position: 0px 0;
          border-color: #F4A137; }
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
        background-position: 0px 0; }
        div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover {
          background-position: 0px 0; }
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-next {
        background-position: -90px 0; }
        div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
          background-position: -90px 0; }
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
        /*right: 25px;*/
        right: 250px;
        left: auto; }
      div.extraslider-home5 .so-extraslider .owl2-controls .owl2-nav .owl2-next {
        /*right: 0px;*/
        right: -12px;
      }

div.product-style__5.grid .owl2-stage-outer {
  margin: -20px -10px;
  padding: 0 10px; }
div.product-style__5.grid .product-layout {
  margin: 0;
  text-align: center; }
  div.product-style__5.grid .product-layout .product-item-container {
    margin: 10px 0;
    border: none;
    padding: 10px; }
    div.product-style__5.grid .product-layout .product-item-container:hover {
      box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.3) !important; }
      div.product-style__5.grid .product-layout .product-item-container:hover .left-block .quickview {
        background: #555555; }
        div.product-style__5.grid .product-layout .product-item-container:hover .left-block .quickview:hover {
          background: #F4A137; }
      div.product-style__5.grid .product-layout .product-item-container:hover .addToCart {
        background: #F4A137;
        color: white;
        border-color: #F4A137; }
        div.product-style__5.grid .product-layout .product-item-container:hover .addToCart .button-group__text {
          width: 90px;
          text-indent: 0; }
  div.product-style__5.grid .product-layout .caption h4 {
    overflow: hidden;
    text-overflow: ellipsis; }
    div.product-style__5.grid .product-layout .caption h4 a {
      color: #555555;
       }
  div.product-style__5.grid .product-layout .price .price-new {
    font-weight: 600; }
  div.product-style__5.grid .product-layout .button-group button {
    padding: 5px 10px;
    height: auto;
    color: #999; }
  div.product-style__5.grid .product-layout .button-group .fa {
    float: left;
    font-size: 15px;
    margin: 3px 0 0; }
  div.product-style__5.grid .product-layout .button-group .button-group__text {
    width: 0;
    overflow: hidden;
    float: left;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9em; }

/*----------------LISTING TABS -----------------------*/
div.tab-slider {
  margin: 0;
  position: relative;
  z-index: 1; }
  div.tab-slider .so-listing-tabs {
    margin: 0;
    vertical-align: top;
    overflow: visible; }
    div.tab-slider .so-listing-tabs .ltabs-wrap, div.tab-slider .so-listing-tabs .ltabs-items-container .ltabs-items-inner, div.tab-slider .so-listing-tabs .ltabs-wrap .ltabs-items-container,
    div.tab-slider .so-listing-tabs .ltabs-items-container .ltabs-items {
      overflow: visible; }
    div.tab-slider .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
      margin: 0 0 5px 0;
      overflow: visible; }
    div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
      border-bottom: 1px solid #ddd; }
      div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.tabs-wrap__Line:after {
        content: "";
        height: 1px;
        width: 120px;
        background: #F4A137;
        display: block;
        margin-bottom: -1px; }
      @media (min-width: 768px) {
        div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
          list-style-type: none;
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0; }
          div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
            content: "";
            display: table;
            clear: both; }
          div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs > li {
            float: left; }
          div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs > li + li:before {
            content: "|";
            display: inline-block;
            margin-left: 0.5em;
            margin-right: 0.5em; }
          div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
            border: 0;
            margin: 0;
            padding: 5px 0;
            float: left; }
            div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
              font-weight: 600;
              font-size: 16px;
              color: #999; }
            div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
              background: transparent;
              border-bottom: 0; }
              div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
                color: #333333; }
            div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel {
              background: transparent; }
              div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel span {
                color: #333333; } }
    div.tab-slider .so-listing-tabs .owl2-controls {
      width: 100%;
      position: absolute;
      top: -15px; }
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev,
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
        width: 20px;
        height: 27px;
        border: 1px solid #ddd;
        background-image: url("../image/theme/icons/ico-slider.png");
        background-repeat: no-repeat;
        background-color: #fff;
        display: inline-block;
        text-indent: -999em;
        position: absolute;
        transition: all 0.2s ease-in-out 0s;
        top: calc(50% - 13px); }
        div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover,
        div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
          background-color: #F4A137;
          background-position: 0px 0;
          border-color: #F4A137; }
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
        background-position: -31px 0; }
        div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover {
          background-position: 0px 0; }
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
        background-position: -60px 0; }
        div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
          background-position: -90px 0; }
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
        right: 25px;
        left: auto; }
      div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
        right: 0px; }
  div.tab-slider .ltabs-items-container .ltabs-items {
    direction: ltr; }
    div.tab-slider .ltabs-items-container .ltabs-items .ltabs-slider .product-layout {
      margin-bottom: 0; }

.alert-jpn {
	border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 5px;
}

.alert-jpn > [data-notify="dismiss"] {
	/*top: 0px !important;
	right: 4px !important;*/
	opacity: 0.6;
}

.alert-jpn > [data-notify="icon"] {
	float: left;
	margin-right:15px;
	width:68px;
	border: 1px solid #DDD; 
}

.alert-jpn > [data-notify="title"] {
	display: block;
	font-size: 12px;
	line-height:17px;
	padding-top:5px;
}

.alert-jpn > [data-notify="message"] {
	display: block;
	overflow:hidden;
	padding-right:15px;
}

.alert-jpn > .progress {
	height: 3px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.alert-jpn.alert-custom {
	background: #f1f2f0;
	border-color: #DDD;
	color: #666;
	
}

@media (min-width: 1600px) {
	.alert-jpn.alert-custom {
		width:260px; 
	}
}
/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle
   
==============================================*/
.no-margin {
  margin: 0 !important; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*******************************************************
  Style Color
********************************************************/
/**************************************************************
	  Footer Wrapper
**************************************************************/
.footer-container {
  background-color: #dddddd;
  padding: 34px 0 0; }

.footer-top .footer-lines {
  color: #E4E4E4;
  margin-top: 0; }
  .footer-top .footer-lines:before {
    content: "";
    display: block;
    border-top: 1px solid #ccc; }
.footer-top .module h3.modtitle {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  /* [8] */
  font-size: 1.4rem;
  /* [8] */ }
.footer-top .module ul.menu li > a:before {
  content: "\f101";
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block; }

.contact-address li {
  color: #444444;
  padding: 0 0 5px 41px;
  position: relative;
  z-index: 1;
  line-height: 18px;
  min-height: 40px; }
.contact-address span {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 18px;
  /* [8] */
  font-size: 1.8rem;
  /* [8] */
  left: 0px;
  position: absolute;
  background-color: #969696;
  top: 4px;
  color: white;
  border-radius: 2px;
  width: 30px;
  line-height: 30px;
  text-align: center; }
.contact-address > li:nth-child(2) {
  padding-top: 7px; }
  .contact-address > li:nth-child(2) span {
    margin-top: -1px; }
.contact-address > li:last-child {
  padding-top: 8px; }
  .contact-address > li:last-child span {
    margin-top: 7px; }

.footer-bottom-block {
  background: #c1c1c1;
  color: #817979;
  padding: 8px 0; }
  .footer-bottom-block .payment-footer img {
    margin: 0 3px; }

ul.footer-directory {
  list-style: outside none none;
  padding: 0;
  margin: 0; }
  ul.footer-directory li {
    padding-bottom: 2px; }
    ul.footer-directory li h4 {
      color: #333333;
      display: inline-block;
      font-weight: bold;
      line-height: 22px;
      text-transform: uppercase;
      /* [4] */
      /* [6] */
      /* [6] */
      /* [7] */
      font-size: 11px;
      /* [8] */
      font-size: 1.1rem;
      /* [8] */
      margin: 0 5px 0 0; }

/*# sourceMappingURL=footer1.css.map */

/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle
   
==============================================*/
.no-margin {
  margin: 0 !important; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*******************************************************
  Style Color
********************************************************/
/**************************************************************
	  BLOCK HEADER 
**************************************************************/
.type_1 .header-top-right {
  display: inline-block; }
  .type_1 .header-top-right ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top; }
    .type_1 .header-top-right ul.top-link > li {
      display: inline-block;
      position: relative;
      border-right: 1px solid #ddd;
      float: left;
      list-style: outside none none;
      height: 34px;
      line-height: 34px; }
      .type_1 .header-top-right ul.top-link > li > a {
        display: block;
        line-height: 15px;
        padding: 0 10px;
        position: relative;
        height: 34px;
        line-height: 34px;
        width: 12px;
        font-size: 0; }
        .type_1 .header-top-right ul.top-link > li > a:before {
          background-image: url("../image/theme/icons/ico-quicklink.png");
          background-repeat: no-repeat;
          content: "";
          height: 16px;
          left: 0;
          position: absolute;
          top: 10px;
          width: 18px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
      .type_1 .header-top-right ul.top-link > li.account > a {
        color: #fff;
        padding-left: 20px;
        padding-right: 0px;
        text-indent: inherit;
        width: auto;
        /* [4] */
        /* [6] */
        /* [6] */
        /* [7] */
        font-size: 12px;
        /* [8] */
        font-size: 1.2rem;
        /* [8] */
        line-height: 30px; }
        .type_1 .header-top-right ul.top-link > li.account > a .fa-angle-down {
          margin-left: 5px; }
      .type_1 .header-top-right ul.top-link > li.account.inactive {
        border-color: #ddd;
        background-color: transparent; }
        .type_1 .header-top-right ul.top-link > li.account.inactive a {
          display: block;
          padding: 0 10px;
          position: relative;
          height: 34px;
          line-height: 34px;
          width: 17px;
          /* [4] */
          /* [5] */
          font-size: 0px;
          /* [8] */
          font-size: 0px;
          /* [8] */ }
          .type_1 .header-top-right ul.top-link > li.account.inactive a:before {
            background-image: url("../image/theme//icons/ico-quicklink.png");
            background-repeat: no-repeat;
            content: "";
            height: 16px;
            left: 0;
            position: absolute;
            top: 10px;
            width: 18px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            background-position: center -26px; }
        .type_1 .header-top-right ul.top-link > li.account.inactive .fa-angle-down {
          display: none; }
      .type_1 .header-top-right ul.top-link > li:hover a {
        width: auto;
        /* [4] */
        /* [6] */
        /* [6] */
        /* [7] */
        font-size: 12px;
        /* [8] */
        font-size: 1.2rem;
        /* [8] */
        padding-left: 20px; }
      .type_1 .header-top-right ul.top-link > li.wishlist a:before {
        background-position: center -79px; }
      .type_1 .header-top-right ul.top-link > li.checkout a:before {
        background-position: center -139px; }
      .type_1 .header-top-right ul.top-link > li.login a:before {
        background-position: center -196px; }
      .type_1 .header-top-right ul.top-link > li:hover > a {
        color: #fff; }
      .type_1 .header-top-right ul.top-link > li:hover.wishlist a:before {
        background-position: center -53px; }
      .type_1 .header-top-right ul.top-link > li:hover.checkout a:before {
        background-position: center -109px; }
      .type_1 .header-top-right ul.top-link > li:hover.login a:before {
        background-position: center -168px; }
      .type_1 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
        top: 34px;
        z-index: 9999;
        opacity: 1;
        border-top: 1px solid rgba(200, 199, 199, 0.3); }
.type_1 .header-bottom-right {
  padding: 0;
}
.type_1 #sosearchpro {
  margin-top: 14px; }
  .type_1 #sosearchpro .select_category {
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background: #eee;
    display: table-cell;
    width: 160px;
    position: relative;
    z-index: 1; }
    .type_1 #sosearchpro .select_category select {
      border: none;
      background-color: transparent;
      padding: 5px 10px;
      cursor: pointer; }
  .type_1 #sosearchpro .form-control {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    min-height: 36px; }
  .type_1 #sosearchpro .button-search {
    border-radius: 0;
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555; }
    .type_1 #sosearchpro .button-search:hover {
      background: #ec6601;
      border-color: #ec6601;
      color: #fff; }

.so-onepagecheckout {
  background: #f5f5f5;
  padding: 20px 20px 0 20px;
  overflow: hidden; }
  .so-onepagecheckout .col-left {
    padding: 0; }
  .so-onepagecheckout .col-right {
    padding-right: 0; }
  .so-onepagecheckout .panel {
    border-radius: 0;
    padding: 10px;
    display: inline-block;
    width: 100%; }
  .so-onepagecheckout .panel-default .panel-heading {
    background: #5f6874;
    color: white;
    border-radius: 0; }
  .so-onepagecheckout .no-padding {
    padding: 0; }
  .so-onepagecheckout .checkout-shipping-methods,
  .so-onepagecheckout .checkout-payment-methods {
    padding: 10px; }

/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle
   
==============================================*/
.no-margin {
    margin: 0 !important;
}

.marginbottom__3x {
    margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}

@keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
        transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}

@-webkit-keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}

@keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
        transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}

@-webkit-keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

@keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
    }
}

@keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0);
    }
}
/*******************************************************
  Style Color
********************************************************/
/*******************************************************************
******                SO Framework: Sass System                ******
********************************************************************/
/* 1.BACK TOP TOP DEMO OPENCART
----------------------------------------------------- */
.back-to-top {
    cursor: pointer;
    background-color: #777;
    color: #fff;
    width: 45px;
    bottom: 50px;
    padding: 5px 0;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: inline;
    text-align: center;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .back-to-top.hidden-top {
        bottom: -100px;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .back-to-top:hover {
        background-color: #ec6601;
    }

    .back-to-top i {
        font-size: 32px;
        display: block;
        line-height: 18px;
    }

    .back-to-top span {
        display: block;
        line-height: 18px;
    }

@media (max-width: 1199px) {
    .back-to-top {
        right: 40px;
    }
}

/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
----------------------------------------------------- */
.social-widgets {
    position: fixed;
    z-index: 560;
    top: 50%;
    height: 0;
    width: 0;
    right: 0;
}

    .social-widgets .item, .social-widgets .items {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .social-widgets .items {
        top: -100px;
        position: relative;
    }

    .social-widgets .item {
        position: absolute;
        top: 0;
        left: 120px;
    }

    .social-widgets .active {
        z-index: 100;
        left: -310px;
    }

    .social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
        left: 0;
    }

    .social-widgets .item-01 {
        top: 0;
        z-index: 99;
    }

    .social-widgets .item-02 {
        top: 45px;
        z-index: 98;
    }

    .social-widgets .item-03 {
        top: 90px;
        z-index: 97;
    }

    .social-widgets .item-04 {
        top: 150px;
        z-index: 96;
    }

    .social-widgets .item-05 {
        top: 200px;
        z-index: 95;
    }

    .social-widgets .tab-icon .fa {
        font-size: 18px;
    }

    .social-widgets .tab-icon {
        position: absolute;
        top: 0;
        left: -45px;
        display: block;
        width: 45px;
        height: 45px;
        background: #fff;
        text-align: center;
        font-size: 1.54em;
        line-height: 45px;
    }

        .social-widgets .tab-icon:hover {
            text-decoration: none;
        }

    .social-widgets .active .tab-icon {
        border-color: #E9E9E9;
        background: #fff;
    }

    .social-widgets .facebook .tab-icon {
        background: #3b5998;
        background-clip: content-box;
        color: white;
    }

    .social-widgets .twitter .tab-icon {
        background: #07779a;
        background-clip: content-box;
        color: white;
    }

    .social-widgets .youtube .tab-icon {
        background: #DA2723;
        background-clip: content-box;
        color: white;
    }

    .social-widgets .tab-content {
        background: #fff;
        width: 310px;
        padding: 10px;
    }

    .social-widgets .active .tab-content {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }

    .social-widgets .title {
        margin: -10px -10px 10px;
        padding: 0px 10px;
        background-color: #ccc;
        text-transform: uppercase;
        line-height: 45px;
        color: #000;
        font-weight: bold;
    }

        .social-widgets .title h5 {
            line-height: 45px;
            margin: 0;
        }

    .social-widgets .facebook.active {
        left: -260px;
    }

    .social-widgets .facebook .tab-content {
        width: 260px;
    }

    .social-widgets .twitter.active {
        left: -300px;
    }

    .social-widgets .twitter .tab-content {
        width: 300px;
    }

    .social-widgets .twitter-widget {
        padding-top: 10px;
    }

    .social-widgets .youtube.active {
        left: -450px;
    }

    .social-widgets .youtube .tab-content {
        width: 450px;
    }

    .social-widgets .loading {
        min-height: 200px;
        position: relative;
        z-index: 1000;
    }

        .social-widgets .loading img.ajaxloader {
            position: absolute;
            top: 45%;
            left: 45%;
            width: 32px;
            height: 32px;
        }

/* 3.TOP PANEL (RIGHT FIXED PANEL)
----------------------------------------------------- */
@media (min-width: 1200px) {
    .navbar-compact {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 900;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .navbar-compact.hidden-menu {
            -webkit-transform: translate(0, -100%);
            -moz-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
            -o-transform: translate(0, -100%);
            transform: translate(0, -100%);
        }

        .navbar-compact .compact-hidden {
            display: none !important;
        }

        .navbar-compact .header-center {
            padding: 20px 0;
            transition: 0.3s all ease 0s;
        }

        .navbar-compact .header-bottom {
            margin: 0 !important;
        }

    .navbar-switcher {
        text-align: center;
        float: right;
        display: none;
        width: 45px;
        height: 45px;
        margin-bottom: -47px;
        background: #ec6601 !important;
        padding: 6px 7px;
        border-radius: 0 0 3px 3px;
        cursor: pointer;
        color: #fff;
    }

        .navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
            display: none;
        }

        .navbar-switcher.active .i-active,
        .navbar-switcher .fa-caret-down {
            display: inline;
            font-size: 1.8em;
            line-height: 1.5em;
        }

    .navbar-compact.type_1 .sidebar-menu, .navbar-compact.type_2 .sidebar-menu {
        display: none;
    }

    .navbar-compact.type_1 .header-bottom-right, .navbar-compact.type_2 .header-bottom-right {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }

    header .navbar-switcher {
        display: block;
    }
}
/* 4.LARY LOADER
--------------------------------------- */
.mfp-iframe-scaler iframe {
    background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
}

.lazy {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent url(../image/theme/lazy-loader.gif) no-repeat center center;
}

.loadeding {
    background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
}

.loaded .loadeding {
    background: none;
    height: auto;
    opacity: 0;
    display: none;
}

@media (min-width: 1200px) {
    .lazy.lazy-loaded {
        background: none;
        height: auto;
    }

    .lazy img {
        transition: 1s all ease;
        opacity: 0;
        -webkit-backface-visibility: hidden;
    }

    .lazy.lazy-loaded img {
        opacity: 1;
    }
}
/* Overlay pattern 
--------------------------------------- */
body.no-bgbody {
    background-image: none;
}

.pattern-1 {
    background-image: url("../image/theme/patterns/1.png");
}

.pattern-2 {
    background-image: url("../image/theme/patterns/2.png");
}

.pattern-3 {
    background-image: url("../image/theme/patterns/3.png");
}

.pattern-4 {
    background-image: url("../image/theme/patterns/4.png");
}

.pattern-5 {
    background-image: url("../image/theme/patterns/5.png");
}

.pattern-6 {
    background-image: url("../image/theme/patterns/6.png");
}

.pattern-7 {
    background-image: url("../image/theme/patterns/7.png");
}

.pattern-8 {
    background-image: url("../image/theme/patterns/8.png");
}

.pattern-9 {
    background-image: url("../image/theme/patterns/9.png");
}

.pattern-10 {
    background-image: url("../image/theme/patterns/10.png");
}

.pattern-11 {
    background-image: url("../image/theme/patterns/11.png");
}

.pattern-12 {
    background-image: url("../image/theme/patterns/12.png");
}

.pattern-13 {
    background-image: url("../image/theme/patterns/13.png");
}

.pattern-14 {
    background-image: url("../image/theme/patterns/14.png");
}

.pattern-15 {
    background-image: url("../image/theme/patterns/15.png");
}

.pattern-16 {
    background-image: url("../image/theme/patterns/16.png");
}

.pattern-17 {
    background-image: url("../image/theme/patterns/17.png");
}

.pattern-18 {
    background-image: url("../image/theme/patterns/18.png");
}

.pattern-19 {
    background-image: url("../image/theme/patterns/19.png");
}

.pattern-20 {
    background-image: url("../image/theme/patterns/20.png");
}

.pattern-21 {
    background-image: url("../image/theme/patterns/21.png");
}

.pattern-22 {
    background-image: url("../image/theme/patterns/22.png");
}

.pattern-23 {
    background-image: url("../image/theme/patterns/23.png");
}

.pattern-24 {
    background-image: url("../image/theme/patterns/24.png");
}

.pattern-25 {
    background-image: url("../image/theme/patterns/25.png");
}

.pattern-26 {
    background-image: url("../image/theme/patterns/26.png");
}

.pattern-27 {
    background-image: url("../image/theme/patterns/27.png");
}

.pattern-28 {
    background-image: url("../image/theme/patterns/28.png");
}

.pattern-29 {
    background-image: url("../image/theme/patterns/29.png");
}

.pattern-30 {
    background-image: url("../image/theme/patterns/30.png");
}

.pattern-31 {
    background-image: url("../image/theme/patterns/31.png");
}

.pattern-32 {
    background-image: url("../image/theme/patterns/32.png");
}

.pattern-33 {
    background-image: url("../image/theme/patterns/33.png");
}

.pattern-34 {
    background-image: url("../image/theme/patterns/34.png");
}

.pattern-35 {
    background-image: url("../image/theme/patterns/35.png");
}

.pattern-36 {
    background-image: url("../image/theme/patterns/36.png");
}

.pattern-37 {
    background-image: url("../image/theme/patterns/37.png");
}

.pattern-38 {
    background-image: url("../image/theme/patterns/38.png");
}

.pattern-39 {
    background-image: url("../image/theme/patterns/39.png");
}

.pattern-40 {
    background-image: url("../image/theme/patterns/40.png");
}

.pattern-41 {
    background-image: url("../image/theme/patterns/41.png");
}

.pattern-42 {
    background-image: url("../image/theme/patterns/42.png");
}

.pattern-43 {
    background-image: url("../image/theme/patterns/43.png");
}

.pattern-44 {
    background-image: url("../image/theme/patterns/44.png");
}

.pattern-45 {
    background-image: url("../image/theme/patterns/45.png");
}

/* Preloading Screen
--------------------------------------- */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        animation: spin 1.5s linear infinite;
    }

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1000;
    transform: translateX(0);
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

.ip-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    min-height: 480px;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

    .ip-header h1 {
        margin: 0;
    }

    .ip-header .ip-inner {
        display: block;
        margin: 0 auto;
    }

    .ip-header .ip-logo {
        position: absolute;
        top: 40%;
        text-align: center;
    }

        .ip-header .ip-logo a {
            display: inline-block;
        }

    .ip-header .ip-loader svg path {
        fill: none;
        stroke-width: 6;
    }

        .ip-header .ip-loader svg path.ip-loader-circlebg {
            stroke: #ddd;
        }

        .ip-header .ip-loader svg path.ip-loader-circle {
            -webkit-transition: stroke-dashoffset 0.2s;
            transition: stroke-dashoffset 0.2s;
            stroke: #df1f26;
        }

.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.ip-loader {
    top: 46%;
}

.loading .ip-logo,
.loading .ip-loader {
    opacity: 1;
    -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loaded .ip-loader {
    -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.loaded .ip-header {
    -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.loaded .ip-logo,
.loaded .ip-loader {
    opacity: 1;
}

.loaded .ip-logo {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .banners-effect-1 .banners > div img:hover {
        opacity: 0.8;
    }

.banners-effect-2 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
        left: 0;
        opacity: 1;
    }

    .banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
        background-color: rgba(255, 255, 255, 0.4);
        display: block;
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        content: "";
        z-index: 1;
    }

.banners-effect-3 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-3 .banners > div a:hover:before, .banners-effect-3 .banners > div a:hover:after {
        border: 0 solid rgba(0, 0, 0, 0.7);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
        border: 50px solid transparent;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        top: 0;
        content: "";
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100px;
        height: 100px;
        -webkit-transform: scale(7);
        -moz-transform: scale(7);
        -ms-transform: scale(7);
        -o-transform: scale(7);
        transform: scale(7);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: visible;
        z-index: 1;
    }

.banners-effect-4 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-4 .banners > div a:hover:before, .banners-effect-4 .banners > div a:hover:after {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    }

    .banners-effect-4 .banners > div a:before, .banners-effect-4 .banners > div a:after {
        border-bottom: 50px solid rgba(0, 0, 0, 0.2);
        border-top: 50px solid rgba(0, 0, 0, 0.2);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        transform-origin: 50% 50% 0;
        width: 100%;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
        -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
        transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
        visibility: visible;
        z-index: 1;
    }

.banners-effect-5 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-5 .banners > div a:hover:before, .banners-effect-5 .banners > div a:hover:after {
        opacity: 0;
        filter: alpha(opacity=0);
        border: 0 double rgba(255, 255, 255, 0.7);
        visibility: hidden;
    }

    .banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        border: 200px double transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    }

.banners-effect-6 .banners > div a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #000;
}

    .banners-effect-6 .banners > div a img {
        backface-visibility: hidden;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
        -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
        transition: opacity 1s ease 0s, transform 1s ease 0s;
    }

    .banners-effect-6 .banners > div a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        transform: scale3d(1.1, 1.1, 1);
    }

.banners-effect-7 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-7 .banners > div a:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        width: 0;
        top: 0;
        left: 50%;
        content: "";
        transition: all 0.3s ease-in-out 0s;
    }

    .banners-effect-7 .banners > div a:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }

.banners-effect-8 .banners > div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top;
}

    .banners-effect-8 .banners > div a:before,
    .banners-effect-8 .banners > div a:after {
        bottom: 20px;
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .banners-effect-8 .banners > div a:before {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .banners-effect-8 .banners > div a:after {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

.banners-effect-8 .banners > div img {
    opacity: 1;
    width: 100%;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banners-effect-8 .banners > div a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banners-effect-9 .banners > div a {
    display: block;
    position: relative;
    z-index: 10;
}

    .banners-effect-9 .banners > div a:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: '';
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    .banners-effect-9 .banners > div a:hover:before {
        opacity: 1;
    }

    .banners-effect-9 .banners > div a img {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
        transform: perspective(1000px) translate3d(0, 0, 0);
    }

    .banners-effect-9 .banners > div a:hover img {
        -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
        transform: perspective(1000px) translate3d(0, 0, 21px);
    }

.banners-effect-10 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-10 .banners > div a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .banners-effect-10 .banners > div a:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.banners-effect-11 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .banners-effect-11 .banners > div a:hover:before, .banners-effect-11 .banners > div a:hover:after {
        width: 100%;
        height: 100%;
    }

    .banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
        background-color: rgba(0, 0, 0, 0.15);
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        width: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .banners-effect-11 .banners > div a:after {
        left: auto;
        right: 0;
        bottom: 0;
    }

.banners-effect-12 .banners > div img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .banners-effect-12 .banners > div img:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

/* @end */
.icons-social a {
    display: inline-block;
    margin-right: 5px;
    color: #f82e56;
}

.icons-social .fa {
    font-size: 20px;
    line-height: 40px;
    vertical-align: top;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-facebook {
    background: #4c70ba;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-twitter {
    background: #00aced;
    border-color: #00aced;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-twitter {
    background: #21c2ff;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-google-plus {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-google-plus {
    background: #e47365;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-linkedin {
    background: #007bb5;
    border-color: #007bb5;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-linkedin {
    background: #009ee8;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-instagram {
    background: #125688;
    border-color: #125688;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-instagram {
    background: #1872b5;
}

.icons-social .icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #ec6601;
    color: #ec6601;
    vertical-align: top;
    text-align: center;
}

.icons-social .icon-color.fa-youtube {
    background: #b00;
    border-color: #b00;
    color: #fff;
}

.icons-social a:hover .icon-circled {
    background: #ec6601;
    color: #fff;
}

.icons-social a:hover .icon-color.fa-youtube {
    background: #ee0000;
}

.divider {
    clear: both;
    height: 40px;
}

.alert {
    border-radius: 0;
}

    .alert .fa {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }

.tab-content {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    z-index: 2;
    border: 1px solid #ddd;
    border-top: 0px;
}

.simple-ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

    .simple-ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
    }

        .simple-ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            font-family: "FontAwesome";
            font-size: 14px;
            content: "\f105";
        }

        .simple-ul li ul {
            margin: 10px 0 10px 0;
            padding: 0;
            list-style: none;
        }

            .simple-ul li ul li:before {
                content: "\f111";
                font-size: 7px;
            }

.decimal-list {
    margin: 0px 0 15px 20px;
    padding: 0;
    list-style: decimal outside;
}

    .decimal-list li {
        padding-left: 0;
        margin-bottom: 5px;
        text-indent: 0;
    }

blockquote {
    font-size: 12px;
}

.well {
    border-radius: 0;
}

.feature-box {
    border-radius: 0;
    margin-bottom: 20px;
}

    .feature-box .feature-icon {
        color: #3e7cb4;
        display: inline-block;
        font-size: 40px;
        height: 40px;
        text-align: center;
        width: 40px;
        float: left;
    }

    .feature-box .feature-content {
        padding-left: 50px;
    }

.featured-icon {
    border-radius: 50%;
    color: #fff;
    background-color: #3e7cb4;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    margin: 5px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1;
}

.simple-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bold-list > li > a {
    font-weight: 700;
    text-transform: uppercase;
}

.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.simple-list li {
    margin: 0;
    padding: 0 0 8px;
}

.simple-list .checkbox {
    padding-left: 0;
}

    .simple-list .checkbox input[type=checkbox] {
        margin-right: 10px;
    }

.simple-list .icon {
    margin-right: 9px;
}

.arrow-list li {
    padding-left: 12px;
    position: relative;
}

    .arrow-list li a {
        color: #444;
    }

        .arrow-list li a:hover {
            color: #ec6601;
        }

    .arrow-list li:before {
        margin-right: 10px;
        font-size: 14px;
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f105";
    }

.page-login .well {
    background: #fff;
    min-height: 285px;
    border: 1px solid #e7e7e7;
    margin: 0;
    line-height: 23px;
    border-radius: 0;
}

    .page-login .well h2 {
        padding-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
    }

.page-login .bottom-form {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 10px 20px;
    overflow: hidden;
    line-height: 35px;
}

    .page-login .bottom-form .btn {
        padding: 7px 12px;
        background: #555555;
        color: #fff;
        border-radius: 0;
        border-color: #555555;
    }

        .page-login .bottom-form .btn:hover {
            background: #ec6601;
            border-color: #ec6601;
            color: #fff;
        }

    .page-login .bottom-form a {
        color: #444;
    }

        .page-login .bottom-form a:hover {
            color: #ec6601;
        }

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/*******************************************************************
******                SO Framework: Sass Menu                 ******
********************************************************************/
div.horizontal ul.megamenu > li {
    float: left;
}

div.horizontal ul.megamenu .sub-menu .title-submenu,
div.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    text-transform: uppercase;
    color: #222222;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div.horizontal ul.megamenu .sub-menu .image-link {
    margin-bottom: 10px;
    color: #333333;
}

    div.horizontal ul.megamenu .sub-menu .image-link:hover {
        color: #ec6601;
    }

div.horizontal .image-link .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    padding: 3px;
    margin: 0 0 10px;
}

div.horizontal .image-link .btn {
    position: absolute;
    top: -100px;
    left: calc(50% - 50px);
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555;
    background: #ec6601;
    border-color: #ec6601;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px;
}

    div.horizontal .image-link .btn:hover {
        background: #ec6601;
        border-color: #ec6601;
        color: #fff;
    }

    div.horizontal .image-link .btn:hover {
        background: #555555;
        border-color: #555555;
    }

div.horizontal .image-link:hover .thumbnail {
    border: 1px solid #bcbcbc;
    background: #ddd;
}

    div.horizontal .image-link:hover .thumbnail img {
        opacity: 0.8;
    }

div.horizontal .image-link .figcaption {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
}

div.horizontal ul.megamenu .label-hot {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 0px;
}

div.horizontal ul.megamenu .sub-menu .content {
    border-top: 3px solid #17629E;
}

div.horizontal ul.megamenu .sub-menu a {
    color: #444;
    line-height: 24px;
    display: block;
    padding: 3px 0;
}

    div.horizontal ul.megamenu .sub-menu a:hover {
        color: #ec6601;
    }

@media (min-width: 1200px) {
    div.horizontal ul.megamenu .megamenu--container {
        min-width: 1170px;
    }
}

header .so-megamenu .navbar-header {
    color: white;
}

@media (min-width: 992px) {
    div.so-vertical-menu {
        position: relative;
    }

        div.so-vertical-menu .vertical-wrapper {
            border-top: 3px solid #17629E;
        }

        div.so-vertical-menu ul.megamenu > li {
            border: none;
        }

            div.so-vertical-menu ul.megamenu > li a {
                color: #444;
                line-height: 24px;
            }

                div.so-vertical-menu ul.megamenu > li a:hover {
                    color: #17629E;
                }

            div.so-vertical-menu ul.megamenu > li > a:hover, div.so-vertical-menu ul.megamenu > li.loadmore:hover {
                background: #17629E;
                color: white;
            }

                div.so-vertical-menu ul.megamenu > li > a:hover .caret, div.so-vertical-menu ul.megamenu > li.loadmore:hover .caret {
                    background-position: center 0;
                }

            div.so-vertical-menu ul.megamenu > li .caret {
                background: url("../image/theme/icons/ico-menu-parent.png") no-repeat;
                width: 15px;
                height: 15px;
                background-position: center -25px;
                border: none;
                margin: 5px 0;
                position: absolute;
                right: 10px;
            }

            div.so-vertical-menu ul.megamenu > li.loadmore {
                border-top: 1px solid #ddd;
            }

            div.so-vertical-menu ul.megamenu > li.active > a {
                background: #17629E;
                color: white;
            }
}

.list-product {
    padding: 0;
}

    .list-product .image {
        margin-right: 15px;
    }

    .list-product .caption h4 {
        margin: 0;
        /* [4] */
        /* [6] */
        /* [6] */
        /* [7] */
        font-size: 14px;
        /* [8] */
        font-size: 1.4rem;
        /* [8] */
    }

.megamenuToogle-wrapper .container > div {
    float: left;
    margin: 3px 10px 0px 0px;
}

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Header Wrapper
	[2]		Content Wrapper
	[3]		Footer Wrapper
	
*/
/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
    .no-res {
        width: 1190px;
    }
}

.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .wrapper-boxed header.navbar-compact, .wrapper-iframed header.navbar-compact, .wrapper-rounded header.navbar-compact {
        width: auto;
    }

.wrapper-iframed {
    margin: 20px auto;
}

.wrapper-rounded {
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}

#wrapper {
    overflow: hidden;
}

@media (min-width: 1360px) {
    .container-full {
        clear: both;
        margin-left: -10%;
        margin-right: -10%;
    }
}

@media (min-width: 1600px) {
    .container-full {
        clear: both;
        margin-left: -40%;
        margin-right: -40%;
    }
}
/**************************************************************
	  Header Wrapper
**************************************************************/
.header-top {
    background: #eee;
}

.header-center {
    padding: 35px 0;
}

.header-bottom {
    background: #17629E;
    /*background: #666666;*/
    min-height: 45px;
    margin-bottom: 15px;
}

/**************************************************************
	  Content Wrapper
**************************************************************/
#content {
    margin-bottom: 30px;
}

    #content:before, #content:after {
        content: " ";
        display: table;
    }

    #content:after {
        clear: both;
    }

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		BLOCK MODULE STYLE
	[2]		BLOCK LIST ITEM
	[3]		BLOCK MENU CATEGORY
	[4]		BLOCK FILTER SHOP BY
	[5]		BLOCK TAGS
	[6]		BLOCK LANGUAGE
	[7]		BLOCK CURRENCY
	[8]		BLOCK BREADCRUMB
	[9]		BLOCK LATEST PRODUCT
*/
.module {
    margin-bottom: 30px;
}

    .module h1.modtitle {
        margin: 0 0 15px;
        text-transform: capitalize;
        font-weight: bold;
    }

.titleLine h1.modtitle {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    /* [8] */
    font-size: 1.6rem;
    /* [8] */
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

    .titleLine h1.modtitle:after {
        content: "";
        width: 120px;
        height: 1px;
        background: #ec6601;
        display: block;
        position: absolute;
        bottom: 0;
        margin-bottom: -1px;
    }

.modLine h3.modtitle {
    display: table-cell;
    vertical-align: middle;
}


.module h3.modtitle {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: bold;
}

.titleLine h3.modtitle {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 16px;
    /* [8] */
    font-size: 1.6rem;
    /* [8] */
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

    .titleLine h3.modtitle:after {
        content: "";
        width: 120px;
        height: 1px;
        background: #ec6601;
        display: block;
        position: absolute;
        bottom: 0;
        margin-bottom: -1px;
    }

.modLine h3.modtitle {
    display: table-cell;
    vertical-align: middle;
}


.modLine .modcontent {
    display: table-cell;
    padding: 0 15px;
}

.list-item {
    list-style: none;
    padding: 0;
}

    .list-item li {
        margin-bottom: 3px;
    }

        .list-item li:before {
            font-family: "FontAwesome";
            margin-right: 10px;
            display: inline-block;
            content: "\f105";
        }

        .list-item li a {
            color: #444;
        }

            .list-item li a:hover {
                color: #ec6601;
            }

.menu-category .modcontent {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 0 20px;
}

.menu-category .list-group > li {
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    position: relative;
}

    .menu-category .list-group > li span.button-view {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        z-index: 10;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .menu-category .list-group > li a {
        color: #333333;
        padding: 10px 0;
        display: block;
    }

        .menu-category .list-group > li a:hover {
            color: #ec6601;
        }

            .menu-category .list-group > li a:hover + .button-view {
                color: #ec6601;
            }

    .menu-category .list-group > li .active, .menu-category .list-group > li .active + .button-view {
        color: #ec6601;
    }

        .menu-category .list-group > li .active + .button-view:before {
            content: '\f147';
        }

    .menu-category .list-group > li li {
        padding: 0 10px;
        position: relative;
        list-style: none;
    }

        .menu-category .list-group > li li a {
            padding: 5px 0;
        }

            .menu-category .list-group > li li a:before {
                content: '';
                padding: 0 5px;
                font-family: "FontAwesome";
                content: "\f105";
                margin-left: -10px;
                transition: all 400ms ease;
                opacity: 0;
            }

            .menu-category .list-group > li li a:hover:before {
                opacity: 1;
                margin: 0;
            }

.filter-shopby, .filter-row {
    border: 1px solid #e6e6e6;
    padding: 20px;
    /*height:350px;
  overflow-y:scroll;*/
}

    .filter-shopby .table_layout, .filter-row .table_layout {
        display: block;
    }

    .filter-shopby .table_cell, .filter-row .table_cell {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: #f1f1f1 1px solid;
        display: block;
    }

    .filter-shopby legend, .filter-row legend {
        border: none;
        font-size: 13px;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .filter-shopby .checkboxes_list > li:not(:last-child), .filter-row .checkboxes_list > li:not(:last-child), .filter-shopby .simple_vertical_list li:not(:last-child), .filter-row .simple_vertical_list li:not(:last-child) {
        margin-bottom: 5px;
    }

    .filter-shopby .color_btn, .filter-row .color_btn {
        position: relative;
        padding-left: 32px;
    }

        .filter-shopby .color_btn::before, .filter-row .color_btn::before {
            content: "" !important;
            padding: 1px;
            background-clip: content-box !important;
            border: 1px solid #eaeaea;
            border-radius: 50% !important;
            -webkit-transition: border-color .3s ease;
            transition: border-color .3s ease;
        }

        .filter-shopby .color_btn.green::before, .filter-row .color_btn.green::before {
            background: #269300;
        }

        .filter-shopby .color_btn.yellow::before, .filter-row .color_btn.yellow::before {
            background: #fccd36;
        }

        .filter-shopby .color_btn.red::before, .filter-row .color_btn.red::before {
            background: #ff0000;
        }

        .filter-shopby .color_btn.blue::before, .filter-row .color_btn.blue::before {
            background: #018bc8;
        }

        .filter-shopby .color_btn.grey::before, .filter-row .color_btn.grey::before {
            background: #b2b2b2;
        }

        .filter-shopby .color_btn.orange::before, .filter-row .color_btn.orange::before {
            background: #ff7b1a;
        }

    .filter-shopby input[type="checkbox"]:checked + .color_btn::before, .filter-row input[type="checkbox"]:checked + .color_btn::before {
        border-color: #333;
    }

.filter-row {
    padding: 0;
}

    .filter-row .table_layout {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .filter-row .table_row {
        display: table;
        width: 100%;
    }

    .filter-row .table_cell {
        display: table-cell;
        border-right: 1px solid #e6e6e6;
        padding: 19px;
    }

    .filter-row .bottom_box {
        padding: 15px 19px;
    }

.ui-slider {
    height: 7px;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    max-width: 220px;
}

    .ui-slider .ui-slider-handle {
        display: block;
        width: 19px;
        height: 19px;
        background: #fff;
        border: 1px solid #eaeaea;
        cursor: pointer;
        top: -7px;
    }

        .ui-slider .ui-slider-handle::before {
            content: "";
            display: block;
            width: 9px;
            height: 9px;
            background: #b2b2b2;
            position: absolute;
            top: 4px;
            left: 4px;
        }

        .ui-slider .ui-slider-handle,
        .ui-slider .ui-slider-handle::before {
            border-radius: 50%;
        }

.range {
    margin-bottom: 15px;
}

    .range > * {
        display: inline;
    }

.checkboxes_list {
    color: #333;
    max-height: 305px;
    overflow-y: scroll;
}

    .simple_vertical_list input[type="radio"], .simple_vertical_list input[type="checkbox"],
    .checkboxes_list input[type="radio"],
    .checkboxes_list input[type="checkbox"] {
        display: none;
    }

        .simple_vertical_list input[type="radio"] + label,
        .simple_vertical_list input[type="checkbox"] + label,
        .checkboxes_list input[type="radio"] + label,
        .checkboxes_list input[type="checkbox"] + label {
            position: relative;
            width: auto !important;
            margin: 0 17px 0 0 !important;
            padding-left: 32px;
            cursor: pointer;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

            .simple_vertical_list input[type="radio"] + label::before,
            .simple_vertical_list input[type="checkbox"] + label::before,
            .checkboxes_list input[type="radio"] + label::before,
            .checkboxes_list input[type="checkbox"] + label::before {
                content: "";
                display: block;
                text-align: center;
                font-family: 'FontAwesome';
                position: absolute;
                left: 0;
                top: -1px;
                width: 22px;
                height: 22px;
                color: inherit;
                background: #fff;
                border: 1px solid #eaeaea;
                border-radius: 3px;
            }

            .simple_vertical_list input[type="checkbox"] + label::before,
            .checkboxes_list input[type="checkbox"] + label::before {
                font-size: 12px;
            }

            .simple_vertical_list input[type="radio"] + label::before,
            .checkboxes_list input[type="radio"] + label::before {
                border-radius: 50%;
            }

            .simple_vertical_list input[type="radio"] + label:empty,
            .checkboxes_list input[type="radio"] + label:empty {
                width: 22px !important;
                padding-left: 0px;
                margin: 0px !important;
            }

        .simple_vertical_list input[type="checkbox"]:checked + label::before,
        .checkboxes_list input[type="checkbox"]:checked + label::before {
            content: '\f00c';
        }

        .simple_vertical_list input[type="radio"]:checked + label::before,
        .checkboxes_list input[type="radio"]:checked + label::before {
            content: "\f10c";
        }

.tags_cloud li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.button_grey {
    padding: 6px 15px;
    display: inline-block;
    color: #555555;
    background: #f1f1f1;
    text-transform: none;
    font-size: 12px;
    border-radius: 3px;
    border: none;
}

    .button_grey:hover {
        color: white;
        background: #ec6601;
    }

.button_submit {
    background: #ec6601;
    color: white;
    margin-right: 5px;
}

.header-top ul.dropdown-menu {
    min-width: 120px;
    margin: 0;
    border-radius: 0;
}

    .header-top ul.dropdown-menu li > a {
        color: #666;
    }

    .header-top ul.dropdown-menu li:hover > a {
        color: #ec6601;
    }

.languages-block, .currencies-block {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    z-index: 10;
    position: relative;
    vertical-align: top;
    margin: 0;
    display: inline-block;
}

    .languages-block form > a, .currencies-block form > a {
        color: #666;
        display: block;
        line-height: 30px;
        padding: 1px 10px;
    }

    .languages-block form:hover, .currencies-block form:hover {
        background: #ec6601;
        border-color: #ec6601;
    }

        .languages-block form:hover > a, .currencies-block form:hover > a {
            color: #fff;
        }

    .languages-block form .dropdown-menu, .currencies-block form .dropdown-menu {
        margin: 0;
    }

    .languages-block form span.fa-angle-down, .currencies-block form span.fa-angle-down {
        margin-left: 3px;
    }

.currencies-block {
    margin-left: -5px;
}

@media (max-width: 767px) {
    .collapsed-block .tabBlockTitle {
        margin: 6px 0px;
        line-height: 20px;
    }

        .collapsed-block .tabBlockTitle .expander {
            margin: 0 10px;
            color: #333333;
            font-size: 14px;
        }

    .collapsed-block .tabBlock {
        display: none;
    }
}

.breadcrumb {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
}

    .breadcrumb li {
        position: relative;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 24px;
        line-height: 21px;
        margin-right: 3px;
        padding: 0 15px 0 20px;
    }

        .breadcrumb li a {
            color: #666;
        }

        .breadcrumb li:after {
            content: "";
            background: #fff;
            border-right: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            display: inline-block;
            height: 17px;
            width: 16px;
            position: absolute;
            right: -8px;
            top: 3px;
            z-index: 1;
            transform: rotate(45deg);
        }

        .breadcrumb li:first-child {
            border-left: 1px solid #ddd;
            border-color: #ec6601 !important;
        }

            .breadcrumb li:first-child a {
                color: #ec6601;
            }

            .breadcrumb li:first-child:after, .breadcrumb li:first-child:before {
                border-color: #ec6601;
            }

        .breadcrumb li + li:before {
            content: "";
            background: #fff;
            border-left: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            display: inline-block;
            height: 18px;
            width: 17px;
            position: absolute;
            left: -9px;
            top: 2px;
            transform: rotate(135deg);
        }

        .breadcrumb li + li:hover {
            border-color: #ec6601;
        }

            .breadcrumb li + li:hover a {
                color: #ec6601;
            }

            .breadcrumb li + li:hover:after, .breadcrumb li + li:hover:before {
                border-color: #ec6601;
            }

/*==========================BLOCK CART ======================*/
.shopping_cart {
    padding: 0;
}

    .shopping_cart .btn-group {
        display: block;
        z-index: 5;
    }

    .shopping_cart a.top_cart {
        display: block;
        margin-top: 10px;
        position: relative;
        box-shadow: none !important;
        text-decoration: none !important;
    }

        .shopping_cart a.top_cart .shopcart .title {
            color: #444;
            font-weight: bold;
            text-transform: uppercase;
        }

        .shopping_cart a.top_cart .shopcart .text-shopping-cart {
            color: #999;
            margin-bottom: 0;
            white-space: nowrap;
        }

        .shopping_cart a.top_cart .handle {
            background: url("../image/theme//icons/icon_minicart.png") no-repeat 8px 8px;
            background-color: #ec6601;
            width: 36px;
            height: 34px;
            margin: 5px 10px;
        }

    .shopping_cart .shoppingcart-box {
        padding: 15px;
        border-radius: 0;
        border-top: 3px solid #ec6601;
        min-width: 300px;
    }

@media (min-width: 1200px) {
    .shopping_cart .shoppingcart-box:before {
        content: "";
        height: 1px;
        width: 1px;
        border-style: solid;
        border-bottom: 10px solid #ec6601;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: transparent;
        position: absolute;
        top: -10px;
        right: 129px;
    }
}

.shopping_cart .shoppingcart-box .added_items {
    margin-bottom: 10px;
}

.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.shopping_cart .shoppingcart-box .table-striped a {
    color: #666;
    font-size: 11px;
}

    .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
        display: none;
    }

    .shopping_cart .shoppingcart-box .table-striped a:hover {
        color: #ec6601;
    }

    .shopping_cart .shoppingcart-box .table-striped a.fa-delete {
        width: 20px;
        height: 20px;
        background: #d6d6d6;
        border-radius: 3px;
        text-align: center;
        line-height: 19px;
        color: #000;
    }

        .shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
            background: #ec6601;
            color: #fff;
            text-decoration: none;
        }

.shopping_cart .shoppingcart-box a.btn {
    color: #fff;
    background: #444;
    border-color: #444;
}

    .shopping_cart .shoppingcart-box a.btn i {
        margin-right: 5px;
    }

    .shopping_cart .shoppingcart-box a.btn:hover {
        border: 1px solid #ec6601;
        background: #ec6601;
    }

.shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0;
}

.shopping_cart .table > tbody > tr {
    margin: 10px 0;
}

    .shopping_cart .table > tbody > tr:first-child > td {
        border-top: 0;
    }

    .shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
        vertical-align: middle;
    }

.shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td,
.shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0;
}

.latest-product .product-latest-item {
    margin-bottom: 20px;
}

    .latest-product .product-latest-item:last-child {
        margin: 0;
    }

.latest-product .media .media-left {
    float: left;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 20px;
}

.latest-product .media .media-body h4 {
    margin-top: 0;
}

    .latest-product .media .media-body h4 a {
        font-size: 13px;
        color: #666;
    }

        .latest-product .media .media-body h4 a:hover {
            color: #ec6601;
        }

.latest-product .media:hover .media-left {
    border-color: #ec6601;
}

.main-newsleter-popup .so-custom-popup {
    background-color: #fff;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-newsleter-popup .so-custom-popup {
        width: 85% !important;
    }

        .main-newsleter-popup .so-custom-popup:before {
            content: "";
            position: absolute;
            z-index: 2;
            background: rgba(255, 255, 255, 0.9);
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
        }
}

@media (max-width: 767px) {
    .main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
}

.main-newsleter-popup .modcontent {
    position: relative;
    z-index: 9;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 15px 10px;
    text-align: center;
}

@media (min-width: 1200px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 60px 30px;
        padding-left: 55%;
        margin: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 60px 30px;
        padding-left: 55%;
        margin: 0 20px;
    }
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    font-size: 18px;
    color: #ec6601;
    font-weight: bold;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 30px 0;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 41px;
    max-width: 280px;
    display: inline-block;
    width: 100%;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: normal;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555;
    background: #ec6601;
    border-color: #ec6601;
    margin-bottom: 20px;
    min-width: 160px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 3px;
}

    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
        background: #ec6601;
        border-color: #ec6601;
        color: #fff;
    }

    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
        background: #555555;
        border-color: #555555;
    }

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 10px 0;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div {
    position: absolute;
    top: 44.5%;
    outline: 0;
    width: 30px;
    height: 50px;
    font-size: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

    .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev {
        left: 0px;
        background: url("../image/theme//icons/arrow-slider-left.png") no-repeat;
    }

        .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev:hover {
            background-position: 0 -59px;
        }

    .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next {
        right: 0px;
        background: url("../image/theme//icons/arrow-slider-right.png") no-repeat;
    }

        .yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next:hover {
            background-position: 0 -59px;
        }

.yt-content-slider--arrow2 {
    padding: 0px 70px 15px 70px;
    direction: ltr;
}

    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev,
    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
        width: 20px;
        height: 27px;
        border: 1px solid #ddd;
        background-image: url("../image/theme/icons/ico-slider.png");
        background-repeat: no-repeat;
        background-color: #fff;
        display: inline-block;
        text-indent: -999em;
        position: absolute;
        transition: all 0.2s ease-in-out 0s;
        top: calc(50% - 13px);
    }

        .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover,
        .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
            background-color: #ec6601;
            background-position: 0px 0;
            border-color: #ec6601;
        }

    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
        background-position: -31px 0;
    }

        .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover {
            background-position: 0px 0;
        }

    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
        background-position: -60px 0;
    }

        .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
            background-position: -90px 0;
        }

    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
        left: 0px;
    }

    .yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
        right: 0px;
    }

.slider-brand--home6 {
    padding: 0;
    direction: ltr;
}

    .slider-brand--home6 .owl2-controls {
        opacity: 0;
    }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev,
        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
            width: 20px;
            height: 27px;
            border: 1px solid #ddd;
            background-image: url("../image/theme/icons/ico-slider.png");
            background-repeat: no-repeat;
            background-color: #fff;
            display: inline-block;
            text-indent: -999em;
            position: absolute;
            transition: all 0.2s ease-in-out 0s;
            top: calc(50% - 13px);
        }

            .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover,
            .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
                background-color: #ec6601;
                background-position: 0px 0;
                border-color: #ec6601;
            }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
            background-position: -31px 0;
        }

            .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover {
                background-position: 0px 0;
            }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
            background-position: -60px 0;
        }

            .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
                background-position: -90px 0;
            }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
            left: 0px;
        }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
            right: 0px;
        }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
            left: -30px;
        }

        .slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
            right: -30px;
        }

    .slider-brand--home6:hover .owl2-controls {
        opacity: 1;
    }

    .slider-brand--home6 a {
        border: 1px solid #ddd;
        display: block;
    }

        .slider-brand--home6 a:hover {
            border-color: #ec6601;
        }

.block-clientsay .yt-content-slide {
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-right: 1px;
}

    .block-clientsay .yt-content-slide .client-info {
        border-top: 1px solid #ddd;
        margin-top: 15px;
        padding-top: 20px;
    }

        .block-clientsay .yt-content-slide .client-info strong {
            font-size: 116.6%;
            text-transform: uppercase;
            font-weight: bold;
            color: #444;
        }

        .block-clientsay .yt-content-slide .client-info img {
            float: left;
            margin-right: 10px;
            width: auto;
        }

.block-clientsay .owl2-controls {
    position: absolute;
    top: -30px;
    width: 100%;
}

    .block-clientsay .owl2-controls .owl2-nav .owl2-prev,
    .block-clientsay .owl2-controls .owl2-nav .owl2-next {
        width: 20px;
        height: 27px;
        border: 1px solid #ddd;
        background-image: url("../image/theme/icons/ico-slider.png");
        background-repeat: no-repeat;
        background-color: #fff;
        display: inline-block;
        text-indent: -999em;
        position: absolute;
        transition: all 0.2s ease-in-out 0s;
        top: calc(50% - 13px);
    }

        .block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover,
        .block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
            background-color: #ec6601;
            background-position: 0px 0;
            border-color: #ec6601;
        }

    .block-clientsay .owl2-controls .owl2-nav .owl2-prev {
        background-position: -31px 0;
    }

        .block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover {
            background-position: 0px 0;
        }

    .block-clientsay .owl2-controls .owl2-nav .owl2-next {
        background-position: -60px 0;
    }

        .block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
            background-position: -90px 0;
        }

    .block-clientsay .owl2-controls .owl2-nav .owl2-prev {
        right: 25px;
        left: auto;
    }

    .block-clientsay .owl2-controls .owl2-nav .owl2-next {
        right: 0px;
    }

/*===============================================
	[SASS DIRECTORY ]
	
    [1] SO LATSET BLOG
    [2] SIMPLE BLOG
    [3] ARTICLE INFO
	
==============================================*/
/*============SO LATSET BLOG ==================*/
.blog-listitem.list .itemBlogImg.left-block {
    padding-right: 30px;
}

.so-latest-blog .blog-external-simple {
    /*display: inline-block;*/
}

    .so-latest-blog .blog-external-simple .media-left {
        display: inline-block;
        float: left;
        padding-right: 20px;
    }

    .so-latest-blog .blog-external-simple .media-body {
        padding-top: 7px;
    }

        .so-latest-blog .blog-external-simple .media-body .fa-calendar {
            display: none;
        }

        .so-latest-blog .blog-external-simple .media-body .media-heading a {
            font-size: 13px;
            font-weight: 300;
            color: #545454;
            text-transform: capitalize;
        }

            .so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
                color: #ec6601;
            }

        .so-latest-blog .blog-external-simple .media-body .media-date-added {
            font-size: 12px;
            color: #ec6601;
        }

/*--------------BLOG CATEGORY ---------------------*/
.blog-category {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

    .blog-category .box-content {
        margin-bottom: 30px;
    }

        .blog-category .box-content ul {
            margin-bottom: 0;
        }

    .blog-category ul li.list-group-item {
        border-radius: 0;
        border: 0;
        border-bottom: 1px dotted #E4E4E4;
        margin: 0;
        padding: 10px 0;
    }

        .blog-category ul li.list-group-item a {
            border-radius: 0;
            border: 0;
            padding: 0;
            color: #444;
        }

            .blog-category ul li.list-group-item a:hover {
                color: #ec6601;
            }

/*============SIMPLE BLOG ==================*/
.blog-header {
    margin-bottom: 10px;
}

    .blog-header h3 {
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

.blog-listitem.list .left-block,
.blog-listitem.list .right-block {
    padding: 0;
}

.blog-listitem.grid .itemBlogImg.left-block {
    display: block;
    position: relative;
}

.blog-listitem.list .blog-item .itemBlogImg .article-image {
    margin: 0;
}

.blog-listitem {
    margin: 0 -15px;
}

    .blog-listitem .blog-item {
        float: left;
        width: 100%;
        padding: 15px 0;
    }

        .blog-listitem .blog-item .itemBlogImg .article-image {
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .blog-listitem .blog-item .itemBlogImg img {
            border: 0;
            padding: 0;
            border-radius: 0;
            width: 100%;
        }

        .blog-listitem .blog-item .itemBlogContent .article-title h4 {
            margin: 0px 0px 8px;
        }

            .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
                font-size: 16px;
                color: #333333;
            }

                .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
                    color: #ec6601;
                }

        .blog-listitem .blog-item .itemBlogContent .see-more {
            font-size: 14px;
            color: #ec6601;
            display: block;
            text-align: left;
        }

            .blog-listitem .blog-item .itemBlogContent .see-more b {
                font-weight: 400;
            }

            .blog-listitem .blog-item .itemBlogContent .see-more:hover {
                text-decoration: underline;
            }

            .blog-listitem .blog-item .itemBlogContent .see-more .fa-angle-right {
                float: none;
                padding-left: 8px;
            }

        .blog-listitem .blog-item .itemBlogContent .article-sub-title {
            border: 0;
            margin-bottom: 0;
            display: inline;
        }

            .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
                font-size: 11px;
                color: #999;
            }

                .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
                    margin-right: 5px;
                }

        .blog-listitem .blog-item .itemBlogContent .article-description {
            padding: 8px 0;
        }

        .blog-listitem .blog-item .itemBlogContent .blog-meta {
            float: left;
            border: 0;
            margin: 0;
            color: #999;
            line-height: 10px;
        }

            .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
                padding: 0 10px;
                line-height: 15px;
                font-weight: normal;
                font-size: 11px;
            }

                .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
                    padding-left: 0;
                    border-right: 1px solid #E5E5E5;
                }

                    .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
                        color: #ec6601;
                        line-height: 10px;
                    }

/*============ARTICLE INFO==================*/
div.article-info {
    border: 0;
}

    div.article-info .article-title {
        font-size: 20px;
        font-weight: normal;
        color: #444;
    }

        div.article-info .article-title h1 {
            font-size: 16px;
            margin-top: 0;
            font-weight: bold;
        }

    div.article-info .article-sub-title {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

        div.article-info .article-sub-title span {
            font-weight: bold;
            border-right: 1px solid #E5E5E5;
            display: block;
            float: left;
            font-size: 11px;
            color: #999;
            line-height: 11px;
            padding: 0 11px;
            font-weight: normal !important;
        }

            div.article-info .article-sub-title span.bullet {
                display: none;
            }

            div.article-info .article-sub-title span.article-author {
                padding-left: 0;
            }

                div.article-info .article-sub-title span.article-author a {
                    font-size: 11px;
                    color: #999;
                    font-weight: normal;
                }

            div.article-info .article-sub-title span.article-comment {
                border-right: 0;
            }

        div.article-info .article-sub-title .article-share {
            display: none;
        }

    div.article-info .article-image {
        clear: both;
    }

        div.article-info .article-image img {
            border: 0;
            border-radius: 0;
            padding: 0;
            height: auto;
        }

    div.article-info .article-description {
        font-size: 13px;
    }

    div.article-info .related-comment {
        border-radius: 0;
        border: 0;
        border-top: 1px solid #ddd;
        padding-top: 15px;
        box-shadow: none;
    }

        div.article-info .related-comment .panel-body {
            padding: 0;
            border: 0;
        }

            div.article-info .related-comment .panel-body .form-group #comments {
                padding: 0;
                border: 0;
                overflow: hidden;
            }

                div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
                    margin: 0 0 30px;
                    padding: 0;
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 14px;
                }

        div.article-info .related-comment #button-comment {
            background: #ec6601;
            border-color: #ec6601;
        }

            div.article-info .related-comment #button-comment:hover {
                background: #444;
                border-color: #444;
            }

    div.article-info #comment-list h5 {
        display: none;
    }

    div.article-info #comment-list a {
        color: #ec6601;
        text-decoration: underline;
    }

    div.article-info .itemFullText {
        text-align: justify;
    }

/*****************************************************************************
******                     SO Framework: Sass Garenal                   ******
******************************************************************************/
/* 2. STYLE OWL
------------------------------*/
/* 3. STYLE ALL SITE
-------------------------------*/
body {
    color: #555555;
    font-size: 13px;
    line-height: 22px;
    font-family: Open Sans, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

ul.menu, ul.blank, .htmlcontent-home, .menu-category .list-group, .menu-category .list-group > li ul, .filter-shopby .checkboxes_list, .filter-row .checkboxes_list, .filter-shopby .simple_vertical_list, .filter-row .simple_vertical_list, .tags_cloud, #collections_block ul, ul.contact-address, ul.product-options {
    list-style: none;
    padding: 0;
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 0 5px 15px;
}

img {
    max-width: 100%;
}

.align-center {
    display: table;
    margin: 0 auto;
}

.text-danger {
    color: #fff;
    display: inline-block;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 11px;
}

a, .btn-link {
    color: #ec6601;
    transition: color 0.3s ease-in-out;
}

    a:hover, .btn-link:hover {
        color: #f7b867;
        text-decoration: none;
    }

    a, a:visited, a:active, a:link, a:focus {
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }

.btn.active, .btn:active {
    box-shadow: none !important;
}

.input-group-btn > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0 0 0 15px;
}

em {
    font-style: normal;
}

.fancybox-outer, .fancybox-inner {
    text-align: center;
}

    .fancybox-outer .wishlist_product_view, .fancybox-inner .wishlist_product_view {
        margin-bottom: 15px;
    }

.list-inline {
    display: inline-block;
}

.zoomContainer {
    overflow: hidden;
}

.img-thumbnail.pull-left {
    margin-right: 30px;
}

.img-thumbnail.pull-right {
    margin-left: 30px;
}

.selector {
    display: inline-block;
    position: relative;
    height: 30px;
    padding-right: 30px;
}

    .selector span {
        display: none;
    }

    .selector select {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        top: 0px;
        left: 0px;
        font-size: 13px;
        color: #999;
        padding: 5px 7px;
        border: solid 1px #e6e6e6;
    }

        .selector select:focus {
            box-shadow: none;
            outline: none;
            border-color: #e6e6e6;
        }

    .selector:after {
        content: "\f0d7";
        margin: 0;
        height: 28px;
        width: 28px;
        text-align: center;
        color: #666;
        position: absolute;
        top: 1px;
        right: 1px;
        background: #fff;
        pointer-events: none;
        line-height: 25px;
        font-size: 12px;
    }

.margin-zero {
    margin: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* 4. FORM
-----------------------------------------------------------------*/
.clearfix {
    clear: both;
}

.inline {
    display: inline-block;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    border-radius: 0;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.dropdown-menu {
    font-size: inherit;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background: #ec6601;
    border-color: #ec6601;
    color: white;
}

.buttonGray {
    padding: 7px 12px;
    background: #555555;
    color: #fff;
    border-radius: 0;
    border-color: #555555;
}

    .buttonGray:hover {
        background: #ec6601;
        border-color: #ec6601;
        color: #fff;
    }

.submit {
    margin: 1em 0;
}

select, textarea {
    color: #666;
}

select {
    box-shadow: none !important;
    padding-left: 5px;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../image/theme/icons/bg-selectbox.png") no-repeat right center #fff;
}

textarea {
    height: auto;
    resize: none;
}

.alert-danger,
.alert-success {
    display: inline-block;
    width: 100%;
    border-radius: 0;
}

.filter_group input {
    display: none;
}

.filter_group [type=checkbox] + span:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 18px;
    padding-left: 2px;
    line-height: 16px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    color: #ffffff;
}

.filter_group [type=checkbox]:checked + span:before {
    color: #333333;
}

/* 5. TABLE
-----------------------------------------------------*/
.table thead > tr > th {
    background: #eee;
}

table.std th, table.std td {
    vertical-align: middle;
    border: #ccc;
    padding: 10px;
    text-align: center;
}

table.std th {
    white-space: nowrap;
    background: #f5f5f5;
}

table.std tfoot td {
    color: #333;
    text-align: right;
    white-space: nowrap;
}

table.std {
    background: #fdfdfd;
    border-spacing: 0;
    vertical-align: middle;
    border: #ccc;
    width: 100%;
}

table th {
    border: #ccc;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.delivery_option table td {
    text-align: center;
}

table tfoot td {
    text-align: right;
}

table.table-bordered thead > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.sidebar-menu .box-category-menu {
    z-index: 2;
}

.label-mega {
    background: #ee3b27;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}

#button-review {
    margin-top: 12px;
    padding: 7px 12px;
    margin-right: 10px;
    background: gray;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: gray;
}

    #button-review:hover {
        background: #ec6601;
        border-color: #ec6601;
    }

.product-search .checkbox-inline {
    display: block;
}

/* 	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

	[1]		Page Faq
	[2]		Page About us
	[3]		Page Contact
	[4]		page 404 
	
*/
#map-canvas {
    height: 600px;
}

ul.yt-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.yt-accordion li.accordion-group {
        margin-bottom: 1px;
    }

        ul.yt-accordion li.accordion-group h3.accordion-heading {
            margin: 0;
            cursor: pointer;
            background-color: #f4f4f4;
            position: relative;
            z-index: 2;
        }

            ul.yt-accordion li.accordion-group h3.accordion-heading span {
                padding: 10px;
                font-size: 16px;
                display: block;
                margin-left: 40px;
                line-height: 24px;
            }

            ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
                margin: 0px;
                font-family: verdana;
                font-size: 17px;
                width: 40px;
                background: #A0A0A0;
                color: white;
                text-align: center;
                line-height: 40px;
                vertical-align: top;
                position: absolute;
                z-index: 5;
                top: 0;
                bottom: 0;
            }

        ul.yt-accordion li.accordion-group .accordion-inner {
            border: 1px solid #f4f4f4;
            padding: 10px 15px;
            background: #E6E6E3;
        }

        ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
            content: "+";
        }

        ul.yt-accordion li.accordion-group h3.accordion-heading.active .fa-plus-square:before {
            content: "-";
        }

        ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
            color: white;
            background: #8E8E8E;
        }

            ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
                background: #666;
            }

.about-us .about-title {
    font-size: 171%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-us .name-member {
    font-size: 116.67%;
    font-weight: bold;
}

.about-us .job-member {
    margin: 7px 0 5px;
    font-style: italic;
}

    .about-us .job-member:before, .about-us .job-member:after {
        content: "---";
        margin: 0 5px;
    }

.about-us .social-member {
    list-style: none;
}

    .about-us .social-member .social-icon {
        display: inline-block;
        margin: 0 3px;
    }

        .about-us .social-member .social-icon a {
            display: inline-block;
            color: #fff;
            font-size: 16px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            border-radius: 50%;
        }

            .about-us .social-member .social-icon a span {
                display: none;
            }

            .about-us .social-member .social-icon a:hover {
                background-color: #ec6601 !important;
            }

        .about-us .social-member .social-icon.rss a {
            background-color: #f8bc2e;
        }

        .about-us .social-member .social-icon.facebook a {
            background-color: #39599f;
        }

        .about-us .social-member .social-icon.twitter a {
            background-color: #45b0e3;
        }

        .about-us .social-member .social-icon.google a {
            background-color: #1872bf;
        }

.about-us .des-member.des-client {
    max-width: 950px;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 10px;
}

.about-us .member-info {
    text-align: center;
    padding-top: 15px;
}

.about-us .client-say-content {
    text-align: center;
}

    .about-us .client-say-content .client-say-slider {
        padding-top: 15px;
    }

        .about-us .client-say-content .client-say-slider .owl2-dots {
            position: absolute;
            left: 0;
            top: -23px;
            width: 100%;
        }

            .about-us .client-say-content .client-say-slider .owl2-dots span {
                width: 16px;
                height: 16px;
                background-color: #d9d9d9;
                border: none;
                margin: 0 2px;
                opacity: 1;
                display: block;
                border-radius: 50%;
                -webkit-border-radius: 50%;
            }

            .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
                display: inline-block;
            }

                .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot.active span {
                    background-color: #929292;
                }

                .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot span:hover {
                    background-color: #929292;
                }

.about-us .about-us-center {
    text-align: center;
}

    .about-us .about-us-center .content-description {
        padding-top: 25px;
        clear: both;
        margin-bottom: 30px;
    }

.about-us .client-logo-content {
    border-bottom: 1px dashed #e7e7e7;
    border-top: 1px dashed #e7e7e7;
    padding-bottom: 10px;
    text-align: center;
}

    .about-us .client-logo-content .about-title {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        position: relative;
        text-align: center;
        top: -19px;
    }

.about-us .owl2-controls .owl2-nav div {
    color: #fff;
    border_radius: 50%;
    position: absolute;
    top: 29%;
    overflow: visible;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    margin: 0 3px;
    background-color: #A6A6A8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .about-us .owl2-controls .owl2-nav div:hover {
        background-color: #ec6601;
    }

    .about-us .owl2-controls .owl2-nav div.owl2-next {
        right: -19px;
    }

    .about-us .owl2-controls .owl2-nav div.owl2-prev {
        left: -19px;
    }

    .about-us .owl2-controls .owl2-nav div:before {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #a6a6a7;
        line-height: 32px;
        top: 1px;
    }

    .about-us .owl2-controls .owl2-nav div:hover:before {
        background-color: #ec6601;
    }

.about-us .client-logo-slider {
    padding: 0 25px;
}

    .about-us .client-logo-slider img {
        width: auto;
        display: inline-block;
    }

.about-us .about-image-slider {
    max-width: 570px;
    margin: 0 auto;
}

    .about-us .about-image-slider .owl2-controls .owl2-nav div {
        top: 50%;
        margin-top: -15px;
        border: none !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        overflow: hidden;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .about-us .about-image-slider .owl2-controls .owl2-nav div:before {
            border-radius: 0;
            -webkit-border-radius: 0;
            background-color: transparent;
            color: #c8c8c8;
        }

        .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
            right: 10px;
        }

        .about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
            left: 10px;
        }

        .about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
            border-color: #ec6601;
        }

            .about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
                color: #fff;
            }

.about-us .skills-value {
    padding-top: 52px;
}

    .about-us .skills-value .label-skill {
        font-weight: bold;
    }

.about-us .about-us-content .description-about {
    padding: 20px 0;
}

.about-us .content-faq {
    position: relative;
    top: -15px;
}

    .about-us .content-faq .panel {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

        .about-us .content-faq .panel .panel-title {
            font-size: 100%;
            font-weight: bold;
        }

            .about-us .content-faq .panel .panel-title a {
                display: block;
                padding: 15px 0 15px 25px;
                position: relative;
            }

                .about-us .content-faq .panel .panel-title a:after {
                    transform: rotate(135deg);
                    content: "";
                    width: 4px;
                    height: 4px;
                    position: absolute;
                    left: 6px;
                    top: 50%;
                    margin-top: 6px;
                    background-color: #ec6601;
                }

                .about-us .content-faq .panel .panel-title a:before {
                    background-color: #ec6601;
                    content: "-";
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    margin-top: -8px;
                    border-radius: 2px;
                    -webkit-border-radius: 2px;
                    color: #fff;
                    text-align: center;
                    line-height: 16px;
                }

                .about-us .content-faq .panel .panel-title a.collapsed:after {
                    background-color: #737373;
                }

                .about-us .content-faq .panel .panel-title a.collapsed:before {
                    background-color: #737373;
                    content: "?";
                }

        .about-us .content-faq .panel .panel-body {
            padding: 0 0 13px;
        }

.about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.about-demo-1 .about-image,
.about-demo-1 .about-info {
    margin-bottom: 40px;
}

.about-demo-1 .what-client-say {
    margin-bottom: 60px;
}

.about-demo-1 .line-hori {
    text-align: center;
    position: relative;
    z-index: 3;
}

    .about-demo-1 .line-hori > span {
        background: white;
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 0 20px;
    }

    .about-demo-1 .line-hori:before {
        position: absolute;
        content: "";
        border-bottom: 1px dashed #ccc;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        z-index: 3;
    }

.about-demo-2 .our-team {
    margin-bottom: 60px;
}

.about-demo-3 .about-image,
.about-demo-3 .about-info {
    margin-bottom: 30px;
}

.info-contact .name-store h3 {
    padding: 7px 0px;
    margin-top: 10px;
}

.info-contact .icon {
    float: left;
    padding-right: 15px;
}

    .info-contact .icon .fa {
        font-size: 20px;
    }

.info-contact .comment {
    line-height: 24px;
}

.contact-form legend {
    border-bottom: 0;
}

/*******************************************************************************
******                 SO Framework: Sass ProductList                     ******
********************************************************************************/
/*-----------Block Ratings----------------*/
.rating-box {
    margin: 5px 0;
}

    .rating-box span.fa-stack {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

        .rating-box span.fa-stack .fa-star-o:before {
            color: #999;
        }

        .rating-box span.fa-stack .fa-star.fa-stack-1x {
            position: relative;
            z-index: 1;
        }

            .rating-box span.fa-stack .fa-star.fa-stack-1x:before {
                color: #ebdb2c;
            }

/*-----------Block Price----------------*/
.price {
    font-size: 18px;
    font-weight: bold;
}

    .price .price-new {
        color: #e74c3c;
    }

    .price .price-old {
        text-decoration: line-through;
        color: #999;
        font-size: 11px;
        line-height: 10px;
    }

    .price .price-old2 {
        text-decoration: line-through;
        color: #999;
        font-size: 16px;
    }

.refine-search .thumbnail {
    margin: 0 0 10px;
}

.refine-search a {
    color: #444;
}

    .refine-search a:hover {
        color: #ec6601;
    }

h2.title-category {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 0 0 10px 0;
}

.filters-panel {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #DDDDDD;
    margin-bottom: 15px;
    padding: 10px 0;
    margin-top: 30px;
}

    .filters-panel .list-view {
        text-align: left;
        margin-top: 4px;
    }

        .filters-panel .list-view button.btn {
            border-radius: 0;
            padding: 3px 8px;
            color: #666;
        }

            .filters-panel .list-view button.btn.active {
                background: #ec6601;
                color: #fff;
                border-color: #ec6601;
                box-shadow: none;
            }

                .filters-panel .list-view button.btn.active:hover {
                    background: #ec6601;
                    color: #fff;
                }

            .filters-panel .list-view button.btn:hover {
                color: #ec6601;
                background: transparent;
                border-color: #ec6601;
            }

            .filters-panel .list-view button.btn:focus {
                border-radius: 0;
                border-color: #ec6601;
                outline: none;
            }

        .filters-panel .list-view .fa {
            font-size: 14px;
        }

    .filters-panel.product-filter-bottom {
        margin-top: 15px;
    }

    .filters-panel .box-pagination ul {
        margin: 4px 0 0 0;
        height: 27px;
    }

    .filters-panel select {
        border-radius: 0;
    }

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
    padding: 0;
    width: 27px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.short-by-show .form-group {
    margin-right: 10px;
}

.mfp-iframe-holder .mfp-close {
    right: 0;
    left: auto;
}

.label-new, .label-sale {
    font-size: 10px;
    height: 20px;
    padding: 3px 10px;
    min-width: 56px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 13px;
    text-transform: uppercase;
}

.label-sale {
    background: #e74c3c;
    top: 0;
    left: 0;
}

    .label-sale:after {
        content: "";
        border-top: 9px solid #e74c3c;
        border-left: 8px solid transparent;
        position: absolute;
        bottom: -6px;
        right: 8px;
    }

.label-new {
    background: #3C639A;
    top: 0;
    right: 0;
}

    .label-new:after {
        content: "";
        border-top: 9px solid #3C639A;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: -6px;
        right: 8px;
    }

.label-percent {
    padding: 0px 5px;
    background: #ec6601 !important;
    font-size: 13px;
    font-weight: normal;
}

.label-percent2 {
    padding: 4px 10px;
    background: #919191;
    font-size: 16px;
    font-weight: normal;
}

.products-list, div.tab-slider .ltabs-items-container .ltabs-items {
    /*----------------PRODUCT LIST GRID ------------------*/
    /*----------------PRODUCT LIST LIST ------------------*/
}

    .products-list .product-layout .left-block .quickview, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .quickview {
        cursor: pointer;
        display: block;
        text-align: center;
        background: none repeat scroll 0 0 white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
        color: #777676;
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        left: 50%;
        margin: -21px 0 0 -53px;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 107px;
        border-radius: 0;
    }

        .products-list .product-layout .left-block .quickview:hover, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .quickview:hover {
            background: #ec6601;
            color: #fff;
            border-color: #ec6601;
        }

    .products-list .product-layout .left-block .product-image-container, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .product-image-container {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .products-list .product-layout .left-block .product-image-container.second_img .img_0, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .product-image-container.second_img .img_0 {
            position: absolute;
            z-index: 8;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            top: 100%;
            left: 0;
            opacity: 0;
        }

    .products-list .product-layout .left-block .countdown_box, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box {
        width: 100%;
        position: absolute;
        top: 35%;
        transition: 0.3s all ease 0s;
        transform: scale(1);
        left: 0;
    }

        .products-list .product-layout .left-block .countdown_box .title, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .title {
            color: white;
            font-weight: bold;
            padding: 5px 0;
            text-align: center;
            font-size: 14px;
        }

        .products-list .product-layout .left-block .countdown_box .countdown_inner, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner {
            float: left;
            width: 100%;
            background: #ec6601;
        }

            .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner .time-item {
                width: 25%;
                float: left;
                color: #fff;
                padding: 3px;
                text-align: center;
                border: 1px solid #f8c380;
                border-left: 0;
            }

                .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item:last-child, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner .time-item:last-child {
                    border-right: none;
                }

                .products-list .product-layout .left-block .countdown_box .countdown_inner .time-item .num-time, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner .time-item .num-time {
                    font-weight: bold;
                    font-size: 15px;
                }

    .products-list .product-layout .caption, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption {
        overflow: hidden;
    }

        .products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption h4 {
            font-size: 13px;
            margin: 0 0 5px;
            height: 50px;
        }

        .products-list .product-layout .caption a, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption a {
            color: #444;
        }

            .products-list .product-layout .caption a:hover, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption a:hover {
                color: #ec6601;
            }

    .products-list .product-layout .button-group, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group {
        margin: 10px 0;
    }

        .products-list .product-layout .button-group .addToCart, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart {
            position: relative;
            border: 1px solid #ddd;
            background: transparent;
            color: #444;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 7px 15px;
            display: inline-block;
        }

            .products-list .product-layout .button-group .addToCart i, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart i {
                margin-right: 5px;
            }

            .products-list .product-layout .button-group .addToCart:hover, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart:hover {
                background: #ec6601;
                color: #fff;
                border-color: #ec6601;
            }

                .products-list .product-layout .button-group .addToCart:hover:before, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart:hover:before {
                    background-position: 0px 0px;
                }

        .products-list .product-layout .button-group .addToCart--notext, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart--notext {
            font-size: 16px;
            height: 38px;
            padding: 0 10px;
            vertical-align: top;
        }

            .products-list .product-layout .button-group .addToCart--notext span, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart--notext span {
                display: none;
            }

        .products-list .product-layout .button-group .wishlist, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .wishlist, .products-list .product-layout .button-group .compare, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .compare {
            background: transparent;
            border-radius: 0;
            border: 1px solid #ddd;
            height: 38px;
            text-align: center;
            padding: 0 10px;
            vertical-align: top;
        }

            .products-list .product-layout .button-group .wishlist:hover, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .wishlist:hover, .products-list .product-layout .button-group .compare:hover, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .compare:hover {
                border-color: #ec6601;
                color: #ec6601;
            }

    .products-list.grid .product-layout .product-item-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container {
        margin: 15px 0;
        padding: 10px;
        /*padding: 15px;*/
        border: 1px solid #dddddd;
        overflow: hidden;
    }

        .products-list.grid .product-layout .product-item-container .left-block, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .left-block {
            position: relative;
            float: left;
            width: 100%;
        }

            .products-list.grid .product-layout .product-item-container .left-block .quickview, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .left-block .quickview {
                top: 0;
                opacity: 0;
            }

            .products-list.grid .product-layout .product-item-container .left-block .product-image-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .left-block .product-image-container {
                margin-bottom: 15px;
            }

        .products-list.grid .product-layout .product-item-container .right-block, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .right-block {
            clear: both;
        }

        .products-list.grid .product-layout .product-item-container:hover, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover {
            box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
        }

            .products-list.grid .product-layout .product-item-container:hover .left-block .quickview, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .left-block .quickview {
                top: 46%;
                opacity: 1;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                background: #ec6601;
                color: #fff;
                border-color: #ec6601;
            }

                .products-list.grid .product-layout .product-item-container:hover .left-block .quickview:hover, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .left-block .quickview:hover {
                    background: #444;
                    border-color: #444;
                }

            .products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .left-block .countdown_box {
                transform: scale(0);
            }

            .products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
                top: 0;
                opacity: 1;
                z-index: 0;
            }

            .products-list.grid .product-layout .product-item-container:hover .right-block .caption h4 a, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .right-block .caption h4 a {
                color: #ec6601;
            }

    .products-list.list .product-layout, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout {
        width: 100%;
    }

        .products-list.list .product-layout .product-item-container, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container {
            float: left;
            width: 100%;
            margin: 15px 0;
            overflow: hidden;
        }

            .products-list.list .product-layout .product-item-container .left-block, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .left-block {
                border: 1px solid #ddd;
            }

                .products-list.list .product-layout .product-item-container .left-block .quickview, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .left-block .quickview {
                    top: 0;
                    opacity: 0;
                }

                .products-list.list .product-layout .product-item-container .left-block .product-image-container, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .left-block .product-image-container {
                    padding: 15px 0;
                }

            .products-list.list .product-layout .product-item-container .right-block .caption, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .right-block .caption {
                padding: 0 10px;
            }

            .products-list.list .product-layout .product-item-container .right-block .description, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .right-block .description {
                padding: 0;
                margin-top: 15px;
            }

            .products-list.list .product-layout .product-item-container .right-block .button-group, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container .right-block .button-group {
                padding: 0 10px;
            }

            .products-list.list .product-layout .product-item-container:hover .left-block, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block {
                box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
            }

                .products-list.list .product-layout .product-item-container:hover .left-block .quickview, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block .quickview {
                    top: 46%;
                    opacity: 1;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    transition: all 0.3s ease-in-out 0s;
                    background: #ec6601;
                    color: #fff;
                    border-color: #ec6601;
                }

                    .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block .quickview:hover {
                        background: #444;
                        border-color: #444;
                    }

                .products-list.list .product-layout .product-item-container:hover .left-block .countdown_box, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block .countdown_box {
                    transform: scale(0);
                }

                .products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
                    top: 0;
                    opacity: 1;
                    z-index: 0;
                }

            .products-list.list .product-layout .product-item-container:hover .right-block .caption h4 a, div.tab-slider .ltabs-items-container .list.ltabs-items .product-layout .product-item-container:hover .right-block .caption h4 a {
                color: #ec6601;
            }

.product-view .content-product-left.class-honizol .thumb-video {
    bottom: 190px;
}

.left-content-product {
    margin-bottom: 30px;
}

    .left-content-product .content-product-left .large-image {
        cursor: pointer;
        display: block;
        padding: 1px;
        overflow: hidden;
        position: relative;
        border: 1px solid #e6e6e6;
    }

        .left-content-product .content-product-left .large-image img {
            background: #fff;
        }

        .left-content-product .content-product-left .large-image .label-sale {
            left: 25px;
        }

    .left-content-product .content-product-left .thumb-video {
        margin-top: -50px;
        bottom: 40px;
        position: absolute;
        z-index: 950;
        font-size: 32px;
        right: 40px;
        z-index: 540;
    }

    .left-content-product .content-product-left .full_slider, .left-content-product .content-product-left .not_full_slider {
        margin-top: 10px;
    }

        .left-content-product .content-product-left .full_slider .thumbnail, .left-content-product .content-product-left .not_full_slider .thumbnail {
            border-radius: 0;
            margin-bottom: 0;
        }

            .left-content-product .content-product-left .full_slider .thumbnail:hover, .left-content-product .content-product-left .not_full_slider .thumbnail:hover {
                border-color: #ec6601;
            }

            .left-content-product .content-product-left .full_slider .thumbnail.active, .left-content-product .content-product-left .not_full_slider .thumbnail.active {
                border-color: #ec6601;
            }

        .left-content-product .content-product-left .full_slider .owl2-nav div, .left-content-product .content-product-left .not_full_slider .owl2-nav div {
            width: 27px;
            height: 27px;
            border: 1px solid #dfdfdf;
            border-radius: 0;
            font-size: 0;
            background-color: transparent;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            top: 50%;
            margin-top: -12px;
            position: absolute;
        }

            .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
                background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
                background-position: -36px 0px;
                left: -14px;
                float: left;
                background-color: #fff;
            }

                .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
                    border-color: #ec6601;
                    background-color: #ec6601;
                    background-position: 0px 0px;
                    opacity: 1;
                }

                .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
                    display: none;
                }

            .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next {
                background: url("../image/theme/icons/next-prev-detail.png") no-repeat;
                background-position: -71px 0px;
                right: -14px;
                float: right;
                background-color: #fff;
            }

                .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
                    border-color: #ec6601;
                    background-color: #ec6601;
                    background-position: -107px 0px;
                    opacity: 1;
                }

                .left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
                    display: none;
                }

    .left-content-product .content-product-right .title-product h1 {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 22px;
        font-weight: bold;
    }

    .left-content-product .content-product-right .box-review .ratings {
        display: inline-block;
        margin-right: 20px;
    }

    .left-content-product .content-product-right .box-review a {
        color: #444;
        float: right;
    }

        .left-content-product .content-product-right .box-review a:hover {
            color: #ec6601;
            float: right;
        }

    .left-content-product .content-product-right .product-box-desc {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 10px 20px;
        margin-top: 20px;
    }

        .left-content-product .content-product-right .product-box-desc .inner-box-desc {
            position: relative;
        }

.price-tax {
    font-size: 20px;
    font-weight: bold;
}

    .price-tax span {
        font-size: 14px;
        color: #999;
        font-weight: 100;
    }

.left-content-product .content-product-right .product-box-desc .inner-box-desc:before {
    content: "";
    width: 4px;
    background: #ec6601;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
}

.left-content-product .content-product-right .product-box-desc span {
    font-weight: bold;
}

.left-content-product .content-product-right .product-box-desc .brand a {
    color: #666;
}

    .left-content-product .content-product-right .product-box-desc .brand a:hover {
        color: #ec6601;
    }

.left-content-product .content-product-right .product-label {
    overflow: hidden;
}

    .left-content-product .content-product-right .product-label .price {
        font-size: 32px;
        font-weight: 600;
        line-height: 25px;
    }

@media (min-width: 1200px) {
    .left-content-product .content-product-right .product-label .price {
        float: left;
    }
}

@media (min-width: 1200px) {
    .left-content-product .content-product-right .product-label .stock {
        float: right;
    }
}

.left-content-product .content-product-right .product-label .stock .status-stock {
    color: #00abf0;
}

    .left-content-product .content-product-right .product-label .stock .status-stock:before {
        content: "\f046";
        font-family: FontAwesome;
        display: inline-block;
        color: #00abf0;
        margin-right: 5px;
        margin-left: 10px;
    }

.left-content-product .content-product-right .product-label .stock .status-stock2 {
    color: #e74c3c;
}

    .left-content-product .content-product-right .product-label .stock .status-stock2:before {
        content: "\f00d";
        font-family: FontAwesome;
        display: inline-block;
        color: #e74c3c;
        margin-right: 5px;
        margin-left: 10px;
    }


.left-content-product .content-product-right #product {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .left-content-product .content-product-right #product h3 {
        margin-top: 0;
    }

    .left-content-product .content-product-right #product .image_option_type label.control-label {
        margin-right: 10px;
        margin-top: 3px;
    }

    .left-content-product .content-product-right #product .product-options .img-thumbnail {
        width: 22px;
        height: 22px;
        border-radius: 0;
        padding: 1px;
    }

    .left-content-product .content-product-right #product .box-checkbox label {
        width: 100%;
    }

    .left-content-product .content-product-right #product .box-date {
        padding-left: 0;
    }

        .left-content-product .content-product-right #product .box-date label {
            margin-right: 10px;
            width: 80px;
        }

        .left-content-product .content-product-right #product .box-date input {
            width: 200px;
        }

        .left-content-product .content-product-right #product .box-date input, .left-content-product .content-product-right #product .box-date button {
            border-radius: 0;
            position: relative;
            z-index: 0;
            margin-left: 0;
        }

        .left-content-product .content-product-right #product .box-date .input-group-btn {
            float: left;
        }

        .left-content-product .content-product-right #product .box-date button:hover {
            background: #ec6601;
            color: #fff;
        }

.left-content-product .content-product-right .box-info-product {
    float: left;
    width: 100%;
}

    .left-content-product .content-product-right .box-info-product .quantity .quantity-control {
        float: left;
        margin: 0;
        background: #eee;
        padding: 4px 10px;
        position: relative;
    }

        .left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
            float: left;
            font-weight: normal;
            margin-top: 8px;
            padding-right: 5px;
        }

        .left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
            float: left;
            height: 33px;
            line-height: 31px;
            margin: 0;
            margin-right: 17px;
            padding: 0 10px;
            width: 35px;
            border: 1px solid #bdc2c9;
            border-radius: 0;
            z-index: 0;
        }

        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span {
            border: 0 none;
            color: white;
            float: left;
            font-size: 10px;
            font-weight: normal;
            margin-left: 5px;
            border-radius: 0;
            cursor: pointer;
            line-height: 16px;
        }

            .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
                background: none repeat scroll 0 0 #444444;
                padding: 0 4px;
                position: absolute;
                right: 14px;
                top: 4px;
                height: 16.5px;
                width: 14px;
            }

            .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
                background: none repeat scroll 0 0 #444444;
                font-size: 13px;
                padding: 0 4px;
                position: absolute;
                right: 14px;
                top: 21px;
                width: 14px;
                height: 15.5px;
                line-height: 15px;
            }

            .left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
                background: #ec6601 !important;
            }

    .left-content-product .content-product-right .box-info-product .cart {
        float: left;
        margin-right: 10px;
    }

        .left-content-product .content-product-right .box-info-product .cart a {
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
        }

            .left-content-product .content-product-right .box-info-product .cart a i {
                margin-right: 5px;
            }

        .left-content-product .content-product-right .box-info-product .cart input {
            background: #ec6601;
            border-radius: 0;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: bold;
            padding: 12px 26px;
        }

            .left-content-product .content-product-right .box-info-product .cart input:hover {
                background: #444;
            }

    .left-content-product .content-product-right .box-info-product .add-to-links ul li a {
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        color: #666;
        border: 1px solid #e6e6e6;
        cursor: pointer;
    }

        .left-content-product .content-product-right .box-info-product .add-to-links ul li a.text {
            display: none;
        }

        .left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
            border-color: #ec6601;
            color: #ec6601;
        }

.thumb-vertical-outer {
    width: 100px;
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 50px 0;
}

    .thumb-vertical-outer .lSAction {
        display: none !important;
    }

    .thumb-vertical-outer .thumbnail {
        border-color: #e6e6e6;
    }

    .thumb-vertical-outer .btn-more {
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        position: absolute;
        font-size: 36px;
        cursor: pointer;
        margin-left: -20px;
        left: 50%;
        color: #444;
    }

        .thumb-vertical-outer .btn-more:hover {
            color: #ec6601;
        }

        .thumb-vertical-outer .btn-more.prev-thumb {
            top: 0;
        }

        .thumb-vertical-outer .btn-more.next-thumb {
            bottom: 0;
        }

    .thumb-vertical-outer .prev {
        margin-bottom: 5px;
    }

    .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
        cursor: pointer;
    }

        .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
            visibility: hidden;
        }

        .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
            font-size: 16px;
            display: block;
            text-align: center;
        }

    .thumb-vertical-outer ul.thumb-vertical {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .thumb-vertical-outer ul li {
        cursor: pointer;
        margin-bottom: 10px;
    }

        .thumb-vertical-outer ul li .thumbnail {
            border-radius: 0;
            padding: 0;
            margin: 0;
        }

            .thumb-vertical-outer ul li .thumbnail img {
                padding: 0px;
                transition: all 0.3s ease;
                position: relative;
            }

            .thumb-vertical-outer ul li .thumbnail:hover {
                border-color: #ec6601;
            }

            .thumb-vertical-outer ul li .thumbnail.active {
                border-color: #ec6601;
            }

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
    margin-bottom: 35px;
    padding: 0;
    z-index: 1;
}

    .producttab .tabsslider .nav-tabs li {
        margin-bottom: 0;
    }

        .producttab .tabsslider .nav-tabs li a {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 0px;
            margin: 0px;
            border: 1px solid #ddd;
            border-bottom: 0;
            margin-right: -1px;
            padding: 10px 30px;
            position: relative;
            background: #fff;
            color: #666;
        }

        .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
            border-top-color: #ec6601;
        }

            .producttab .tabsslider .nav-tabs li.active a:before, .producttab .tabsslider .nav-tabs li:hover a:before {
                content: "";
                width: 100%;
                height: 3px;
                background: #ec6601;
                left: 0;
                position: absolute;
                top: 0;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                z-index: 9;
            }

            .producttab .tabsslider .nav-tabs li.active a:after {
                content: "";
                width: 100%;
                height: 1px;
                background: #fff;
                left: 0;
                position: absolute;
                bottom: -1px;
                z-index: 9;
            }

    .producttab .tabsslider .tab-content {
        padding: 20px;
        display: block;
        margin: 0;
        border: solid 1px #e3e1e1;
        margin-top: -1px;
    }

    .producttab .tabsslider.vertical-tabs {
        border: 1px solid #e6e6e6;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

        .producttab .tabsslider.vertical-tabs ul.nav-tabs {
            border-bottom: medium none;
            margin: 0;
            min-height: 180px;
            padding: 0;
        }

            .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
                border-bottom: 1px solid #ddd;
                clear: both;
                position: relative;
                width: 100%;
                display: block;
            }

                .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
                    border: 0;
                    border-radius: 0;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 16px;
                    margin: 0;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    transition: all 0.3s ease-in-out 0s;
                    color: #666;
                }

                    .producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
                        background: transparent;
                    }

                .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
                    content: "";
                    width: 5px;
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 0;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    transition: all 0.3s ease-in-out 0s;
                    z-index: 999;
                }

                .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
                    border-left-color: #ec6601;
                }

                    .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
                        color: #ec6601;
                    }

                        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
                            display: none;
                        }

                    .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
                        background-color: #ec6601;
                    }

                .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
                    border-left-color: #ec6601;
                }

                    .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
                        background-color: #ec6601;
                    }

                    .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
                        background: transparent;
                        color: #ec6601;
                    }

                        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before, .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
                            display: none;
                        }

                .producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
                    border-top: 0;
                }

        .producttab .tabsslider.vertical-tabs .tab-content {
            border: 0;
            border-left: 1px solid #e6e6e6;
            min-height: 180px;
        }

#product-accordion {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-top: 4px solid #ec6601;
}

    #product-accordion .panel {
        padding: 10px 20px 0 20px;
        border-bottom: 0;
        box-shadow: none;
    }

        #product-accordion .panel .panel-heading {
            border-bottom: 1px dotted #ddd;
            padding: 0 0 10px 0;
        }

            #product-accordion .panel .panel-heading a {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 18px;
                margin: 0;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                color: #666;
                width: 100%;
                display: inline-block;
                position: relative;
            }

                #product-accordion .panel .panel-heading a.title-head.collapsed {
                    color: #666;
                }

                    #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
                        content: "\f0d8";
                    }

                #product-accordion .panel .panel-heading a.title-head {
                    color: #ec6601;
                }

                    #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
                        content: "\f0d7";
                    }

                #product-accordion .panel .panel-heading a span.arrow-up {
                    display: block;
                    position: absolute;
                    right: 0;
                    top: -2px;
                    cursor: pointer;
                    z-index: 10;
                    font-size: 0;
                    text-align: center;
                }

                    #product-accordion .panel .panel-heading a span.arrow-up:before {
                        content: "\f0d8";
                        font-family: "FontAwesome";
                        display: block;
                        vertical-align: middle;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                    }

            #product-accordion .panel .panel-heading:hover {
                border-bottom-color: #ec6601;
            }

                #product-accordion .panel .panel-heading:hover a {
                    color: #ec6601;
                }

        #product-accordion .panel:first-child .panel-heading {
            padding-top: 10px;
        }

        #product-accordion .panel:last-child .panel-heading {
            border-bottom: 0;
        }

    #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px dotted #ec6601;
        margin-top: -1px;
        padding: 0;
    }

.related {
    clear: both;
}

    .related .releate-products .owl2-nav {
        position: absolute;
        top: -45px;
        width: 60px;
        right: -5px;
    }

        .related .releate-products .owl2-nav div {
            width: 20px;
            height: 27px;
            border: 1px solid #dfdfdf;
            margin: 0 5px;
            font-size: 0;
            float: left;
            background-color: transparent;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            position: relative;
            background-color: #fff;
        }

            .related .releate-products .owl2-nav div.owl2-prev {
                background: url(../image/theme/icons/next-prev-detail.png) no-repeat;
                background-position: -41px 0px;
            }

                .related .releate-products .owl2-nav div.owl2-prev:hover {
                    border-color: #ec6601;
                    background-color: #ec6601;
                    background-position: -4px 0px;
                    opacity: 1;
                }

                .related .releate-products .owl2-nav div.owl2-prev.disabled {
                    display: none;
                }

            .related .releate-products .owl2-nav div.owl2-next {
                background: url(../image/theme/icons/next-prev-detail.png) no-repeat;
                background-position: -76px 0px;
            }

                .related .releate-products .owl2-nav div.owl2-next:hover {
                    border-color: #ec6601;
                    background-color: #ec6601;
                    background-position: -112px 0px;
                    opacity: 1;
                }

                .related .releate-products .owl2-nav div.owl2-next.disabled {
                    display: none;
                }

    .related .owl-dots {
        display: none;
    }

.zoomContainer {
    z-index: 90;
}

.image_option_type .selected-option {
    padding-left: 0;
    display: inline;
    text-transform: capitalize;
}

.image_option_type .radio input[type=radio].image_radio {
    display: none;
}

.image_option_type .radio {
    padding-left: 0;
    display: inline;
}

.product-description .product-options img.icon-color {
    width: 20px;
    padding: 0;
}

.product-options label {
    padding: 0;
    color: #666;
}

.product-options .label {
    font-weight: normal;
    font-size: 11px;
}

.product-options .radio {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    cursor: pointer;
}

    .product-options .radio .fa {
        display: none;
    }

.product-options .active .fa {
    display: block;
}

.product-options .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center;
}

.slider-products .content-aside {
    width: 100%;
    padding: 0;
}

.slider-products .four-block {
    padding: 0;
}

.slider-products .policy-detail {
    box-shadow: none;
}

    .slider-products .policy-detail .banner-policy {
        padding: 0;
    }

        .slider-products .policy-detail .banner-policy .policy {
            float: none;
            width: 100%;
            font-size: 12px;
            border: none;
            border-bottom: 1px solid white;
            padding: 25px 10px;
        }

.banner-policy {
    background-color: #eee;
    text-transform: uppercase;
}

    .banner-policy .policy {
        border-bottom: 1px solid #fff;
        line-height: 19px;
        padding: 20px 10px;
    }

        .banner-policy .policy a {
            color: #666;
        }

            .banner-policy .policy a span {
                margin-right: 10px;
            }

            .banner-policy .policy a:hover {
                color: #ec6601;
            }

        .banner-policy .policy.policy1 a span {
            background: url("../image/theme/icons/policy_1.png") no-repeat;
            background-position: center 0;
            width: 48px;
            height: 36px;
            font-size: 0;
            float: left;
        }

        .banner-policy .policy.policy2 a span {
            background: url("../image/theme/icons/ico-freeship.png") no-repeat;
            background-position: center 0;
            width: 53px;
            height: 35px;
            font-size: 0;
            float: left;
        }

        .banner-policy .policy.policy3 a span {
            background: url("../image/theme/icons/ico-celander.png") no-repeat;
            background-position: center 0;
            width: 34px;
            height: 34px;
            font-size: 0;
            float: left;
        }

        .banner-policy .policy.policy4 a span {
            background: url("../image/theme/icons/ico-umbrella.png") no-repeat;
            background-position: center 0;
            width: 34px;
            height: 34px;
            font-size: 0;
            float: left;
        }

.slider-products .banner-policy .policy.policy1 a span, .slider-products .banner-policy .policy.policy2 a span, .slider-products .banner-policy .policy.policy3 a span, .slider-products .banner-policy .policy.policy4 a span {
    width: 53px;
}

/**************************************************************
	Style  Header 1
**************************************************************/
.type_1 .header-top-right ul.top-link > li.account {
    background: #ec6601;
    border-left: 1px solid #ec6601;
}

.type_1 .header-top-right ul.top-link > li:hover {
    background: #ec6601;
}

.type_1 #sosearchpro .button-search:hover {
    background: #ec6601;
    border-color: #ec6601;
}

/**************************************************************
	Style  Header 2 
**************************************************************/
.type_2 .header-top-right ul.top-link > li:hover {
    background: #ec6601;
}

.type_2 .horizontal ul.megamenu > li.active > a,
.type_2 .horizontal ul.megamenu > li.home > a,
.type_2 .horizontal ul.megamenu > li:hover > a {
    background: #ec6601;
    color: #fff;
}

.type_2 #sosearchpro .button-search {
    background: #ec6601;
}

/**************************************************************
	Style  Header  3
**************************************************************/
.type_3 .header-top-right ul.top-link > li:hover {
    background: #ec6601;
}

.type_3 .horizontal ul.megamenu > li.active > a,
.type_3 .horizontal ul.megamenu > li.home > a,
.type_3 .horizontal ul.megamenu > li:hover > a {
    background: #ec6601;
    color: #fff;
}

.type_3 #sosearchpro .button-search i {
    font-size: 18px;
    color: #ec6601;
}

.type_3 #sosearchpro .button-search:hover {
    background: #ec6601;
}

    .type_3 #sosearchpro .button-search:hover i {
        color: #fff;
    }

/**************************************************************
	Style  Header  4
**************************************************************/
.type_4 .header-top-right ul.top-link > li:hover {
    background: #ec6601;
}

.type_4 .horizontal ul.megamenu > li.active > a,
.type_4 .horizontal ul.megamenu > li.home > a,
.type_4 .horizontal ul.megamenu > li:hover > a {
    background: #ec6601;
    color: #fff;
}

.type_4 .wishlist-block a:hover {
    background: #ec6601;
    color: #fff;
}

.type_4 #sosearchpro .button-search {
    background: #ec6601;
}

.type_4 .shopping_cart a.top_cart {
    background: #ec6601;
}

    .type_4 .shopping_cart a.top_cart:hover {
        background: #eb8a0d;
    }

/*******************************************
*	Theme Name: Market
*	Author: Magentech
*	Author URI: http://www.magentech.com
*	Version: 1.0.0
*	Description: This is html5 Sass template 
*******************************************/
/**************************************************************
	Style  Footer 1
**************************************************************/
.type_footer1 a {
    color: #444;
}

    .type_footer1 a:hover {
        color: #ec6601;
    }

.type_footer1 .footer-top ul.menu li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .type_footer1 .footer-top ul.menu li > a:hover {
        margin-left: 5px;
    }

.type_footer1 .contact-address li:hover span {
    background-color: #ec6601;
}

.type_footer1 .collapsed-block.footer-links .footer-directory-title {
    padding: 10px 0;
}

.type_footer1 .collapsed-block.footer-links ul li a:hover {
    color: #ec6601;
}

.type_footer1 .footer-directory-title {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 11px;
    /* [8] */
    font-size: 1.1rem;
    /* [8] */
}

    .type_footer1 .footer-directory-title .label-link {
        color: #333333;
        font-weight: bold;
        padding-bottom: 10px;
        /* [4] */
        /* [6] */
        /* [6] */
        /* [7] */
        font-size: 11px;
        /* [8] */
        font-size: 1.1rem;
        /* [8] */
    }

/**************************************************************
	Style  Footer 2 
**************************************************************/
.type_footer2 a {
    color: #444;
}

    .type_footer2 a:hover {
        color: #ec6601;
    }

.type_footer2 .footer-top ul.menu li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .type_footer2 .footer-top ul.menu li > a:hover:before {
        width: 8px;
        background: #ec6601;
    }

.type_footer2 .contact-address li:hover span {
    background-color: #ec6601;
}

/**************************************************************
	Style  Footer 3
**************************************************************/
.type_footer3 a {
    color: #bcbdc7;
    text-decoration: none;
}

    .type_footer3 a:hover {
        color: #fff;
    }

.type_footer3 .footer-top ul.menu li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .type_footer3 .footer-top ul.menu li > a:hover:before {
        width: 8px;
        background: #ec6601;
    }

.type_footer3 .contact-address li:hover span {
    background-color: #ec6601;
}

/**************************************************************
	Style  Footer 4
**************************************************************/
.type_footer4 a {
    color: #c9c9c9;
    text-decoration: none;
}

    .type_footer4 a:hover {
        color: #fff;
    }

.type_footer4 .footer-center ul.menu li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .type_footer4 .footer-center ul.menu li > a:hover:before {
        width: 8px;
        background: #ec6601;
    }

.type_footer4 .contact-address li:hover span {
    background-color: #ec6601;
}

/**************************************************************
	Style  Footer 5
**************************************************************/
.type_footer5 a {
    color: #c9c9c9;
    text-decoration: none;
}

    .type_footer5 a:hover {
        color: #fff;
    }

.type_footer5 .footer-center ul.menu li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .type_footer5 .footer-center ul.menu li > a:hover:before {
        width: 8px;
        background: #ec6601;
    }

.type_footer5 .contact-address li:hover span {
    background-color: #ec6601;
}

#yt_header_right .first-block {
    margin-bottom: 15px;
}

#yt_header_right .two-block {
    padding: 0;
}

#yt_header_right .three-block {
    padding-right: 0;
    padding-left: 10px;
}

#yt_header_right .four-block {
    padding: 0;
}

#collections_block h3.modtitle {
    display: block;
    padding-top: 0;
    margin-bottom: 20px;
}

#collections_block ul {
    margin: 5px -5px;
    display: table;
}

    #collections_block ul li {
        padding: 0 5px;
        font-size: 14px;
        color: #666666;
        text-align: center;
        width: 200px;
        text-transform: uppercase;
        display: table-cell;
    }

        #collections_block ul li .color_co {
            background-color: #EEEEEE;
            background-position: center;
            overflow: hidden;
            border-color: white;
            border: 1px solid white;
        }

            #collections_block ul li .color_co a {
                float: left;
                font-weight: bold;
                width: 100%;
                height: 126px;
                text-decoration: none;
                line-height: 22px;
                padding: 10px;
                color: #999;
                border-bottom: 3px solid #ec6601;
                background-position: center center;
                background-repeat: no-repeat;
            }

            #collections_block ul li .color_co:hover {
                border-color: #ec6601;
                background: transparent;
            }

        #collections_block ul li.collection_0 a {
            background-image: url("../image/theme//icons/collections-1-1.png");
        }

        #collections_block ul li.collection_1 a {
            background-image: url("../image/theme//icons/collections-2-1.png");
        }

        #collections_block ul li.collection_2 a {
            background-image: url("../image/theme//icons/collections-3-1.png");
        }

        #collections_block ul li.collection_3 a {
            background-image: url("../image/theme//icons/collections-4-1.png");
        }

        #collections_block ul li.collection_4 a {
            background-image: url("../image/theme//icons/collections-5-1.png");
        }

        #collections_block ul li.collection_5 a {
            background-image: url("../image/theme//icons/collections-6-1.png");
        }

@media (min-width: 1200px) {
    .left_column .so-vertical-menu .vertical-wrapper {
        position: static;
    }
}

.so-spotlight3 {
    background: #F5F5F5;
}

.module.so-categories {
    margin: 30px 0 20px 0;
    padding: 0 15px;
}

    .module.so-categories .wrap-categories {
        margin: 0px -15px;
        overflow: hidden;
    }

    .module.so-categories .cat-wrap.theme3 .content-box {
        padding: 15px 0;
    }

        .module.so-categories .cat-wrap.theme3 .content-box .image-cat {
            position: relative;
        }

            .module.so-categories .cat-wrap.theme3 .content-box .image-cat img:hover {
                transform: none;
            }

            .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore {
                font-size: 77%;
                text-transform: uppercase;
                font-weight: bold;
                color: #fff;
                background: #ec6601;
                padding: 5px 20px 5px 10px;
                position: absolute;
                top: 86px;
                left: 22px;
                display: inline-block;
                line-height: 100%;
            }

                .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore:hover {
                    background: #444;
                }

                .module.so-categories .cat-wrap.theme3 .content-box .image-cat .btn-viewmore:after {
                    content: "\f0da";
                    font-family: FontAwesome;
                    display: block;
                    position: absolute;
                    right: 8px;
                    top: 6px;
                }

        .module.so-categories .cat-wrap.theme3 .content-box .inner {
            padding: 13px 13px 0;
        }

        .module.so-categories .cat-wrap.theme3 .content-box .title-cat a {
            color: #444;
            font-weight: bold;
        }

            .module.so-categories .cat-wrap.theme3 .content-box .title-cat a:hover {
                color: #ec6601;
            }

        .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
            padding-left: 11px;
            line-height: 22px;
            position: relative;
            width: 100%;
            color: #666;
        }

            .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title a {
                color: #444;
            }

                .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title a:hover {
                    color: #ec6601;
                }

            .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:before {
                content: "";
                width: 4px;
                height: 4px;
                background: #999;
                position: absolute;
                left: 0;
                top: 10px;
            }

            .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover {
                color: #ec6601;
            }

                .module.so-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover:before {
                    background: #ec6601;
                }

/**************************************************************
		HTML Content
**************************************************************/
.so-searchbox-popular-title {
    color: #000;
    margin: 0;
    line-height: 23px;
    font-size: 14px;
}

.so-searchbox-keyword a {
    color: #444;
}

    .so-searchbox-keyword a:hover {
        color: #ec6601;
    }

.htmlcontent-block ul li {
    margin-bottom: 10px;
    position: relative;
}

    .htmlcontent-block ul li:last-child {
        margin-bottom: 0;
    }

/*----------BANNER POLICY ---------*/
.policy-detail {
    box-shadow: 3px 3px 0 0 #d9d9d9;
    background-color: #eee;
}

    .policy-detail .banner-policy {
        padding: 44px 0;
        overflow: hidden;
    }

        .policy-detail .banner-policy .policy {
            border-right: 1px solid #ddd;
            border-bottom: 0;
            padding: 0 27px;
            width: 25%;
            float: left;
            font-size: 14px;
        }

            .policy-detail .banner-policy .policy.policy4 {
                border-right: 0;
            }

.collections.module h3.modtitle {
    line-height: 18px;
    padding-bottom: 5px;
}

/*----------------LISTING TABS -----------------------*/
div.tab-slider {
    margin: 0;
    position: relative;
    z-index: 1;
}

    div.tab-slider h3.modtitle {
        position: absolute;
        top: 5px;
    }

    div.tab-slider .so-listing-tabs {
        margin: 0;
        vertical-align: top;
    }

        div.tab-slider .so-listing-tabs .ltabs-wrap, div.tab-slider .so-listing-tabs .ltabs-items-container .ltabs-items-inner, div.tab-slider .so-listing-tabs .ltabs-wrap .ltabs-items-container,
        div.tab-slider .so-listing-tabs .ltabs-items-container .ltabs-items {
            overflow: visible;
        }

            div.tab-slider .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
                margin: 0 0 5px 0;
                overflow: visible;
            }

        div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
            height: 36px;
            border-bottom: 1px solid #ddd;
        }

            div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
                float: left;
                margin-left: 15px;
            }

                div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
                    border: 0;
                    margin: 0;
                    padding: 0;
                }

                    div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
                        padding: 0 12px;
                    }

                    div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
                        background: transparent;
                        border-bottom: 0;
                    }

                        div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
                            color: #ec6601;
                        }

                    div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel {
                        background-color: white;
                        border-left: 1px solid #ddd;
                        border-bottom: 1px solid white;
                        margin-top: 1px;
                        padding-bottom: 1px;
                        margin-bottom: 0px;
                        border-right: 1px solid #ddd;
                        border-top: 3px solid #ec6601;
                    }

                        div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel span {
                            color: #ec6601;
                        }

        div.tab-slider .so-listing-tabs .owl2-controls {
            width: 100%;
            position: absolute;
            top: -23px;
        }

            div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev,
            div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
                width: 20px;
                height: 27px;
                border: 1px solid #ddd;
                background-image: url("../image/theme/icons/ico-slider.png");
                background-repeat: no-repeat;
                background-color: #fff;
                display: inline-block;
                text-indent: -999em;
                background-position: -31px 0;
                position: absolute;
                transition: all 0.2s ease-in-out 0s;
                left: inherit;
                right: 25px;
            }

                div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover,
                div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
                    background-color: #ec6601;
                    background-position: 0px 0;
                    border-color: #ec6601;
                }

                div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before,
                div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
                    display: none;
                }

            div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
                background-position: -60px 0;
                right: 0px;
            }

                div.tab-slider .so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
                    background-position: -90px 0;
                }





.odeme td {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #E0E0E0;
    background: none;
    text-transform: lowercase;
}

.odeme th {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #E0E0E0;
    background: none;
    text-transform: none;
    color: #ec6601;
    font-weight: 600;
}






.badge-boxes .badge-box {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.badge-boxes {
    padding-top: 20px;
}

.span {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.hata-kodu h1 {
    font-size: 38px;
    color: #ec6504;
    text-align: center;
    font-weight: bold;
}

.hata-kodu h2 {
    font-size: 28px;
    text-align: center;
    line-height: 30px;
}

@charset "UTF-8";
/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Buton
    [3] Minxin Triangle
   
==============================================*/
.no-margin {
  margin: 0 !important; }

.marginbottom__3x {
  margin-bottom: 30px; }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
/*******************************************************
  Style Color
********************************************************/
/*   1.Large devices Desktops     ( Devices ΓëÑ1200px)
 *   2.Medium devices Desktops    (992px ΓëÑ Devices ΓëÑ 1199px)
 *   3.Small devices Tablets      (991px ΓëÑ Devices ΓëÑ 768px)
 *   4.Extra small devices Phones ( Devices < 767px)
 */
@media (max-width: 767px) {
  .container-full {
    margin: 0;
    clear: both; }
    .container-full > .container {
      width: auto; }

  .header-top-left, .header-top-right {
    padding: 0; }

  .header-top-right .tabBlockTitle {
    position: absolute;
    z-index: 4;
    right: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  .header-top-right .shopping_cart {
    width: 100%;
    padding: 0 5px; }

  .header-top .languages-block form > a, .header-top .currencies-block form > a {
    padding: 0 5px; }

  .navbar-logo {
    text-align: center;
    margin-bottom: 30px; }

  .search-pro {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 15px;
    clear: both; }

  .header-top .navbar-welcome {
    font-size: 12px; }

  #yt_header_right .two-block {
    margin-bottom: 30px; }

  .shopping_cart {
    padding: 0 15px; }

  .navbar-header .navbar-toggle {
    border-color: #999;
    margin-right: 10px; }

  #header .header-bottom-right {
    padding: 0 15px;
    margin: 0; }

  .responsive .vertical ul.megamenu > li > .sub-menu {
    position: static; }

  .footer-bottom-block {
    text-align: center; }
    .footer-bottom-block .block-payment {
      text-align: center; }

  .ip-loader {
    top: 50%; }

  /*------------------ BREADCRUM ---------------*/
  ul.breadcrumb li {
    border: 0;
    padding: 0 15px 0 5px; }
    ul.breadcrumb li:first-child {
      border: 0; }
    ul.breadcrumb li:last-child:after {
      display: none; }
    ul.breadcrumb li:after {
      font-family: "FontAwesome";
      transform: rotate(0);
      border: 0;
      top: 0;
      content: "\f101"; }
    ul.breadcrumb li + li:before {
      display: none; }

  div.tab-slider h3.modtitle {
    position: relative; }

  div.tab-slider .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    border: none;
    height: auto; }

  .policy-detail .banner-policy .policy {
    padding: 0; }

  .banner-wraps .banners {
    margin-bottom: 24px;
    display: inline-block; }

  #collections_block ul li {
    display: inline-block;
    width: 49%; }

  .module.so-categories .wrap-categories {
    margin: 0; }

  /*----------------- PRODUCT ---------------------*/
  .producttab .tabsslider .nav-tabs li {
    float: none; }

  .thumb-vertical-outer {
    padding-left: 0; }

  .add-to-links {
    clear: both; }
    .add-to-links ul li {
      margin: 5px 0;
      display: inline-block; }

  .filter-row .table_cell {
    border-left: none;
    display: block; }

  /*==============HOME 1 =====================*/
  div.type_1 .header-bottom-right {
    padding: 0 15px;
    margin: 0; }

  .type_1 .shopping_cart .btn-group > a {
    min-width: 200px;
    display: table;
    margin: 0 auto; }

  .shopping_cart .btn-group {
    z-index: 65; }

  /*.so-vertical-menu .navbar-header .navbar-toggle{background: $background; border-color: $background;
  	.icon-bar{background: white;}
  }*/
  .ltabs-tab-selected {
    text-align: left; }

  /*==============HOME 2=====================*/
  .news-letter {
    margin-bottom: 30px; }

  .type_2 .navbar-welcome {
    margin: 5px; }

  .type_2 .shopping_cart .btn-group {
    text-align: right; }

  .type_2 .shopping_cart a.top_cart {
    margin: 0; }
  .type_2 .so-megamenu .horizontal .navbar-header {
    color: #555555; }
  .type_2 .header-bottom-right {
    text-align: right;
    color: white;
    position: static; }
    .type_2 .header-bottom-right .tabBlockTitle {
      margin: 15px 0 0; }
    .type_2 .header-bottom-right .tabBlock {
      background: white;
      padding: 10px 15px !important;
      position: absolute;
      z-index: 3;
      left: 0; }
  .type_2 .header-center {
    padding: 15px 0; }

  /*==============HOME 3=====================*/
  .block-policy-v3 .policy {
    margin-bottom: 10px; }
	.layout-home3 .navbar-category .navbar-toggle{color:#666;}
  .type_3 .header-top-left .navbar-welcome {
    padding: 5px 10px; }

  .type_3 .shopping_cart .btn-group > a {
    min-width: 200px;
    display: table;
    margin: 0 auto; }

  .type_3 #sosearchpro .form-control {
    border: 1px solid #e5e5e5; }
  .type_3 .header-bottom-right {
    text-align: right;
    color: white;
    position: static; }
    .type_3 .header-bottom-right .tabBlockTitle {
      margin: 12px 0; }
    .type_3 .header-bottom-right .tabBlock {
      background: white;
      padding: 10px 15px !important;
      position: absolute;
      z-index: 3;
      left: 0; }

  .layout-home3 .so-megamenu .so-vertical-menu .vertical-wrapper {
    position: fixed !important; }

  /*==============HOME 4=====================*/
  .currencies-block .dropdown-menu {
    right: 0;
    left: auto; }

  .layout-home4 #sosearchpro {
    padding: 7px 15px;
    margin: 0; }

  .type_4 .header-top-right ul.top-link {
    width: 100%; }
    .type_4 .header-top-right ul.top-link > li {
      float: left; }
  .type_4 #sosearchpro .form-control {
    border: 1px solid #e5e5e5; }
  .type_4 .search-pro {
    width: 33%;
    clear: none; }
  .type_4 .shopping_cart {
    clear: both;
    padding: 0; }
  .type_4 .search-pro {
    text-align: right;
    color: white;
    position: static;
    margin: 0; }
    .type_4 .search-pro .tabBlockTitle {
      margin: 15px 0 12px; }
    .type_4 .search-pro .tabBlock {
      background: white;
      padding: 10px 15px !important;
      position: absolute;
      z-index: 300;
      left: 0;
      width: 100%; }
  .type_4 .shopping_cart a.top_cart {
    border: none;
    background: #777;
    border-radius: 0 !important;
    padding: 6px 15px; }

  /*==============HOME 5 =====================*/
  .layout-home5 {
    background: #fff; }
    .layout-home5 #sosearchpro .search {
      max-width: 50px;
      float: right; }
      .layout-home5 #sosearchpro .search .autosearch-input {
        display: none; }
      .layout-home5 #sosearchpro .search .button-search {
        border-radius: 3px;
        min-width: 45px; }
    .layout-home5 .btn-shopping-cart ul.dropdown-menu {
      right: -20px;
      left: auto; }
    .layout-home5 .header-center {
      padding-bottom: 0; }
    .layout-home5 .header-bottom {
      min-height: 30px; }
    .layout-home5 .header-top-right .shopping_cart {
      width: auto; }
    .layout-home5 header .so-megamenu .navbar-header {
      color: #555555;
      position: absolute;
      z-index: 1;
      top: -65px; }
      .layout-home5 header .so-megamenu .navbar-header .navbar-toggle {
        background: #555555;
        border-color: #555555; }
    .layout-home5 .slider-brand {
      padding: 15px 70px 0; }

  /*==============HOME 6 =====================*/
  .layout-home6 .header-top-right .tabBlockTitle {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    color: #fff; }
    .layout-home6 .header-top-right .tabBlockTitle a {
      color: #999; }
      .layout-home6 .header-top-right .tabBlockTitle a:hover {
        color: #ec6601; }
  .layout-home6 .type_6 #sosearchpro {
    margin-top: 0; }
  .layout-home6 .services-v1 .policy {
    margin-bottom: 10px; }
  .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container {
    min-height: 200px; }
    .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container .button-group {
      overflow: hidden; }
    .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container .addToCart {
      margin-bottom: 10px;
      display: block; }
  .layout-home6 .modLine h3.modtitle {
    display: block; }

  /*==============HOME 7 =====================*/
  .layout-home7 .header-top-right .tabBlockTitle {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    color: #fff; }
    .layout-home7 .header-top-right .tabBlockTitle a {
      color: #999; }
      .layout-home7 .header-top-right .tabBlockTitle a:hover {
        color: #ec6601; }
  .layout-home7 .banner1-id7 ul.blank > li:first-child {
    margin-bottom: 30px; }
  .layout-home7 .type_7 .header-bottom .header-bottom__content {
    margin: 0 -15px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.1); }
  .layout-home7 .so-listing-tabs .ltabs-items-container .ltabs-items .product-col {
    padding: 0; }
    .layout-home7 .so-listing-tabs .ltabs-items-container .ltabs-items .product-col .ltabs-item {
      width: 100%;
      padding: 0 15px;
      float: left; }
  .layout-home7 .services-v1 .policy {
    margin-bottom: 10px; }
  .layout-home7 .modLine h3.modtitle {
    display: block; }
  .layout-home7 .tab-slider--full {
    margin: 0;
    padding: 10px 0; }
  .layout-home7 .subscribe-home {
    margin-bottom: 30px; }
  .layout-home7 .slider-brand--home6 .owl2-controls {
    display: none; }

  /*==============HOME 8 =====================*/
  .layout-home8 .header-top-right .tabBlockTitle {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    color: #fff; }
    .layout-home8 .header-top-right .tabBlockTitle a {
      color: #999; }
      .layout-home8 .header-top-right .tabBlockTitle a:hover {
        color: #ec6601; }
  .layout-home8 .home8--banner1 {
    text-align: center; }
    .layout-home8 .home8--banner1 .banner__img {
      float: none;
      display: inline-block; }
  .layout-home8 .so-megamenu .navbar-header {
    color: #555555;
    z-index: 1; }
    .layout-home8 .so-megamenu .navbar-header .navbar-toggle {
      background: #555555;
      border-color: #555555; }
  .layout-home8 .footer-center .icons-social .modtitle {
    display: block; }
  .layout-home8 .footer-center .icons-social .modcontent {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container-full {
    margin: 0;
    clear: both; }
    .container-full > .container {
      width: auto; }

  /*==============HOME 1 =====================*/
  .navbar-logo {
    text-align: center;
    margin-bottom: 30px; }

  #yt_header_right .two-block {
    margin-bottom: 30px; }

  /*==============HOME 2=====================*/
  header.type_2 .so-megamenu .horizontal .navbar-header {
    color: #555555; }

  .news-letter {
    margin-bottom: 30px; }

  .content-aside {
    padding: 0; }
    .content-aside .module {
      width: 45%;
      margin: 0 2% 30px;
      display: inline-block;
	  float:left;
      vertical-align: top; }

  /*==============HOME 3=====================*/
  .layout-home3 .so-megamenu .so-vertical-menu .vertical-wrapper {
    position: fixed !important; }
	.layout-home3  .aside-verticalmenu{margin:0;}
	.layout-home3 .navbar-category .navbar-toggle{color:#666;}
  .block-policy-v3 .policy {margin-bottom: 10px; }

  .navbar-header .navbar-toggle {
    border-color: #999;
    margin: 5px; }

  .responsive .vertical ul.megamenu > li > .sub-menu {
    position: static; }

  .footer-top .box-account {
    clear: both; }

  .policy-detail .banner-policy .policy {
    padding: 0;
    border: none; }

  #collections_block ul li {
    display: inline-block;
    width: 33%; }

  .products-category .products-list .product-layout .button-group .addToCart {
    margin: 0 20px 10px 0; }

  .add-to-links {
    clear: both; }
    .add-to-links ul li {
      margin: 5px 0;
      display: inline-block; }

  .filter-row .table_cell {
    border-left: none;
    display: block; }

  /*==============HOME 5 =====================*/
  .layout-home5 {
    background: #fff; }
    .layout-home5 #sosearchpro .search {
      max-width: 320px;
      float: right; }
    .layout-home5 .header-center {
      padding-bottom: 0; }
    .layout-home5 .header-bottom {
      min-height: 30px; }
    .layout-home5 header .so-megamenu .navbar-header {
      color: #555555;
      position: absolute;
      z-index: 1;
      top: -40px; }
      .layout-home5 header .so-megamenu .navbar-header .navbar-toggle {
        background: #555555;
        border-color: #555555; }

  /*==============HOME 6 =====================*/
  .layout-home6 .type_6 #sosearchpro {
    margin-top: 0; }
  .layout-home6 .services-v1 .policy {
    margin-bottom: 10px; }
  .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container {
    min-height: 215px; }
    .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container .button-group {
      overflow: hidden; }
    .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container .addToCart {
      margin-bottom: 10px;
      display: block; }

  /*==============HOME 7 =====================*/
  .layout-home7 .type_7 .header-bottom .header-bottom__content {
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.1); }
  .layout-home7 .services-v1 .policy {
    margin-bottom: 10px; }
  .layout-home7 .subscribe-home {
    margin-bottom: 30px; }
  .layout-home7 .so-listing-tabs .ltabs-items-container .ltabs-items .product-col {
    padding: 0; }
    .layout-home7 .so-listing-tabs .ltabs-items-container .ltabs-items .product-col .ltabs-item {
      width: 50%;
      padding: 0 15px;
      float: left; }

  /*==============HOME 8 =====================*/
  .layout-home8 .home8--banner1 {
    text-align: center; }
    .layout-home8 .home8--banner1 .banner__img {
      float: none;
      display: inline-block; }
  .layout-home8 .so-megamenu .navbar-header {
    color: #555555;
    z-index: 1; }
    .layout-home8 .so-megamenu .navbar-header .navbar-toggle {
      background: #555555;
      border-color: #555555; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container-full {
    margin: 0;
    clear: both; }

  /*==============HOME 1 =====================*/
  .layout-home1 #yt_header_right .three-block .htmlcontent-home {
    margin: 0; }
  .layout-home1 #yt_header_right .three-block .htmlcontent-home img {
    width: 100%;
    height: 140px; }
  .layout-home1 #yt_header_right .two-block .owl2-carousel .owl2-item img {
    width: 100%; }

  .products-list.grid .product-layout .product-item-container {
    min-height: 250px; }

  .products-category .products-list .product-layout .button-group .addToCart {
    margin: 0 10px 10px 0; }

  /*==============HOME 2 =====================*/
  .news-letter .newsletter {
    padding: 15px;
    min-height: 201px; }

  .news-letter .newsletter h2 {
    margin-top: 40px; }

  .type_2 .horizontal ul.megamenu > li > a {
    padding: 0 8px; }

  /*==============HOME 3 =====================*/
  .layout-home3.common-home .sidebar-menu .vertical.open .vertical-wrapper {
    display: block !important; }

  /*==============HOME 4 =====================*/
  .policy-v3 .block-policy-v3 .policy .policy-inner {
    min-height: 100px; }

  /*==============HOME 5 =====================*/
  .layout-home5 {
    background: #fff; }

  /*==============HOME 6 =====================*/
  .layout-home6 div.tab-slider .ltabs-items-container .ltabs-items .button-group > button {
    min-width: 36px;
    padding: 7px 10px; }
  .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container {
    min-height: 212px; }
    .layout-home6 div.product-style__thumb1.grid .product-layout .product-item-container .addToCart {
      margin-bottom: 10px; } }
@media (min-width: 1200px) {
  /*==============HOME 1 =====================*/
  .container {
    width: 1200px; }

  #yt_header_right .two-block {
    width: 69%; }

  #yt_header_right .three-block {
    width: 31%;
    margin: 0; }

  .common-home .sidebar-menu .vertical.open .vertical-wrapper {
    display: block !important; } }

/*# sourceMappingURL=responsive.css.map */

.AnaSepetUrunFiyat {
    border: none !important;
    text-align: right;
    padding-top: 0 !important;
    font-weight: bold;
}

.wishingicon {
    color: black;
    padding-top: 11px !important;
}

.urunSepetEkle {
    background: #ec6601;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 16px;
    /*width: 48%*/
}

.eror {
    font-size: 10px;
    color: red !important;
}


.messagesGiris {
    font-size: 11px;
    color: red;
    border: 1px solid red;
    padding: 5px 10px;
    display: none;
}

.uyeBilgiAciklama {
    font-size: 11px;
    padding-bottom: 0;
}

.boxContent {
    max-height: 200px;
    font-size: 11px;
    overflow-y: scroll;
    background-color: #f5f5f5;
    padding: 10px;
}

.OdemeSecekError {
    font-size: 11px;
    color: red;
    border: 1px solid red;
    padding: 10px;
}

.havaleText {
    float: left;
    margin-top: 5px;
}

.havaleIBAN {
    color: black;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 5px;
    font-weight: bold;
}

.havaleResim {
    float: left;
    margin-top: 5px;
}

.havaleMetin {
    margin-left: 30px;
    margin-top: 5px;
}

.bankaHesaplari {
    background-color: #f7f5f6;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
}

.nosearhc {
    padding: 50px;
    border: 1px solid;
    margin-bottom: 30px;
    text-align: center;
}

.vailMenu {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.mobilFiltreLegent {
    background-color: #17629E;
    color: white;
    padding-left: 5px;
    margin-bottom: 8px !important;
}

.AppliedFilters.widget.desktop .applied-filter-container {
    padding: 10px 0 20px;
    line-height: 1;
    /*border-bottom: 1px solid #e5e5e5;*/
    background-color: #FFF;
}

    .AppliedFilters.widget.desktop .applied-filter-container ul li {
        border-radius: 16px;
        -moz-border-radius: 16px;
        -o-border-radius: 16px;
        -webkit-border-radius: 16px;
        -ms-webkit-radius: 16px;
        zoom: 1;
        display: inline-block;
        padding: 4px;
        background-color: #eee;
        margin-top: 10px;
        margin-right: 10px;
        float: left;
    }

        .AppliedFilters.widget.desktop .applied-filter-container ul li a {
            border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-webkit-radius: 100%;
            zoom: 1;
            width: 24px;
            height: 24px;
            background-color: #FFF;
            text-align: center;
            position: relative;
            float: left;
            display: inline-block;
            margin-right: 5px;
            margin-top: 0;
        }

            .AppliedFilters.widget.desktop .applied-filter-container ul li a:before {
                display: inline-block;
                color: #484848;
                font-size: 8px;
                position: absolute;
                left: 8px;
                top: 8px;
                zoom: 1;
            }

        .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content {
            display: inline-block;
            width: auto;
            font-family: Helvetica,Roboto,Arial,sans-serif;
            float: left;
        }

            .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content span.brand {
                font-size: 11px;
                color: #999;
            }

            .AppliedFilters.widget.desktop .applied-filter-container ul li .filter-content span {
                font-size: 12px;
                margin: 0 20px 0 0;
                padding: 0;
                display: block;
                width: 100%;
                height: auto;
                color: #484848;
                line-height: 1;
            }



.mobilTopMenu {
    padding: 0 !important;
    text-align: center !important;
    border-right: 1px solid #17629E;
}

    .mobilTopMenu > ul > li > a {
        font-size: 12px;
        padding: 3px 15px;
    }



@media(max-width: 1200px) {
    .anaProductLayout {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


.mobilSepetMenuDiv {
    position: fixed !important;
    height: 54px;
    width: 100%;
    z-index: 600;
    background-color: white;
    bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    padding: 8px 20px;
}



.mobilFitreAlan {
    position: fixed;
    width: 280px;
    background: white;
    display: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 9999;
    border-left: 1px solid #ddd;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    padding: 10px;
    border: 1px solid #e6e6e6;
}


.mobilKargoBedava {
    background-color: #3C639A;
    color: white;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 4px;
}

.mobilHizliKargo {
    background-color: #e74c3c;
    color: white;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
}


.login-registration-tab-wrapper {
    display: -webkit-box;
}

    .login-registration-tab-wrapper > a.active {
        color: #fff;
        font-weight: 400;
        border-color: #17629E;
        background: #17629E;
    }

    .login-registration-tab-wrapper > a {
        width: 50%;
        display: block;
        float: left;
        line-height: 50px;
        white-space: nowrap;
        background: #f0f0f0;
        box-sizing: border-box;
        border: 1px solid #cdcdcd;
        text-align: center;
        font-size: 15px;
        color: #808080;
        position: relative;
    }

        .login-registration-tab-wrapper > a.active:after {
            content: "";
            background: url(/images/newSprite.png) no-repeat;
            display: block;
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -10px;
            width: 20px;
            height: 10px;
            z-index: 9;
        }


.checkout-navigation-container {
    padding: 0 0 0 15px;
    background-color: #868686;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.15);
}

.checkout-navigation .nav {
    list-style: none;
    padding: 0;
}

.checkout-navigation .list-item.current.nav-delivery {
    padding-left: 0;
}

.checkout-navigation .list-item.current {
    padding-right: 10px;
}

.checkout-navigation .list-item {
    position: relative;
    padding-right: 20px;
    float: left;
}

.checkout-navigation .nav-anchor {
    display: block;
    text-decoration: none;
    font-size: 15px;
}

.checkout-navigation .current .nav-name {
    padding: 3px 12px;
    color: #3C639A;
    background-color: #fff;
    border-radius: 15px;
}

.checkout-navigation .nav-name {
    display: block;
    padding: 3px 9px;
    text-align: center;
    font-size: 0.6em;
    font-weight: 700;
    line-height: 1.2;
    color: #c3c3c3;
}

.checkout-navigation .nav-arrow {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 22px;
    height: 8px;
    margin: -4px 0 0 0;
    background-position: -85px -72px;
    background-size: 109px auto;
    background-image: url(/images/sprite-icons-21042015_2x.png);
}

.checkout-navigation .list-item.last {
    padding-right: 0;
}

.nav-anchor:hover {
    background-color: #868686 !important;
}

.box {
    margin: 10px 0 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.box-header {
    position: relative;
    padding: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.address-title {
    float: left;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #3C639A;
}

.btn-add-new-address {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #919191;
    text-decoration: none;
    opacity: inherit;
}


.group:after {
    content: "";
    display: table;
    clear: both;
}

.delivery-list .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.delivery-list .list-item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    line-height: normal;
}

.toggle-address-list {
    position: relative;
    padding: 1em;
    font-size: 10px;
    font-family: Open Sans, sans-serif;
}


    .toggle-address-list i {
        position: absolute;
        top: 50%;
        right: 1em;
        margin: -4px 0 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        background-size: 109px auto;
        background-image: url(/images/sprite-icons-21042015_2x.png);
    }


.icon-arrow-up-thin {
    width: 13px;
    height: 8px;
    margin: 0px 0 0 0;
    background-position: -35px -3px !important;
}


.icon-arrow-down-thin {
    width: 13px;
    height: 8px;
    margin: 0px 0 0 0;
    background-position: -3px -3px;
}

.delivery-list .list-check {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 1em;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
}

.delivery-list .list-item {
    position: relative;
    padding: 1em 1em 1em 50px;
    border-bottom: 1px solid #e9e9e9;
    line-height: normal;
    font-size: 12px;
}

.list-item-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.mobilFormControl {
    padding: .75em;
    border: 1px solid #e9e9e9;
    background: #fff;
    font-size: 12px !important;
    color: #727272;
    border-radius: 3px !important;
    box-sizing: border-box;
    height: 39px;
}

.mobilChekText {
    display: inline-block;
    padding-left: 25px;
    padding-top: 1px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 13px;
}

input[type="checkbox"] + .mobilChekText:before {
    border-radius: 3px;
}

input[type="radio"] + .mobilChekText:before, input[type="checkbox"] + .mobilChekText:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
    visibility: visible;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    box-shadow: inset 0px -2px 4px #eee;
    background-color: #fff;
}

input[type="checkbox"]:checked + .mobilChekText:after {
    background-position: -40px -72px;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 2px;
    background-size: 109px auto;
    background-image: url(/images/sprite-icons-21042015_2x.png);
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


.btn-save-shipping-address {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
    height: 48px;
    border: 0;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    background-image: none;
    background-color: #3C639A;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orderItem {
    font-size: 13px;
    background: #F5F5F5;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
}

    .orderItem p {
        margin-bottom: 0 !important;
    }

.field {
    border-top: 1px solid #e0e0e0;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.customAciklamaMetni {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

    .customAciklamaMetni h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .customAciklamaMetni p {
        font-size: 12px;
    }

.top-seller-ranking {
    width: 32px;
    height: 32px;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-webkit-radius: 100%;
    zoom: 1;
    border: 2px solid #ccc;
    color: #919191;
    line-height: 28px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    z-index: 0;
}

.enconSatanFiyatAlani {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 7px;
    padding: 12px 5px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background: red !important;
}

.encokSatanContainer {
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;*/
    background-color: white;
    padding: 15px !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.top-seller-ranking-yuzde {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #ec6601;
    color: white;
    border: none;
    font-weight: bold;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-webkit-radius: 100%;
    border: 2px solid #ec6601;
    text-align: center;
}

.itemNew {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

    .itemNew a {
        color: white;
    }

.stokYokAlani {
    border: 1px solid #ccc;
    padding: 10px 8px 10px 20px;
    background-color: #ffc;
    margin-bottom: 5px;
}

.searchAutoContainer {
    border: 1px solid #eee;
    position: absolute;
    background-color: white;
    z-index: 99999;
    width: 670px;
}

.searchAutoAll {
    font-weight: bold;
    text-align: center;
    padding: 6px;
    border: 1px solid #ec6601;
}

.searchAutoLoading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(../../image/theme/lazy-loader.gif) no-repeat scroll center center transparent;
    min-height: 100px;
}

.SearchAutoUl {
    list-style: none;
    padding: 10px 10px 10px 0;
    border-right: 1px solid #eee;
    border-right-style: dashed;
    margin-top: 20px;
    margin-bottom: 20px;
}

.SearchKategoriMarka {
    font-size: 12px;
    font-weight: bold;
    color: #414141;
}

    .SearchKategoriMarka:hover {
        color: #ec6601;
    }

.SearchKatMarkaBaslik {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    color: #ec6601;
    text-decoration: underline;
}

.popin {
    /*display: none;*/
    background-color: rgba(32,32,32,.95);
    width: 270px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 6;
    border-radius: 5px;
}

.icon {
    background: url(../../image/sprite-icon.png?v=1525769725226) no-repeat;
    display: block;
    min-height: 17px;
    padding-left: 20px;
    float: left;
}

.iconPeopleBig {
    background-position: 0 -1752px;
    height: 35px;
    width: 45px;
    padding-left: 5px;
}


.popin .closeBtn {
    background-image: url(../../image/sprite-64.png?v=1525769725226);
    background-position: -666px -584px;
    width: 11px;
    height: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 1;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
