/* normalize css */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    outline: none !important;
}


/* normalize css */

body {}

span,
a,
p {
    line-height: 1.3;
}

.d-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a-i-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.a-i-f-e {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.j-c-s-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j-c-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none !important
}

/*Css starts here*/
.farm {
    padding: 50px 0;
}

.farm h1 {
    font-size: 32px;
    color: #3f3f3f;
}

.custom-owl h3 {
    font-size: 15px;
    color: #e9530d;
    margin-bottom: 5px;
}

.custom-owl p {
    font-size: 15px
}

.farm h1 {
    text-align: center;
    margin-bottom: 35px;
}

.prev-next {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    padding: 15px 0;
}

.prev-next a {
    color: #e9530d;
    margin-left: 20px;
}

.prev-next a:first-of-type i {
    margin-right: 10px;
}

.prev-next a i {
    margin-left: 10px;
}

.custom-owl .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.custom-owl .owl-nav button {
    background-color: rgba(29, 36, 45, 0.7) !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    color: #fff !important
}

.custom-owl .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.custom-owl .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/*Look book page css starts here*/
.look-book {
    padding: 50px 0 0
}

.look-book h2 {
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 0;
}

.nav.nav-tabs .nav-item {
    padding: 0;
    border: 0 !important;
    border-bottom: 0 !important;
}

.nav.nav-tabs .nav-item .nav.nav-tabs .nav-item {
    padding: 0;
}

.nav.nav-tabs .nav-item {
    border: 0 !important;
    border-bottom: 0 !important;
    color: #e9530d;
    margin-right: 30px;
    border-top: 2px solid transparent !important;
    border-radius: 0;
    padding: 6px 0;
}

.nav.nav-tabs .nav-item[aria-selected="true"] {
    border-top: 2px solid #e9530d !important;
    background: transparent;
}

.custom-tabs nav {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.content-wrap figure {
    height: 230px;
    margin-bottom: 10px;
    position: relative
}

.content-wrap figure img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.content-wrap {
    padding: 40px 0;
}

.wrapper {
    margin-bottom: 30px;
}

.wrapper a {
    font-size: 20px;
    color: #e9530d;
}

.content-wrap .wrapper span.add-btn {
    background: rgba(233, 83, 13, 0.7);
    color: #fff;
    position: absolute;
    right: 0;
    padding: 17px 20px;
    bottom: 0;
    cursor: pointer;
}

.menu-btn {
    background: #e9530d;
    color: #fff;
    padding: 20px 0;
    right: 0;
    width: 64px;
    height: 100%;
    display: inline-block;
}

.menu-btn span {
    transform: rotate(270deg);
    position: absolute;
    width: 166px !important;
    left: -54px;
    top: 18%;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #fff;
}

.menu-btn span i {
    margin-left: 10px
}

.parent-div {
    position: relative;
}

.nav.nav-tabs a {
    border: 0;
    padding: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #e9530d;
    font-weight: 600
}

.nav.nav-tabs a {
    color: #000;
    font-size: 19px;
}

.menubtn-wrap {
    position: fixed;
    right: -319px;
    top:50%;
    transform:translateY(-50%);
    bottom: 0;
    height: 75%;
    display: flex;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index:99999;
     opacity: 0;
    visibility: hidden;
}
.scrollbody .menubtn-wrap {
    opacity: 1;
    visibility: visible;
}
.menubtn-wrap.mystyle {
    right: 0;
}

.menu-content {
    padding: 20px;
    background: #fff;
    width: 320px;
    overflow-y: auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
}

ul#myTab li a {
    text-transform: capitalize;
    font-size: 18px;
}

.filter-wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-wrap form .form-group {
    width: 45%;
    flex: 0 0 45%;
    position: relative;
    margin-bottom: 5px;
}

.filter-wrap .form-group {
    display: block;
    margin-bottom: 15px;
}

.filter-wrap .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-wrap .form-group label {
    cursor: pointer;
    width: 100%;
    margin: 0;
    font-size: 12px;
    padding-left: 0;
    max-width: 95px;
}

.filter-wrap .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    right: 0;
    top: 4px;
}

.filter-wrap .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #e9530d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 9px;
}

.filter-wrap h3 {
    font-size: 17px;
    color: #e9530d;
    margin: 10px 0;
    cursor: pointer
}

a.filters {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 20px;
    display: block;
}

.menu-btn span i {
    transform: rotate(90deg);
}

.selection {
    padding-top: 20px;
}

.selection li a {
    font-size: 15px;
    color: #000;
}

.selection ul {
    margin-bottom: 20px;
    line-height: normal;
    padding: 0;
    list-style: none;
}

.selection li {
    margin: 10px 0;
}

.cross {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cross figure {
    width: 65px;
    margin: 0;
    margin-right: 5px;
    height: 50px;
}

.cross figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cross h3 {
    font-size: 13px;
    margin: 0;
    word-break: break-word;
    width: calc(100% - 110px);
}

.custom-btn {
    display: inline-block;
    background: #333;
    padding: 17px;
    border-radius: 4px;
    border: 1px solid #333;
    color: #fff !important;
    font-weight: 500;
}

.custom-btn:hover {
    background: #fff;
    color: #333 !important
}

.custom-btn i {
    margin-right: 5px
}

section.custom-owl figure {
    margin-bottom: 20px;
}

.btn-wrap {
    text-align: center;
}

.img-holder {
    position: relative;
}

/*27july2021*/
.custom-owl {
    padding-bottom: 30px;
}

.content-wrap .wrapper span.add-btn i {
    margin-right: 10px;
}
.farm ul{
    margin-bottom:10px
}
body.new {
    position: fixed;
    width: 100%
}

body.new:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.farm h2,
.custom-owl h2{
    font-size:32px;
    margin-bottom: 20px
}

.fade{
    opacity:1!important;
}

.look-book{
    width:100%;
}
.content-wrap{
    padding: 40px 0 0;
}
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 999999;
}

#loading-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 300px;
    right: 0;
    margin: auto;
}

.custom-btn.orange{
    background: #e9530d;
    border-color: #e9530d;
}
.custom-btn.orange:hover{
color:#e9530d!important;
background:#fff;
}
.mystyle .menu-btn span i {
    -webkit-transform: rotate(
-90deg
);
        -ms-transform: rotate(
-90deg
);
            transform: rotate(
-90deg
);
}
.farm{
    width:100%;
}
.hoveraddpdf .img-holder span.add-btn{
    display:none;
}
.hoveraddpdf .img-holder:hover span.add-btn {
    display: block;
}
.add-btn.tickhover {
    display: block!important;
}
