body{color: #444444;}
body.pattern1{background: url("pattern/pattern1.png") repeat center center;}
body.pattern2{background: url("pattern/pattern2.png") repeat center center;}
body.pattern3{background: url("pattern/pattern3.png") repeat center center;}
body.pattern4{background: url("pattern/pattern4.png") repeat center center;}
body.pattern5{background: url("pattern/pattern5.png") repeat center center;}
body.pattern6{background: url("pattern/pattern6.png") repeat center center;}
body.pattern7{background: url("pattern/pattern7.png") repeat center center;}
body.pattern8{background: url("pattern/pattern8.png") repeat center center;}
body.pattern9{background: url("pattern/pattern9.png") repeat center center;}
body.pattern10{background: url("pattern/pattern10.png") repeat center center;}
body.pattern11{background: url("pattern/pattern11.png") repeat center center;}
body.pattern12{background: url("pattern/pattern12.png") repeat center center;}
body.pattern13{background: url("pattern/pattern13.png") repeat center center;}
body.pattern14{background: url("pattern/pattern14.png") repeat center center;}
body.pattern15{background: url("pattern/pattern15.png") repeat center center;}
body.pattern16{background: url("pattern/pattern16.png") repeat center center;}
body.pattern17{background: url("pattern/pattern17.png") repeat center center;}
body.pattern18{background: url("pattern/pattern18.png") repeat center center;}
body.pattern19{background: url("pattern/pattern19.png") repeat center center;}
body.pattern20{background: url("pattern/pattern20.png") repeat center center;}
body.pattern21{background: url("pattern/pattern21.png") repeat center center;}
body.pattern22{background: url("pattern/pattern22.png") repeat center center;}
body.pattern23{background: url("pattern/pattern23.png") repeat center center;}
body.pattern24{background: url("pattern/pattern24.png") repeat center center;}
body.pattern25{background: url("pattern/pattern25.png") repeat center center;}
body.pattern26{background: url("pattern/pattern26.png") repeat center center;}
body.pattern27{background: url("pattern/pattern27.png") repeat center center;}
body.pattern28{background: url("pattern/pattern28.png") repeat center center;}
body.pattern29{background: url("pattern/pattern29.png") repeat center center;}
body.pattern30{background: url("pattern/pattern30.png") repeat center center;}
/********Preload Mini********/

.graph__preloader {
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    z-index: 9;
}

.graph__container {
    border-radius: 5px;
    clear: left;
    float: left;
    width: 650px
}

.graph__canvas {
    height: 350px;
    margin-bottom: 30px;
    width: 620px
}

.is-preloading .graph__canvas,
.is-error .graph__canvas {
    opacity: 0.4
}

.is-preloading .graph__canvas {
    cursor: wait
}

.graph__error-container {
    border-radius: 3px;
    background: #df2c2c;
    color: white;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10
}

.is-error .graph__error-container {
    opacity: 1;
    top: 42%
}

.graph__legend {
    font-size: 12px;
    left: 430px;
    position: absolute;
    text-align: right;
    top: 430px;
    width: 210px
}

.graph__legend-key:before {
    background-color: #73bd28;
    border: 3px solid white;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    top: 3px;
    width: 10px
}

.graph__legend-key.-referrals:before {
    background-color: #13a0d8
}

.is-preloading .graph__legend-key {
    opacity: 0.4
}


.preloader {
    cursor: wait;
    display: block;
    font-size: 10px;
    height: 25px;
    text-align: center;
    width: 51px
}

.is-preloading .preloader {
    display: block
}

.preloader__bar {
    border-radius: 2px;
    display: inline-block;
    height: 100%;
    -webkit-animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    width: 6px
}

.preloader__bar.-bar2 {
    -webkit-animation-delay: -1.1s, 0.1s;
    animation-delay: -1.1s, 0.1s
}

.preloader__bar.-bar3 {
    -webkit-animation-delay: -1s, 0.2s;
    animation-delay: -1s, 0.2s
}

.preloader__bar.-bar4 {
    -webkit-animation-delay: -0.9s, 0.3s;
    animation-delay: -0.9s, 0.3s
}

.preloader__bar.-bar5 {
    -webkit-animation-delay: -0.8s, 0.4s;
    animation-delay: -0.8s, 0.4s
}

.-with-spacing .preloader__bar {
    margin: 0 1px
}

@-webkit-keyframes such-stretching {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes such-stretching {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes much-colors {
    0%,
    100% {
        background-color: #82b541
    }
    20% {
        background-color: #e7a802
    }
    40% {
        background-color: #ab0f34
    }
    60% {
        background-color: #1abc9c
    }
    80% {
        background-color: #308eb1
    }
}

@keyframes much-colors {
    0%,
    100% {
        background-color: #82b541
    }
    20% {
        background-color: #e7a802
    }
    40% {
        background-color: #ab0f34
    }
    60% {
        background-color: #1abc9c
    }
    80% {
        background-color: #308eb1
    }
}
/********End Preload Mini********/
body main.boxed {
    box-shadow: 0 0 6px #777 !important;
    margin: 0 auto !important;
    width: 1200px;
    position: relative;
}
body main.boxed #header.fixed .menu-group-show {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    left: auto;
    max-width: 1200px;
    min-height: 80px;
    position: fixed;
    right: auto;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 999;
}
html{font-size: 100%;}
a, #languages-block-top ul li, #currencies-block-top ul li, a.label, 
.remove-from-cart::before, .continue, .dor-megamenu ul.navbar-nav li a span.menu-title{
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none !important
}

button{outline: none !important}
.dor-slider-desc > p {
    font-size: 100%;
}
#blockcart-modal .modal-dialog {
    margin-top: 90px;
}
.container{padding-left: 0;padding-right: 0;}
#wrapper{background: #fff;box-shadow: none;}
#index .columns-container{display: none;}
.tooltip.fade.top.in > div.tooltip-inner{background: #8eb35a;}
.tooltip.fade.top.in > div.tooltip-arrow{border-top-color: #8eb35a;}
#header{padding-bottom: 0px;}
.box, .page-subheading{border-color: #ececec;}
.required sup{color: #8eb35a;}
.hight-light{border:1px #ff0000 solid !important;}
#id_new_comment_form .new_comment_form_content #content.hight-light,
.field-review-cmt input[type="text"].hight-light, #comment_title.hight-light{border:1px #ff0000 solid !important;}
.category-top-menu .text-uppercase.h6, #search_filters > h4.text-uppercase.h6 {
    font-family: "Playfair Display",serif;
    color: #2a2a2a;
    font-weight: 700;
    font-size: 20px;
}
#thumbs_list_frame{opacity: 0;}
.widget-inner.block_content img {
    max-width: 100%;
}
.banner-item img {
    max-width: 100%;
}
.block-category.card.card-block.hidden-sm-down {
    display: none;
}
#search_filters > div,
#search_filters > section{text-align: left;}
#search_filters .facet .facet-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
header#header #header_logo.header-logo {
    align-items: center;
    bottom: 0;
    display: block;
    min-width: 180px;
    position: absolute;
    left: 50px;
    top: 0;
    width: auto;
    z-index: 99;
}
header#header .header-line-wapper {
    align-items: center;
    bottom: 0;
    display: block;
    right: 50px;
    min-width: 180px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 99;
}
.block-categories {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    margin-bottom: 1.5625rem;
    padding: 0;
}
#search_filters {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    margin-bottom: 1.5625rem;
    padding: 0;
}
.marg-b {
    margin-bottom: 90px;
}
.alert.alert-danger::before{
  content: "\f00d";
}
.alert.alert-danger {
    background-color: #ececec;
    border-color: #ececec;
    color: #ff0000;
    text-shadow: none !important;
}
.alert ul, .alert ol {
    font-size: 13px;
    margin-left: 40px;
    padding-left: 15px;
}
.alert > p, .alert > ul {
    font-weight: 500;
    margin-bottom: 0;
    text-shadow: none;
    text-transform: uppercase;
}
.alert .alert-link, .alert-danger .alert-link {
    background: #8eb35a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    padding: 3px 15px;
    text-transform: none;
}
.alert .alert-link:hover, .alert-danger .alert-link:hover{background: #1f1f1f;}
div.star::after {
    color: #f0bf2d;
}
/****Button Style*****/
.arrowStyleDot1 .owl-dots {text-align: center;}
.arrowStyleDot1 .owl-dot {
    background: #696969 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 4px;
    text-align: center;
    width: 6px;
}
.arrowStyleDot1 .owl-dot.active{background: #8eb35a;}
.arrowStyleDot1.size2 .owl-dot{background: none;}
.arrowStyleDot1.size2 .owl-dot{
  width: 13px;height: 13px;line-height: 13px;
}
.arrowStyleDot1.size2 .owl-dot > span {
    background: #696969 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-top: -3px;
    text-align: center;
    vertical-align: middle;
    width: 8px;
}
.arrowStyleDot1.size2 .owl-dot.active{background: #fff;border:1px #8eb35a solid;width: 13px;height: 13px;}
.arrowStyleDot1.size2 .owl-dot.active span{background: none;border:none;}
.nav-button-style-one.owl-theme .owl-controls{
  margin: 0;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div {
  background: transparent none repeat scroll 0 0;
  color: #787878;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 28px;
  margin-top: -18px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 0;
  transition: all 0.7s ease 0s;
  width: 35px;
  z-index: 99;
  border:none;
}
.nav-button-style-one.owl-theme:hover .owl-controls .owl-nav div{
  opacity: 1;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
  right: -17px;
  left: auto;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div.owl-prev {
  right: auto;
  left: -17px;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div:hover::after,
.nav-button-style-one.owl-theme .owl-controls .owl-nav div:hover::before{
  border-color: #8eb35a;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div:hover::after{
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div:hover{
  color: #fff;
  z-index: 2;
}
.nav-button-style-one{
  position: relative;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div::after,.nav-button-style-one.owl-theme .owl-controls .owl-nav div::before {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 90;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div::before{
  background-color: #fff;
  z-index: -9;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav div::after {
  border-color: #fff;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  z-index: -1;
}
.nav-button-style-one.owl-theme .owl-controls .owl-nav > div i {
    display: block;
    font-size: 17px;
    height: 100%;
    line-height: 34px;
    position: relative;
    text-align: center;
}
/****Dor Load Page***/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.dor-page-loading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99991;
    display: block;
}
.dor-page-loading #loader::before {
    animation: 3s linear 0s normal none infinite running spin;
    -webkit-animation: 3s linear 0s normal none infinite running spin;
    -ms-animation: 3s linear 0s normal none infinite running spin;
    border-color: #2688da transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.dor-page-loading #loader::after {
    animation: 1.5s linear 0s normal none infinite running spin;
    -webkit-animation: 1.5s linear 0s normal none infinite running spin;
    -ms-animation: 1.5s linear 0s normal none infinite running spin;
    border-color: #2688da transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.dor-page-loading #loader {
    animation: 2s linear 0s normal none infinite running spin;
    -webkit-animation: 2s linear 0s normal none infinite running spin;
    -ms-animation: 2s linear 0s normal none infinite running spin;
    border-color: #2688da transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -53px;
    margin-top: -75px;
    position: relative;
    top: 50%;
    width: 100px;
    z-index: 1001;
}
.dor-page-loading .loader-section.section-left {
    left: 0;
}
.dor-page-loading .loader-section {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(0px);
    width: 51%;
    z-index: 1000;
}
.dor-page-loading .loader-section.section-right {
    right: 0;
}
/*****End Loading Page******/
.user-menu, .navbar-nav > li > .dropdown-menu, .dor-megamenu .dropdown-submenu .dropdown-menu {
    opacity: 0;    
    visibility: hidden;
    display: block;
    border-radius: 3px;
    transform: translateY(50px) !important;
    -webkit-transform: translateY(50px) !important;
    -ms-transform: translateY(50px) !important;
    /*transition: transform 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;*/
}
.user-menu-area.openUser .header-menu-item-icon .user-menu,
.user-menu-area .header-menu-item-icon:hover .user-menu,
.dor-megamenu .navbar-nav > li:hover > .dropdown-menu,
.dor-megamenu .navbar-nav > li > .dropdown-menu > li.dropdown-submenu:hover .dropdown-menu{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0) !important;
    transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s !important;
}
/*****Header Skin 2******/
.dorheader-skin2 .header-nav > div {
    float: left;
    line-height: 80px;
    padding-left: 40px;
}
.dorheader-skin2 .menu-head-top > div{padding:0px;width: auto;}
.dorheader-skin2 .menu-head-top .ajax_cart_quantity{
  font-size: 13px;
  right: -18px;
  text-align: center;
  top: 15px;
}
.header-menu-item-bars .bars-icon {
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.shopping_cart > a:first-child i {
    font-size: 17px;
    color: #333;
}
.header-container.dorheader-skin2 #header {
    background: #fff none repeat scroll 0 0;
}
.user-menu-links {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 25px;
    position: fixed;
    right: -365px;
    top: 0;
    width: 360px;
    max-width: 100%;
    box-shadow: -2px 0 7px -5px;
    overflow-y: auto;
    max-height: 100%;
}
.user-menu-links h3 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Playfair Display",serif;
    clear: both;
    padding-top: 25px;
    position: relative;
}
.user-menu-links h3::after {
    border-left: 2px solid #8eb35a;
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    top: 26px;
}
.user-menu-links .user-info-lists li {
    float: left;
    font-size: 13px;
    width: 50%;
}
.user-menu-links .user-info-lists li a{width: 100%;}
.user-menu-links #languages-block-top, .user-menu-links #currencies-block-top{clear: left;}
.user-menu-links #languages-block-top ul li,
.user-menu-links #currencies-block-top ul li{width: 50%;float: left;}
.user-menu-links .dor-menu-info-account{float: left;}
.user-menu-links .header_user_info{clear: left;}
.user-menu-links .header_user_info.info-logged {
    clear: none;
    float: left;
    padding-left: 15px;
    padding-top: 38px;
}
.user-menu-links .close-menu-link {
    display: inline-block;
    left: calc(50% - 10px);
    line-height: normal;
    position: absolute;
    top: 15px;
    cursor: pointer;
}
.user-menu-links .info-store-content {
    color: #696969;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-style: italic;
    line-height: 22px;
    text-align: center;
}
#dor_search_top #dor-search-header2 input {
    color: #333;
    font-family: "Playfair Display",serif;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
}
.header2-info-store {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/bg-head-header2.png") no-repeat scroll center center;
    padding: 45px 0 20px;
}
#dor_search_top #dor-search-header2 button[name="submit_search"]{font-size: 14px;color: #333;}
#dor-search-header2 {
    border-bottom: 1px solid #e0e0e0;display: block;
}
.header_user_info.info-logged span{
  color: #8eb35a;
}
/*****End Header Skin 2******/
.dor-megamenu ul.navbar-nav li a:hover span.menu-title{color: #8eb35a;}
.dor-megamenu ul.navbar-nav > li > a:hover::after{background-color: #8eb35a;}
.header-menu-item-icon > a, .header-menu-item-icon .shopping_cart > a{
    transition: all 0.4s ease 0s;
}
#_desktop_cart .blockcart .header a{position: relative;}
#_desktop_cart .blockcart .header::after, #_desktop_cart .blockcart .header::before,
.header-menu-item-icon > a::after,.header-menu-item-icon > a::before,
.header-menu-item-icon .shopping_cart > a::after,.header-menu-item-icon .shopping_cart > a::before{
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
}
.header-menu-item-icon > a:hover i,
.header-menu-item-icon .shopping_cart > a:hover i{
    animation-name: swing;
    transform-origin: center top 0;
}
.header-menu-item-icon {
  position: relative;line-height: 80px;
}
#_desktop_cart .blockcart .header,
.header-menu-item-icon > a,
.header-menu-item-icon .shopping_cart > a{
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
    color: #949494;
    margin-right: 22px;
    cursor: pointer;
}
#_desktop_cart .blockcart .header::after, #_desktop_cart .blockcart .header::before, 
.header-menu-item-icon > a::after, .header-menu-item-icon > a::before, 
.header-menu-item-icon .shopping_cart > a::after, .header-menu-item-icon .shopping_cart > a::before{
    border: 1px solid #ddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#_desktop_cart .blockcart .header::after,
.header-menu-item-icon > a::after, .header-menu-item-icon .shopping_cart > a::after{
    border-color: #e9e9e9;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
    width: 75%;
    z-index: -1;
    background: #fff;
}
.header-menu-item-icon a:hover,
.header-menu-item-icon a:hover::after,
.header-menu-item-icon a:hover::before,
#_desktop_cart .blockcart .header:hover::after,
#_desktop_cart .blockcart .header:hover::before,
#_desktop_cart .blockcart .header > a:hover,
#_desktop_cart .blockcart .header > a:hover::after,
#_desktop_cart .blockcart .header > a:hover::before{
    border-color: #8eb35a;
}
#_desktop_cart .blockcart .header i{font-size: 15px;color: #414141;}
.header-menu-item-icon a:hover{
    color: #fff;
}
.header-menu-item-icon a:hover i,
#_desktop_cart .blockcart .header a:hover i{color: #fff;}
.header-menu-item-icon a:hover::after, #_desktop_cart .blockcart .header:hover::after {
  background-color: #8eb35a;
}
.dor_noproduct .cart-prices, .dor_noproduct .cart-buttons {
    display: none;
}

.cart_block .cart_block_no_products {
    color: #333;
    line-height: normal;
    margin: 0;
    padding: 0;
}
/*****Header Home Page******/
.headerskin4 .dorHeader_menu .container .menu-header-inner{position: relative;}
.headerskin4 .dor-megamenu .navbar{position: static;}
.code-name{display: none;}
#topbarDorado1 .code-name{display: inline-block;}
.user-full-links {
    text-align: left;
}
.headerskin4 #header_logo .logo.img-responsive,
.headerskin3 #header_logo .logo.img-responsive {
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.headerskin4 .logo-wapper > a,
.headerskin3 .logo-wapper > a {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 40px 0 35px;
    vertical-align: middle;
}
.headerskin4 #header,
.headerskin3 #header{height: auto;}
.headerskin4 header#header #header_logo.header-logo,
.headerskin3 header#header #header_logo.header-logo {
    align-items: center;
    bottom: auto;
    display: block;
    float: none;
    left: auto;
    margin: 0 auto;
    min-width: 180px;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 9;
}
.headerskin4 .dor-megamenu,
.headerskin3 .dor-megamenu{width: auto;float: none;position: static;}
.headerskin4 .header-megamenu,
.headerskin3 .header-megamenu{display: inline-block;width: auto;}
.headerskin4 header#header .header-line-wapper,
.headerskin3 header#header .header-line-wapper {
    align-items: center;
    bottom: auto;
    display: inline-block;
    min-width: 180px;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    z-index: 8;
}
.headerskin4 .dorHeader_menu,
.headerskin3 .dorHeader_menu{text-align: center;margin: 0 auto;position: relative;z-index: 99;}
.headerskin4 .dorheader-skin2 .header-nav > div,
.headerskin3 .dorheader-skin2 .header-nav > div {
    display: inline-block;
    float: none;
    line-height: normal;
    padding-left: 36px;
}
.headerskin3 .dorheader-skin2 .menu-head-top .ajax_cart_quantity{top: -12px;right: -15px;}
.headerskin4 .header-menu-item-search .icon-search::before,
.headerskin3 .header-menu-item-search .icon-search::before{display: none;}
.headerskin3 .header-menu-item-search .icon-search i {
    color: #333;
    font-size: 18px;
}
.headerskin3 .dor-megamenu .navbar-nav > li > a{line-height: 65px;}
.headerskin3 .menu-header-inner {
    position: relative;
}
.headerskin3 .menu-header-inner::after {
    background: #f4f4f4 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.headerskin3 .shopping_cart > a:first-child{display: inline;}
.headerskin3 #header .menu-head-top > div{float: none;}
.headerskin3 .dorheader-skin2 .header-nav > div.menu-head-top {
    padding-left: 20px;
}
.headerskin3 header#header .header-line-wapper::after {
    background: #f4f4f4 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}
/*****End Header Home Page******/
/*---------------- Subscribe Start ------------------------ */
.spctop-30 {
    padding-top: 30px;
}
.subscribe-me {
    background: transparent;
    box-shadow: none;
    height: auto;
    margin: auto;
    padding: 10px;
    top: 10%;
    width: 750px;
    display: none;
    max-width: 96%;
}
.subscribe-me h2.sec-title{font-size: 40px;}
.subscribe-me h3 {
    font-weight: 400;
    margin: 0 auto;
}
.subscribe-1 {
    position: relative;
    background-color: #fff;
}

.subscribe-2 {
    background-size: cover;
    position: relative;
}
.subscribe-me .login-wrap form .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
    height: 42px;
    text-transform: capitalize;
    border-radius: 4px;
    font-weight: 700;
    color: #000;
}
.subscribe-me h2 {
    margin: 10px auto;
}
.subscribe-me .subscribe-2 .login-wrap form .form-control{color: #1f1f1f;}
.subscribe-me .login-form {
    max-width: 50%;margin: 0 auto;
}
.subscribe-me .login-wrap {
    padding: 10px 15px 30px;
    position: relative;
    z-index: 1;
}
.subscribe-me h2, .subscribe-me h3, .checkAgainSubs span{color: #000;}
.login-form .fancy-button {
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
}
.form-group.checkAgainSubs {
    text-align: left;
}
.checkAgainSubs .checker {
    display: inline-block;
}
.popup-cls.close {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5;
}
.popup-cls.close::before {
    border-color: rgba(0, 0, 0, 0) #8eb35a;
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
/*---------------- Subscribe Ends ------------------------ */

/*---------------- Back To Top Start -------------------------- */
#to-top{
  position: fixed;
  font-size: 22px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  width: 42px;
  bottom: -50px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  transition:all 0.7s ease 0s;
  z-index: 9;
}
#to-top::before, #to-top::after {
  border: 1px solid #8eb35a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  width: 100%;
}
#to-top::after {
  border-color: #8eb35a;
  background-color: #8eb35a;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  z-index: -1;
}
/*---------------- Back To Top Ends ------------------------ */







.user-menu-area .user-menu{
    z-index: -1;
}
.user-info > a{font-size: 14px;}
.user-info > a i {
    padding-right: 5px;
}
.user-info > a:hover{padding-left: 10px;}
.lists-item-blog .image-blog-item a{overflow: hidden;display: block;}
.dor-menu-ads-left .widget-inner.block_content.finished-sub,
.dor-menu-ads .widget-inner.block_content.finished-sub {
    overflow: hidden;
}
.single-blog .blog-image{overflow: hidden;}
.product-action-deals .add-to-cart a:hover{background-color: #fff !important;color: #fff !important;}
#dorhomeStyle1 .main-item-blog .image-blog-item a::after,
.lists-item-blog .image-blog-item a img,
.dor-menu-ads-left .widget-inner.block_content.finished-sub img,
.dor-menu-ads .widget-inner.block_content.finished-sub img,
.dor-box-html2 .box-html-content > div h3,
.single-blog .blog-image img{
    transition: all 0.5s ease 0s;
}
.single-blog .blog-image:hover img,
.lists-item-blog .image-blog-item:hover a img,
.dor-menu-ads-left .widget-inner.block_content.finished-sub:hover img,
.dor-menu-ads .widget-inner.block_content.finished-sub:hover img{transform:scale(1.3);}
#footer_account_list #lnk_wishlist span.link-item,
body .footer-container #block_various_links_footer ul li a, 
body .footer-container #block_myaccount_infos ul li a{
    color: #696969;text-decoration: none !important;
}
#footer_account_list #lnk_wishlist span.link-item:hover::before{
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: 8px;
  left:0px;
  position: absolute;
}
.block-categories .category-sub-menu li[data-depth="1"]{padding-left: 20px;}
.dor-list-effect-pizza2 .productSameCategory-wrapper ul.product_list.grid li.ajax_block_product .product-container .left-block{
    overflow: initial;
}
.productSameCategory-wrapper ul.product_list_items li .product-container::before{width: 100% !important;}
#productscategory_list_data .productSameCategory-wrapper .ajax_block_product > div{overflow: hidden;}
.product-actions .add-to-cart:hover {
    background-color: #fff;
    color: #333
}
.dor-megamenu #dor-top-menu .dropdown-menu .widget-links.block li{padding-left: 0px;padding-right: 0px;}
#header .header-line-wapper .header-menu-item-icon.open .user-menu.menu-gear-line{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0) !important;
    transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s !important;
}
.user-menu a .hidden-sm-down {
    display: inline-block !important;
}
@media(max-width: 767px){
    .products-selection .showing{display: none;}
}
/*********Mini Cart Block***********/
#header .header-line-wapper .cart-preview .body {
    background: #fff none repeat scroll 0 0;
    min-width: 300px;
    right: 0;
    padding:20px 15px 15px;
    position: absolute;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(35px) !important;
    -webkit-transform: translateY(35px) !important;
    -ms-transform: translateY(35px) !important;
    background: white;
    text-transform: none;
    display: block !important;
    z-index: 99;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
    margin-top: 0px;
    top: 100%;

}
@media (min-width: 991px) {
    .blockcart.cart-preview {
        padding-bottom: 34px;
        padding-top: 34px;
    }
    header.fixed .blockcart.cart-preview {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    #checkout #header .header-line-wapper .cart-preview .body, 
    #header.fixed .header-line-wapper .cart-preview .body{margin-top: 0px !important;}
}
body#checkout section.checkout-step .step-title{font-weight: 400;text-transform: none;padding-left: 30px;color: #101010;}
#checkout #header .header-line-wapper .cart-preview .body,
#header.fixed .header-line-wapper .cart-preview .body{
    margin-top: 15px;
}
@media (min-width: 992px){
    #header .header-line-wapper .blockcart.cart-preview:hover .body{
        visibility: visible !important;
        opacity: 1 !important;
        transform: translate(0) !important;
        transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s !important;
    }
}

#header .header-line-wapper .cart-preview .body > ul > li{display: block;position: relative;padding-bottom: 15px;}
.mini-cart-media {
    width: 60px;float: left;
}
.mini-cart-media a{margin-bottom: 0px;}
.mini-cart-info {
    float: left;
    padding-left: 15px;
    text-align: left;
    width: calc(100% - 60px);
}
.mini-cart-info > span {
    display: block;
    width: 100%;
}
#header .header-line-wapper .cart-preview .body .cart-total{text-align: left;}
#header .header-line-wapper .cart-preview .body .cart-subtotals .label,
#header .header-line-wapper .cart-preview .body .cart-total .label{color: #333;text-align: left;}
#header .header-line-wapper .cart-preview .body .cart-subtotals > div,
#header .header-line-wapper .cart-preview .body .cart-total > div{text-align: left;}
#header .header-line-wapper .cart-preview .body .remove-from-cart{position: relative;display: block;}
#header .header-line-wapper .cart-preview .body .remove-from-cart::before{z-index: 1;right: 0px;}
#header .header-line-wapper .cart-preview .body .remove-from-cart i {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: -16px;
    z-index: 999;
}
#header .header-line-wapper .cart-preview .body .remove-from-cart::before {
    border-width: 0 0 30px 30px;
}
#header .header-line-wapper .cart-preview .body .cart-subtotals .label {
    font-size: 17px;
    font-weight: 400;
}
#header .header-line-wapper .cart-preview .body .value {
    color: #333;
    display: inline-block;
    font-size: 20px;
    width: 90px;
}
#header .header-line-wapper .cart-preview .body .cart-subtotals > div,
#header .header-line-wapper .cart-preview .body .cart-total{text-align: right;}
#header .header-line-wapper .cart-preview .body .cart-total span {
    font-size: 22px;
}
#header .header-line-wapper .cart-preview .body .cart-total{padding:15px 0 0;}
.mini-cart-footer {
    background: #f3f3f3 none repeat scroll 0 0;
    margin: 0 -15px -15px;
    padding: 15px;
}
.minicart-product-lists > li{position: relative;}
.minicart-product-lists > li::before {
    content: "";
    position: absolute;
    background: #ddd;
    height: 1px;
    bottom: 9px;
    left: 0px;
    width: 100%;
}
.button-act-minicart a {
    color: #fff !important;
    display: block;
    font-weight: 700;
    padding: 6px 0;
    text-transform: uppercase;
    margin:10px 0px;
    text-align: center;
}
.button-act-minicart {
    padding-top: 15px;
}
.button-act-minicart a.mini-cart-view{
    background: #52afc6;color: #fff;border:1px #52afc6 solid;
}
.button-act-minicart a.mini-cart-view:hover{
    background: none;color: #52afc6 !important;
}
.button-act-minicart a.mini-cart-checkout{
    background: #333;color: #fff;border:1px #333 solid;
}
.button-act-minicart a.mini-cart-checkout:hover{
    background: none;color: #333 !important;
}
.mini-cart-info > span.product-price {
    color: #52afc6;
    font-weight: 700;
}
.mini-cart-info > span.product-quantity {
    color: #333;
}
.mini-cart-info > span.product-quantity span {
    color: #909090;
    padding-right: 5px;
}
#header .header-line-wapper .cart-preview .body .cart-total span.label {
    font-weight: 500;
}
.none-minicart .mini-cart-footer,
.none-minicart .minicart-product-lists{
    display: none;
}
.no-item-cart .no-items {
    color: #101010;
    font-weight: 300;
}
/*********End Mini Cart Block***********/








/*---------------- Cart Block ------------------------ */
.search-box-area, .user-menu-area, .mini-cart-area{display: inline-block;}
#header .shopping_cart{width: auto;padding:0px;}
.shopping_cart > a:first-child{background: none;padding:0px;}
.shopping_cart > a:first-child b,
.shopping_cart > a:first-child .ajax_cart_product_txt,
.shopping_cart > a:first-child .ajax_cart_no_product,
.shopping_cart > a:first-child .ajax_cart_product_txt_s{display: none !important;}
.ajax_cart_quantity, .cart-products-count {
    background: #8eb35a none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -28px;
    top: 6px;
    width: 20px;
    color: #fff;
    text-shadow:none;
}
.shopping_cart > a:first-child{position: relative;overflow: inherit;}
.shopping_cart > a:first-child::before{color: #949494;}
#header .shopping_cart > a:first-child::after, .shopping_cart > a:first-child::before{content: "" !important;}
#header .shopping_cart{float: none;}
.header-menu-item-icon .col-sm-4.clearfix {
    padding: 0;float: none;
}




/*****Cart*****/
#header .cart_block {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    opacity: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: 85px;
    visibility: hidden;
    width: 360px;
    z-index: 100;
    display: block !important;
}
#header .cart_block {
    position: absolute;
    z-index: 999;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, visibility 0.1s linear 0s;
    background: white;
    text-transform: none;
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
}
.cart_block_list dl.products {
    max-height: 260px;
    margin-right: -10px;
}
.cart_block_list .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.cart_block_list .cart-images > img {
    width: 75px;
}
.cart_block_list .cart_block dt {
    padding: 0px;
}
#header .cart_block a {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.cart_block .cart-images{margin-right: 10px;width: auto;height: auto;}
#header .cart_block dt {
    padding: 5px 0;background: none;
}
#header .cart_block .price {
    color: #8eb35a;
}
.cart_block .cart_block_list .remove_link {
    position: relative;
    right: 0;
    top: 0;
}
.cart-info-block-left {
    float: left;
    width: 72%;
}
.cart-info-block-right {
    float: left;
    width: 28%;
    line-height: 20px;
}
.cart_block .cart_block_list .remove_link a.ajax_cart_block_remove_link::before, #layer_cart .cross::before{
    content: "\f00d";
    color: #333;
    font-size: 13px;
}
.cart-info-block-right .price{font-size: 16px;}
#header .cart_block .cart-prices,
#header .cart_block .cart-buttons{background: none;padding: 0px;}

.button_order_cart > span i{display: none;}
.title-block-cart {
    border-bottom: 1px solid #ddd;
    color: #000;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    font-size: 20px;
}
.cart_block .cart-buttons a.button_order_cart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    float: none;
    margin: 10px 0 0;
    text-align: center;
    width: 97%;
    float: none;
    margin: 0 auto;
    margin-top: 15px;
}
.cart_block .cart-buttons a#button_order_cart {
    margin: 0 auto;
}
.cart_block .cart-buttons a#button_order_cart span, .cart_block .cart-buttons a#button_order_checkout span {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #747474;
    font-size: 13px;
    padding: 10px;
    text-shadow: none;
    text-transform: uppercase;
}
.cart_block .cart-buttons a#button_order_cart span:hover, 
.cart_block .cart-buttons a#button_order_checkout span:hover{background: #8eb35a;border-color: #8eb35a;color: #fff;}
.cart_block .cart-buttons a#button_order_cart span{background: none;}
.cart-prices .cart-prices-line span{display: inline-block;float: none;}
.cart_block .cart-prices .cart-prices-line{text-align: left;border: none;font-weight: 400;}
.cart_block .cart-prices .cart-prices-line:first-child{border-top: 0px #ddd solid;padding-top: 0px;}
.cart_block .cart-prices .cart-prices-line span{font-size: 16px;}
.cart_block .cart-prices .cart-prices-line.last-line{text-transform: uppercase;}
.cart_block .cart-prices .cart-prices-line.last-line span.price.cart_block_total{font-size: 20px;}
.cart_block .cart-prices .cart-prices-line span:first-child{color: #000;}
.cart_block .cart-info{padding-right: 0px;}
#header .cart_block .cart-prices {
    border: medium none;
    line-height: 15px;
    padding: 15px 0;
    position: relative;
}
#header .cart_block .cart-prices::before {
    border-top: 1px solid #ddd;
    content: "";
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.header_user_info.smart-user-act{border-right: none !important;}
.layer_cart_overlay{z-index: 1;}
.optionsTheme{position: fixed;top: 150px;display: block;
width: 35px;height: 35px;z-index: 9999;background: #ff0000;left: 0px;}
.shopping_cart > a:first-child::before{content: "";}
.shopping_cart > a b {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
.cart_block .cart-info .quantity-formated{color: #000;padding: 0px;font-size: 15px;text-transform:none;}
#header .cart_block .product-atributes{padding: 0px;}
.cart_block .cart_block_list .remove_link{position: relative;top: 0px;right: 0px;}
#header .cart_block .product-atributes a{color: #666;}
.cart_block .cart-info .quantity-formated .quantity{padding-left: 5px;}

#header .shopping_cart .cart_block.block {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
    border:none;
}
@media (min-width: 992px){
    #header .shopping_cart:hover .cart_block.block{
      visibility: visible !important;
      opacity: 1 !important;
      transform: translate(0) !important;
      transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s !important;
  }
}
/*---------------- Cart Block Ends ------------------------ */
/*---------------- Logo ------------------------ */
#header_logo .logo.img-responsive {
    width: auto;
}
header .row #header_logo{padding-top: 0px;}
.logo-wapper > a{height: 80px;line-height: 80px;display: table-cell;vertical-align: middle;}
/*---------------- Logo Ends ------------------------ */

/*---------------- User Menu Ends ------------------------ */

/*---------------- Language Block And Currencies Block ------------------------ */
#languages-block-top ul li {
    color: #fff;
    font-size: 13px;
    line-height: 35px;
}
#first-languages li img, #first-currencies li img {
    display: inline-block;
}
#languages-block-top ul li a, #languages-block-top ul li > span,
#currencies-block-top ul li a, #currencies-block-top ul li > span {
    padding: 0 10px 0 5px;display: inline-block;color: #333;
}
#languages-block-top ul li:hover,
#currencies-block-top ul li:hover{padding-left: 15px;}
#languages-block-top, #currencies-block-top {
    border: 0 solid #515151 !important;
    float: none;
    position: relative;
    width: 100%;
}
#languages-block-top ul,
#currencies-block-top ul{
    background: none;
    display: block;
    left: 0;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 2;
}
#languages-block-top ul li.selected, 
#languages-block-top ul li.selected a, 
#languages-block-top ul li:hover a, 
#languages-block-top ul li:hover span, 
#languages-block-top ul li.selected span,
#currencies-block-top ul li.selected, 
#currencies-block-top ul li.selected a, 
#currencies-block-top ul li:hover a, 
#currencies-block-top ul li:hover span, 
#currencies-block-top ul li.selected span{
    background: none;color: #8eb35a;
}
/*---------------- Language Block And Currencies Block Ends ------------------------ */
.user-menu{
  background-color: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  left: -120%;
  line-height: 24px;
  min-width: 170px;
  padding: 30px 20px 20px 25px;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  z-index: 9999;
  top: 80px;
}
.user-menu h3 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.user-menu ul{
  margin-bottom: 14px;
}
.user-menu ul li{
  line-height: 28px;font-size: 13px;
}
.user-menu ul li a, .header_user_info a {
  color: #6b6b6b;
  display: block;
  font-size: 100%;
  height: inherit;
  line-height: 28px;
  text-align: left;
  width: inherit;
}
.user-menu ul li a i{
  margin-right: 2px;
}
.user-menu ul li a img{
  margin-right: 10px;
}
.user-menu ul li:hover a, .header_user_info a:hover{
  color: #8eb35a;padding-left: 15px;
}
.user-menu a:after,.user-menu a:before{display: none;}
.txt-iso-code > span{padding-left: 5px;}
.txt-iso-code > span, .txt-iso-code > strong {
    color: #8eb35a;font-size: 13px;text-transform: uppercase;
}
/*---------------- User Menu Ends ------------------------ */

.header-conact-info i {
    color: #696969;
    display: inline-block;
    float: left;
    font-size: 35px;
    height: 40px;
    line-height: 40px;
}
.contact-info-top {
    float: left;
    line-height: 20px;
    padding-right: 20px;
}
.contact-info-top > span {
    display: block;
    text-align: left;
}
.contact-info-top > span:first-child {
    color: #696969;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
}
.contact-info-top > span:last-child {
    color: #8eb35a;
    font-family: "Playfair Display",serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}
.header-conact-info {
    display: table;
    padding: 50px 0 30px;
}
.headerskin4 .shopping_cart > a:first-child b {
    color: #696969;
    display: block !important;
    float: left;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
    padding-left: 22px;
    text-shadow: 0 0;
    text-transform: uppercase;
}
.headerskin4 .shopping_cart .ajax_cart_total {
    clear: left;
    color: #333;
    display: block !important;
    float: left;
    font-family: "Playfair Display",serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-top: -18px;
    padding-left: 55px;
    text-shadow: 0 0;
}
.headerskin4 .shopping_cart i.fa-shopping-basket {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/icon-cart.png") no-repeat scroll center center;
    display: block;
    float: left;
    height: 27px;
    margin-top: 15px;
    width: 31px;
}
.headerskin4 .shopping_cart i.fa-shopping-basket::before{display: none;}
.headerskin4 .dorheader-skin2 .menu-head-top .ajax_cart_quantity {
    font-size: 13px;
    right: 90px;
    text-align: center;
    top: 5px;
}
.headerskin4 #header .shopping_cart {
    padding: 40px 0 30px;
}
.headerskin4 .menu-head-top > .col-sm-4.clearfix{float: right;}
.headerskin4 .header-menu-item-search .icon-search {
    color: #333;
}
.headerskin4 .dorHeader_menu{position: relative;}
.headerskin4 .dorHeader_menu::after {
    background: #f4f4f4 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.headerskin4 .dor-megamenu .navbar-nav > li > a{line-height: 65px;}


.header_user_info i {
    padding-right: 7px;
}
/*---------------- megamenu ------------------------ */
.dor-megamenu{height: auto;}
.dor-megamenu .navbar-nav, .dor-megamenu .navbar {
    background: none;
}
.dor-megamenu .navbar-nav{text-align: center;}
#dor-top-menu{border:none;}
.dor-megamenu .navbar-nav > li{margin: 0px;}
.dor-megamenu .navbar-nav > li > a{line-height: 80px;padding:0px 15px;text-transform: none;font-weight: 400;font-size: 14px;color: #fff;}
.dor-megamenu ul.navbar-nav > li{
    display: inline-block;
    transition: all 0.4s ease 0s;
    position: relative;
    float: none;
}
.dor-megamenu ul.navbar-nav li .product-meta a{
  line-height: 38px;
}
.dor-megamenu ul.navbar-nav > li > a{
  font-weight: 700;
    font-size: 13px;
    font-style: normal;
    transition: opacity 0.24s ease-in-out 0s;
    padding: 0 25px;
    color: #666666;
    display: inline-block;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
}
.dor-megamenu ul.navbar-nav > li > a::after {
  background-color: #000;
  height: 4px;
  left: calc(50% + 5px);
  margin-left: -2.5px;
  margin-top: 14px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 4px;
 content: none;
}
.dropdown-toggle::after{border:none;}
.dor-megamenu ul.navbar-nav > li.active > a::after{
  content: "";
}
.dor-megamenu ul.navbar-nav > li:hover > a::after{
    content: "";
    animation: 1s linear 0s normal none infinite running fa-spin;
}
.dor-megamenu ul.navbar-nav > li:hover > a,.dor-megamenu ul.navbar-nav > li.active > a{
  color: #2a2a2a;
}
.dor-megamenu ul.navbar-nav li a span.menu-title{color: #ffffff;}
.dor-megamenu ul.navbar-nav > li > a .caret::before{content: "";}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: none;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li a{
  text-transform: none;line-height: 38px;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li .widget-heading.title_block a{
  text-transform: none;line-height: 1;
}
.dor-megamenu .dropdown-menu{left: auto;}
.dor-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu{
    left: 0;
}
.dor-menu-featured-product .price_container,
.dor-menu-featured-product .image{display: none;}
.dor-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu > li > div.row > div{padding-left: 0px;padding-right: 0px;}

.widget-content ul.nav-links li::before{content: "";}
.widget-content ul.nav-links li{padding-left: 0px;text-align: left;}
.dor-megamenu .dropdown-menu .widget-content li{text-align: left;}
.dor-menu-featured-product .product-meta {
    line-height: 32px;
    margin: 0;
    text-align: left;
}
.dor-menu-featured-product .product-meta > a{padding-left: 0px !important;padding-right: 0px !important;}
.dor-megamenu ul.navbar-nav li .dropdown-menu .widget-content .widget-inner.block_content a{
  color: #5e5a54;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 15px;
}
.dor-megamenu ul.navbar-nav li .dropdown-menu .widget-content .widget-inner.block_content a{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.dor-menu-features-col .widget-heading.title_block {
    display: none;
}
.dor-menu-ads-left img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.dor-megamenu ul.navbar-nav li .dropdown-menu .widget-content .widget-inner.block_content a i{width: 20px;}
/*---------------- megamenu Ends ------------------------ */
/*----------------------------------------*/
/*  8. Service-area
/*----------------------------------------*/
.service-area{}
.single-service{
  text-align: center;
}
.ser-icon{
  display: inline-block;
  font-size: 18px;
  height: 49px;
  line-height: 49px;
  margin-bottom: 14px;
  position: relative;
  text-align: center;
  width: 49px;
  z-index: 1;
}
.ser-icon::before, .ser-icon::after {
  border: 1px solid #dddddd;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  width: 100%;
}
.ser-icon::after {
  border-color: #e9e9e9;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  z-index: -1;
}
.flip-horizontal {
  transform: scaleX(-1);
}
.ser-icon i{}
.single-service h5{
  color: #2a2a2a;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  padding-top: 20px;
  position: relative;
  font-weight:400;
}
.single-service p{
  color: #444444;
  font-size: 13px;
  line-height: 18px;
}
.single-service:hover .ser-icon::after,.single-service:hover .ser-icon::before,.hm-9 .single-service .ser-icon::before,.hm-9 .single-service .ser-icon::after{
  border-color: #8eb35a;
}
.single-service:hover .ser-icon::after,.hm-9 .single-service .ser-icon::after {
  background-color: #8eb35a;
}
.single-service:hover .ser-icon,.hm-9 .single-service .ser-icon{
  color: #fff;
}
/*----------------------------------------*/
/*  9. footer-top-area
/*----------------------------------------*/
.footer-top-area{
  padding: 30px 0 15px;
}
.footer-top-area hr {
  border-bottom: 1px solid #2a2a2a;
  border-top: 2px solid #2a2a2a;
  height: 2px;
  margin-bottom: 60px;
}
.footer-logo{}
.footer-socials{}
.footer-socials ul{
  padding: 15px 0 0;
}
.footer-socials ul li{
  display: inline-block;
  margin-right: 15px;
}
.footer-socials ul li a{
  color: #2a2a2a;
  display: inline-block;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  position: relative;
  text-align: center;
  width: 26px;
}
.footer-socials ul li a::before {
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.footer-socials ul li a:hover::before {
  background-color: #2a2a2a;
}
.footer-socials ul li a:hover{
  color: #fff;
  z-index: 2;
}
.news-letter-button a {
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    max-width: 270px;
    text-align: center;
    width: 100%;
}
.news-letter-button a:hover{
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
#main .page-content {
    border: medium none;
    box-shadow: none;
}
#module-dorpages-aboutus2 #wrapper > .container,
#module-dorpages-aboutus #wrapper > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;padding-right: 0px;
}
/*---------------- Footer start ------------------------ */
.footer-container{background: none;box-shadow: none;}
.footer-container #footer .footer-block{margin-top: 0px;}
.footer-container .container{padding-bottom: 0px;}
#footer{
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-copyright-payment {
    color: #ababab;
    padding: 20px 0;
}
.footer-title, .footer-container #footer h4, .footer-container #footer h4 a, #block_various_links_footer h4, .footerInstagram .section-title a, #block_myaccount_infos .myaccount-title a{
  color: #333 !important;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0px;
  text-transform: none !important;
  font-weight: 700;
  font-family: "Playfair Display",serif;
  text-decoration: none;
}
.footerInstagram .section-title::before {
    display: none;
}
.blockcms-title, .myaccount-title, .myaccount-title a, .block-contact-title {
    margin-top: 0;
}
.footerInstagram .section-title > h4 {
    margin-top: 0;
}
.footer-container #footer .dorFooter-contactus h4, .footer-container #footer #block_various_links_footer > h4{font-size: 18px;font-family: "Playfair Display",serif;text-transform: none;}
.dorFooter-contactus ul {
    margin-top: 17px;
}
.dorFooter-contactus ul li {
    line-height: 28px;
    text-align: left;
}
.dorFooter-contactus ul li a,
.footer-container #footer ul li a {
    color: #444;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
}
body main .social-connect-icon {
    padding-top: 15px;
}
.footer-container #footer section.footer-block ul li a{padding-left: 0px !important;margin-bottom: 5px;}
.dorFooter-contactus ul li a,
.dorFooter-contactus ul li a span,
.footer-container #footer ul li a{text-shadow:none;font-weight: 400;color: #696969;}
.footer-container #footer section.footer-block ul li a:hover{padding-left: 18px !important;color: #8eb35a;}
.dorFooter-contactus ul li a em{
  color: #333;
  font-size: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  text-shadow:none;
}
.dorFooter-contactus ul li a:hover {
  color: #333;
}
.dorFooter-contactus ul li a:hover i {
  color: #8eb35a;
}
body main .social-connect-icon a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block !important;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    width: 35px;
    margin-right: 6px;
}
body main .social-connect-icon a i{font-size: 14px;padding:0px;color: #696969;}
body main .social-connect-icon a:hover i{color: #8eb35a;}
.dorFooter-contactus ul li a i {
    color: #ababab;
}
.footer-security {
    text-align: right;
}
.footer-bottom-info-wapper > div:nth-child(2){
  font-style: italic;font-size: 13px;
}
.footer-bottom-info-wapper > div:nth-child(2) a{color: #8eb35a;}
.footer-security > a {
    font-size: 11px;
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
    color: #ababab;
}
.footer-bottom-info-wapper hr{position: relative;border:none;}
.footer-bottom-info-wapper hr::before{
  top: -25px;
  content: "";
  position: absolute;
  height: 1px;
  background: #ddd;
  width: 100%;
}
.icon-line-quickview .tooltip.top{min-width: 75px;}
.icon-line-wishlist .tooltip.top{min-width: 95px;}
.icon-line-compare .tooltip.top{min-width: 67px;}
.icon-line-cart .tooltip.top{min-width: 75px;}
/*---------------- Footer End ------------------------ */

/*----------------------------------------*/
/* 18. Shop page-header-area
/*----------------------------------------*/
.page-header-area{
  padding-bottom: 125px;
  padding-right: 0;
  padding-top: 125px;
  background-color: transparent;
  background-image: url("../../img/dorado/bg-pagetitle.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-header-area::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-title{
  text-align: center;
}
.page-title h1 {
  color: #fff;
  font-family: Monda;
  font-size: 38px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  transition: opacity 0.24s ease-in-out 0s;
}
.breadcrumb-area{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  padding: 15px 0;
}
.breadcrumb-menu{}
.breadcrumb-menu ul{}
.breadcrumb-menu ul li {
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
}
.breadcrumb-menu ul li span {
  color: #343434;
  padding-left: 5px;
}
.breadcrumb-menu ul li a{
  padding: 0 8px;
  color: #b3b3b3;
}
.navigation-pipe {
    padding: 0 5px;
}

/*********fancybox***********/
.fancybox-skin .fancybox-close{
    right: 6px;top: 11px;transform: rotate(45deg);
}
.fancybox-skin .fancybox-close::after {
    color: #3e3e3e;
    content: "\f067";
    font-size: 16px;
}
.fancybox-skin .fancybox-close::before {
    border-bottom: 66px solid transparent;
    content: "";
    position: absolute;
    top: 3px;
    z-index: -1;
    border-right: 66px solid #fff;
    right: -9px;
    transform: rotate(-45deg);
}
.fancybox-prev span, .fancybox-next span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: auto;
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
    visibility: visible;
    font-family: FontAwesome;
}
.fancybox-next span::after {
    content: "";
    text-align: center;
}
.fancybox-prev span::after{
    content: "";
    text-align: center;
}
.fancybox-nav {
    background: none;
    border: 1px solid #777;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: calc(50% - 40px);
    width: 40px;
    z-index: 8040;
    line-height: 38px;
    display: none;
}
.fancybox-title-float-wrap{display: none;}
.fancybox-nav:hover{background: #8eb35a;border-color: #8eb35a;color: #fff;}
.fancybox-nav:hover span{color: #fff;}
.fancybox-skin:hover .fancybox-nav{display: block;}
.fancybox-skin:hover .fancybox-title-float-wrap{display: block;margin-bottom: 15px;}


/*=========================== 
Login-register page
============================= */

.log-reg-form .form-title {
  border-bottom: 1px solid #f0f0f0 !important;
  color: #525151 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "Playfair Display",serif;
  font-style: italic;
}
.login-register-area .sub-form-title{
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.log-reg-form{
  max-width: 500px;
}
.social-login{
  margin-bottom: 30px;
}
.log-reg-form .form-group {
  margin-bottom: 30px !important;
}
.log-reg-form p label{
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.log-reg-form p label::after{
  color: #8eb35a;
  content: "*";
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.social-login a{
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  min-width: 220px;
  padding: 12px 30px;
  text-align: center;
}
.social-login a:hover,.login-form-area > form .forgot-password:hover {
  opacity: 0.7;
}
.social-login a i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.social-login a.facebook-login{
  background: #3d5c98 none repeat scroll 0 0;
}
.social-login a.twitter-login{
  background: #22aadf none repeat scroll 0 0;
  float: right;
}

.log-reg-form .forgot-password {
  color: #8eb35a;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
#SubmitCreate, #SubmitLogin, #submitAccount, #add_address #submitAddress,
#address_delivery.address li.address_update, #address_delivery.address li.address_update span,
#addresses .address li.address_update  span,
#order-list .history_detail .button.button-small span, #order-list .history_detail .link-button,
#address_invoice.address li.address_update span{background: none;border:none;}
#SubmitCreate > span, #SubmitLogin > span, #submitAccount > span, #add_address #submitAddress > span, 
#address_delivery.address li.address_update span,
#addresses .address li.address_update span,
#address_invoice.address li.address_update span,
#order-list .history_detail .button.button-small span, #order-list .history_detail .link-button {
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #8eb35a;
  color: #8eb35a;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
}
#order-list .history_detail .button.button-small span, #order-list .history_detail .link-button {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px !important;
    width: auto;
    font-size: 11px;
}
.footer_links{clear: both;}
#order-list .history_detail .button.button-small{top: -2px;}
#submitAccount > span{line-height: normal;}
#SubmitCreate:hover span,
#submitAccount:hover span,
#add_address #submitAddress:hover span,
#address_delivery.address li.address_update span:hover,
#address_invoice.address li.address_update span:hover,
#addresses .address li.address_update span:hover,
#order-list .history_detail .button.button-small:hover span, #order-list .history_detail .link-button:hover,
#SubmitLogin:hover span{
  background-color: #8eb35a;
  border-color: #8eb35a;
  color: #fff;
}
#addresses main .main-page-indent span,
#addresses main .main-page-indent a{
  background: none;border:none;color: #1f1f1f;
}
#addresses main .main-page-indent span em {
    padding-right: 10px;
}
.account_creation .page-subheading.form-title {
    margin-top: 5px;
}
.password .form_info {
    color: #666666;
    display: block;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}
.registration-info {
  margin-top: 35px;
}
.registration-info h5{
  color: #525151;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.registration-info ul{}
.registration-info ul li{
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.registration-info ul li::before {
  color: #8eb35a;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.log-reg-form label{font-weight: 400;color: #666666;}
.log-reg-form label sup{color: #8eb35a;}
.log-reg-form input[type="text"], 
.log-reg-form input[type="email"], 
.log-reg-form input[type="search"], 
.log-reg-form input[type="password"], 
.log-reg-form textarea, 
.log-reg-form select {
    background-color: #fff;
    border: 1px solid #eaeaea;
    line-height: 28.8px;
    outline: medium none;
    padding: 5px 15px !important;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 35px;
    max-width: 100% !important;
}
.form-group-char div.checker{display: inline-block;}
.form-group-char > p:first-child {
    float: left;color: #666666;
}
.form-group-char > p:last-child {
    float: right;color: #8eb35a;
}
.form-group-char > p:last-child a{color: #8eb35a;}
.form-group.form-error input, .form-group.form-error textarea,
.form-group.form-ok input, .form-group.form-ok textarea{
  background-position: 98% 10px;
}
.form-header-login > p,
.form_content > p {
    color: #666666;margin-bottom: 20px !important;
}

/**********Cart Address********/
#add_address .bootstrap-select .btn.dropdown-toggle.btn-default {
    line-height: 1.9em;
}
#add_address #other {
    border: 1px solid #ececec;
    max-width: 100% !important;
    width: 100%;
}
#add_address label {
    color: #666;
    font-weight: 400;
}
#address_delivery li,
#address_invoice li,
.addresses .address ul li,
.address li {
    font-size: 13px;
    line-height: 28px;
    color: #666;
}
.order_delivery .page-subheading {
    font-size: 13px;
    font-weight: 400;
}


/******Wishlist*******/
table.wishlist-table,table.wishlist-table th,table.wishlist-table td{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table.cart-table,table.wishlist-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 0px;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px 0 0 1px;
}
table.wishlist-table thead th {
  font-size: 14px;
  line-height: 24px;
  padding: 16px 12px;
  text-transform: uppercase;
}
table.wishlist-table tr td.product-img a {
  border: medium none;
  display: block;
  max-width: 80px;
}
table.wishlist-table tr td {
  padding: 16px 12px;
  text-align: center;
}
table.wishlist-table tr td .selector{max-width: 120px;overflow: inherit;}
table.wishlist-table tr td.product-name {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
table.wishlist-table tr td.product-name a{
  color: #474747;
}
table.wishlist-table tr td.product-name a.button {
  background: #ffffff none repeat scroll 0 0 padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #474747;
  float: right;
  font-size: 13px;
  padding: 3px 15px;
}
table.wishlist-table tr td.product-name a.button:hover{
  background: #8eb35a;
  color: #fff;
}
table.wishlist-table tr td span.instk{
  color: #297e29;
}
table.wishlist-table tr td.cart-button a{
  background-clip: padding-box;
  background-color: #8eb35a;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
}
table.wishlist-table tr td.cart-button a:hover {
  background: #393939 none repeat scroll 0 0;
}
table.wishlist-table tr td a.remove {
  color: #333;
  font-size: 24px;
}
.wishlist-title > h2 {
  color: #333;
  font-size: 25px;
  margin-bottom: 30px;
}
.wishlistLinkTop .clearfix.display_list, #hideWishlist {
    display: none;
}
#showSendWishlist > a > span, .wl_send.box.unvisible .submit button span {
    border: 1px solid #ddd;
    color: #333;
    font-weight: 400;
    padding: 5px 10px;
    text-shadow: none;
    text-transform: none;
}
#showSendWishlist > a > span:hover, .wl_send.box.unvisible .submit button span:hover{color: #fff;}

/*******Quick View Product******/
#product.content_only div.primary_block div.pb-center-column{width: 50%;}
/*******End Quick View Product******/

/********Megamenu**********/
.widget-html.block.dor-menu-ads {
    padding-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px;
}
.headerskin3 .dor-megamenu .navbar{position: static;}
.dor-megamenu .navbar-nav > li > .dropdown-menu{
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15) !important;
    display: block;
    margin: 0 !important;
    padding: 25px 10px;
    position: absolute;
    border-top: 2px solid #8eb35a;
}
.dor-megamenu .dropdown-submenu .dropdown-menu{
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
  padding: 25px 10px 26px;
  border-top: 2px solid #8eb35a;
}
.widget-html .widget-heading.title_block {
    display: none;
}
.dor-right-menu img, .dor-html-menu-bottom img, .dor-html-menu-bottom-2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.dor-megamenu .widget-content .widget-heading{
  background: none;border:none;margin:0px;
  color: #272727;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  transition: opacity 0.24s ease-in-out 0s;
  padding:0px;
}
.dor-megamenu .widget-content .widget-heading a{
  font-size: 13px;
  font-style: normal;
  line-height: 32px;
  transition: opacity 0.24s ease-in-out 0s;
  display: block;
  color: #333;
  font-weight: 400;
  text-transform: uppercase !important;
  padding: 0;
  transition: all 0.4s ease 0s !important;
}
.dor-megamenu .widget-content .widget-heading a, .dor-menu-featured-product .widget-heading.title_block{
    color: #392a25;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    position: relative;
}
.dor-megamenu .widget-content .widget-heading a::before, 
.dor-menu-featured-product .widget-heading.title_block::before{
  content: "";
  position: absolute;
  border-bottom: 1px solid #f9f6ee !important;
  left:0px;
  width: 80%;
  bottom: 0px;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li .widget-heading.title_block a::before{content: "";}
.dor-megamenu .widget-content .dor-widget-shop-pages .widget-heading.title_block a::before{display: none;}
.dor-megamenu .widget-content ul li a{
    font-size: 13px;
    font-style: normal;
    line-height: 38px;
    transition: opacity 0.24s ease-in-out 0s;
    color: #6b6b6b;
    display: block;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize !important;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li a, .footer-container #footer ul li a{
  transition: opacity 0.24s ease-in-out 0s;
  transition: all 0.4s ease 0s !important;
}
.dor-megamenu .widget-content ul li a:hover{
    color: #8eb35a;
    padding-left: 3px;
}
.dor-megamenu ul.navbar-nav li .dropdown-menu .block_content a, .dor-megamenu ul.navbar-nav > li.parent > ul li a{position: relative;}
.dor-megamenu ul.navbar-nav > li.parent > ul li a{padding-top: 0px;padding-bottom: 0px;}
.dor-megamenu ul.navbar-nav li .dropdown-menu .block_content a:hover{
    color: #8eb35a !important;
    padding-left: 20px !important;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li a:hover{
    color: #8eb35a !important;
    padding-left: 20px !important;
}
.dor-megamenu ul.navbar-nav > li.parent > ul li .widget-heading.title_block a:hover{padding-left: 0px !important;}
.dor-megamenu ul.navbar-nav li .dropdown-menu .block_content a:before,
.dor-megamenu ul.navbar-nav > li.parent > ul li a:before{
    transition:all 0.8s ease 0s !important;
}
.dor-megamenu ul.navbar-nav li .dropdown-menu .dor-widget-shop-pages .block_content a:hover:before{
  top: 24px;
}
.footer-container #footer section.footer-block ul li a:hover:before,
.dor-megamenu ul.navbar-nav li .dropdown-menu .block_content a:hover:before,
.dor-megamenu ul.navbar-nav > li.parent > ul li a:hover:before{
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: 14px;
  left:0px;
  position: absolute;
}
.footer-container #footer section.footer-block ul li a:hover:before{top: 5px;}
.dor-megamenu ul.navbar-nav > li.parent > ul li .product-meta  a:hover:before{top: 4px;}
.dor-megamenu ul.navbar-nav > li.parent > ul li a:hover:before{left: 0px;}
.dor-megamenu #dor-top-menu .dropdown-menu li{padding:0px 15px;}
.dor-megamenu #dor-top-menu .dropdown-menu li.active{max-height: 100%;}
.dor-megamenu #dor-top-menu .dropdown-menu li:last-child > a{border-bottom: none;}
.dor-megamenu #dor-top-menu .dropdown-menu li > a{padding-left: 0px;padding-right: 0px;border-bottom: 1px solid #f4f4f4;}
.dor-megamenu #dor-top-menu .dropdown-menu li > a:hover{border-bottom-color: #8eb35a;}
.dor-megamenu #dor-top-menu .dropdown-menu li > a:hover span{color: #8eb35a;}
.dor-megamenu #dor-top-menu .navbar-nav > li.aligned-fullwidth > .dropdown-menu li > a{
   border-bottom: none; 
}
.dor-megamenu #dor-top-menu .navbar-nav > li.aligned-fullwidth > .dropdown-menu li{padding-left: 0px;padding-right: 0px;}
.dor-megamenu .dropdown-menu li.parent > a .caret::before{top: 8px;}
.dor-megamenu #dor-top-menu .dropdown-menu .dor-widget-shop-pages .nav-links a{
  padding:8px 0px;border-bottom: 1px solid #f4f4f4 !important;
}
.dor-megamenu #dor-top-menu .dropdown-menu a{text-decoration: none !important;}
.widget-links.block.dor-widget-shop-pages {
    padding: 0 30px 0 15px !important;
    border-right: 1px solid #f9f6ee !important;
}
.dor-menu-fruits-shop {
    padding: 0px 20px 0px 30px !important;
}

.dor-megamenu .dropdown-menu .dor-widget-shop-pages .nav-links li:last-child a{border:none;}
#header.fixed .menu-group-show {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  min-height: 80px;
  transition: all 0.4s ease 0s;
  background: #000;
}
#header.fixed .row #header_logo .logo-wapper{height: 80px;}
#header.fixed .dor-megamenu .navbar-nav > li > a, #header.fixed .header-menu-item-icon{line-height: 60px;}

#product.content_only div.primary_block .comments_advices{display: none;}

/****Popup Add To Cart***/
#layer_cart {
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 20px !important;
    width: 500px;
}
#layer_cart .layer_cart_cart{display: none;}
#layer_cart .layer_cart_product{width: 100%;}
#layer_cart .button-container{clear: both;}
#layer_cart .layer_cart_product .product-image-container {
    border: 0px solid #d6d4d4;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px;
    text-align: center;
    width: 100%;
}
#layer_cart .layer_cart_product .product-image-container img{margin: 0 auto;max-width: 300px;border:1px #ececec solid;padding:3px;}
#layer_cart .layer_cart_product .title, #layer_cart .layer_cart_product .title i {
    font-size: 15px;
    margin: 0;
}
#layer_cart .layer_cart_product .layer_cart_product_info{padding-top: 15px;line-height: normal;}
#layer_cart .layer_cart_product .button-container span.continue{float: left;}
#layer_cart .layer_cart_product .button-container span{background: #8eb35a !important;border:none;box-shadow: none;color: #fff;text-shadow:0px 0px 0px;}
#layer_cart .layer_cart_product .button-container > a{float: right;border:none;}
#layer_cart .layer_cart_product .button-container span:hover,
#layer_cart .layer_cart_product .button-container a:hover{background: none !important;color: #111 !important;}
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}
#layer_cart .layer_cart_product .button-container span i{display: none;}
.layer_cart_product_info > div{
    padding-left: 0px;
    clear: both;
    line-height: normal;
}
.layer_cart_product_info > span {
    display: inline-block !important;
    padding-right: 10px;
}
#layer_cart_product_attributes, #layer_cart_product_quantity, #layer_cart_product_price{color: #8eb35a;}
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
    color: #606060;
    font-weight: 400;
    padding-right: 3px;
}

/****End Popup Add To Cart***/

/****Search Form*******/
#dor_search_top{
  min-height: 40px;
  padding-top: 0px;
  box-shadow: none;
  line-height: 20px;
  position: relative;
  z-index: 999999;
  width: 100%;
}
.headerskin4 .dorHeaderSearch-Wapper,
.headerskin3 .dorHeaderSearch-Wapper,
.headerskin1 .dorHeaderSearch-Wapper {
    background: #8eb35a none repeat scroll 0 0;display: none;
}
.headerskin1 #dor_search_top form input,
.headerskin4 .dorHeaderSearch-Wapper #dor_search_top form input,
.headerskin3 .dorHeaderSearch-Wapper #dor_search_top form input{background: none;font-size: 16px;padding:0px 30px;line-height: 40px;color: #fff !important;}
.headerskin1 .pos_search.form-group,
.headerskin4 .dorHeaderSearch-Wapper .pos_search.form-group,
.headerskin3 .dorHeaderSearch-Wapper .pos_search.form-group{display: none;}
#dor_search_top .close-icon {
  color: #919191;
  font-size: 24px;
  margin-top: -12px;
  position: absolute;
  right: 90px;
  top: 50%;
  cursor: pointer;
}
#dor_search_top.active{
  animation: 0.4s ease 0s normal both 1 running fadeInUp;
  display: block;
}

#dor_search_top form#searchbox {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 0;
    width: 600px;
}
#dor_search_top form input {
    background-color: #fff;
    border: 0 none;
    box-shadow: none !important;
    color: #919191;
    font-size: 24px;
    height: auto;
    line-height: normal;
    outline: medium none;
    padding: 5px 15px;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.dor_search button[name="submit_search"] {
    border: medium none;
    font-size: 20px;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #c9c9c9;
    background: none !important;
}
.headerskin1 .dor_search button[name="submit_search"],
.headerskin4 .dorHeaderSearch-Wapper .dor_search button[name="submit_search"],
.headerskin3 .dorHeaderSearch-Wapper .dor_search button[name="submit_search"]{right: auto;left: 0px;top: 2px;color: #fff;}
#dor_search_top button.form-control {
    border: medium none;
    font-size: 23px;
    height: auto;
    padding: 11px 10px;
    position: relative;
    box-shadow: none !important;
    color: #c9c9c9;
}
#dor_search_top button.form-control::after {
    border-right: 1px solid #ddd;
    content: "";
    height: 30px;
    position: absolute;
    right: 10px;
    top: 11px;
}
.pos_search .dropdown-menu {
    line-height: 30px;
    max-height: 300px;
    max-width: 300px;
    overflow-y: auto;
    padding: 12px;
    border:none;
    box-shadow: none;
}
.close-popsearch {
    color: #919191;
    font-size: 18px;
    position: absolute;
    right: 50px;
    top: 55px;
    cursor: pointer;
}
/****End Search Form*******/


/****My Account*****/
#my-account ul.myaccount-link-list li a {
    background: none;
    border: 1px #ececec solid !important;
}
#my-account ul.myaccount-link-list li a span{
  border-color: #ececec;font-weight: 500;
  border-top: 0px;border-bottom: 0px;border-right: 0px;
}
#my-account ul.myaccount-link-list li a i{
  color: #8eb35a;
}
/****End My Account*****/

#dor-tab-product-category {
    padding:100px 15px 30px;
}
.header-main-wrapper {
    clear: both;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}
.blockDorado1{
  padding-bottom: 110px;
  padding-top: 80px;
}
/*****Dor Box Html 1*******/
.dor-box-html1 h2.title-box {
    padding-bottom: 50px;
}

.dor-box-html1 h2.title-box .title-bg-box{
  background: url(../../img/dorado/promo-title-1.png) no-repeat center center;
  display: block;
  height: 145px;
  width: 339px;
  text-align: center;
  margin: 0 auto;
}
.dor-box-html1 .box-html-content {
    color: #333333;
    font-family: "Playfair Display",serif;
    font-size: 27px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    width: 65%;
}
/*****End Dor Box Html 1*******/
/*****Dor Box Html 2*******/
.dor-box-html2 {
    padding-top: 90px;
}
.dor-box-html2 i {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.icon-service-1{
  background-image: url(../../img/dorado/promo-1.png);
  width: 187px;height: 152px;
}
.icon-service-2{
  background-image: url(../../img/dorado/promo-2.png);
  width: 209px;height: 150px;
}
.icon-service-3{
  background-image: url(../../img/dorado/promo-3.png);
  width: 168px;height: 149px;
}
.dor-box-html2 .box-html-content > div{
  text-align: center;margin: 0 auto;
}
.box-content-col {
    color: #696969;
}
.box-readmore {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    color: #8eb35a;
    display: inline-block;
    font-weight: 700;
    margin-top: 20px;
    padding: 7px 20px;
    text-transform: uppercase;
    border:1px #8eb35a solid;
}
.box-readmore:hover{
    background: #8eb35a none repeat scroll 0 0;color: #fff;
}
.dor-box-html2 .box-html-content h3 {
    font-family: "Playfair Display",serif;
    font-weight: 700;
    margin-bottom: 20px;
}
/*****End Dor Box Html 2*******/

.dor-info-perslider {
    max-width: 1170px;
    position: relative;
    text-align: left;
    margin:0 auto;
}
.dor-slider-title{
  font-family: "Playfair Display",serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
  text-transform: none;
  color: #8eb35a;
  text-align: left;
}
.dor-slider-caption{
  font-family: "Playfair Display",serif;
  font-weight: 700;
  text-transform: none;
  color: #333;
  font-size:45px;
}
.dor-slider-desc {
    font-size: 11px;
    line-height: 19px;
    position: absolute;
    text-transform: none;
    color: #797575;
}
.slider-read-more a {
    font-size: 11px;
    font-weight: 400;
}
/*.slider-read-more a:hover{
    background: #8eb35a none repeat scroll 0 0;color: #fff;
}*/
.dorNavSlider > div.av{background: #8eb35a !important;border-color: #8eb35a;}

/*****BreadCrumb****/
.dor-breadcrumb{
  background: url(../../img/dorado/bg-cate-head.png) no-repeat center center;
  padding-bottom: 155px;
  padding-top: 125px;
  text-align: center;
}
.dor-breadcrumb .breadcrumb{border:none;background: none;}
.dor-breadcrumb .breadcrumb a{background: none;}
.dor-breadcrumb .breadcrumb a::after{background: none;}
.dor-breadcrumb .breadcrumb a::before, .breadcrumb a::after{border: none;}
h1.category-name {
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#layered_price_range {
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
}
.layered_filter_ul > label[for="price"] {
    display: block;text-transform: uppercase;color: #ababab;font-size: 13px;
}

.dor-breadcrumb.breadcrumb ol {
    margin-bottom: 0;
    padding-left: 0;
}
.dor-breadcrumb.breadcrumb li {
    display: inline;
}
.dor-breadcrumb.breadcrumb li a {
    color: #414141;
}
.dor-breadcrumb.breadcrumb li::after {
    color: #878787;
    content: "/";
    margin: 0.3125em;
}
.dor-breadcrumb.breadcrumb li:last-child {
    color: #878787;
    content: "/";
    margin: 0.3125rem;
}
.dor-breadcrumb.breadcrumb li:last-child::after {
    content: "";
}

/*****End BreadCrumb****/
#footer #newsletter_block_left{display: none;}
.dorBlockCustom1 {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/newsletter-bg.png") no-repeat scroll center center;
    padding-bottom: 83px;
    padding-top: 115px;
}
#dor_custom_newsletter_block label {
    margin-top: -22px;
}
#dor_custom_newsletter_block label > span {
    color: #333;
    display: block;
    font-family: "Playfair Display",serif;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
}
#dor_custom_newsletter_block input[name="email"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #696969;
    float: left;
    height: 52px;
    max-width: 100% !important;
    width: 95%;
    border-radius: 3px;
}
#dor_custom_newsletter_block input[name="submitNewsletter"] {
    float: right;
    margin: 0;
}
#dor_custom_newsletter_block input[name="submitNewsletter"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #8eb35a;
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    text-shadow: 0 0;
    text-transform: uppercase;
}
#dor_custom_newsletter_block .form-group {
    margin: 0;
}
#dor_custom_newsletter_block {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.action-button ul {
    text-align: center;
}



/*******Dor About Us V1********/
#dor-about-us #columns{width: 100%;max-width: 100%;}
#dor-about-us #columns > .row{margin:0px;}
#dor-about-us .dor-box-html1 {
    padding-bottom: 70px;
}
.dor-about-left-col .dor-about-signle:first-child {
    text-align: right;
}
.dor-about-signle img{max-width: 100%;}
.about-us-info-stores .dor-about-signle {
    padding: 15px 0;
}
.dor-info-txt {
    background: #fff url("../../img/dorado/icon-qt.png") no-repeat scroll 20px 30px;
    color: #696969;
    font-family: "Playfair Display",serif;
    font-style: italic;
    padding: 65px 30px 30px;
}
.dor-info-txt > p {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/icont-img-1.png") no-repeat scroll center center;
    font-size: 18px;
    line-height: 1.7em;
}
.dor-info-txt h5 {
    color: #333;
    font-style: normal;
    font-weight: 700;
    padding-top: 25px;
}
.dor-info-txt span{font-size: 14px;}
.step-col-middle > img {
    max-width: 100%;
}
.step-signle .icon-step{width: 70px;line-height: 145px;}
.step-left .step-signle .icon-step{display: inline-block;float: left;}
.step-right .step-signle .icon-step{display: inline-block;float: right;}
.step-left .step-signle .step-sign-info {
    padding-left: 90px;
    position: relative;
}
.step-right .step-signle .step-sign-info {
    padding-right: 90px;
    position: relative;
    text-align: right;
}
.step-signle {
    padding: 25px 0;
}
.step-sign-info > h3{font-family: "Playfair Display",serif;color: #333;font-size: 20px;}
.about-us-group-1 {
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0) url("../../img/dorado/bg-main-3.png") no-repeat scroll center bottom;
}
.about-us-group-2 {
    padding-top: 100px;
}
.dor-about-right-col {
    padding-top: 165px;
}
.about-us-group-3{
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 100px 0 260px;
  background-color: #f4f4f4;
}
.about-us-group-5 {
    padding: 90px 0;
}
.head-about-group3, .ourfarmers-head, .story-head, .title-header-tab, .delivery-process-head, .blog-home-data .fancy-heading {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/contact/bg-title-contact.png") no-repeat scroll center center;
    padding: 16px 0;margin-bottom: 45px;
    text-align: center;
}

.head-about-group3 > h2, .ourfarmers-head > h2, .title-header-tab > h2, .delivery-process-head > h2, .blog-home-data .fancy-heading > h2 {
    display: block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.title-header-tab > h2, .delivery-process-head > h2, .blog-home-data .fancy-heading > h2{font-weight: 900;font-size: 40px;}
.head-about-group3 > span, .ourfarmers-head > span, .title-header-tab > span, .delivery-process-head > span, .blog-home-data .fancy-heading > span{
  font-family: "Playfair Display",serif;color: #8eb35a;font-size: 16px;font-style: italic;letter-spacing: 0.1em;
}
.farm-service-item p {
    color: #696969;
}
.farm-service-item > a, .farmer-item > span {
    color: #696969;
    font-style: italic;
    font-family: "Playfair Display";
}
.farm-service-item > a:hover, .farmer-item > span:hover{color: #8eb35a;}
.farm-service-item h3 {
    color: #333;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 26px;
    position: relative;
    text-transform: none;
}
.farm-service-item h3::before {
    background: #e7e5e4 none repeat scroll 0 0;
    bottom: 4px;
    content: "";
    height: 1px;
    left: calc(60% - 50px);
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 50px;
}
.aboutPartners a img, .aboutPartners.owl-carousel .owl-item img{max-width: 100%;width: auto;}
.aboutPartners a {
    display: table-cell;
    height: 85px;
    position: relative;
    vertical-align: middle;
}
.about-us-group-4 {
    background: #e8f0de none repeat scroll 0 0;
    max-height: 250px;
    overflow: hidden;
    padding: 40px 0;
}
.aboutPartners.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    min-height: 1px;
    position: relative;
    text-align: center;
}
.aboutPartners.owl-carousel .owl-item > div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.farmer-item {
    text-align: center;
}
.farmer-item > h3 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.farmer-item > h3::before {
    background: #e7e5e4 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    left: calc(60% - 50px);
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 50px;
}
.aboutus-ourfarmers {
    padding-top: 25px;
}
.owl-carousel .owl-item .farmer-item img{width: 100%;max-width: 100%;}

/*******End About Us V1********/

/*******Dor About Us V2********/
.about-us-v2-group-1 {
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 290px;
    padding-top: 0;
}
.info-story-inner {
    height: 705px;
    margin: 0 auto;
    padding-left: 16px;
    position: relative;
    width: 570px;
    z-index: 999;
}
.story-info-main{
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 13px -7px #ababab;
  padding:15px;
}
.story-info-content {
    border: 1px solid #f4f1e3;
    overflow: hidden;
    padding: 50px;
}
.info-story-main-middle {
    padding-top: 105px;
    position: relative;
}
.story-image-top {
    padding-right: 70px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
}
.story-head {
    padding-bottom: 15px;
    text-align: center;
}
.story-head > h2 {
    color: #333;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.story-head > span {
    font-style: italic;
    letter-spacing: 0.2em;
    font-family: "Playfair Display",serif;color: #8eb35a;font-size: 16px;
}
.story-body {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}
.story-body a{color: #8eb35a;}
.story-footer {
    margin-top: 40px;
    overflow: hidden;
}
.info-footer-story {
    padding-left: 20px;
    padding-top: 8px;
    text-align: center;
}
.info-footer-story h5 {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.info-footer-story span{
  font-style: italic;
  font-family: "Playfair Display",serif;color: #696969;font-size: 13px;
}
.story-image-bottom {
    bottom: -60px;
    left: 20px;
    position: absolute;
}
.say-client-author > span {
    border-radius: 50%;
    display: block;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    width: 70px;
}
.about-us-v2-group-2 {
    background: #f8f7f7 none repeat scroll 0 0;
    padding: 100px 0;
}

.about-client-say > h2 {
    font-family: "Playfair Display",serif;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 110px;
    text-align: center;
    letter-spacing: 0.07em;
}
.client-say-signle-wapper .client-say-content {
    background-color: #fff;
    color: #696969;
    font-family: "Playfair Display",serif;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    padding: 40px 25px 25px;
    height: 190px;
}
.icon-quot {
    background-image: url("../../img/dorado/line-v2-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    top: -18px;
    width: 34px;
}
.say-client-author-info.pull-left > h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}
.say-client-author-info {
    padding-left: 20px;
}
.say-client-author-info span{
  font-style: italic;
  font-family: "Playfair Display",serif;color: #696969;font-size: 13px;
}
.say-client-author {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}
.say-client-arrow {
    margin-left: 8px;
    position: relative;
    text-align: right;
    display: block;
}
.say-client-arrow::before {
    border-bottom: 25px solid #fff;
    border-right: 25px solid transparent;
    bottom: -25px;
    content: "";
    position: absolute;
    right: 80%;
    transform: rotate(90deg);
}
.about-line-middle{position: relative;display: block;}
.about-line-middle::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 84px;
    left: 50%;
    position: absolute;
    top: -42px;
    width: 1px;
    z-index: 999;
}
/*******End About Us V2********/
.product-action-deals .add-to-cart a span{display: none;}
.product-action-deals .add-to-cart a {
    background: #8eb35a none repeat scroll 0 0;
    border-color: #8eb35a;
    border-radius: 35px;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
}


/* Pipaluk */
#dorSubmitNewsletter, .box-info-product .exclusive, .button--sacnite, 
.action-button ul li a, .product-action-deals .add-to-cart a,
.add-to-line > div > a,
main #columns .standard-checkout,
main #columns .ContinueShop{
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    padding: 1.25em 2em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    border-radius: 40px;
}
main #columns .ContinueShop, main #columns .standard-checkout {
    float: right;
    margin-left: 15px;
    padding: 5px 25px !important;
    background: none !important;
}
main #columns .ContinueShop span, main #columns .standard-checkout span{padding:0px; color: #fff;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.product-action-deals .add-to-cart a{padding: 0 25px;color: #fff;}
main #columns .standard-checkout::before,
main #columns .standard-checkout::after,
main #columns .ContinueShop::before,
main #columns .ContinueShop::after,
.product-action-deals .add-to-cart a::before,
.product-action-deals .add-to-cart a::after,
#dorSubmitNewsletter::before,
#dorSubmitNewsletter::after,
.box-info-product .exclusive::before,
.box-info-product .exclusive::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
main #columns .ContinueShop::before,
main #columns .standard-checkout::before,
.product-action-deals .add-to-cart a::before,
.box-info-product .exclusive::before,
#dorSubmitNewsletter::before{
  border: 2px solid #8eb35a;
}
main #columns .ContinueShop::after,
main #columns .standard-checkout::after,
.product-action-deals .add-to-cart a::after,
.box-info-product .exclusive::after,
#dorSubmitNewsletter::after{
  background: #8eb35a;
}
main #columns .ContinueShop:hover::before,
main #columns .standard-checkout:hover::before,
.box-info-product .exclusive:hover::before,
.product-action-deals .add-to-cart a:hover::before,
#dorSubmitNewsletter:hover::before{
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
main #columns .standard-checkout::before,
main #columns .standard-checkout:hover::after,
main #columns .ContinueShop::before,
main #columns .ContinueShop:hover::after,
.box-info-product .exclusive::before,
.box-info-product .exclusive:hover::after,
#dorSubmitNewsletter::before,
#dorSubmitNewsletter:hover::after{
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.7, 0.7, 1);
}
main #columns .standard-checkout:hover::after,
main #columns .ContinueShop:hover::after{
  transform: scale3d(0.9, 0.7, 1);
}
main #columns .standard-checkout::before,
main #columns .ContinueShop::before,
.product-action-deals .add-to-cart a::before,
.product-action-deals .add-to-cart a:hover::after{
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.8, 0.7, 1);
}
.product-action-deals .add-to-cart a:hover::after,
main #columns .standard-checkout:hover::after,
main #columns .ContinueShop:hover::after,
.box-info-product .exclusive:hover::after,
#dorSubmitNewsletter:hover::after{
  background-color: #8eb35a;
}


/* Winona */
.slider-read-more .button--winona {
    margin-top: 0;
}
.button--winona {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    color: inherit;
    display: inline-block;
    float: none;
    max-width: 250px;
    padding: 1.3em 2em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    text-transform: uppercase;
    margin-top: 20px;
    color: #8eb35a;
}
.button--winona{
    border: 1px solid #8eb35a;
}
.button--winona{
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #8eb35a;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.button--winona > span {
  display: block;
}
.slider-read-more .button--winona:after,
.button--winona.button--inverted:after{
  color: #fff;
}
.button--winona::after,
.button--winona > span{
  padding: 0.5em 1.5em;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.slider-read-more .button--winona::after,
.slider-read-more .button--winona > span{
  padding: 0.2em 1.5em;
}
.slider-read-more .button--winona:hover,
.button--winona:hover {
  border-color: #8eb35a;
  background-color: rgba(63, 81, 181, 0.1);
}
.slider-read-more .button--winona:hover,
.button--winona.button--inverted:hover {
  border-color: #8eb35a;
  background-color: #8eb35a;
}
.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}




/* Sacnite */
.button--sacnite, .action-button ul li a, .add-to-line > div > a {
    width: 70px;
    height: 70px;
    min-width: 0;
    text-align: center;
    line-height: 70px;
    padding: 0;
    color: #fff;
    border:1px #ddd solid;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.button--sacnite i, .add-to-line > div > a i{color: #696969;}
.button--scanite.button--round-l, .add-to-line > div > a {
    border-radius: 50%;
}
.button--sacnite.button--inverted, .add-to-line > div > a {
    color: #37474f;
}
/* .button--sacnite::before, .action-button ul li a::before, .add-to-line > div > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #fff;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.button--sacnite.button--inverted::before, .action-button ul li a::before, .add-to-line > div > a::before {
    box-shadow: inset 0 0 0 35px #fff;
} */
.button--sacnite .button__icon {
    font-size: 22px;
    width: 22px;
}
.button--sacnite > span {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.button--sacnite:hover, .action-button ul li a:hover, .add-to-line > div > a:hover {
    color: #37474f;border: 1px #8eb35a solid !important;
}
.hint--top::before{margin-bottom: -4px;}
.button.button--sacnite:hover i, .add-to-line > div > a:hover i{color: #8eb35a;}
.button--sacnite.button--inverted:hover, .add-to-line > div > a:hover {
    color: #fff;
}
.slider-content .price-slider.button--sacnite::before, .action-button ul li a::before{
    box-shadow: 0 0 0 35px #333 inset;
}
.add-to-line > div > a::before{
  box-shadow: 0 0 0 35px #fff inset;
}
.button--sacnite:hover::before, .slider-content .price-slider.button--sacnite:hover::before,
.add-to-line > div > a:hover::before,
.content_price .deail-price-main.button--sacnite:hover::before, .action-button ul li a:hover::before {
    box-shadow: inset 0 0 0 2px #8eb35a;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.button--sacnite.button--inverted:hover::before, .action-button ul li a:hover::before, .add-to-line > div > a:hover::before {
    box-shadow: inset 0 0 0 2px #fff;
}
.slider-content .price-slider.button--sacnite:hover::before, .add-to-line > div > a:hover::before,
.content_price .deail-price-main.button--sacnite:hover::before, .action-button ul li a:hover::before{
  box-shadow: inset 0 0 0 2px #8eb35a;
}
.slider-content .price-slider.button--sacnite:hover, .action-button ul li a:hover, .add-to-line > div > a:hover,
.content_price .deail-price-main.button--sacnite:hover{background: #fff !important;}
.slider-content .price-slider.button--sacnite:hover span, .action-button ul li a:hover i, .add-to-line > div > a:hover i,
.content_price .deail-price-main.button--sacnite:hover span{color: #8eb35a !important;}


ul.product_list .product-name:hover, .product_list_sidebar h5 a.product-name:hover{color: #8eb35a;text-decoration: none;}
.widget-content .panel-group {
    margin-bottom: 0;
}

/***Home 1 Deal***/
.dorDailyDeal {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/bg-deal.png") no-repeat scroll 0 0;
}
.info-deal-inner > h2 {
    color: #333;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.info-deal-inner > h3 {
    margin-top: 0;
}
.info-deal-inner > h3 a {
    color: #8eb35a;
    font-family: "Playfair Display",serif;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0.2em;
}
.info-dordeal {
    padding: 70px 0;
}
#daily-countdown-time .item-time {
    display: inline-block;font-family: "Playfair Display",serif;
}
#daily-countdown-time .item-time span {
    display: block;
    text-align: center;
    color: #696969;
}
#daily-countdown-time .item-time span.dw-time {
    font-size: 45px;
    font-weight: 700;
    padding: 0 30px 20px;
    color: #8eb35a;
    position: relative;
}
#daily-countdown-time .item-time span.dw-time::before {
    content: ":";
    font-size: 16px;
    position: absolute;
    right: -6px;
    top: 6px;
}
#daily-countdown-time .item-time:last-child span.dw-time::before{content: "";}
#daily-countdown-time .item-time span.dw-txt{
  font-style: italic;letter-spacing: 0.1em;font-size: 16px;
}
.deal-desc {
    padding: 20px 155px 30px 0;
}
#daily-countdown-time {
    margin-left: -15px;
}
.add-to-line > div {
    display: inline-block;
    padding: 0 5px;
}
.add-to-line > div a {
    border: 1px solid #8eb35a;
    color: #8eb35a;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.countdown-time-data {
    padding-bottom: 50px;
}

.product-action-deals .add-to-cart {
    padding-right: 25px;
}
.dorDailyDeal .content_price.price {
    position: absolute;
    text-align: center;
    top: calc(50% - 70px);
}
.dorDailyDeal .content_price.price .deail-price-main{
  border-radius: 50%;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  height: 140px;
  line-height: 140px;
  position: relative;
  text-align: center;
  width: 140px;
  background: #8eb35a;
  color: #fff;
  font-family: "Playfair Display",serif;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.dorDailyDeal .content_price.price .deail-price-main > span{
  display: block;line-height: normal;position: inherit !important;font-size: 37px;opacity: 1;
}
.dorDailyDeal .content_price.price .deail-price-main > span.product-price.new-price {
    margin-top: -2px;
}
.dorDailyDeal .content_price.price .deail-price-main > span.deail-price-txt{
  font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.deail-price-main{border:none;}
.deail-price-main::before {
    box-shadow: 0 0 0 35px #8eb35a inset;
}
/****Home Tab Product*****/
.dor-tab-product-category-wrapper .nav > li > a {
    border: 1px solid #f4f1e3;
    border-radius: 30px;
    color: #696969;
    padding: 3px 20px;
}
.dor-tab-product-category-wrapper .nav > li.active > a, .dor-tab-product-category-wrapper .nav > li > a:hover{
    color: #fff;background: #8eb35a !important;border-color: #8eb35a;
}
.load-more-tab.dor-icon-float-away {
    display: none;
}

/*****Home Promotion******/
.banner-item {
    position: relative;
}
.promotion-banner-info {
    position: absolute;
    right: 30px;
    top: calc(50% - 60px);
    text-align: center;
}
.promotion-banner-info > h3 {
    color: #333;
    font-size: 37px;
    font-weight: 900;
    font-family: "Playfair Display",serif;
    letter-spacing: 0.1em;
}
.promotion-banner-info > span {
    color: #696969;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}
.promotion-banner-signle:last-child .promotion-banner-info > h3 {
    color: #fff;
    text-transform: uppercase;
}
.promotion-banner-signle:last-child .promotion-banner-info > span {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-family: "Playfair Display",serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 1px 8px;
    text-transform: none;
}
#index #columns.container {
    padding: 0;
}

.delivery-process-media-group {
    clear: both;
    text-align: center;
}
.delivery-process-step-info {
    text-align: center;
}
.delivery-process-step .process-icon{display: block;margin: 0 auto;}
.delivery-process-step.step-01 .process-icon {
    background-image: url("../../img/dorado/step/step-01.png");
    background-repeat: no-repeat;
    height: 123px;
    width: 128px;
}
.delivery-process-step.step-01 .process-icon:hover{
  background-position: -128px 0px;
}
.delivery-process-step.step-02 .process-icon {
    background-image: url("../../img/dorado/step/step-02.png");
    background-repeat: no-repeat;
    height: 123px;
    width: 128px;
}
.delivery-process-step.step-02 .process-icon:hover{
  background-position: -128px 0px;
}
.delivery-process-step.step-03 .process-icon {
    background-image: url("../../img/dorado/step/step-03.png");
    background-repeat: no-repeat;
    height: 123px;
    width: 128px;
}
.delivery-process-step.step-03 .process-icon:hover{
  background-position: -128px 0px;
}
.delivery-process-step.step-04 .process-icon {
    background-image: url("../../img/dorado/step/step-04.png");
    background-repeat: no-repeat;
    height: 123px;
    width: 128px;
}
.delivery-process-step.step-04 .process-icon:hover{
  background-position: -128px 0px;
}

.delivery-process-step-info {
    position: absolute;width: 100%;z-index: 2;
}
.delivery-process-step.step-01 .delivery-process-step-info,
.delivery-process-step.step-04 .delivery-process-step-info{
  top: 200px;
}
.delivery-process-info-media {
    padding: 200px 0 100px;
}
.delivery-process-step-info h3 {
    color: #333;
    font-family: "Playfair Display",serif;
    font-size: 19px;
    font-weight: 700;
}
.delivery-process-head {
    padding: 40px 0;
}
.delivery-process-head > h2 {
    position: relative;
}
.delivery-process-head > h2::after {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/line-head-process.png") repeat-x scroll 0 0;
    content: "";
    height: 7px;
    left: 15px;
    position: absolute;
    top: 20px;
    width: calc(50% - 250px);
}
.delivery-process-head > h2::before {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/line-head-process.png") repeat-x scroll 0 0;
    content: "";
    height: 7px;
    right: 15px;
    position: absolute;
    top: 20px;
    width: calc(50% - 250px);
}
.promotion-banner-home1 {
    padding: 25px 0 70px;
}
.delivery-process-step-info > span {
    color: #696969;
}
.delivery-process-step{position: relative;}
.delivery-process-step.step-01 .delivery-process-step-info::before{
  position: absolute;
  content: "";
  background: url(../../img/dorado/step/line-step-1.png) no-repeat;
}
.delivery-process-step.step-01 .delivery-process-step-info::before {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/step/line-step-1.png") no-repeat scroll 0 0;
    content: "";
    height: 92px;
    position: absolute;
    right: -50px;
    top: -85px;
    width: 133px;
}
.delivery-process-step.step-02 .delivery-process-step-info::before {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/step/line-step-2.png") no-repeat scroll 0 0;
    content: "";
    height: 30px;
    position: absolute;
    right: -82px;
    top: 92px;
    width: 161px;
}
.delivery-process-step.step-04 .delivery-process-step-info::before {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/step/line-step-3.png") no-repeat scroll 0 0;
    content: "";
    height: 110px;
    left: -30px;
    position: absolute;
    top: -105px;
    width: 116px;
}

.delivery-process-step.step-02 .delivery-process-step-info{
  padding-right: 45px;
}
.delivery-process-step.step-03 .delivery-process-step-info {
    padding-left: 45px;
}
.testimonials-title{
  font-weight: 900;
}
.des_testimonial {
    font-family: "Playfair Display",serif;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 35px;
    padding: 0 190px;
}
.testimonials-slide .owl-nav > div i:hover{color: #8eb35a;}


.blockDorado5{position: relative;}
.blockDorado5::after {
    background-image: url("../../img/dorado/bg-1.png");
    bottom: -120px;
    content: "";
    height: 797px;
    left: 0;
    position: absolute;
    width: 249px;
    z-index: 1;
}
.blockDorado5::before {
    background-image: url("../../img/dorado/bg-2.png");
    top: -148px;
    content: "";
    height: 1090px;
    right: 0;
    position: absolute;
    width: 242px;
    z-index: 1;
}
div.star.star_on::after{color: #f0bf2d;}
ul.product_list .product-image-container img.img-responsive{margin:0 auto;}
.order_delivery ul.address {
    position: relative;
}
.order_delivery ul.address .page-subheading::before {
    content: "+";
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    cursor: pointer;
}
.order_delivery ul.address .page-subheading{border-width: 0px;padding:0px;margin:0px;}
.order_delivery ul.address.openAddress .page-subheading{border-width: 1px;padding:0px 0px 15px;margin-bottom: 12px;}
.order_delivery ul.address > li{display: none;}
.order_delivery ul.address > li:first-child{display: block;}
.order_delivery ul.address.openAddress > li{display: block;}

/*****Gallery******/
.header-tab-gallery > li a {
    border: 1px solid #f4f1e3;
    border-radius: 35px;
    color: #696969;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 15px;
}
/*****End Gallery******/


#dor-search-header2 .filterDataSearch {
    background: #fff none repeat scroll 0 0;
    max-height: 420px;
    max-width: 100%;
    min-width: 235px;
    overflow-y: auto;
    padding: 10px 5px;
    position: absolute;
    width: 310px;
    z-index: 1002;
}
.filterDataSearch{
  box-shadow: 0 0 5px -3px;
}

#_desktop_cart .header > a {
    display: block;
    z-index: 999;
    position: relative;
}


.dorFooter-contactus .contact-info ul li:nth-child(4) a span{color: #8eb35a;}
/***Home Blogs 3***/
#dorhomeStyle3 .owl-item .main-item-blog{width: 100%;padding:0px;}
#dorhomeStyle3 .month-date {
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    display: table-cell;
    height: 82px;
    line-height: 82px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 82px;
    font-family: "Playfair Display",serif;
    font-size: 17px;
    font-style: italic;
    letter-spacing:0.1em;
}
#dorhomeStyle3 .month-date small,
#dorhomeStyle3 .month-date em{
  display: block;line-height: normal;
}
#dorhomeStyle3 .month-date small {
    font-size: 35px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 700;
    font-style: normal;
    color: #8eb35a;
}
#dorhomeStyle3 .month-date small::before{
  content: "";
  position: absolute;
  background: #ddd;
  height: 1px;
  width: 50%;
  bottom: 0px;
}
#dorhomeStyle3 .media-body {
    padding-left: 25px;
    width: auto;
}
#dorhomeStyle3 .entry-categories > a {
    color: #ababab;
    font-family: "Playfair Display",serif;
    font-style: italic;
    letter-spacing: 0.07em;
}
#dorhomeStyle3 .info-blog-item {
    padding: 25px 0;
}
#dorhomeStyle3 .info-blog-item h3.entry-title a{font-size: 22px;}
#dorhomeStyle3.blog-home-data{padding-bottom: 60px;}
/***End Home Blogs 3***/






/***************Theme Options**************/

#header .header-top{position: relative;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);}
#_desktop_cart{display: inline-block;}
#_desktop_cart .hidden-sm-down {
    display: none;
}
#product-availability{line-height: 20px;}
.quickview .modal-content{background: #fff;}
#blockcart-modal .cart-products-count {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    bottom: auto;
    color: #333;
    font-family: "Playfair Display",serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 700;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
}
#blockcart-modal .cart-content strong {
    color: #696969;
    display: inline-block;
    font-weight: 400;
    min-width: 130px;
}
#blockcart-modal .cart-content p {
    color: #333;
    font-family: "Playfair Display",serif;
    font-style: italic;
}
#blockcart-modal .modal-dialog {
    max-width: 950px;
    width: 100%;
}
#blockcart-modal .cart-content {
    padding-left: 0.5rem;
}
#blockcart-modal .divide-right .col-md-6:first-child {
    width: 40%;
}
#blockcart-modal .divide-right .col-md-6:last-child {
    width: 60%;
}
#blockcart-modal .product-image{max-width: 100%;}
#blockcart-modal .product-name {
    color: #8eb35a;
    font-family: "Playfair Display",serif;
    font-size: 1.125rem;
    font-style: italic;
    letter-spacing: 0.05em;
}
#blockcart-modal .divide-right .col-md-6:last-child > p:nth-child(2) {
    font-family: "Playfair Display",serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}
#blockcart-modal .divide-right .col-md-6:last-child span,
#blockcart-modal .divide-right .col-md-6:last-child > p:last-child{
    color: #8eb35a;
}
#blockcart-modal .divide-right .col-md-6:last-child strong {
    color: #333;
    display: inline-block;
    min-width: 80px;
}
#blockcart-modal .cart-content .btn{margin-top: 25px;line-height: 25px;}
#blockcart-modal .cart-content .btn.btn-primary{border-color: #8eb35a;background-color: #8eb35a;}
#contact-link > a {
    color: #696969;
    font-size: 20px;
}
#contact-link > a i{padding-right: 15px;}
body#checkout #cart-summary-product-list{display: block;}
.cart-summary-products > p:nth-child(1){
    color: #333;
}
.cart-summary-products > p:nth-child(2) {
    display: none;
}
body#checkout #header .header-nav{padding-top: 2rem;}

.dor-dropdown-menu img {
    display: inline-block;
}
.dor-dropdown-menu .dropdown-item {
    display: inline-block !important;
    padding-left: 5px;
}
.dropdown .expand-more{color: #8eb35a;}

#_desktop_currency_selector .dropdown .expand-more::before, .txt-iso-code::before {
    background: #f4f1e3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0px;
}
.user-info .account .hidden-sm-down {
    color: #8eb35a;
    padding-left: 5px;
}
.logout .fa.fa-sign-out {
    padding-right: 5px;
}
#_desktop_user_info{
    background: #f8f7f7 none repeat scroll 0 0;
    margin-bottom: -21px;
    margin-left: -24px;
    margin-right: -21px;
    padding: 15px;
}

/*********Slide Home**********/
.effectSlider1 .dor-slider-price {
    position: absolute;
    left: 135px;
    top: 180px;
}
.effectSlider1 .dor-info-perslider{margin-left: 0px;}
.effectSlider0 .product-item-image img{
    position: absolute; top: 20px; left: 540px; width: 170px; height: 482px;
}
.effectSlider1 .product-item-image img{
    position: absolute; top: 35px; left: 370px; width: 450px; height: 347px;
}
.effectSlider2 .product-item-image img{
    position: absolute; top: 35px; left: 420px; width: 450px; height: 429px;
}
.effectSlider0 .dor-slider-title{
    position: absolute; top: -88px; left: 200px;
}
.effectSlider1 .dor-slider-title{
    position: absolute; top: -95px; left: 277px;font-size: 22px;
}
.effectSlider2 .dor-slider-title {
    font-family: "Lato",serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    left: 335px;
    letter-spacing: 0.4em;
    position: absolute;
    text-transform: uppercase;
    top: -95px;
}
.effectSlider0 .dor-slider-caption{
    position: absolute; top: 230px; left: 0px;
}
.effectSlider1 .dor-slider-caption {
    font-size: 49px;
    left: 15px;
    position: absolute;
    top: 230px;
}
.effectSlider2 .dor-slider-caption {
    font-size: 48px;
    left: 25px;
    letter-spacing: 0.6em;
    position: absolute;
    text-transform: uppercase;
    top: 230px;
}
.effectSlider0 .slider-read-more{
    position: absolute; top: 500px; left: 0px;
}
.effectSlider1 .slider-read-more{
    position: absolute; top: 458px; left: 115px;
}
.effectSlider2 .slider-read-more{
    position: absolute; top: 458px; left: 170px;
}
.effectSlider0 .dor-slider-desc{
   position: absolute; top: 318px; left: 0px; width: 350px; height: auto;
}
.effectSlider1 .dor-slider-desc {
    color: #696969;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    left: 0;
    letter-spacing: 0.75em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 300px;
    width: 350px;
}
.effectSlider2 .dor-slider-desc {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    left: 0;
    letter-spacing: 0.7em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 300px;
    width: auto;
}
.dor-slider-desc > p {
    font-size: 100%;
}
/*********End Slide Home**********/
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8eb35a !important;
}

.banner-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .banner-item:before {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    transform: skewX(-40deg);
    transition: all 1s ease 0s;
    width: 50%;
    z-index: 9; }
  .banner-item:hover:before {
    left: 150%; }

.dor-tab-product-category-wrapper .nav > li > a:hover{background: none !important;color: #8eb35a !important;border-color: #8eb35a !important;}
.product-image-container-sidebar > a{position: relative;}
.product-image-container-sidebar > a:hover{border:none;}
.product-image-container-sidebar > a:before, .product-image-container-sidebar > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }
.product-image-container-sidebar > a:before {
  border-top: 1px solid #8eb359;
  border-bottom: 1px solid #8eb359;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 97; }
.product-image-container-sidebar > a:after {
  border-right: 1px solid #8eb359;
  border-left: 1px solid #8eb359;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 97; }

  .product-image-container-sidebar > a:hover:before, .product-image-container-sidebar > a:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); 
    }
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, ul.product_list .product-name{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*******Page Not Found*******/
#pagenotfound .breadcrumb.hidden-sm-down.dor-breadcrumb{display: none;}
#pagenotfound #wrapper {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/line-bottom-menu.png") repeat-x scroll center top;
    padding-top: 80px;
}
#pagenotfound #wrapper::before {
    background-image: url("../../img/dorado/bg-right-1.png");
    content: "";
    max-height: 100%;
    height: 700px;
    position: absolute;
    right: 0;
    top: 150px;
    width: 221px;
    z-index: 1;
}
#pagenotfound #wrapper::after {
    background-image: url("../../img/dorado/bg-left-1.png");
    bottom: 0px;
    content: "";
    max-height: 100%;
    height: 783px;
    left: 0;
    position: absolute;
    width: 236px;
    z-index: 1;
}
#pagenotfound .pagenotfound{margin:0 auto;text-align: center;}
#pagenotfound .blockPosition, #pagenotfound .dorBlockCustom1, #pagenotfound .blockDorado10, #pagenotfound .footer-container{display: none;}
#pagenotfound .pagenotfound h1 {
    color: #333;
    font-family: "Playfair Display",serif;
    font-size: 50px;
    padding-bottom: 30px;
    text-transform: none;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#pagenotfound .comeback-home {
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
#pagenotfound .comeback-home a{padding-left: 5px;color: #333;text-decoration: underline;}
.bg-pagenotfound {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/bg-404.png") no-repeat scroll center center;
    height: 563px;
    width: auto;
}
/*******End Page Not Found*******/
#main .page-content {
    padding-left: 0;
    padding-right: 0;
}
.displaySmartBlogRight p img {
    max-width: 100%;height: auto;
}
/*.dorBlockCustom1 > .container > .row{margin-left: 0px;margin-right: 0px;}*/
.footer-container > .container > .row {
    margin: 0 auto;
}

/*******Cart Product******/
.product-line-grid-body > .product-line-info > .label{color: #333;}
.product-line-grid-body .product-line-info:first-child a.label {
    font-size: 15px;
    font-weight: 400;
}

.cart-grid-body hr{display: none;}
.cart-overview .cart-item{border-bottom:1px #ddd solid;position: relative;}
.cart-overview .cart-item:last-child{border:none;}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 12px;
    left: 3px;
    top: 2px;
}
.product-line-grid-body .product-line-info:nth-child(2) span {
    font-size: 16px;
    font-weight: 700;
}
.product-line-grid-body .product-line-info:nth-child(4) span,
.product-line-grid-body .product-line-info:nth-child(5) span {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}
.product-line-grid-right .product-price strong {
    font-size: 20px;
}
.cart-summary-line .label{color: #333;font-size: 15px;}
.block-promo .promo-input {
    border: 1px solid #ddd;
    color: #414141;
    height: 35px;
    text-indent: 0.625rem;
    width: 80%;
}
.block-promo .promo-input + button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    margin-top: -6px;
    text-transform: capitalize;
}
.cart-grid-right .promo-discounts{padding-top: 0px;}
.block-promo .promo-code-button{margin-bottom: 0px;}
.checkout.cart-detailed-actions.card-block .btn.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: none;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
}
.block-promo .promo-code-button{text-transform: uppercase;}
.js-discount.card-block.promo-discounts .cart-summary-line .label{font-weight: 300;}
.js-discount.card-block.promo-discounts .cart-summary-line .label .code{font-weight: 400;text-decoration: none;color: #333;}
.js-discount.card-block.promo-discounts .cart-summary-line .label {
    color: #878787;
}
#js-checkout-summary hr{margin:0;display: none;}
.cart-summary-products {
    padding-bottom: 20px;
}
.cart-summary-products a[data-toggle="collapse"] {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
}
.card-block .cart-summary-line.cart-total .value {
    font-size: 25px;
    font-weight: 700;
}
.card-block .cart-summary-line.cart-total .label{font-size: 18px;}
.cart-summary-line small.value{font-size: 15px;}
.cart-summary-line.cart-total {
    padding-bottom: 15px;
}
#cart-subtotal-products > span.label.js-subtotal {
    text-transform: uppercase;
}
#cart-subtotal-products .value {
    font-size: 22px;
    font-weight: 700;
}
#cart-subtotal-shipping {
    font-style: italic;
    padding-top: 10px;
    color: #909090;
}
#cart-subtotal-shipping span{color: #909090;}
.card-block .cart-summary-line:last-child small {
    color: #909090;
    font-style: italic;
}
.checkout.cart-detailed-actions.card-block {
    padding-bottom: 25px;
    padding-top: 25px;
}
.block-promo .promo-code{padding-bottom: 0px;}
.cart-grid-right .promo-discounts, .block-promo.promo-highlighted, .js-discount.card-block.promo-discounts {
    background: #ebebeb none repeat scroll 0 0;
}
.cart-grid #block-reassurance{display: none;}
.cart-grid .product-image.media-middle {
    display: inline-block;
    overflow: hidden;
}

/*******End Cart Product********/


/****Check Out Cart******/
#checkout header#header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    opacity: 1;
    position: relative;
    right: auto;
    width: 100%;
    z-index: 99;
    height: auto;
}
body#checkout #header .header-nav{padding: 0px;height: auto;}
body#checkout #header .header-nav .logo{max-height: 100%;}
body#checkout #_desktop_language_selector,
body#checkout #_desktop_currency_selector{display: inline-block;float: none;margin-left: 20px;padding-top: 27px;}
body#checkout #_desktop_language_selector i.material-icons,
body#checkout #_desktop_currency_selector i.material-icons{color: #333;}

h1.step-title.h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-top: 0;
    padding: 8px;
}
body#checkout section.checkout-step {
    border:1px #c9d0cd solid;
    border-top: 3px solid #8eb35a;
    padding:0px;
    box-shadow: none;
    margin-bottom: 20px;
}
h1.step-title.h3 .step-number{
    color: #fff;max-width: 35px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#checkout-personal-information-step h1.step-title.h3 .step-number::before{
    content: "\f2be";font-size: 23px;color: #333;
}
#checkout-addresses-step h1.step-title.h3 .step-number::before{
    content: "\f041";font-size: 23px;color: #333;
}
#checkout-addresses-step h1.step-title.h3 .step-number{max-width: 25px;}
#checkout-delivery-step h1.step-title.h3 .step-number::before{
    content: "\f0d1";font-size: 23px;color: #333;
}
#checkout-payment-step h1.step-title.h3 .step-number::before{
    content: "\f283";font-size: 23px;color: #333;
}
#checkout-payment-step h1.step-title.h3 .step-number{max-width: 45px;}
body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label{
    font-size: 14px;font-weight: 500;
}
#checkout .radio-inline {
    font-size: 13px;
}
#checkout .form-control {
    height: 40px;border-radius: 0px;
}
.form-control-comment{display: none;}
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"], 
.radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -16px;
    margin-top: 0;
    position: absolute;
}
.custom-radio input[type="radio"]:checked + span{width: 11px;height: 11px;top: 0px;left: 0px;}
.custom-radio{height: 15px;width: 15px;}
#checkout .nav-link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: none !important
}
.nav.nav-inline.m-y-2 {
    margin-left: -11px;
    margin-right: -11px;
}
#customer-form section > p{position: relative;padding-top: 35px;padding-bottom: 20px;}
#customer-form section > p:before{
    content: "";
    position: absolute;background: #ddd;
    height: 1px;
    left: 0px;
    top: 12px;
    width: 100%;
}
#customer-form section > p > span.font-weight-bold {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}
#customer-form section > p > span.text-muted {
    display: none;
}
#checkout-login-form form#login-form{margin-top: 0px !important;}
body#checkout section.checkout-step #checkout-login-form .content{
    padding:0px;
}
body#checkout section.checkout-step #checkout-login-form .form-group > div.col-md-6{width: 75%;}
body#checkout section.checkout-step #checkout-login-form #login-form > p{display: none;}
body#checkout section.checkout-step #checkout-login-form #login-form h2.auth-heading,
body#checkout section.checkout-step #checkout-login-form .login-customer-text h2.auth-heading{font-size: 18px;}
body#checkout section.checkout-step #checkout-login-form #login-form .login-customer-text p{font-size: 13px;}
body#checkout [data-action="show-password"]{display: none;}
.custom-checkbox label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
.custom-checkbox label em {
    color: #909090;
    font-size: 13px;
    font-style: italic;
    text-transform: none;
}
#customer-form .dor-checkbox-field {
    margin-bottom: 0;
}
#customer-form .dor-checkbox-field .custom-checkbox input[type="checkbox"] + span{height: 15px;}
footer.form-footer .continue, .delivery-options-list .continue, .js-address-form .continue,
#payment-confirmation .btn.btn-primary.center-block{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: none;
    color: #333;
    padding: 8px 25px;
    float: none !important;
}
.js-address-form > form > .clearfix{text-align: center;}
footer.form-footer {
    padding-bottom: 35px;
    padding-top: 25px;
}
body#checkout #cart-summary-product-list img{width: 45px;}
body#checkout #cart-summary-product-list .media-body .product-name {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}
body#checkout #cart-summary-product-list .media-body .product-price.pull-xs-right {
    font-size: 14px;
}
body#checkout #cart-summary-product-list .media-body .product-quantity {
    color: #ff8800;
    font-size: 11px;
    padding-left: 5px;
}
.you-have-total {
    font-size: 18px;
    text-transform: uppercase;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 19.075rem;
}
body#checkout section.checkout-step .forgot-password a{color: #878787;}
#login-form .input-group-btn{display: none;}
#customer-form .input-group-btn{display: none;}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{font-size: 15px;padding-top: 4px;}
.js-address-form .form-group .col-md-offset-3 label {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -3px;
}
.js-address-form {
    padding-top: 25px;padding-bottom: 30px;
}
body#checkout section.checkout-step.-reachable.-complete h1 {
    padding-bottom: 15px;
    padding-top: 15px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    font-size: 23px;
}
body#checkout section.checkout-step .delivery-option{background: none;}
body#checkout section.checkout-step .delivery-option .col-sm-1 {
    padding-top: 15px;
}
body#checkout .delivery-options-list #js-delivery{text-align: center;}
body#checkout .delivery-options-list {
    padding-bottom: 30px;
    padding-top: 15px;
}
body#checkout section.checkout-step .delivery-option > label{text-align: left;font-size: 12px;}
.delivery-options-list .form-fields {
    border-top: 1px solid #ddd;
}
.delivery-options-list .form-fields:first-child{border-top:none;}
body#checkout #checkout-payment-step .content {
    padding-bottom: 30px;
    padding-top: 15px;
}
body#checkout .payment-options .payment-option label > span {
    font-size: 13px;
    position: relative;
    top: -4px;
}
body#checkout .condition-label label {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    top: -4px;
}
.js-additional-information > section p {
    font-size: 13px;
    font-style: italic;
}
.js-additional-information dl{font-size: 13px;}
#content-hook_order_confirmation .h1.card-title {
    font-size: 22px;
}
#content-hook_order_confirmation .card-block p {
    padding-left: 40px;
}
#order-confirmation #content-wrapper > section {
    padding: 0 0px;
}
#order-confirmation #order-items .card-title.h3, #order-confirmation #order-details .card-title.h3 {
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
}
#order-confirmation #order-items .card-title.h3:after,
#order-confirmation #order-details .card-title.h3:after{
    position: absolute;
    content: "";
    background: #ddd;
    height: 3px;
    left: 0px;
    bottom: -10px;
    width: 50px;
}
.order-confirmation-table .order-line div {
    font-size: 13px;
}
.order-confirmation-table .order-line div.qty div.col-xs-2{
    position: relative;font-size: 16px;
}
.order-confirmation-table .order-line div.qty div.col-xs-2::before {
    content: "x";
    font-size: 11px;
    left: 5px;
    position: absolute;
}
.order-confirmation-table .order-line div.qty div{
    font-size: 18px;
}
#order-items .order-confirmation-table table tr{line-height: 45px;}
#order-items .order-confirmation-table table tr:first-child {
    font-size: 20px;
}
#order-items .order-confirmation-table table tr:last-child {
    font-size: 19px;
}

#order-items .order-confirmation-table table tr:last-child .text-uppercase {
    font-size: 23px;
}
#order-items .order-confirmation-table table tr:last-child td:last-child{
    font-size: 23px;
}
#order-confirmation #order-details ul li span.label{
    color: #333;font-weight: 500;font-size: 16px;
}
#order-confirmation #order-details ul li em {
    display: block;
    padding-left: 10px;
    padding-top: 7px;
}
#order-confirmation #order-details ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.625rem;
    padding-bottom: 10px;
    padding-top: 5px;
}
#content-hook_payment_return .col-md-12 > p {
    line-height: 17px;
    padding-bottom: 15px;
    padding-top: 20px;
}
#cart .cart-grid .cart-grid-body > a.label{
    border:1px #ddd solid;
    display: inline-block;
    padding:5px 25px;
}
#cart .cart-grid .cart-grid-body > a.label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 25px 9px;
    text-transform: uppercase;
    margin-top: 20px;
}
#cart .cart-grid .cart-grid-body > a.label i.material-icons{
    font-size: 15px;
    height: auto;
    line-height: normal;
    position: relative;
    top: -1px;
}
.cart-line-product-actions, .product-line-grid-right.product-line-actions,
.product-line-grid-right.product-line-actions .col-md-2.col-xs-2.text-xs-right {
    position: static;
}
.cart-line-product-actions .remove-from-cart{
    color: #333;
    font-size: 23px;
}
.cart-line-product-actions .remove-from-cart {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 32px;
    padding-bottom: 3px;
    padding-right: 3px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.cart-line-product-actions .remove-from-cart i{font-size: 18px;color: #fff;}
.remove-from-cart::before {
    border-width: 0 0 50px 50px;
}
.remove-from-cart::before {
    border-color: transparent transparent #8eb35a;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: -1;
}
.remove-from-cart:hover::before{
    border-color: transparent transparent #333;
}
body#checkout section.checkout-step .address-alias {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    top: 4px;
}
body#checkout section.checkout-step .address {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 1.5625rem;
    margin-top: 20px;
}
body#checkout section.checkout-step .address-item.selected{border-color: #ddd;}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address,
body#checkout section.checkout-step .delete-address i, body#checkout section.checkout-step .edit-address i{
    font-size: 13px !important;color: #333 !important;
}
body#checkout section.checkout-step .address-footer{background-color: #ddd;}

body#checkout #customer-form .form-group {
    margin-bottom: 0;
    margin-top: 10px;
}

#checkout .open > .dropdown-menu{min-width: 176px;padding: 15px;left: auto;right: 0px;display: block !important;}
#checkout .open > .dropdown-menu > li{padding: 3px 0px;}
#checkout .open > .dropdown-menu > li.active{overflow: inherit;}
#checkout .open > .dropdown-menu > li > a{display: inline-block !important;width: auto;padding-left: 10px;}
#checkout .open > .dropdown-menu > li.active > a{background:none;}
#checkout #wrapper {
    padding-top: 40px;
}
.product-line-grid-body .product-line-info:nth-child(4) span, .product-line-grid-body .product-line-info:nth-child(5) span {
    color: #8eb35a;
}
#cart .card, #checkout .card {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}
#cart .cart-grid .cart-grid-body > a.label:hover,
.checkout.cart-detailed-actions.card-block .btn.btn-primary:hover{
    background-color: #8eb35a;color: #fff;border-color: #8eb35a;
}
.product-line-grid-body .product-line-info:first-child a.label:hover, 
.js-discount.card-block.promo-discounts .cart-summary-line .label .code, 
.order-confirmation-table .order-line div.qty .col-xs-2 {
    color: #8eb35a;
}
a#wishlist_button .material-icons, .card-block .cart-summary-line.cart-total .value {
    color: #8eb35a;
}
body#checkout section.checkout-step .step-number{border:none !important;}
.cart-summary-products > p:nth-child(2) {
    display: none;
}
footer.form-footer .continue:hover, .delivery-options-list .continue:hover, 
.js-address-form .continue:hover, #payment-confirmation .btn.btn-primary.center-block:hover{
    background-color: #8eb35a;color: #fff;border-color: #8eb35a;
}
.help-block li {
    color: #ff0000;
    font-style: italic;
}
#order-items .order-confirmation-table .qty .col-xs-2::after{display: none;}
/****End Check Out Cart******/





/*******************Responsive Mobile*********************/

/*******HomePage1*****/
/*.blockDorado4 > .row{
    margin-left: 0;
    margin-right: 0;
}
.blockPosition > .container > .row {
    margin-left: 0;
    margin-right: 0;
}
.gst-post-list.row {
    margin-left: 0;
    margin-right: 0;
}
.footer-copyright-payment > .container > .row {
    margin: 0 auto;
}*/
@media (max-width: 1230px){
    .delivery-process-step-group {
        margin-right: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    #dorhomeStyle1 .main-item-blog .image-blog-item{padding-right: 40px;}
    #dorhomeStyle1 .main-item-blog .info-blog-item{padding-right: 22px;}
    #newsletter-input{width: 70%;}
}
@media (max-width: 1199px){
    .deal-desc {
        padding: 20px 0 30px;
    }
    .info-dordeal {
        padding: 35px 0;
    }
    .dor-box-html1 .box-html-content{width: 65%;}
    
}
@media (max-width: 991px) and (min-width: 768px){
    .info-deal-inner > h2{font-size: 35px;margin-top: 10px;}
    #daily-countdown-time .item-time span.dw-time{font-size: 35px;padding: 0 20px 20px;}
    .deal-desc {
        padding: 5px 0 18px;
    }
    .countdown-time-data {
        padding-bottom: 27px;
    }
    .info-dordeal {
        padding: 0;
    }
    .dorDailyDeal .content_price.price .deail-price-main{width: 100px;height: 100px;line-height: 100px;}
    #dor_custom_newsletter_block label {
        margin-top: 3px;
    }
    #newsletter-input{width: 65%;}
    .des_testimonial{padding:0 60px;}
    .blockDorado5 .container > .row{margin:0 auto;}
    #footer > div.row > .footer-block{width: 50%;margin-bottom: 25px;margin-top: 25px;}
    .dorFooter-contactus.footer-block, #block_various_links_footer, #block_myaccount_infos, .footerInstagram {
        display: block;
        min-height: 228px;
        width: 50%;
    }
}
@media (max-width: 991px){
    #header .header-top{height: 100px;}
    #dor_custom_newsletter_block label > span:first-child {
        display: none;
    }
    header#header #header_logo.header-logo{left: calc(50% - 90px);}
    .dorBlockCustom1{padding-top: 83px;}
    .dor-box-html1 .box-html-content{width: 80%;}
    .blockDorado5::before{display: none;}
    .blockDorado5 .container {
        max-width: 100%;
        width: 100%;
    }
    .promotion-banner-signle {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .banner-item img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .image-blog-item img{width: 100%;}
    #dorhomeStyle1 .main-item-blog .image-blog-item{padding-right: 20px;}
    .main-item-blog {
        padding-bottom: 35px;
    }
    #dorhomeStyle1 .main-item-blog .info-blog-item{padding-right: 15px;}
}
@media (max-width: 767px){
    
    .blockDorado5::after{display: none;}
    .box-content-col {
        margin: 0 auto;
        width: 500px;
    }
    .dor-box-html2 .box-html-content > div {
        margin: 0 auto;
        padding: 30px 0;
        text-align: center;
    }
    .dor-box-html1 .box-html-content{width: 90%;}
    .info-dordeal {
        padding: 35px;
    }
    .dataDailyDeal .replace-2x.img-responsive {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .dorDailyDeal .content_price.price{left: 70px;}
    .delivery-process-step.step-03 .delivery-process-step-info,
    .delivery-process-step.step-02 .delivery-process-step-info{padding: 0px;}
    .delivery-process-step{width: 50%;padding-bottom: 50px;}
    .delivery-process-step.step-01 .delivery-process-step-info::before,
    .delivery-process-step.step-02 .delivery-process-step-info::before,
    .delivery-process-step.step-04 .delivery-process-step-info::before{display: none;}
    .delivery-process-info-media{padding-top: 0px;}
    .delivery-process-step.step-01 .delivery-process-step-info, .delivery-process-step.step-04 .delivery-process-step-info{top: auto;}
    .delivery-process-step-info{position: relative;}
    .dorDailyDeal {
        padding: 0 15px;
    }
    #index #center_column{padding-left: 0px;padding-right: 0px;}
    #index #columns .row{margin-left: 0px;margin-right: 0px;}
    .blog-home-data {
        padding-left: 15px;
        padding-right: 15px;
    }
    .des_testimonial{padding:0px 50px;}
    .info-dordeal{padding:0px;}
    #newsletter-input{width: 100%;}
    #dor_custom_newsletter_block button[name="submitNewsletter"] {
        float: right;
        margin: 15px 0 0;
    }
    .dor-tab-product-category .row-item{margin-left: -15px;margin-right: -15px;}
    .dor_search.form-group{margin-bottom: 0px;}
    .header-menu-item-icon > a::after, .header-menu-item-icon > a::before, .header-menu-item-icon .shopping_cart > a::after, .header-menu-item-icon .shopping_cart > a::before{
        display: none;border:none;
    }
    .header-menu-item-icon > a::after, .header-menu-item-icon .shopping_cart > a::after{display: none;border:none;}
    .header-menu-item-icon > a, .header-menu-item-icon .shopping_cart > a{font-size: 20px;color: #333;}
    .ajax_cart_quantity{right: -15px;top: -6px;font-size: 13px;color: #fff;}
    .header-menu-item-icon > a, .header-menu-item-icon .shopping_cart > a{margin-right: 5px;}
    
    .container.header-megamenu{left: 35px;}
    .user-menu{left: auto;right: 0px;}
    .dataDailyDeal {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-container{overflow: inherit;}



    .category-action-buttons > .row{margin-right: -15px;margin-left: -15px;}
    .products article .dor-thumbnail-container, .dor-list-effect-pizza2 ul.product_list li.ajax_block_product .product-container {
        padding: 40px 15px 25px !important;
    }
    
}
@media (max-width: 767px) and (min-width: 650px){
    #dor-tab-product-category li.ajax_block_product{width: 33.3333%;}
    #dor-tab-product-category{padding-right: 15px;padding-left: 15px;}
    #dorTabAjax > li{margin: 0px;}
    #dorTabAjax > li a{font-size: 14px;}
    .dorFooter-contactus.footer-block, #block_various_links_footer, #block_myaccount_infos, .footerInstagram {
        display: block;
        min-height: 228px;
        float: left;
        width: 50%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #block_myaccount_infos .myaccount-title.hidden-sm-down{display: block !important;}
    #block_myaccount_infos .title.clearfix.hidden-md-up{display: none;}
    #footer_account_list {
        display: block;background: none;
    }
    #footer_account_list li {padding: 0px;}
    #footer_account_list li a{font-weight: 400;line-height: normal;}
    .footerInstagram .section-title > h4{text-align: left;}
}
@media (max-width: 675px){
    .dorDailyDeal{background: none;}
    .dor-box-html1 .box-html-content{font-size: 23px;line-height: 42px;}
}

@media (max-width: 649px) and (min-width: 381px){
    #dor-tab-product-category li.ajax_block_product{width: 50%;}
    #dor-tab-product-category{padding-right: 15px;padding-left: 15px;}
    #dorTabAjax > li {
        display: inline-block;
        float: none;
        margin: 5px 5px 10px;
        width: 40%;
    }
}
@media (max-width: 590px) and (min-width: 481px){
    .list-item-child .image-blog-item{width: 33.3333%;padding-right: 0px;}
    .list-item-child .info-blog-item{width: 66.6667%;}
    .info-blog-item .read-more-link{display: none;}
    .list-item-child{padding:10px 0px;}
    .list-item-child .news-desc{padding:5px 0px;}
    .dor-box-html1 .box-html-content{font-size: 20px;line-height: 40px;}
}
@media (max-width: 545px) and (min-width: 430px){
    #daily-countdown-time .item-time span.dw-time{font-size: 40px;padding: 0 25px 20px;}
    #daily-countdown-time .item-time span.dw-txt{font-size: 14px;}
    .info-deal-inner > h2{font-size: 35px;}
    .promotion-banner-signle{padding-left: 0px;padding-right: 0px;}
    #dorTabAjax > li{width: 45%;}
    .dor-tab-product-category-wrapper .nav > li > a{font-size: 15px;}
}
@media (max-width: 520px) and (min-width: 350px){
    .products article .dor-thumbnail-container, .dor-list-effect-pizza2 ul.product_list li.ajax_block_product .product-container {
        padding: 30px 10px 15px !important;
    }
}
@media (max-width: 480px){
    .list-item-child > div{width: 100%;}
    .list-item-child > .info-blog-item {
        padding-top: 10px;
    }
    .des_testimonial {
        padding: 0 25px;
    }
    .delivery-process-info-media > img {
        max-width: 100%;height: auto;
    }
    .main-item-blog .info-blog-item{padding-right: 0px;}
    .dorDailyDeal .content_price.price{left: 0px;}
    .dorDailyDeal .content_price.price .deail-price-main{width: 90px;height: 90px;line-height: 90px;}
    .dor-box-html1 .box-html-content{font-size: 20px;line-height: 40px;}
    .headerskin4 .shopping_cart > a:first-child b,
    .headerskin4 .shopping_cart .ajax_cart_total{display: none !important;}
    .headerskin4 .dorheader-skin2 .menu-head-top .ajax_cart_quantity{right: 10px;}
    #dorTabAjax > li{width: 46%;}
    .dor-tab-product-category-wrapper .nav > li > a{font-size: 13px;}
}
@media (max-width: 435px){
    #dorTabAjax > li {
        display: inline-block;
        float: none;
        margin: 5px 5px 10px;
        width: 70%;
    }
}
@media (max-width: 429px){
    #daily-countdown-time .item-time span.dw-time{font-size: 35px;padding: 0 20px 20px;}
    #daily-countdown-time .item-time span.dw-txt{font-size: 14px;}
    .info-deal-inner > h2{font-size: 30px;}
    .promotion-banner-signle{padding-left: 0px;padding-right: 0px;}
}
@media (max-width: 380px){
    .dor-box-html1 h2.title-box .title-bg-box{max-width: 100%;}
    .dor-box-html1 .box-html-content{width: 95%;}
}
@media (max-width: 360px){
    #daily-countdown-time .item-time span.dw-time{font-size: 30px;padding: 0 16px 20px;}
    #daily-countdown-time .item-time span.dw-txt{font-size: 14px;}
    .info-deal-inner > h2{font-size: 26px;}
    .product-action-deals .add-to-cart{padding-right: 9px;}
    .add-to-line > div{padding:0px 2px;}
}
/*******End HomePage1****

/*******************End Responsive Mobile*********************/


/**********Fixed Menu********/
#header.fixed .header-top #header_logo > a{padding-top: 6px;}
#header.fixed .header-menu-item-icon {
    line-height: 80px;
}
/**********End Fixed Menu********/


/******Hover Effect 2*******/
body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons{
    bottom: 25%;
    top: auto !important;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 98;
}
body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons .action-button ul li{transform:none !important;transition:none !important;}
body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons .action-button ul li:before, 
body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons .action-button ul li:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons .action-button ul li:before, 
body.dorHoverEffect2.dor-list-effect-pizza2 main .category-action-buttons .action-button ul li:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

body.dorHoverEffect2.dor-list-effect-pizza2 main .dor-thumbnail-container:hover .category-action-buttons,
body.dorHoverEffect2.dor-list-effect-pizza2 main .product-container:hover .category-action-buttons{
      bottom: 43%;
      transform: translate(0);
      opacity: 1;
      visibility: visible;
}
body.dorHoverEffect2#index.dor-list-effect-pizza2 .action-button ul li.icon-line-cart span.disabled, 
body.dorHoverEffect2#index.dor-list-effect-pizza2 .action-button ul li a {
    background: #333 none repeat scroll 0 0;
    border: 0 solid #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    width: 55px;
}
.dor-thumbnail-container:hover .addToDorWishlist, .js-product-miniature:hover .addToDorWishlist{opacity: 1;}
.js-product-miniature .product-container {
    position: relative;
}
.add-to-line > div .addToDorWishlist {
    opacity: 1;
    top: 0;
}
.tooltip.left .tooltip-arrow{border-left-color:#8eb35a;}
#footer_account_list #lnk_wishlist{padding:0px;font-size: 0.875rem;width: 100%;}
#footer_account_list #lnk_wishlist:hover{padding-left: 10px;}
#footer_account_list #lnk_wishlist i {
    display: none;
}
.user-info > a {
    clear: both;
    display: block;
    padding: 5px 0;
}
.user-info > a .link-item i{display: inline;padding-right: 5px;font-size: 16px;}
/*.product-information .buttons_bottom_block.no-print {
    display: none;
}*/
/******End Hover Effect 2*******/


.quickview .modal-dialog{margin-top: 100px !important;}

.subscribe-me .modal-content{
    background-image: url("../../img/dorado/subscribe.jpg");
    background-position: center bottom;
    border-radius: 0;
}
.subscribe-me .modal-content{border:none;box-shadow: none;}
.subscribe-me .subscribe-2 .login-wrap form .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    color: #333;
}
.subscribe-me button[name="submitNewsletter"] {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 8px 25px;
    text-transform: uppercase !important;
    width: auto !important;
}
.form-group.checkAgainSubs > span {
    color: #000;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -3px;
}
#login-form, #customer-form{
    position: relative;
}
#login-form::before {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/account-banner-1.png") no-repeat scroll 0 0;
    content: "";
    height: 110px;
    position: absolute;
    top: -35px;
    width: 217px;
    z-index: -1;
}
#login-form::after {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/account-banner-2.png") no-repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: 289px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 271px;
    z-index: -1;
}
#customer-form::after {
    background: rgba(0, 0, 0, 0) url("../../img/dorado/account-banner-3.png") no-repeat scroll 0 0;
    bottom: -85px;
    content: "";
    height: 289px;
    position: absolute;
    right: 0;
    top: auto;
    width: 271px;
    z-index: -1;
}
#registerFormSmart, #loginFormSmart, #smartForgotPass{border-radius: 15px;}
#customer-form .form-group .form-control,
#login-form .form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 20px;
}
#customer-form {
    margin-top: 15px;
}
#customer-form footer.form-footer{text-align: center;margin: 0 auto;}
#customer-form footer.form-footer label{display: none;}
#customer-form footer.form-footer .form-control-submit{float: none !important;}
#registerFormSmart > h2,
#login-form > h2 {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 auto;
    text-align: center;
}
#login-form > p{text-align: center;}
#login-form > section {
    margin-top: 25px;
}
.forgot-password {
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}
.forgot-password a{color:#8eb35a;}
#loginFormSmart .button.b-close, #registerFormSmart .button.b-close, #smartForgotPass .button.b-close {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    width: 20px;
}


.products-show-order .select-title {
    display: inline-block;
    margin-left: 0.375rem;
    width: 100%;
    color: #414141;
    background: white;
    padding: 0.625rem;
    cursor: pointer;
    border: 1px #ddd solid;
}
.products-show-order.show-show-order .dropdown-menu {
    display: block;
    left: 22px;
}
.products-show-order .select-list {
    display: block;
    color: #414141;
    padding: 0.625rem 1.25rem;
}
#search_filters .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked{display: block !important;}






.products-selection .sort-by{display: none;}
.products-sort-order .select-title{margin-left: 0px;padding:0.48rem;}
.dor-display-cate {
    display: inline-block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
.dor-display-cate a i{
    color: #dededd;font-size: 25px;
}
.show-display-control a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 8px;
}
.show-display-control a.active,
.show-display-control a:hover {
    background: #8eb35a none repeat scroll 0 0;
    border-color: #8eb35a;
    color: #fff;
}
.show-display-control a.active i,
.show-display-control a:hover i{
    color: #fff;
}
article.dor-list-display{
    width: 100% !important;
}
article.dor-list-display #product-description-short{display: block !important;}

article.dor-list-display .left-block {
    float: left;
    width: 33.3333%;
    padding-right: 15px;
}
article.dor-list-display .right-block {
    float: left;
    width: 66.6667%;
    padding-left: 15px;
}

body#category main article.dor-list-display .category-action-buttons {
    bottom: auto;
    display: block;
    left: auto;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    top: auto;
    transition: all 0.5s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 98;
    margin-top: 25px;
}

body#category main article.dor-list-display .button.ajax_add_to_cart_button{
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    background: none;
    border:none;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    position: relative;
    display: block;
}
body#category main article.dor-list-display .button.ajax_add_to_cart_button:after,
body#category main article.dor-list-display .button.ajax_add_to_cart_button:before{
    display: none;
}
body#category main article.dor-list-display .button.ajax_add_to_cart_button i{
    display: none !important;
}
body#category main article.dor-list-display .button.ajax_add_to_cart_button span {
    background: #8eb35a none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: block !important;
    padding: 12px 25px;
    text-transform: uppercase;
}

body#category main article.dor-list-display .action-button ul li.icon-line-cart span.disabled, 
body#category main article.dor-list-display .action-button ul li a{
    width: 40px;height: 40px;line-height: 40px;
    background: #8eb35a none repeat scroll 0 0;
}
body#category main article.dor-list-display .action-button ul li.icon-line-cart span.disabled i, 
body#category main article.dor-list-display .action-button ul li a i{
    color: #8eb35a;
}
body#category main article.dor-list-display .price-slider.button--sacnite::before, 
body#category main article.dor-list-display .action-button ul li a::before{
    box-shadow: 0 0 0 35px #fff inset !important;
}
body#category main article.dor-list-display .price-slider.button--sacnite:hover::before, 
body#category main article.dor-list-display .action-button ul li a:hover::before{
    box-shadow: 0 0 0 2px #8eb35a inset !important;
}
body#category main article.dor-list-display .action-button ul {
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: -5px;
}

body#category main article.dor-list-display .action-button ul li{padding: 0px 5px;}
body#category main article.dor-list-display .dor-wishlist {
    display: inline-block;float: left;padding: 0px 5px;
}
body#category main article.dor-list-display .dor-wishlist a.addToDorWishlist {
    display: inline-block;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    z-index: 99;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #8eb35a;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
body#category main article.dor-list-display .dor-wishlist a.addToDorWishlist i {
    color: #8eb35a;
    font-size: 18px;
    line-height: 14px;
}
body#category main article.dor-list-display .product-title{
    text-align: left;margin-bottom: 30px;margin-top: 0px;
}
body#category main article.dor-list-display .product-title a {
    font-size: 20px;
    position: relative;
    text-align: left;
}
body#category main article.dor-list-display .comments_note::after{left: 0px;display: none;}
body#category main article.dor-list-display .product-price-and-shipping{
    text-align: left;
}
body#category main article.dor-list-display .dor-thumbnail-container::before{
    display: none !important;
}

body#category main article.dor-list-display .comments_note{
    text-align: left;
}
body#category main article.dor-list-display .hook-reviews .comments_note .star_content{display: block !important;}

body#category main article.dor-list-display .product-title a::after {
    background: #ddd none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
body#category main article.dor-list-display .hook-reviews {
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
body#category main article.dor-list-display .dor-product-description {
    position: relative;
}
body#category main article.dor-list-display .hook-reviews .comments_note > div{
    display: block !important;
}
body#category main article.dor-list-display .hook-reviews .comments_note > div:last-child > span{
    color: #a0a0a0;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-left: 0;
    overflow: initial;
    text-align: right;
    font-style: italic;
}
body#category main article.dor-list-display .product-price-and-shipping span{font-size: 19px;}

article.dor-list-display #product-description-short p {
    color: #444;
    font-size: 14px;
}
article.dor-list-display #product-description-short {
    display: block;
    margin: 10px 0 15px;
}

#tabInfoproduct {
    margin-top: 65px;padding-right: 15px;padding-left: 15px;
}
#tabInfoproduct li.nav-item .nav-link{text-transform: none;}

.category-sub-menu .arrows {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
}
.DorTestimonial::before{z-index: 9;}
.dor-wrap{z-index: 999;}


body.dor-list-effect-pizza2 .action-button ul li a i{font-size: 15px;}
body#index.dorHoverEffect2.dor-list-effect-pizza2 .action-button ul li.icon-line-cart span.disabled, 
body#index.dorHoverEffect2.dor-list-effect-pizza2 .action-button ul li a{
    width: 40px;height: 40px;line-height: 40px;font-size: inherit;
}
.compare-button-deal {
    display: inline-block;
    margin: 0 auto;
}
.compare-button-deal .add_to_compare {
    border: 1px solid #8eb35a;
    border-radius: 50%;
    color: #8eb35a;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.compare-button-deal .add_to_compare{
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    border-radius: 40px;
}

/* .compare-button-deal .add_to_compare::before {
    border-radius: inherit;
    box-shadow: 0 0 0 35px #fff inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(0.9, 0.9, 1);
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.compare-button-deal .add_to_compare:hover::before {
    box-shadow: inset 0 0 0 2px #8eb35a;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
 */


.intro_custom_heading{
    background: url(../../img/dorado/title-icon.png) no-repeat center center;
    line-height: 36px;
    padding-top: 90px;
    font-family: "Playfair Display",serif;
    font-style: italic;
    color: #333;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom:80px;
}
.home-intro-inner > div{padding-right: 0px;padding-left: 0px;}
.info-content-field{padding-bottom: 32px;}
.info-content-field > h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:25px;
}
.info-content-field > p{
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}








#dor_query_top::-webkit-input-placeholder{
    color: #fff !important;font-size: 15px;font-weight: 400;
}
#dor_query_top::-moz-placeholder{
    color: #fff !important;font-size: 15px;font-weight: 400;
}
#products .product-title a,
.viewed-product-lists .product-title a, 
#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
ul.product_list .product-name{
    line-height: 23px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
#products .product-title,
.dor-product-description .h5.product-title, 
.viewed-product-lists .product-title, 
ul.product_list.grid li.ajax_block_product .product-container h5 {
    text-align: center;
    max-height: 48px;
    overflow: hidden;
    padding-top: 0px;
}




body .products article .dor-thumbnail-container, 
body.dor-list-effect-pizza2 ul.product_list li.ajax_block_product .product-container{
    padding: 10px !important;
}
#products img, .featured-products img, .product-accessories img{margin-left: auto;margin-right: auto;}
.thumbnail{padding:0px;border-radius: 0px;}
body .product-miniature .discount-percentage {
    left: 10px !important;
}
.addToDorWishlist{right: 15px;top: 12px;}


body .products article .dor-thumbnail-container::before,
body.dor-list-effect-pizza2 ul.product_list.grid li.ajax_block_product .product-container::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: auto;
    left: auto;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    width: auto;
    z-index: 1;
}
body .product-image-container::before{
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    z-index: 1;
    visibility: hidden;
}
body .js-product-miniature.ajax_block_product:hover .product-image-container::before,
body .product-miniature.js-product-miniature.ajax_block_product:hover .product-image-container::before{
    opacity: 0.7;visibility: visible;
}

body.dor-list-effect-pizza2 .new-box, 
body.dor-list-effect-pizza2 .sale-box, 
body.dor-list-effect-pizza2 .hot-box{
    bottom: -10px;
}

body .product-title > a:hover{
    color: #8eb35a !important;
}
body.dor-list-effect-pizza2 .action-button ul li a.add_to_compare{
    line-height: 45px;
}
body.dor-list-effect-pizza2 .action-button ul li.icon-line-cart span.disabled, 
body.dor-list-effect-pizza2 .action-button ul li a{
    line-height: 42px;
}
body.dor-list-effect-pizza2 .action-button ul li a i {
    font-size: 17px;
}
body.dor-list-effect-pizza2 .action-button ul li a i.search{font-size: 18px;}
body.dor-list-effect-pizza2 .action-button ul li a i.fa.fa-random{
    font-size: 14px;
}
#search_filters .ui-slider .ui-slider-handle{
    top: -0.25em;
}
body #products .product-price-and-shipping span,
body main ul.product_list li.js-product-miniature.ajax_block_product .product-container .product-price-and-shipping span{font-size: 18px;}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: -9px;
}
#search_filters .facet .facet-label a{margin-top: 0px;}
#search_filters .text-uppercase.h6.hidden-sm-down{
    background: #fff none repeat scroll 0 0 !important;
    color:#2a2a2a;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 5px 14px 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    border: none;
    font-weight: 700;
    font-family: "Playfair Display",serif;
}
#category #search_filters .facet .collapse > li span.magnitude{top: 8px;}

#category #search_filters .facet .collapse > li::after {
    height: auto;
    position: absolute;
    border: none;
    content: "";
    background-color: #f1eeea;
    width: 100%;
    height: 1px;
    bottom: 4px;
    left: 0px;
    margin: 0px;
}
#category #search_filters section.facet:nth-child(4) .facet-label .custom-checkbox {
    top: -9px;
}
body main ul.product_list li.js-product-miniature.ajax_block_product .product-container .product-price-and-shipping .regular-price{
    color: #acaaa6;padding-right: 10px;font-size: 16px;
}
body main #products .regular-price, .featured-products .regular-price, .product-accessories .regular-price{
    font-size: 16px;
}
.compare-button-deal .add_to_compare::before{margin-bottom: -12px;}
.dorDailyDeal .add-to-line > div .addToDorWishlist{right: 3px;}
.dorDailyDeal .add-to-line > div a{line-height: 37px;}
.compare-button-deal .add_to_compare{line-height: 38px;}


body#category main article.dor-list-display .dor-thumbnail-container .action-button ul li:not(.icon-line-cart) a{
    background-color: transparent;
    border: 2px #8eb35a solid !important;
    line-height: 35px;
}
body#category main article.dor-list-display .dor-thumbnail-container .action-button ul li:not(.icon-line-cart) a.add_to_compare{
    line-height: 37px;
}
body#category main article.dor-list-display .dor-wishlist a.addToDorWishlist::before{
    margin-bottom: -12px;
}
body#checkout #_desktop_language_selector, body#checkout #_desktop_currency_selector{
    display: block;padding-top: 0px;margin-left: 0px;
}
body#checkout #footer{padding-left: 0px;padding-right: 0px;}
body .dor-product-description .h5.product-title, 
body .viewed-product-lists .product-title, 
body ul.product_list.grid li.ajax_block_product .product-container h5{
    padding-top: 0px;
}
#product #wishlist_button::before, #product #wishlist_button_nopop::before {
    background: none;
    color: #2a2a2a;
    margin: auto;
    margin-bottom: auto;
    position: absolute;
    width: auto;
    height: auto;
    line-height: normal;
    margin-bottom: -4px;
}
@media(min-width: 531px){
    #category #products .product-miniature:not(.dor-list-display){width: 33.3333%;}
    #category #products .product-miniature:not(.dor-list-display):nth-child(3n+1){
        clear: both;
    }
}
@media(min-width: 992px){
    #dorTabProductCategoryContent ul.product_list.grid li.ajax_block_product:nth-child(4n+1){
        clear: both;
    }
}
@media(max-width: 991px){
    body main .container {
        padding-right: 15px;
        padding-left: 15px;
        width: auto;
        max-width: 100%;
    }
    
    body main #dorhomeStyle1 .main-item-blog{
        width: 41%;float: left;padding-left: 15px;padding-right: 15px;
    }
    body main #dorhomeStyle1 .lists-item-blog{
        width: 59%;float: left;padding-left: 15px;padding-right: 15px;
    }
    #dorhomeStyle1 .gst-post-list.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width: 991px) and (min-width: 531px){
    #dorTabProductCategoryContent ul.product_list.grid li.ajax_block_product:nth-child(3n+1){
        clear: both;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    body main .dor-megamenu{right: 80px;}
    body main header#header .header-line-wapper{right: 20px;}
}
@media(max-width: 767px){
    body main .container{padding-right: 0px;padding-left: 0px;}
    body main #header .header-top,
    body#checkout main #header .header-top{height: 65px !important;}
    body#checkout .dor-megamenu {
        left: auto;
        right: 50px;
        top: 11px;
    }
    body#checkout #_desktop_cart {
        display: inline-block;
    }
    body main .dor-megamenu{
        top: 11px;
    }
    body main .header-menu-item-icon {
        line-height: 65px;
    }
    body main header#header .header-line-wapper{top: -16px;}
    body main #header_logo .logo.img-responsive{max-height: 30px;}
    body main #header.fixed .menu-group-show{min-height: 65px;}
    body main #header.fixed .dor-megamenu {
        top: -9px;
    }
    body main #header.fixed .header-menu-item-icon {
        line-height: 65px;
    }
    body main #header.fixed .header-line-wapper > div{margin-top: 0px;}
    body main .user-menu{top: 65px;}
    body main #header.fixed .header-top #header_logo > a{padding-top: 18px;}
    body #main > .text-xs-center.hidden-md-up, body main .breadcrumb > ol {
        display: block;
    }
    body main .dor-box-html1 .box-html-content {
        width: 98%;font-size: 24px;line-height: 42px;
    }
    .blockDorado1 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .dor-box-html2 {
        padding-top: 60px;
    }
    .info-deal-inner > h2{font-size: 35px;}
    .info-deal-inner {
        text-align: center;
    }
    .action-btn.product-action-deals .add-to-line {
        float: none !important;
    }
    .info-dordeal {
        padding-top: 35px;
    }
    .viewed-product-lists .product-title a, 
    #products .product-title a, 
    .featured-products .product-title a, 
    .product-accessories .product-title a, 
    ul.product_list .product-name{
        line-height: 23px;
        text-align: left;
        letter-spacing: 0;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .dor-product-description .h5.product-title, 
    .viewed-product-lists .product-title, 
    ul.product_list.grid li.ajax_block_product .product-container h5 {
        text-align: center;
        max-height: 90px;
        overflow: hidden;
    }
    .testimonials-title{font-size: 20px;}
    .des_testimonial {
        padding: 0px 0px;
    }
    #dor-tab-product-category{padding-bottom: 0px;}
    #dorTabProductCategoryContent .product_list.grid.row{margin-bottom: 0px;}
    .dor-list-effect-pizza2 .category-action-buttons > div.row > div .action-button{display: none;}
    .dorDailyDeal .action-btn.product-action-deals {
        overflow: hidden;
    }
    #category #products .product-miniature:not(.dor-list-display){padding-left: 10px;padding-right: 10px;}
    #category #products .products.row{margin-left: -10px;margin-right: -10px;}
    #products .up,
    body #main > .text-xs-center.hidden-md-up, body main .breadcrumb > ol{display: none;}
    footer .footer-container {
        margin-top: 1.25rem;
    }
}
@media(max-width: 767px) and (min-width: 531px){
    .dor-box-html2 .box-html-content > div{
        width: 33.3333%;float: left;padding-left: 10px;padding-right: 10px;
    }
    .dor-box-html2 .box-html-content{margin-left: -10px;margin-right: -10px;}
    .dor-box-html2 .box-html-content::after {
        content: "";
        display: table;
        clear: both;
    }
    .dor-box-html2 i {
        background-size: 100px 82px;
        height: 82px;
    }
    .dor-box-html2 .box-html-content h3{font-size: 18px;}
    .dor-box-html2 .box-content-col{width: auto;}
    .dor-box-html2 .box-html-content .boxreadmore span{
        padding-top: 0.25em;padding-bottom: 0.25em;
    }
    .dor-box-html2 .box-content-col, .info-blog-item .news-desc {
        line-height: 23px;
        text-align: left;
        letter-spacing: 0;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .dor-box-html2 .box-content-col {
        text-align: center;
        max-height: 90px;
        overflow: hidden;
    }
    .info-blog-item h3.entry-title a{font-size: 18px;}
    .lists-item-blog .info-blog-item h3.entry-title a {
        font-size: 15px;
    }
    .info-blog-item .news-desc{
        line-height: 22px;max-height: 80px;overflow: hidden;-webkit-line-clamp: 3;
        padding: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .title-header-tab > h2, .delivery-process-head > h2, .blog-home-data .fancy-heading > h2, .info-deal-inner > h2 {
        font-size: 33px;
    }
    .promotion-banner-info > h3{font-size: 30px;}
    body main .blog-home-data{padding-bottom: 30px;}
}
@media(max-width: 649px) and (min-width: 531px){
    #dor-tab-product-category li.ajax_block_product{
        width: 33.3333%;float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #dor-tab-product-category li.ajax_block_product:nth-child(3n+1){
        clear: both;
    }
    #dorTabProductCategoryContent .product_list.grid.row {
        margin-left: -10px;
        margin-right: -10px;
    }

}
@media(max-width: 530px){
    #category #products .product-miniature:not(.dor-list-display),
    #dor-tab-product-category li.ajax_block_product{
        width: 50%;float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #category #products .product-miniature:not(.dor-list-display):nth-child(2n+1),
    #dor-tab-product-category li.ajax_block_product:nth-child(2n+1){
        clear: both;
    }
    #category #products .products.row,
    #dorTabProductCategoryContent .product_list.grid.row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .des_testimonial{font-size: 15px;line-height: 28px;}
}
@media(max-width: 549px){
    .promotion-banner-signle{
        width: 50%;float: left;padding-left: 5px;padding-right: 5px;
    }
    .promotion-banner-inner::after{
        content: "";
        display: table;
        clear: both;
    }
}
@media(max-width: 545px){
    body#checkout main #content > .row {
        margin-left: 0;
        margin-right: 0;
    }
    body#checkout main section.checkout-step .content {
        padding: 0.9375rem;
    }
}
@media(max-width: 530px){
    body main #header.fixed .header-top #header_logo > a{line-height: 65px;}
    .dorDailyDeal .media-dordeal{padding-left: 0px;padding-right: 0px;}
    .title-header-tab > h2, .delivery-process-head > h2, .blog-home-data .fancy-heading > h2, .info-deal-inner > h2 {
        font-size: 30px;
    }
    .testimonials-title {
        font-size: 18px;
    }
    body main #dorhomeStyle1 .main-item-blog{width: 100%;float: none;}
    body main #dorhomeStyle1 .lists-item-blog{width: 100%;float: none;}
    body main .blog-home-data{padding-bottom: 30px;}
    .promotion-banner-info > h3{font-size: 25px;}
    body main #header_logo > a {
        display: inline-block;
        height: auto;
        line-height: normal;
        padding-top: 18px;
    }
    body main #header_logo .logo.img-responsive{width: auto;max-width: 100% !important;}
    .dor-box-html1 h2.title-box .title-bg-box{
        height: 120px;
        width: 250px;
        background-size: 250px 120px;
    }
    .blockDorado1 {
        padding-top: 40px;
    }
    body main .dor-box-html1 .box-html-content {
        width: 100%;
        font-size: 22px;
        line-height: 37px;
    }
    body main .info-deal-inner > h2 {
        margin-top: 0px;
    }
   body main header#header .header-line-wapper {
        right: 10px;
    }
}
@media(max-width: 420px){

    body#checkout .nav-link{font-size: 15px;}
    .promotion-banner-info > h3 {
        font-size: 18px;
    }
    .promotion-banner-info > span{letter-spacing: 0;font-size: 13px;}
    .promotion-banner-info{top: -10px;}
    .title-header-tab > h2, .delivery-process-head > h2, .blog-home-data .fancy-heading > h2, .info-deal-inner > h2 {
        font-size: 25px;
    }
}
#dor-tab-product-category,
.dorDailyDealObj,
.dor-html-block,
.static-html-footer{
    position: relative;text-align: center;display: block;
}

@media(max-width: 767px){
    #header .search-box-area .icon-search,
    #header .user-menu-area .user-icon,
    #_desktop_cart .blockcart .header i{
        color: #fff;
    }
}